2022-12-01T10:01:47.4978755Z Requested labels: linux.2xlarge 2022-12-01T10:01:47.4978826Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/89997/merge 2022-12-01T10:01:47.4978849Z Waiting for a runner to pick up this job... 2022-12-01T10:01:47.8574914Z Job is about to start running on the runner: i-07a13790033c4e49d (organization) 2022-12-01T10:01:52.0917197Z Current runner version: '2.299.1' 2022-12-01T10:01:52.0922496Z Runner name: 'i-07a13790033c4e49d' 2022-12-01T10:01:52.0923006Z Runner group name: 'Default' 2022-12-01T10:01:52.0923542Z Machine name: 'ip-10-0-3-176' 2022-12-01T10:01:52.0925498Z ##[group]GITHUB_TOKEN Permissions 2022-12-01T10:01:52.0926116Z Actions: read 2022-12-01T10:01:52.0926447Z Checks: read 2022-12-01T10:01:52.0926700Z Contents: read 2022-12-01T10:01:52.0926991Z Deployments: read 2022-12-01T10:01:52.0927319Z Discussions: read 2022-12-01T10:01:52.0927567Z Issues: read 2022-12-01T10:01:52.0927876Z Metadata: read 2022-12-01T10:01:52.0928161Z Packages: read 2022-12-01T10:01:52.0928537Z Pages: read 2022-12-01T10:01:52.0928829Z PullRequests: read 2022-12-01T10:01:52.0929165Z RepositoryProjects: read 2022-12-01T10:01:52.0929475Z SecurityEvents: read 2022-12-01T10:01:52.0929772Z Statuses: read 2022-12-01T10:01:52.0930086Z ##[endgroup] 2022-12-01T10:01:52.0932954Z Secret source: None 2022-12-01T10:01:52.0933701Z Prepare workflow directory 2022-12-01T10:01:52.8380194Z Prepare all required actions 2022-12-01T10:01:52.8548242Z Getting action download info 2022-12-01T10:01:53.0498727Z Download action repository 'pytorch/pytorch@master' (SHA:850b53bbee82fb194af85b566aedee94b96def32) 2022-12-01T10:01:55.7149821Z Download action repository 'pytorch/test-infra@main' (SHA:1f415583bdcd967e33ea8fd05be71ed0bdf19880) 2022-12-01T10:01:55.9902016Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-12-01T10:01:56.1051202Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-12-01T10:01:56.3590353Z Getting action download info 2022-12-01T10:01:56.5263361Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-12-01T10:01:56.6949975Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-12-01T10:01:56.6951769Z ##[group] Inputs 2022-12-01T10:01:56.6952064Z build-environment: linux-bionic-py3.7-clang9 2022-12-01T10:01:56.6952764Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "default", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "crossref", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "crossref", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "dynamo", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "dynamo", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "functorch", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2022-12-01T10:01:56.6953532Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:01:56.6953868Z sync-tag: 2022-12-01T10:01:56.6954046Z ##[endgroup] 2022-12-01T10:01:56.6954502Z Complete job name: linux-bionic-py3.7-clang9 / test (functorch, 1, 1, linux.2xlarge) 2022-12-01T10:01:56.7660562Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-12-01T10:01:56.7660855Z with: 2022-12-01T10:01:56.7661026Z submodules: recursive 2022-12-01T10:01:56.7661214Z fetch-depth: 0 2022-12-01T10:01:56.7661385Z env: 2022-12-01T10:01:56.7661550Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:01:56.7661738Z ##[endgroup] 2022-12-01T10:01:56.7878530Z ##[group]Run retry () { 2022-12-01T10:01:56.7878787Z retry () { 2022-12-01T10:01:56.7879005Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-12-01T10:01:56.7879221Z } 2022-12-01T10:01:56.7879411Z echo "${GITHUB_WORKSPACE}" 2022-12-01T10:01:56.7879622Z if [ -z "${NO_SUDO}" ]; then 2022-12-01T10:01:56.7879875Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:01:56.7880117Z else 2022-12-01T10:01:56.7880320Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:01:56.7880505Z fi 2022-12-01T10:01:56.7880743Z mkdir "${GITHUB_WORKSPACE}" 2022-12-01T10:01:56.7896434Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:01:56.7896665Z env: 2022-12-01T10:01:56.7896846Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:01:56.7897188Z NO_SUDO: 2022-12-01T10:01:56.7897349Z ##[endgroup] 2022-12-01T10:01:56.8064177Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:01:59.9378452Z ##[group]Run malfet/checkout@silent-checkout 2022-12-01T10:01:59.9378702Z with: 2022-12-01T10:01:59.9378907Z ref: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:01:59.9379117Z fetch-depth: 0 2022-12-01T10:01:59.9379289Z submodules: recursive 2022-12-01T10:01:59.9379477Z quiet-checkout: true 2022-12-01T10:01:59.9379677Z repository: pytorch/pytorch 2022-12-01T10:01:59.9380046Z token: *** 2022-12-01T10:01:59.9380218Z ssh-strict: true 2022-12-01T10:01:59.9380413Z persist-credentials: true 2022-12-01T10:01:59.9380602Z clean: true 2022-12-01T10:01:59.9380761Z lfs: false 2022-12-01T10:01:59.9380950Z set-safe-directory: true 2022-12-01T10:01:59.9381130Z env: 2022-12-01T10:01:59.9381288Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:01:59.9381473Z ##[endgroup] 2022-12-01T10:02:00.0580731Z Syncing repository: pytorch/pytorch 2022-12-01T10:02:00.0582138Z ##[group]Getting Git version info 2022-12-01T10:02:00.0582750Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:02:00.0583272Z [command]/usr/bin/git version 2022-12-01T10:02:00.0583460Z git version 2.37.1 2022-12-01T10:02:00.0584027Z ##[endgroup] 2022-12-01T10:02:00.0596778Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/351b55ca-f876-4e23-9ba6-c66a4d61f2f3' before making global git config changes 2022-12-01T10:02:00.0597208Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:02:00.0600953Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:02:00.0640950Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:02:00.0645179Z ##[group]Initializing the repository 2022-12-01T10:02:00.0647634Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:02:00.0819868Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-12-01T10:02:00.0820399Z hint: is subject to change. To configure the initial branch name to use in all 2022-12-01T10:02:00.0820910Z hint: of your new repositories, which will suppress this warning, call: 2022-12-01T10:02:00.0821292Z hint: 2022-12-01T10:02:00.0821733Z hint: git config --global init.defaultBranch 2022-12-01T10:02:00.0822041Z hint: 2022-12-01T10:02:00.0822345Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-12-01T10:02:00.0822720Z hint: 'development'. The just-created branch can be renamed via this command: 2022-12-01T10:02:00.0822945Z hint: 2022-12-01T10:02:00.0823299Z hint: git branch -m 2022-12-01T10:02:00.0823685Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-12-01T10:02:00.0829997Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-12-01T10:02:00.0864664Z ##[endgroup] 2022-12-01T10:02:00.0865051Z ##[group]Disabling automatic garbage collection 2022-12-01T10:02:00.0868314Z [command]/usr/bin/git config --local gc.auto 0 2022-12-01T10:02:00.0897411Z ##[endgroup] 2022-12-01T10:02:00.0898207Z ##[group]Setting up auth 2022-12-01T10:02:00.0904771Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:02:00.0934385Z [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:02:00.1187222Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:02:00.1221662Z [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:02:00.1471741Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:02:00.1519317Z ##[endgroup] 2022-12-01T10:02:00.1519700Z ##[group]Fetching the repository 2022-12-01T10:02:00.1525716Z [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:02:52.5890900Z [command]/usr/bin/git rev-parse --verify --quiet c13d400bffe90e16b96520bbc8a41a6f0c9cd584^{object} 2022-12-01T10:02:52.5924372Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:02:54.2114845Z ##[endgroup] 2022-12-01T10:02:54.2115408Z ##[group]Determining the checkout info 2022-12-01T10:02:54.2115874Z ##[endgroup] 2022-12-01T10:02:54.2116305Z ##[group]Checking out the ref 2022-12-01T10:02:54.2119738Z [command]/usr/bin/git checkout --quiet --force c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:02:55.4501013Z ##[endgroup] 2022-12-01T10:02:55.4501654Z ##[group]Setting up auth for fetching submodules 2022-12-01T10:02:55.4506804Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:02:55.4551667Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-12-01T10:02:55.4580655Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-12-01T10:02:55.4607777Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-12-01T10:02:55.4633295Z ##[endgroup] 2022-12-01T10:02:55.4633810Z ##[group]Fetching submodules 2022-12-01T10:02:55.4637519Z [command]/usr/bin/git submodule sync --recursive 2022-12-01T10:02:55.4894642Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-12-01T10:02:55.5154110Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-12-01T10:02:55.5155787Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-12-01T10:02:55.5156475Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-12-01T10:02:55.5158184Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-12-01T10:02:55.5160445Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-12-01T10:02:55.5163162Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-12-01T10:02:55.5165478Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-12-01T10:02:55.5168080Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-12-01T10:02:55.5170888Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-12-01T10:02:55.5173820Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-12-01T10:02:55.5176782Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-12-01T10:02:55.5179887Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-12-01T10:02:55.5182963Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-12-01T10:02:55.5186229Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-12-01T10:02:55.5189641Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-12-01T10:02:55.5192910Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-12-01T10:02:55.5196444Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-12-01T10:02:55.5200113Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:02:55.5203780Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-12-01T10:02:55.5207609Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-12-01T10:02:55.5211661Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-12-01T10:02:55.5215889Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-12-01T10:02:55.5221166Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-12-01T10:02:55.5225290Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-12-01T10:02:55.5229614Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-12-01T10:02:55.5234028Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-12-01T10:02:55.5238559Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-12-01T10:02:55.5243119Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-12-01T10:02:55.5248058Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-12-01T10:02:55.5252921Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-12-01T10:02:55.5258044Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-12-01T10:02:55.5263050Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-12-01T10:02:55.5268213Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-12-01T10:02:55.5273499Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-12-01T10:02:55.5278795Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-12-01T10:02:55.5284204Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-12-01T10:02:55.5289826Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-12-01T10:02:55.5295360Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-12-01T10:02:55.5301497Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-12-01T10:02:55.5307326Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-12-01T10:02:55.5313349Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-12-01T10:02:55.5338250Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-12-01T10:02:55.8153421Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-12-01T10:02:56.0400529Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-12-01T10:02:56.2569753Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-12-01T10:02:56.5372433Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-12-01T10:02:56.8080145Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-12-01T10:02:58.8585678Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-12-01T10:03:04.8178980Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-12-01T10:03:05.3936823Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-12-01T10:03:05.9572909Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-12-01T10:03:07.4629543Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-12-01T10:03:08.5970737Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-12-01T10:03:10.0696758Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-12-01T10:03:15.1693653Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-12-01T10:03:16.0129523Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-12-01T10:03:17.2025099Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-12-01T10:03:18.3848018Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-12-01T10:03:18.6027235Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-12-01T10:03:19.0500287Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-12-01T10:03:19.3649880Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-12-01T10:03:20.4609393Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-12-01T10:03:20.9220108Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-12-01T10:03:21.1411198Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-12-01T10:03:21.4139790Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-12-01T10:03:23.3257218Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-12-01T10:03:23.8711672Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-12-01T10:03:24.3400768Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-12-01T10:03:30.2502469Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-12-01T10:03:31.8904299Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-12-01T10:03:32.4153443Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-12-01T10:03:32.6601412Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-12-01T10:03:38.0526116Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-12-01T10:03:38.2817205Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-12-01T10:03:38.7324092Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-12-01T10:03:39.5521450Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-12-01T10:03:39.8051232Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-12-01T10:03:40.1371817Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-12-01T10:03:40.4259213Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-12-01T10:03:40.9876347Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-12-01T10:03:43.0971950Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-12-01T10:03:43.6117548Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-12-01T10:03:45.7539742Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-12-01T10:03:45.7636867Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-12-01T10:03:45.7710369Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-12-01T10:03:45.7918231Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-12-01T10:03:45.8121567Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-12-01T10:03:45.8445094Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-12-01T10:03:46.3983422Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-12-01T10:03:46.4177596Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:03:46.5090501Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-12-01T10:03:46.5404143Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-12-01T10:03:46.8070254Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-12-01T10:03:47.1812733Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-12-01T10:03:47.4051736Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-12-01T10:03:47.4478809Z Submodule path 'third_party/fbgemm': checked out '0d98c261561524cce92e37fe307ea6596664309a' 2022-12-01T10:03:47.4492902Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:03:47.4494768Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:03:47.4496834Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:03:47.4499468Z 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:03:47.4522186Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-12-01T10:03:48.3925742Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-12-01T10:03:49.0945769Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-12-01T10:03:50.1387386Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-12-01T10:03:50.4760419Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-12-01T10:03:50.5678356Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-12-01T10:03:50.6214673Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-12-01T10:03:50.6305173Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-12-01T10:03:50.7078014Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-12-01T10:03:50.7411316Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-12-01T10:03:50.7496132Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-12-01T10:03:50.7869900Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-12-01T10:03:50.8091840Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-12-01T10:03:50.8519966Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-12-01T10:03:50.8626609Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-12-01T10:03:50.8639077Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-12-01T10:03:50.8660178Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-12-01T10:03:58.4877223Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-12-01T10:03:58.4892564Z 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:03:58.4915443Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-12-01T10:04:06.2042903Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-12-01T10:04:06.2138036Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-12-01T10:04:06.2265351Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-12-01T10:04:06.3132025Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-12-01T10:04:06.3146291Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:04:06.3148237Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:04:06.3171990Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-12-01T10:04:07.5351583Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-12-01T10:04:08.6718412Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-12-01T10:04:08.7217753Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-12-01T10:04:08.7399933Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-12-01T10:04:08.7524508Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-12-01T10:04:08.8500012Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-12-01T10:04:09.0735836Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-12-01T10:04:09.0761794Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-12-01T10:04:09.0763731Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-12-01T10:04:09.0787049Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-12-01T10:04:09.5055237Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-12-01T10:04:10.3197984Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:04:10.3481491Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-12-01T10:04:10.3618902Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-12-01T10:04:10.3630706Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:04:10.3651103Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-12-01T10:04:12.1237961Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-12-01T10:04:12.1257529Z 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:04:12.1259184Z 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:04:12.1282820Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-12-01T10:04:12.5414042Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-12-01T10:04:13.3992355Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-12-01T10:04:13.4594572Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-12-01T10:04:13.4608007Z 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:04:13.4629847Z 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:04:13.7206236Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:04:13.7288535Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-12-01T10:04:13.9641775Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-12-01T10:04:13.9659322Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:04:13.9661032Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-12-01T10:04:13.9684243Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-12-01T10:04:14.3677353Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-12-01T10:04:15.4482122Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-12-01T10:04:15.5112375Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-12-01T10:04:15.5190725Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-12-01T10:04:15.5287689Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-12-01T10:04:15.5586796Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-12-01T10:04:15.5668127Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-12-01T10:04:15.5920576Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-12-01T10:04:15.6004561Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-12-01T10:04:15.6405858Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-12-01T10:04:15.7392598Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-12-01T10:04:15.7629839Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-12-01T10:04:15.7642307Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:04:15.7644171Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:04:15.7646311Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:04:15.7648617Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:04:15.7669600Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-12-01T10:04:16.8943509Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-12-01T10:04:17.1718334Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-12-01T10:04:18.4590703Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-12-01T10:04:19.3224386Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-12-01T10:04:19.3357874Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-12-01T10:04:19.3952546Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-12-01T10:04:19.4202321Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-12-01T10:04:19.4215853Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:04:19.4238498Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-12-01T10:04:19.6528325Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:04:19.7789326Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-12-01T10:04:19.7818523Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-12-01T10:04:19.8092477Z Entering 'android/libs/fbjni' 2022-12-01T10:04:19.8127288Z Entering 'third_party/FP16' 2022-12-01T10:04:19.8163935Z Entering 'third_party/FXdiv' 2022-12-01T10:04:19.8200563Z Entering 'third_party/NNPACK' 2022-12-01T10:04:19.8237296Z Entering 'third_party/QNNPACK' 2022-12-01T10:04:19.8273598Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:04:19.8307904Z Entering 'third_party/XNNPACK' 2022-12-01T10:04:19.8352019Z Entering 'third_party/benchmark' 2022-12-01T10:04:19.8387220Z Entering 'third_party/cpuinfo' 2022-12-01T10:04:19.8422273Z Entering 'third_party/cub' 2022-12-01T10:04:19.8457540Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:04:19.8496094Z Entering 'third_party/cutlass' 2022-12-01T10:04:19.8536020Z Entering 'third_party/eigen' 2022-12-01T10:04:19.8571519Z Entering 'third_party/fbgemm' 2022-12-01T10:04:19.8605722Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:04:19.8638923Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:04:19.8675513Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:04:19.8714282Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:04:19.8752129Z Entering 'third_party/flatbuffers' 2022-12-01T10:04:19.8789918Z Entering 'third_party/fmt' 2022-12-01T10:04:19.8825335Z Entering 'third_party/foxi' 2022-12-01T10:04:19.8860898Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:04:19.8895048Z Entering 'third_party/gloo' 2022-12-01T10:04:19.8929638Z Entering 'third_party/googletest' 2022-12-01T10:04:19.8963468Z Entering 'third_party/ideep' 2022-12-01T10:04:19.8996589Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:04:19.9032661Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:04:19.9072540Z Entering 'third_party/ios-cmake' 2022-12-01T10:04:19.9107829Z Entering 'third_party/ittapi' 2022-12-01T10:04:19.9142373Z Entering 'third_party/kineto' 2022-12-01T10:04:19.9177886Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:04:19.9211149Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:04:19.9245983Z Entering 'third_party/nccl/nccl' 2022-12-01T10:04:19.9281630Z Entering 'third_party/neon2sse' 2022-12-01T10:04:19.9317035Z Entering 'third_party/nlohmann' 2022-12-01T10:04:19.9353570Z Entering 'third_party/onnx' 2022-12-01T10:04:19.9399861Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:04:19.9435021Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:04:19.9472953Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:04:19.9509044Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:04:19.9548386Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:04:19.9583018Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:04:19.9618903Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:04:19.9658258Z Entering 'third_party/pocketfft' 2022-12-01T10:04:19.9693441Z Entering 'third_party/protobuf' 2022-12-01T10:04:19.9732310Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:04:19.9766419Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:04:19.9802267Z Entering 'third_party/psimd' 2022-12-01T10:04:19.9836492Z Entering 'third_party/pthreadpool' 2022-12-01T10:04:19.9869399Z Entering 'third_party/pybind11' 2022-12-01T10:04:19.9905693Z Entering 'third_party/python-enum' 2022-12-01T10:04:19.9941637Z Entering 'third_party/python-peachpy' 2022-12-01T10:04:19.9976561Z Entering 'third_party/python-six' 2022-12-01T10:04:20.0011937Z Entering 'third_party/sleef' 2022-12-01T10:04:20.0047098Z Entering 'third_party/tbb' 2022-12-01T10:04:20.0084152Z Entering 'third_party/tensorpipe' 2022-12-01T10:04:20.0118848Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:04:20.0155273Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:04:20.0188865Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:04:20.0222354Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:04:20.0254349Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:04:20.0290325Z Entering 'third_party/zstd' 2022-12-01T10:04:20.0334290Z ##[endgroup] 2022-12-01T10:04:20.0334775Z ##[group]Persisting credentials for submodules 2022-12-01T10:04:20.0340010Z [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:04:20.0592628Z Entering 'android/libs/fbjni' 2022-12-01T10:04:20.0628360Z Entering 'third_party/FP16' 2022-12-01T10:04:20.0662939Z Entering 'third_party/FXdiv' 2022-12-01T10:04:20.0696810Z Entering 'third_party/NNPACK' 2022-12-01T10:04:20.0731907Z Entering 'third_party/QNNPACK' 2022-12-01T10:04:20.0766054Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:04:20.0800064Z Entering 'third_party/XNNPACK' 2022-12-01T10:04:20.0844086Z Entering 'third_party/benchmark' 2022-12-01T10:04:20.0878326Z Entering 'third_party/cpuinfo' 2022-12-01T10:04:20.0914286Z Entering 'third_party/cub' 2022-12-01T10:04:20.0949401Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:04:20.0988635Z Entering 'third_party/cutlass' 2022-12-01T10:04:20.1029013Z Entering 'third_party/eigen' 2022-12-01T10:04:20.1066703Z Entering 'third_party/fbgemm' 2022-12-01T10:04:20.1102035Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:04:20.1135204Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:04:20.1170835Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:04:20.1205273Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:04:20.1242021Z Entering 'third_party/flatbuffers' 2022-12-01T10:04:20.1279543Z Entering 'third_party/fmt' 2022-12-01T10:04:20.1315409Z Entering 'third_party/foxi' 2022-12-01T10:04:20.1351303Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:04:20.1386303Z Entering 'third_party/gloo' 2022-12-01T10:04:20.1422777Z Entering 'third_party/googletest' 2022-12-01T10:04:20.1458329Z Entering 'third_party/ideep' 2022-12-01T10:04:20.1491053Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:04:20.1526287Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:04:20.1565479Z Entering 'third_party/ios-cmake' 2022-12-01T10:04:20.1600183Z Entering 'third_party/ittapi' 2022-12-01T10:04:20.1635938Z Entering 'third_party/kineto' 2022-12-01T10:04:20.1670782Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:04:20.1705935Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:04:20.1740817Z Entering 'third_party/nccl/nccl' 2022-12-01T10:04:20.1775848Z Entering 'third_party/neon2sse' 2022-12-01T10:04:20.1809864Z Entering 'third_party/nlohmann' 2022-12-01T10:04:20.1846518Z Entering 'third_party/onnx' 2022-12-01T10:04:20.1893341Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:04:20.1927482Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:04:20.1963119Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:04:20.1997995Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:04:20.2035855Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:04:20.2069575Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:04:20.2103044Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:04:20.2144575Z Entering 'third_party/pocketfft' 2022-12-01T10:04:20.2179287Z Entering 'third_party/protobuf' 2022-12-01T10:04:20.2216876Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:04:20.2249971Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:04:20.2286588Z Entering 'third_party/psimd' 2022-12-01T10:04:20.2321668Z Entering 'third_party/pthreadpool' 2022-12-01T10:04:20.2355373Z Entering 'third_party/pybind11' 2022-12-01T10:04:20.2390514Z Entering 'third_party/python-enum' 2022-12-01T10:04:20.2425502Z Entering 'third_party/python-peachpy' 2022-12-01T10:04:20.2459163Z Entering 'third_party/python-six' 2022-12-01T10:04:20.2492584Z Entering 'third_party/sleef' 2022-12-01T10:04:20.2528370Z Entering 'third_party/tbb' 2022-12-01T10:04:20.2564476Z Entering 'third_party/tensorpipe' 2022-12-01T10:04:20.2598881Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:04:20.2633316Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:04:20.2667211Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:04:20.2702104Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:04:20.2734976Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:04:20.2770273Z Entering 'third_party/zstd' 2022-12-01T10:04:20.2813483Z [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:04:20.3065615Z Entering 'android/libs/fbjni' 2022-12-01T10:04:20.3096327Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-12-01T10:04:20.3110540Z Entering 'third_party/FP16' 2022-12-01T10:04:20.3142243Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-12-01T10:04:20.3155922Z Entering 'third_party/FXdiv' 2022-12-01T10:04:20.3187965Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-12-01T10:04:20.3201658Z Entering 'third_party/NNPACK' 2022-12-01T10:04:20.3233930Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-12-01T10:04:20.3247883Z Entering 'third_party/QNNPACK' 2022-12-01T10:04:20.3279650Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-12-01T10:04:20.3293603Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:04:20.3325474Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-12-01T10:04:20.3339957Z Entering 'third_party/XNNPACK' 2022-12-01T10:04:20.3371843Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-12-01T10:04:20.3396593Z Entering 'third_party/benchmark' 2022-12-01T10:04:20.3427541Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:04:20.3441813Z Entering 'third_party/cpuinfo' 2022-12-01T10:04:20.3472805Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-12-01T10:04:20.3488863Z Entering 'third_party/cub' 2022-12-01T10:04:20.3520549Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-12-01T10:04:20.3534653Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:04:20.3566837Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-12-01T10:04:20.3586842Z Entering 'third_party/cutlass' 2022-12-01T10:04:20.3619101Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-12-01T10:04:20.3640445Z Entering 'third_party/eigen' 2022-12-01T10:04:20.3673916Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-12-01T10:04:20.3690587Z Entering 'third_party/fbgemm' 2022-12-01T10:04:20.3722739Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-12-01T10:04:20.3737353Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:04:20.3769552Z 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:04:20.3784280Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:04:20.3815439Z 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:04:20.3829846Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:04:20.3861154Z 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:04:20.3875749Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:04:20.3908038Z 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:04:20.3923351Z Entering 'third_party/flatbuffers' 2022-12-01T10:04:20.3954888Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-12-01T10:04:20.3971270Z Entering 'third_party/fmt' 2022-12-01T10:04:20.4002937Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-12-01T10:04:20.4018289Z Entering 'third_party/foxi' 2022-12-01T10:04:20.4048343Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-12-01T10:04:20.4063874Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:04:20.4095221Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-12-01T10:04:20.4109292Z Entering 'third_party/gloo' 2022-12-01T10:04:20.4142084Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-12-01T10:04:20.4156077Z Entering 'third_party/googletest' 2022-12-01T10:04:20.4187979Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:04:20.4202626Z Entering 'third_party/ideep' 2022-12-01T10:04:20.4234678Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-12-01T10:04:20.4248817Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:04:20.4281831Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-12-01T10:04:20.4298476Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:04:20.4330496Z 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:04:20.4350817Z Entering 'third_party/ios-cmake' 2022-12-01T10:04:20.4385595Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-12-01T10:04:20.4399907Z Entering 'third_party/ittapi' 2022-12-01T10:04:20.4432626Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-12-01T10:04:20.4447330Z Entering 'third_party/kineto' 2022-12-01T10:04:20.4480591Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-12-01T10:04:20.4495586Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:04:20.4527457Z 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:04:20.4542109Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:04:20.4573193Z 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:04:20.4590093Z Entering 'third_party/nccl/nccl' 2022-12-01T10:04:20.4622733Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-12-01T10:04:20.4636520Z Entering 'third_party/neon2sse' 2022-12-01T10:04:20.4668667Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-12-01T10:04:20.4682419Z Entering 'third_party/nlohmann' 2022-12-01T10:04:20.4714775Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-12-01T10:04:20.4729321Z Entering 'third_party/onnx' 2022-12-01T10:04:20.4761014Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-12-01T10:04:20.4787343Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:04:20.4819057Z 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:04:20.4833191Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:04:20.4864270Z 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:04:20.4879790Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:04:20.4910914Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-12-01T10:04:20.4924914Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:04:20.4959607Z 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:04:20.4985966Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:04:20.5017261Z 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:04:20.5030557Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:04:20.5063835Z 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:04:20.5078793Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:04:20.5110170Z 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:04:20.5128056Z Entering 'third_party/pocketfft' 2022-12-01T10:04:20.5160477Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-12-01T10:04:20.5174619Z Entering 'third_party/protobuf' 2022-12-01T10:04:20.5205877Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-12-01T10:04:20.5223596Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:04:20.5254421Z 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:04:20.5268811Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:04:20.5300910Z 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:04:20.5316531Z Entering 'third_party/psimd' 2022-12-01T10:04:20.5348227Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-12-01T10:04:20.5361741Z Entering 'third_party/pthreadpool' 2022-12-01T10:04:20.5393638Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-12-01T10:04:20.5408014Z Entering 'third_party/pybind11' 2022-12-01T10:04:20.5439472Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:04:20.5455858Z Entering 'third_party/python-enum' 2022-12-01T10:04:20.5487701Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-12-01T10:04:20.5501684Z Entering 'third_party/python-peachpy' 2022-12-01T10:04:20.5532441Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-12-01T10:04:20.5547553Z Entering 'third_party/python-six' 2022-12-01T10:04:20.5579202Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-12-01T10:04:20.5593039Z Entering 'third_party/sleef' 2022-12-01T10:04:20.5627466Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-12-01T10:04:20.5642307Z Entering 'third_party/tbb' 2022-12-01T10:04:20.5673707Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-12-01T10:04:20.5689827Z Entering 'third_party/tensorpipe' 2022-12-01T10:04:20.5723665Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-12-01T10:04:20.5739769Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:04:20.5771103Z 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:04:20.5786780Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:04:20.5817900Z 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:04:20.5832439Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:04:20.5864977Z 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:04:20.5878979Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:04:20.5909829Z 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:04:20.5923168Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:04:20.5963085Z 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:04:20.5974097Z Entering 'third_party/zstd' 2022-12-01T10:04:20.6005557Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-12-01T10:04:20.9673735Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-12-01T10:04:20.9944456Z Entering 'android/libs/fbjni' 2022-12-01T10:04:20.9979711Z Entering 'third_party/FP16' 2022-12-01T10:04:21.0013732Z Entering 'third_party/FXdiv' 2022-12-01T10:04:21.0049471Z Entering 'third_party/NNPACK' 2022-12-01T10:04:21.0084894Z Entering 'third_party/QNNPACK' 2022-12-01T10:04:21.0122580Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:04:21.0159430Z Entering 'third_party/XNNPACK' 2022-12-01T10:04:21.0206033Z Entering 'third_party/benchmark' 2022-12-01T10:04:21.0241105Z Entering 'third_party/cpuinfo' 2022-12-01T10:04:21.0278422Z Entering 'third_party/cub' 2022-12-01T10:04:21.0314836Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:04:21.0354948Z Entering 'third_party/cutlass' 2022-12-01T10:04:21.0398861Z Entering 'third_party/eigen' 2022-12-01T10:04:21.0436053Z Entering 'third_party/fbgemm' 2022-12-01T10:04:21.0470314Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:04:21.0503045Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:04:21.0540526Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:04:21.0573447Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:04:21.0608630Z Entering 'third_party/flatbuffers' 2022-12-01T10:04:21.0644149Z Entering 'third_party/fmt' 2022-12-01T10:04:21.0677893Z Entering 'third_party/foxi' 2022-12-01T10:04:21.0713112Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:04:21.0746743Z Entering 'third_party/gloo' 2022-12-01T10:04:21.0781000Z Entering 'third_party/googletest' 2022-12-01T10:04:21.0814853Z Entering 'third_party/ideep' 2022-12-01T10:04:21.0848386Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:04:21.0883563Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:04:21.0921988Z Entering 'third_party/ios-cmake' 2022-12-01T10:04:21.0955922Z Entering 'third_party/ittapi' 2022-12-01T10:04:21.0989795Z Entering 'third_party/kineto' 2022-12-01T10:04:21.1025402Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:04:21.1058572Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:04:21.1092217Z Entering 'third_party/nccl/nccl' 2022-12-01T10:04:21.1127327Z Entering 'third_party/neon2sse' 2022-12-01T10:04:21.1161300Z Entering 'third_party/nlohmann' 2022-12-01T10:04:21.1198108Z Entering 'third_party/onnx' 2022-12-01T10:04:21.1243207Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:04:21.1278044Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:04:21.1313516Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:04:21.1347122Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:04:21.1384692Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:04:21.1418360Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:04:21.1450968Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:04:21.1491130Z Entering 'third_party/pocketfft' 2022-12-01T10:04:21.1525491Z Entering 'third_party/protobuf' 2022-12-01T10:04:21.1563647Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:04:21.1597456Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:04:21.1632336Z Entering 'third_party/psimd' 2022-12-01T10:04:21.1666759Z Entering 'third_party/pthreadpool' 2022-12-01T10:04:21.1701190Z Entering 'third_party/pybind11' 2022-12-01T10:04:21.1734995Z Entering 'third_party/python-enum' 2022-12-01T10:04:21.1770365Z Entering 'third_party/python-peachpy' 2022-12-01T10:04:21.1804430Z Entering 'third_party/python-six' 2022-12-01T10:04:21.1838788Z Entering 'third_party/sleef' 2022-12-01T10:04:21.1872832Z Entering 'third_party/tbb' 2022-12-01T10:04:21.1910853Z Entering 'third_party/tensorpipe' 2022-12-01T10:04:21.1944920Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:04:21.1981757Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:04:21.2015144Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:04:21.2049214Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:04:21.2081682Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:04:21.2116913Z Entering 'third_party/zstd' 2022-12-01T10:04:21.2165633Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-12-01T10:04:21.2422408Z Entering 'android/libs/fbjni' 2022-12-01T10:04:21.2455870Z Entering 'third_party/FP16' 2022-12-01T10:04:21.2489635Z Entering 'third_party/FXdiv' 2022-12-01T10:04:21.2524529Z Entering 'third_party/NNPACK' 2022-12-01T10:04:21.2559580Z Entering 'third_party/QNNPACK' 2022-12-01T10:04:21.2594561Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:04:21.2629720Z Entering 'third_party/XNNPACK' 2022-12-01T10:04:21.2674374Z Entering 'third_party/benchmark' 2022-12-01T10:04:21.2709922Z Entering 'third_party/cpuinfo' 2022-12-01T10:04:21.2744904Z Entering 'third_party/cub' 2022-12-01T10:04:21.2780080Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:04:21.2819959Z Entering 'third_party/cutlass' 2022-12-01T10:04:21.2860555Z Entering 'third_party/eigen' 2022-12-01T10:04:21.2897378Z Entering 'third_party/fbgemm' 2022-12-01T10:04:21.2932055Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:04:21.2966502Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:04:21.3001068Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:04:21.3034696Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:04:21.3069551Z Entering 'third_party/flatbuffers' 2022-12-01T10:04:21.3106135Z Entering 'third_party/fmt' 2022-12-01T10:04:21.3140199Z Entering 'third_party/foxi' 2022-12-01T10:04:21.3174342Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:04:21.3210651Z Entering 'third_party/gloo' 2022-12-01T10:04:21.3245028Z Entering 'third_party/googletest' 2022-12-01T10:04:21.3279490Z Entering 'third_party/ideep' 2022-12-01T10:04:21.3313758Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:04:21.3348916Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:04:21.3389691Z Entering 'third_party/ios-cmake' 2022-12-01T10:04:21.3423974Z Entering 'third_party/ittapi' 2022-12-01T10:04:21.3459322Z Entering 'third_party/kineto' 2022-12-01T10:04:21.3493594Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:04:21.3529436Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:04:21.3564051Z Entering 'third_party/nccl/nccl' 2022-12-01T10:04:21.3598815Z Entering 'third_party/neon2sse' 2022-12-01T10:04:21.3634607Z Entering 'third_party/nlohmann' 2022-12-01T10:04:21.3672913Z Entering 'third_party/onnx' 2022-12-01T10:04:21.3719721Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:04:21.3754399Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:04:21.3791337Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:04:21.3825292Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:04:21.3864883Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:04:21.3898702Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:04:21.3931826Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:04:21.3971034Z Entering 'third_party/pocketfft' 2022-12-01T10:04:21.4006499Z Entering 'third_party/protobuf' 2022-12-01T10:04:21.4046321Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:04:21.4080734Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:04:21.4116873Z Entering 'third_party/psimd' 2022-12-01T10:04:21.4151206Z Entering 'third_party/pthreadpool' 2022-12-01T10:04:21.4187065Z Entering 'third_party/pybind11' 2022-12-01T10:04:21.4221933Z Entering 'third_party/python-enum' 2022-12-01T10:04:21.4255667Z Entering 'third_party/python-peachpy' 2022-12-01T10:04:21.4291094Z Entering 'third_party/python-six' 2022-12-01T10:04:21.4326636Z Entering 'third_party/sleef' 2022-12-01T10:04:21.4363222Z Entering 'third_party/tbb' 2022-12-01T10:04:21.4399809Z Entering 'third_party/tensorpipe' 2022-12-01T10:04:21.4436844Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:04:21.4469971Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:04:21.4505298Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:04:21.4541198Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:04:21.4574528Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:04:21.4611798Z Entering 'third_party/zstd' 2022-12-01T10:04:21.4655935Z ##[endgroup] 2022-12-01T10:04:21.4693737Z [command]/usr/bin/git log -1 --format='%H' 2022-12-01T10:04:21.4719131Z 'c13d400bffe90e16b96520bbc8a41a6f0c9cd584' 2022-12-01T10:04:21.4846757Z Prepare all required actions 2022-12-01T10:04:21.4872400Z ##[group]Run ./.github/actions/setup-linux 2022-12-01T10:04:21.4872603Z env: 2022-12-01T10:04:21.4872780Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:21.4872956Z ##[endgroup] 2022-12-01T10:04:21.4955474Z ##[group]Run set -euo pipefail 2022-12-01T10:04:21.4955705Z set -euo pipefail 2022-12-01T10:04:21.4955917Z function get_ec2_metadata() { 2022-12-01T10:04:21.4956148Z  # Pulled from instance metadata endpoint for EC2 2022-12-01T10:04:21.4956503Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-12-01T10:04:21.4956804Z  category=$1 2022-12-01T10:04:21.4957035Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-12-01T10:04:21.4957260Z } 2022-12-01T10:04:21.4957459Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-12-01T10:04:21.4957731Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-12-01T10:04:21.4958122Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-12-01T10:04:21.4958371Z echo "system info $(uname -a)" 2022-12-01T10:04:21.4969627Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:21.4969832Z env: 2022-12-01T10:04:21.4970007Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:21.4970197Z ##[endgroup] 2022-12-01T10:04:21.5050965Z ami-id: ami-096198a0bccc6bad4 2022-12-01T10:04:21.5102534Z instance-id: i-07a13790033c4e49d 2022-12-01T10:04:21.5151135Z instance-type: c5.2xlarge 2022-12-01T10:04:21.5158264Z system info Linux ip-10-0-3-176.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:04:21.5174225Z ##[group]Run if systemctl is-active --quiet docker; then 2022-12-01T10:04:21.5174519Z if systemctl is-active --quiet docker; then 2022-12-01T10:04:21.5174773Z  echo "Docker daemon is running..."; 2022-12-01T10:04:21.5174980Z else 2022-12-01T10:04:21.5175216Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-12-01T10:04:21.5175446Z fi 2022-12-01T10:04:21.5186177Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:21.5186397Z env: 2022-12-01T10:04:21.5186579Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:21.5186757Z ##[endgroup] 2022-12-01T10:04:21.5611963Z Docker daemon is running... 2022-12-01T10:04:21.5702038Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T10:04:21.5702409Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T10:04:21.5702696Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:04:21.5703094Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-12-01T10:04:21.5703440Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-12-01T10:04:21.5714543Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:21.5714764Z env: 2022-12-01T10:04:21.5714940Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:21.5715130Z AWS_RETRY_MODE: standard 2022-12-01T10:04:21.5715317Z AWS_MAX_ATTEMPTS: 5 2022-12-01T10:04:21.5715504Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T10:04:21.5715702Z ##[endgroup] 2022-12-01T10:04:22.6494166Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-12-01T10:04:22.6494532Z Configure a credential helper to remove this warning. See 2022-12-01T10:04:22.6494935Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-12-01T10:04:22.6495226Z 2022-12-01T10:04:22.6495369Z Login Succeeded 2022-12-01T10:04:22.6530135Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:04:22.6530480Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:04:22.6530875Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:04:22.6542542Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:22.6542794Z env: 2022-12-01T10:04:22.6543002Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:22.6543210Z ##[endgroup] 2022-12-01T10:04:22.6620403Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-12-01T10:04:22.6620696Z with: 2022-12-01T10:04:22.6621078Z github-secret: *** 2022-12-01T10:04:22.6621281Z activate-with-label: false 2022-12-01T10:04:22.6621493Z label: with-ssh 2022-12-01T10:04:22.6621741Z remove-existing-keys: true 2022-12-01T10:04:22.6621927Z env: 2022-12-01T10:04:22.6622082Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:22.6622266Z ##[endgroup] 2022-12-01T10:04:23.0986277Z Grabbing public ssh keys from https://github.com/charlie-wt.keys 2022-12-01T10:04:23.1905774Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-12-01T10:04:23.1918714Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-12-01T10:04:23.1944350Z Login using: ssh ec2-user@ec2-52-91-92-186.compute-1.amazonaws.com 2022-12-01T10:04:23.2006841Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2022-12-01T10:04:23.2007095Z with: 2022-12-01T10:04:23.2007421Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:04:23.2007830Z env: 2022-12-01T10:04:23.2008005Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:23.2008185Z ##[endgroup] 2022-12-01T10:04:23.2022155Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:04:23.2022536Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:04:23.2022804Z # ignore output since only exit code is used for conditional 2022-12-01T10:04:23.2023088Z # only pull docker image if it's not available locally 2022-12-01T10:04:23.2023384Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-12-01T10:04:23.2023693Z  retry docker pull "${DOCKER_IMAGE}" 2022-12-01T10:04:23.2023890Z fi 2022-12-01T10:04:23.2034861Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:23.2035081Z env: 2022-12-01T10:04:23.2035255Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:23.2035601Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:04:23.2035930Z ##[endgroup] 2022-12-01T10:04:23.4598567Z fa72f5a0a230eb632055220542038bd4ceca184b: Pulling from pytorch/pytorch-linux-bionic-py3.7-clang9 2022-12-01T10:04:23.4602016Z 726b8a513d66: Pulling fs layer 2022-12-01T10:04:23.4602393Z 4c162df00807: Pulling fs layer 2022-12-01T10:04:23.4602721Z 12d7c3bb4071: Pulling fs layer 2022-12-01T10:04:23.4603038Z a4ada130b3d8: Pulling fs layer 2022-12-01T10:04:23.4603376Z 1c004b6833a9: Pulling fs layer 2022-12-01T10:04:23.4603746Z c69cf3e07f05: Pulling fs layer 2022-12-01T10:04:23.4604098Z d7fa3cc1c4b0: Pulling fs layer 2022-12-01T10:04:23.4604438Z 5b3f7eea69ee: Pulling fs layer 2022-12-01T10:04:23.4604771Z f3b75eca38c8: Pulling fs layer 2022-12-01T10:04:23.4605090Z fb9742168942: Pulling fs layer 2022-12-01T10:04:23.4605408Z ba69bdb35bc3: Pulling fs layer 2022-12-01T10:04:23.4605731Z 270cb7e030e6: Pulling fs layer 2022-12-01T10:04:23.4606039Z cf0509a05e67: Pulling fs layer 2022-12-01T10:04:23.4606330Z c7c883db0ae1: Pulling fs layer 2022-12-01T10:04:23.4606633Z e403471ed02a: Pulling fs layer 2022-12-01T10:04:23.4606983Z 746c4a84b946: Pulling fs layer 2022-12-01T10:04:23.4607282Z 1c004b6833a9: Waiting 2022-12-01T10:04:23.4607556Z ba69bdb35bc3: Waiting 2022-12-01T10:04:23.4607939Z a1625d05811f: Pulling fs layer 2022-12-01T10:04:23.4608195Z c69cf3e07f05: Waiting 2022-12-01T10:04:23.4608362Z f3b75eca38c8: Waiting 2022-12-01T10:04:23.4608537Z fb9742168942: Waiting 2022-12-01T10:04:23.4608706Z d7fa3cc1c4b0: Waiting 2022-12-01T10:04:23.4608903Z 5b3f7eea69ee: Waiting 2022-12-01T10:04:23.4609121Z d4230d2a5583: Pulling fs layer 2022-12-01T10:04:23.4609310Z c7c883db0ae1: Waiting 2022-12-01T10:04:23.4609469Z 270cb7e030e6: Waiting 2022-12-01T10:04:23.4609642Z a4ada130b3d8: Waiting 2022-12-01T10:04:23.4609814Z 746c4a84b946: Waiting 2022-12-01T10:04:23.4609967Z a1625d05811f: Waiting 2022-12-01T10:04:23.4610158Z 35dbacbde92e: Pulling fs layer 2022-12-01T10:04:23.4610360Z 74f159c4e8f4: Pulling fs layer 2022-12-01T10:04:23.4610543Z 30e25e3dd13e: Pulling fs layer 2022-12-01T10:04:23.4610739Z d9a2350b6e9c: Pulling fs layer 2022-12-01T10:04:23.4610935Z 892077bdfb99: Pulling fs layer 2022-12-01T10:04:23.4611112Z 35dbacbde92e: Waiting 2022-12-01T10:04:23.4611299Z 21bc22d75102: Pulling fs layer 2022-12-01T10:04:23.4611485Z d4230d2a5583: Waiting 2022-12-01T10:04:23.4611658Z 882d6677f9d0: Pulling fs layer 2022-12-01T10:04:23.4611851Z 61e5f18293fb: Pulling fs layer 2022-12-01T10:04:23.4612036Z 74f159c4e8f4: Waiting 2022-12-01T10:04:23.4612340Z 30e25e3dd13e: Waiting 2022-12-01T10:04:23.4612515Z d9a2350b6e9c: Waiting 2022-12-01T10:04:23.4612687Z 892077bdfb99: Waiting 2022-12-01T10:04:23.4612906Z 21bc22d75102: Waiting 2022-12-01T10:04:23.4613080Z 882d6677f9d0: Waiting 2022-12-01T10:04:23.4613263Z 0c99ed5e47b0: Pulling fs layer 2022-12-01T10:04:23.4613449Z de5ace6d3a82: Pulling fs layer 2022-12-01T10:04:23.4613647Z 1d13d3c2c08b: Pulling fs layer 2022-12-01T10:04:23.4613838Z 0c99ed5e47b0: Waiting 2022-12-01T10:04:23.4614000Z de5ace6d3a82: Waiting 2022-12-01T10:04:23.4614188Z 700c1b016e9c: Pulling fs layer 2022-12-01T10:04:23.4614383Z 2f80402944a8: Pulling fs layer 2022-12-01T10:04:23.4614581Z 3a954d3daee2: Pulling fs layer 2022-12-01T10:04:23.4614762Z c7064c3fe401: Pulling fs layer 2022-12-01T10:04:23.4614954Z 379b44c142c3: Pulling fs layer 2022-12-01T10:04:23.4615147Z acc9cb4226e8: Pulling fs layer 2022-12-01T10:04:23.4615327Z 04a9294e28b0: Pulling fs layer 2022-12-01T10:04:23.4615518Z cfc71ad63958: Pulling fs layer 2022-12-01T10:04:23.4615707Z 1d13d3c2c08b: Waiting 2022-12-01T10:04:23.4615878Z 486e91289918: Pulling fs layer 2022-12-01T10:04:23.4616056Z 700c1b016e9c: Waiting 2022-12-01T10:04:23.4616269Z 98b91e719899: Pulling fs layer 2022-12-01T10:04:23.4616434Z 2f80402944a8: Waiting 2022-12-01T10:04:23.4616612Z 086a9aefc964: Pulling fs layer 2022-12-01T10:04:23.4616794Z c7064c3fe401: Waiting 2022-12-01T10:04:23.4616963Z e39d6e9213cc: Pulling fs layer 2022-12-01T10:04:23.4617350Z 721a11edd37d: Pulling fs layer 2022-12-01T10:04:23.4617540Z e9641285c2a8: Pulling fs layer 2022-12-01T10:04:23.4617716Z 592c7690849c: Pulling fs layer 2022-12-01T10:04:23.4617896Z 379b44c142c3: Waiting 2022-12-01T10:04:23.4618079Z bfafe70370d0: Pulling fs layer 2022-12-01T10:04:23.4618281Z 0adbe1559bf5: Pulling fs layer 2022-12-01T10:04:23.4618462Z f14c564c7117: Pulling fs layer 2022-12-01T10:04:23.4618652Z a63b16c316d4: Pulling fs layer 2022-12-01T10:04:23.4618831Z acc9cb4226e8: Waiting 2022-12-01T10:04:23.4619003Z 7e36a9a0278d: Pulling fs layer 2022-12-01T10:04:23.4619200Z fdb717be0bec: Pulling fs layer 2022-12-01T10:04:23.4619385Z 04a9294e28b0: Waiting 2022-12-01T10:04:23.4619556Z cbe98da5c664: Pulling fs layer 2022-12-01T10:04:23.4619754Z cec98a24dbc4: Pulling fs layer 2022-12-01T10:04:23.4619952Z f78b1ddfe0f0: Pulling fs layer 2022-12-01T10:04:23.4620123Z cfc71ad63958: Waiting 2022-12-01T10:04:23.4620295Z 086a9aefc964: Waiting 2022-12-01T10:04:23.4620479Z 3ef99cf88871: Pulling fs layer 2022-12-01T10:04:23.4620660Z 6adffe6d0822: Pulling fs layer 2022-12-01T10:04:23.4620858Z 23d8dc483f65: Pulling fs layer 2022-12-01T10:04:23.4621039Z 486e91289918: Waiting 2022-12-01T10:04:23.4621191Z 98b91e719899: Waiting 2022-12-01T10:04:23.4621373Z acb57cbc9657: Pulling fs layer 2022-12-01T10:04:23.4621553Z e39d6e9213cc: Waiting 2022-12-01T10:04:23.4621721Z 4b911fbe2260: Pulling fs layer 2022-12-01T10:04:23.4621908Z a29c59a3a158: Pulling fs layer 2022-12-01T10:04:23.4622097Z 7c23f774c2d1: Pulling fs layer 2022-12-01T10:04:23.4622265Z 721a11edd37d: Waiting 2022-12-01T10:04:23.4622437Z e9641285c2a8: Waiting 2022-12-01T10:04:23.4622606Z 3ef99cf88871: Waiting 2022-12-01T10:04:23.4622760Z 4b911fbe2260: Waiting 2022-12-01T10:04:23.4622934Z 6adffe6d0822: Waiting 2022-12-01T10:04:23.4623109Z 23d8dc483f65: Waiting 2022-12-01T10:04:23.4623267Z acb57cbc9657: Waiting 2022-12-01T10:04:23.4623436Z a29c59a3a158: Waiting 2022-12-01T10:04:23.4623604Z bfafe70370d0: Waiting 2022-12-01T10:04:23.4623759Z 7c23f774c2d1: Waiting 2022-12-01T10:04:23.4623931Z cec98a24dbc4: Waiting 2022-12-01T10:04:23.4624105Z cbe98da5c664: Waiting 2022-12-01T10:04:23.4624262Z 7e36a9a0278d: Waiting 2022-12-01T10:04:23.4624429Z a63b16c316d4: Waiting 2022-12-01T10:04:23.4624594Z f14c564c7117: Waiting 2022-12-01T10:04:23.4624748Z f78b1ddfe0f0: Waiting 2022-12-01T10:04:23.4624918Z 3a954d3daee2: Waiting 2022-12-01T10:04:23.4625084Z 592c7690849c: Waiting 2022-12-01T10:04:23.5308036Z 4c162df00807: Verifying Checksum 2022-12-01T10:04:23.5308276Z 4c162df00807: Download complete 2022-12-01T10:04:23.6033979Z a4ada130b3d8: Verifying Checksum 2022-12-01T10:04:23.6034379Z a4ada130b3d8: Download complete 2022-12-01T10:04:23.7779227Z 726b8a513d66: Download complete 2022-12-01T10:04:23.8715943Z c69cf3e07f05: Verifying Checksum 2022-12-01T10:04:23.8716287Z c69cf3e07f05: Download complete 2022-12-01T10:04:23.9536685Z d7fa3cc1c4b0: Verifying Checksum 2022-12-01T10:04:23.9537191Z d7fa3cc1c4b0: Download complete 2022-12-01T10:04:24.0417853Z 5b3f7eea69ee: Verifying Checksum 2022-12-01T10:04:24.0418167Z 5b3f7eea69ee: Download complete 2022-12-01T10:04:24.1455753Z f3b75eca38c8: Verifying Checksum 2022-12-01T10:04:24.1456204Z f3b75eca38c8: Download complete 2022-12-01T10:04:24.2357382Z fb9742168942: Download complete 2022-12-01T10:04:24.3741299Z ba69bdb35bc3: Download complete 2022-12-01T10:04:24.4312550Z 726b8a513d66: Pull complete 2022-12-01T10:04:24.4439915Z 270cb7e030e6: Verifying Checksum 2022-12-01T10:04:24.4441073Z 270cb7e030e6: Download complete 2022-12-01T10:04:24.5139904Z cf0509a05e67: Verifying Checksum 2022-12-01T10:04:24.5140168Z cf0509a05e67: Download complete 2022-12-01T10:04:24.5314628Z 4c162df00807: Pull complete 2022-12-01T10:04:24.7135053Z 1c004b6833a9: Verifying Checksum 2022-12-01T10:04:24.7135478Z 1c004b6833a9: Download complete 2022-12-01T10:04:24.7937919Z e403471ed02a: Verifying Checksum 2022-12-01T10:04:24.7938559Z e403471ed02a: Download complete 2022-12-01T10:04:24.8597822Z 746c4a84b946: Download complete 2022-12-01T10:04:24.9557466Z a1625d05811f: Download complete 2022-12-01T10:04:25.0513648Z d4230d2a5583: Verifying Checksum 2022-12-01T10:04:25.0514010Z d4230d2a5583: Download complete 2022-12-01T10:04:25.1551615Z 35dbacbde92e: Verifying Checksum 2022-12-01T10:04:25.1552058Z 35dbacbde92e: Download complete 2022-12-01T10:04:25.2335216Z 74f159c4e8f4: Download complete 2022-12-01T10:04:25.3141808Z 30e25e3dd13e: Verifying Checksum 2022-12-01T10:04:25.3142071Z 30e25e3dd13e: Download complete 2022-12-01T10:04:25.4093143Z d9a2350b6e9c: Verifying Checksum 2022-12-01T10:04:25.4093666Z d9a2350b6e9c: Download complete 2022-12-01T10:04:25.4933626Z 892077bdfb99: Verifying Checksum 2022-12-01T10:04:25.4933995Z 892077bdfb99: Download complete 2022-12-01T10:04:25.5616183Z 21bc22d75102: Verifying Checksum 2022-12-01T10:04:25.5616540Z 21bc22d75102: Download complete 2022-12-01T10:04:26.2091733Z 12d7c3bb4071: Verifying Checksum 2022-12-01T10:04:26.2092042Z 12d7c3bb4071: Download complete 2022-12-01T10:04:26.2838941Z 61e5f18293fb: Verifying Checksum 2022-12-01T10:04:26.2839657Z 61e5f18293fb: Download complete 2022-12-01T10:04:26.3593465Z 0c99ed5e47b0: Verifying Checksum 2022-12-01T10:04:26.3593922Z 0c99ed5e47b0: Download complete 2022-12-01T10:04:26.4173426Z de5ace6d3a82: Download complete 2022-12-01T10:04:26.5090779Z 1d13d3c2c08b: Verifying Checksum 2022-12-01T10:04:26.5091062Z 1d13d3c2c08b: Download complete 2022-12-01T10:04:26.6214406Z 700c1b016e9c: Verifying Checksum 2022-12-01T10:04:26.6214782Z 700c1b016e9c: Download complete 2022-12-01T10:04:26.6402134Z 882d6677f9d0: Verifying Checksum 2022-12-01T10:04:26.6402526Z 882d6677f9d0: Download complete 2022-12-01T10:04:26.7256332Z 3a954d3daee2: Verifying Checksum 2022-12-01T10:04:26.7256725Z 3a954d3daee2: Download complete 2022-12-01T10:04:26.8110512Z c7064c3fe401: Verifying Checksum 2022-12-01T10:04:26.8110940Z c7064c3fe401: Download complete 2022-12-01T10:04:26.9091768Z 379b44c142c3: Verifying Checksum 2022-12-01T10:04:26.9092172Z 379b44c142c3: Download complete 2022-12-01T10:04:27.0090567Z acc9cb4226e8: Download complete 2022-12-01T10:04:27.0888022Z 04a9294e28b0: Verifying Checksum 2022-12-01T10:04:27.0888273Z 04a9294e28b0: Download complete 2022-12-01T10:04:27.2132639Z cfc71ad63958: Verifying Checksum 2022-12-01T10:04:27.2132948Z cfc71ad63958: Download complete 2022-12-01T10:04:27.2959177Z 486e91289918: Verifying Checksum 2022-12-01T10:04:27.2959548Z 486e91289918: Download complete 2022-12-01T10:04:27.3566297Z 98b91e719899: Verifying Checksum 2022-12-01T10:04:27.3566759Z 98b91e719899: Download complete 2022-12-01T10:04:29.1616598Z 2f80402944a8: Verifying Checksum 2022-12-01T10:04:29.1617697Z 2f80402944a8: Download complete 2022-12-01T10:04:29.2412136Z e39d6e9213cc: Verifying Checksum 2022-12-01T10:04:29.2412573Z e39d6e9213cc: Download complete 2022-12-01T10:04:29.3326465Z 721a11edd37d: Verifying Checksum 2022-12-01T10:04:29.3327306Z 721a11edd37d: Download complete 2022-12-01T10:04:30.0048831Z 086a9aefc964: Verifying Checksum 2022-12-01T10:04:30.0049238Z 086a9aefc964: Download complete 2022-12-01T10:04:30.0901223Z 592c7690849c: Verifying Checksum 2022-12-01T10:04:30.0901617Z 592c7690849c: Download complete 2022-12-01T10:04:30.1930698Z bfafe70370d0: Verifying Checksum 2022-12-01T10:04:30.1931033Z bfafe70370d0: Download complete 2022-12-01T10:04:30.6765623Z 0adbe1559bf5: Verifying Checksum 2022-12-01T10:04:30.6768173Z 0adbe1559bf5: Download complete 2022-12-01T10:04:30.7566011Z f14c564c7117: Verifying Checksum 2022-12-01T10:04:30.7566443Z f14c564c7117: Download complete 2022-12-01T10:04:30.8543314Z a63b16c316d4: Verifying Checksum 2022-12-01T10:04:30.8543845Z a63b16c316d4: Download complete 2022-12-01T10:04:30.9328829Z 7e36a9a0278d: Verifying Checksum 2022-12-01T10:04:30.9329251Z 7e36a9a0278d: Download complete 2022-12-01T10:04:31.0030413Z fdb717be0bec: Download complete 2022-12-01T10:04:31.3633143Z cbe98da5c664: Verifying Checksum 2022-12-01T10:04:31.3633528Z cbe98da5c664: Download complete 2022-12-01T10:04:31.4367687Z cec98a24dbc4: Verifying Checksum 2022-12-01T10:04:31.4368242Z cec98a24dbc4: Download complete 2022-12-01T10:04:31.5339049Z f78b1ddfe0f0: Download complete 2022-12-01T10:04:32.3750540Z 12d7c3bb4071: Pull complete 2022-12-01T10:04:32.5226953Z a4ada130b3d8: Pull complete 2022-12-01T10:04:35.0149004Z 3ef99cf88871: Verifying Checksum 2022-12-01T10:04:35.0149405Z 3ef99cf88871: Download complete 2022-12-01T10:04:35.1107016Z 6adffe6d0822: Verifying Checksum 2022-12-01T10:04:35.1107302Z 6adffe6d0822: Download complete 2022-12-01T10:04:35.1848753Z 23d8dc483f65: Download complete 2022-12-01T10:04:35.3223740Z 4b911fbe2260: Verifying Checksum 2022-12-01T10:04:35.3224157Z 4b911fbe2260: Download complete 2022-12-01T10:04:35.4022893Z a29c59a3a158: Verifying Checksum 2022-12-01T10:04:35.4023152Z a29c59a3a158: Download complete 2022-12-01T10:04:36.5155634Z 1c004b6833a9: Pull complete 2022-12-01T10:04:36.9710080Z 7c23f774c2d1: Verifying Checksum 2022-12-01T10:04:36.9710347Z 7c23f774c2d1: Download complete 2022-12-01T10:04:37.0139371Z c69cf3e07f05: Pull complete 2022-12-01T10:04:37.4460745Z d7fa3cc1c4b0: Pull complete 2022-12-01T10:04:37.9269769Z 5b3f7eea69ee: Pull complete 2022-12-01T10:04:38.4095423Z f3b75eca38c8: Pull complete 2022-12-01T10:04:38.9415568Z fb9742168942: Pull complete 2022-12-01T10:04:39.3112202Z ba69bdb35bc3: Pull complete 2022-12-01T10:04:39.7284946Z 270cb7e030e6: Pull complete 2022-12-01T10:04:40.1643778Z cf0509a05e67: Pull complete 2022-12-01T10:04:43.8256311Z c7c883db0ae1: Download complete 2022-12-01T10:05:11.5415053Z c7c883db0ae1: Pull complete 2022-12-01T10:05:11.9837595Z e403471ed02a: Pull complete 2022-12-01T10:05:12.2276999Z 746c4a84b946: Pull complete 2022-12-01T10:05:12.4244943Z a1625d05811f: Pull complete 2022-12-01T10:05:12.6498793Z d4230d2a5583: Pull complete 2022-12-01T10:05:12.8128381Z 35dbacbde92e: Pull complete 2022-12-01T10:05:13.0643062Z 74f159c4e8f4: Pull complete 2022-12-01T10:05:13.2943613Z 30e25e3dd13e: Pull complete 2022-12-01T10:05:13.5510912Z d9a2350b6e9c: Pull complete 2022-12-01T10:05:13.7401275Z 892077bdfb99: Pull complete 2022-12-01T10:05:13.9252241Z 21bc22d75102: Pull complete 2022-12-01T10:05:15.8641029Z 882d6677f9d0: Pull complete 2022-12-01T10:05:16.1215995Z 61e5f18293fb: Pull complete 2022-12-01T10:05:16.3368156Z 0c99ed5e47b0: Pull complete 2022-12-01T10:05:16.6024117Z de5ace6d3a82: Pull complete 2022-12-01T10:05:16.8359338Z 1d13d3c2c08b: Pull complete 2022-12-01T10:05:17.0388933Z 700c1b016e9c: Pull complete 2022-12-01T10:05:17.4768540Z e9641285c2a8: Verifying Checksum 2022-12-01T10:05:17.4770018Z e9641285c2a8: Download complete 2022-12-01T10:05:21.1739521Z 2f80402944a8: Pull complete 2022-12-01T10:05:21.4168606Z 3a954d3daee2: Pull complete 2022-12-01T10:05:21.6532453Z c7064c3fe401: Pull complete 2022-12-01T10:05:21.8917934Z 379b44c142c3: Pull complete 2022-12-01T10:05:22.0873137Z acc9cb4226e8: Pull complete 2022-12-01T10:05:22.2942849Z 04a9294e28b0: Pull complete 2022-12-01T10:05:22.5189284Z cfc71ad63958: Pull complete 2022-12-01T10:05:22.7572579Z 486e91289918: Pull complete 2022-12-01T10:05:23.0020175Z 98b91e719899: Pull complete 2022-12-01T10:05:29.6947136Z 086a9aefc964: Pull complete 2022-12-01T10:05:29.8634820Z e39d6e9213cc: Pull complete 2022-12-01T10:05:30.0735651Z 721a11edd37d: Pull complete 2022-12-01T10:05:47.1354213Z e9641285c2a8: Pull complete 2022-12-01T10:05:47.4074058Z 592c7690849c: Pull complete 2022-12-01T10:05:47.5808054Z bfafe70370d0: Pull complete 2022-12-01T10:05:48.7888392Z 0adbe1559bf5: Pull complete 2022-12-01T10:05:48.9151679Z f14c564c7117: Pull complete 2022-12-01T10:05:49.1387458Z a63b16c316d4: Pull complete 2022-12-01T10:05:49.3712469Z 7e36a9a0278d: Pull complete 2022-12-01T10:05:49.6056013Z fdb717be0bec: Pull complete 2022-12-01T10:05:50.0458526Z cbe98da5c664: Pull complete 2022-12-01T10:05:50.2434904Z cec98a24dbc4: Pull complete 2022-12-01T10:05:50.3479327Z f78b1ddfe0f0: Pull complete 2022-12-01T10:05:54.3250833Z 3ef99cf88871: Pull complete 2022-12-01T10:05:54.5365722Z 6adffe6d0822: Pull complete 2022-12-01T10:05:54.7642042Z 23d8dc483f65: Pull complete 2022-12-01T10:05:54.9489023Z acb57cbc9657: Pull complete 2022-12-01T10:05:55.1898903Z 4b911fbe2260: Pull complete 2022-12-01T10:05:55.4236748Z a29c59a3a158: Pull complete 2022-12-01T10:05:57.0270151Z 7c23f774c2d1: Pull complete 2022-12-01T10:05:57.1602052Z Digest: sha256:922efd3e5de9c9bb7c8bbf26292cfc402e4fe496007343b3cdeaa900d9eba7e5 2022-12-01T10:05:57.1918942Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:05:57.2052330Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:05:57.2214006Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-12-01T10:05:57.2214362Z python3 -m pip install psutil==5.9.1 2022-12-01T10:05:57.2214622Z python3 -m pip install pynvml==11.4.1 2022-12-01T10:05:57.2214967Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-12-01T10:05:57.2215306Z echo "::set-output name=monitor-script-pid::${!}" 2022-12-01T10:05:57.6291513Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:05:57.6291754Z env: 2022-12-01T10:05:57.6291935Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:05:57.6292112Z ##[endgroup] 2022-12-01T10:05:59.2278453Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:05:59.2464487Z Requirement already satisfied: psutil==5.9.1 in /home/ec2-user/.local/lib/python3.7/site-packages (5.9.1) 2022-12-01T10:05:59.6623770Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:05:59.6806389Z Requirement already satisfied: pynvml==11.4.1 in /home/ec2-user/.local/lib/python3.7/site-packages (11.4.1) 2022-12-01T10:05:59.8883906Z ##[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:05:59.8929758Z Prepare all required actions 2022-12-01T10:05:59.8930019Z Getting action download info 2022-12-01T10:06:00.1817667Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-12-01T10:06:00.3495029Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-12-01T10:06:00.5618999Z ##[group]Run ./.github/actions/download-build-artifacts 2022-12-01T10:06:00.5619229Z with: 2022-12-01T10:06:00.5619418Z name: linux-bionic-py3.7-clang9 2022-12-01T10:06:00.5619596Z env: 2022-12-01T10:06:00.5619768Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:00.5620023Z ##[endgroup] 2022-12-01T10:06:00.5645943Z ##[group]Run seemethere/download-artifact-s3@v4 2022-12-01T10:06:00.5646164Z with: 2022-12-01T10:06:00.5646344Z name: linux-bionic-py3.7-clang9 2022-12-01T10:06:00.5646558Z s3-bucket: gha-artifacts 2022-12-01T10:06:00.5646750Z region: us-east-1 2022-12-01T10:06:00.5646902Z env: 2022-12-01T10:06:00.5647108Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:00.5647282Z ##[endgroup] 2022-12-01T10:06:01.4848252Z Found 1 objects with prefix pytorch/pytorch/3591403534/linux-bionic-py3.7-clang9/ 2022-12-01T10:06:01.4848772Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-12-01T10:06:05.6246217Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-12-01T10:06:05.6246626Z 2022-12-01T10:06:05.6252384Z ##[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:06:05.6253967Z Artifact download has finished successfully 2022-12-01T10:06:05.6468582Z ##[group]Run unzip -o artifacts.zip 2022-12-01T10:06:05.6468822Z unzip -o artifacts.zip 2022-12-01T10:06:05.6479860Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:06:05.6480064Z env: 2022-12-01T10:06:05.6480238Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:05.6480427Z ##[endgroup] 2022-12-01T10:06:05.6516021Z Archive: artifacts.zip 2022-12-01T10:06:05.6517070Z creating: dist/ 2022-12-01T10:06:06.4846942Z inflating: dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:06:06.4847503Z creating: build/custom_test_artifacts/ 2022-12-01T10:06:06.4847829Z creating: build/custom_test_artifacts/custom-op-build/ 2022-12-01T10:06:06.4848176Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-12-01T10:06:06.4848900Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:06:06.4849322Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2022-12-01T10:06:06.4849743Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:06:06.4850155Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:06:06.4850571Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:06:06.4852246Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:06:06.4853121Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:06:06.4853530Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:06:06.4853953Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:06:06.4855718Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:06:06.4856602Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:06:06.4857974Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:06:06.4858452Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:06:06.4859420Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:06:06.4860144Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:06:06.4860547Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:06:06.4860946Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-12-01T10:06:06.4861435Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-12-01T10:06:06.4861844Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-12-01T10:06:06.4862274Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2022-12-01T10:06:06.4862742Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2022-12-01T10:06:06.4863188Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-12-01T10:06:06.4863620Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-12-01T10:06:06.4864048Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-12-01T10:06:06.4864494Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-12-01T10:06:06.4864945Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-12-01T10:06:06.4865388Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-12-01T10:06:06.4865817Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-12-01T10:06:06.4881522Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2022-12-01T10:06:06.4939205Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-12-01T10:06:06.4939635Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-12-01T10:06:06.4940077Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2022-12-01T10:06:06.4940557Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2022-12-01T10:06:06.4941025Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-12-01T10:06:06.4941469Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-12-01T10:06:06.4941918Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-12-01T10:06:06.4942377Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-12-01T10:06:06.4942836Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-12-01T10:06:06.4943292Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-12-01T10:06:06.4943732Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-12-01T10:06:06.4959423Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2022-12-01T10:06:06.4996598Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-12-01T10:06:06.4997090Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:06:06.4997712Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:06:06.4998129Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-12-01T10:06:06.4998541Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-12-01T10:06:06.4999033Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-12-01T10:06:06.5000403Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-12-01T10:06:06.5001483Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-12-01T10:06:06.5001927Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-12-01T10:06:06.5052844Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-12-01T10:06:06.5082744Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-12-01T10:06:06.5083367Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-12-01T10:06:06.5083740Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-12-01T10:06:06.5085179Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:06:06.5085928Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2022-12-01T10:06:06.5086607Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:06:06.5087032Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:06:06.5087513Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:06:06.5088334Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:06:06.5089228Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:06:06.5090022Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:06:06.5090483Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:06:06.5091761Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:06:06.5092677Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:06:06.5093784Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:06:06.5094636Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:06:06.5095490Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:06:06.5096329Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:06:06.5096891Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:06:06.5097690Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-12-01T10:06:06.5098446Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-12-01T10:06:06.5099163Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-12-01T10:06:06.5099966Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2022-12-01T10:06:06.5100849Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2022-12-01T10:06:06.5101679Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-12-01T10:06:06.5102423Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-12-01T10:06:06.5103011Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-12-01T10:06:06.5103467Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-12-01T10:06:06.5103932Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-12-01T10:06:06.5104362Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-12-01T10:06:06.5104811Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-12-01T10:06:06.5118286Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2022-12-01T10:06:06.5142609Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-12-01T10:06:06.5143480Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:06:06.5144342Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:06:06.5145112Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-12-01T10:06:06.5145612Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-12-01T10:06:06.5146300Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-12-01T10:06:06.5146986Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-12-01T10:06:06.5147666Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-12-01T10:06:06.5148032Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-12-01T10:06:06.5166982Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-12-01T10:06:06.5167688Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-12-01T10:06:06.5168064Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-12-01T10:06:06.5169511Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:06:06.5170257Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2022-12-01T10:06:06.5171027Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:06:06.5171476Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:06:06.5171907Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:06:06.5172879Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:06:06.5173729Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:06:06.5174445Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:06:06.5174905Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:06:06.5176066Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:06:06.5177181Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:06:06.5178262Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:06:06.5179088Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:06:06.5179950Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:06:06.5180845Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:06:06.5181610Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:06:06.5182572Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-12-01T10:06:06.5183347Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-12-01T10:06:06.5184138Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-12-01T10:06:06.5184993Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2022-12-01T10:06:06.5185944Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2022-12-01T10:06:06.5186509Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-12-01T10:06:06.5187034Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-12-01T10:06:06.5187511Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-12-01T10:06:06.5187985Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-12-01T10:06:06.5188450Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-12-01T10:06:06.5188932Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-12-01T10:06:06.5189736Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-12-01T10:06:06.5190370Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2022-12-01T10:06:06.5269441Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-12-01T10:06:06.5270329Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-12-01T10:06:06.5271199Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2022-12-01T10:06:06.5272133Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2022-12-01T10:06:06.5273020Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-12-01T10:06:06.5273764Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-12-01T10:06:06.5274245Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-12-01T10:06:06.5274725Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-12-01T10:06:06.5275200Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-12-01T10:06:06.5275685Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-12-01T10:06:06.5276167Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-12-01T10:06:06.5289651Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2022-12-01T10:06:06.5309136Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-12-01T10:06:06.5310091Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:06:06.5310992Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:06:06.5311816Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-12-01T10:06:06.5312377Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-12-01T10:06:06.5313225Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-12-01T10:06:06.5313968Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-12-01T10:06:06.5314653Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-12-01T10:06:06.5315042Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-12-01T10:06:06.5383505Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-12-01T10:06:06.5399402Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-12-01T10:06:06.5400042Z creating: build/lib/ 2022-12-01T10:06:06.5400408Z inflating: build/lib/libclog.a 2022-12-01T10:06:06.5454937Z inflating: build/lib/libgtest.a 2022-12-01T10:06:06.5462837Z inflating: build/lib/libpthreadpool.a 2022-12-01T10:06:06.5524193Z inflating: build/lib/libbenchmark.a 2022-12-01T10:06:06.5596745Z inflating: build/lib/libprotobuf-lite.a 2022-12-01T10:06:06.5603562Z inflating: build/lib/libittnotify.a 2022-12-01T10:06:06.5627617Z inflating: build/lib/libtensorpipe_uv.a 2022-12-01T10:06:06.5691397Z inflating: build/lib/libgloo.a 2022-12-01T10:06:06.5751546Z inflating: build/lib/libasmjit.a 2022-12-01T10:06:06.6127832Z inflating: build/lib/libprotobuf.a 2022-12-01T10:06:06.6142050Z inflating: build/lib/libfmt.a 2022-12-01T10:06:06.6142714Z inflating: build/lib/libfoxi_loader.a 2022-12-01T10:06:06.6192143Z inflating: build/lib/libc10.so 2022-12-01T10:06:06.6193803Z inflating: build/lib/libtorch_global_deps.so 2022-12-01T10:06:06.6200892Z inflating: build/lib/libcpuinfo.a 2022-12-01T10:06:06.6208002Z inflating: build/lib/libcpuinfo_internals.a 2022-12-01T10:06:06.6220379Z inflating: build/lib/libqnnpack.a 2022-12-01T10:06:06.6222892Z inflating: build/lib/libnnpack_reference_layers.a 2022-12-01T10:06:06.6241219Z inflating: build/lib/libpytorch_qnnpack.a 2022-12-01T10:06:06.6252852Z inflating: build/lib/libgmock.a 2022-12-01T10:06:06.6253405Z inflating: build/lib/libgtest_main.a 2022-12-01T10:06:06.6254165Z inflating: build/lib/libbenchmark_main.a 2022-12-01T10:06:06.6676031Z inflating: build/lib/libprotoc.a 2022-12-01T10:06:07.5732949Z inflating: build/lib/libdnnl.a 2022-12-01T10:06:07.5749166Z inflating: build/lib/libnnpack.a 2022-12-01T10:06:07.6208891Z inflating: build/lib/libtensorpipe.a 2022-12-01T10:06:07.7170306Z inflating: build/lib/libdnnl_graph.a 2022-12-01T10:06:07.8124119Z inflating: build/lib/libfbgemm.a 2022-12-01T10:06:07.8124415Z inflating: build/lib/libgmock_main.a 2022-12-01T10:06:07.8295808Z inflating: build/lib/libkineto.a 2022-12-01T10:06:07.8332262Z inflating: build/lib/libcaffe2_protos.a 2022-12-01T10:06:07.8372248Z inflating: build/lib/libonnx_proto.a 2022-12-01T10:06:07.8477140Z inflating: build/lib/libXNNPACK.a 2022-12-01T10:06:07.8996335Z inflating: build/lib/libonnx.a 2022-12-01T10:06:09.8333127Z inflating: build/lib/libtorch_cpu.so 2022-12-01T10:06:09.8333588Z inflating: build/lib/libtorch.so 2022-12-01T10:06:09.8354927Z inflating: build/lib/libjitbackend_test.so 2022-12-01T10:06:09.8408530Z inflating: build/lib/libtorchbind_test.so 2022-12-01T10:06:09.8433270Z inflating: build/lib/libbackend_with_compiler.so 2022-12-01T10:06:09.8436845Z inflating: build/lib/libshm.so 2022-12-01T10:06:10.0028585Z inflating: build/lib/libtorch_python.so 2022-12-01T10:06:10.0064320Z inflating: build/lib/libnnapi_backend.so 2022-12-01T10:06:10.0064748Z creating: build/bin/ 2022-12-01T10:06:10.0109046Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-12-01T10:06:10.0154300Z inflating: build/bin/c10_DeviceGuard_test 2022-12-01T10:06:10.0198916Z inflating: build/bin/c10_Device_test 2022-12-01T10:06:10.0242389Z inflating: build/bin/c10_StreamGuard_test 2022-12-01T10:06:10.0294440Z inflating: build/bin/c10_DispatchKeySet_test 2022-12-01T10:06:10.0339008Z inflating: build/bin/c10_SymInt_test 2022-12-01T10:06:10.0387249Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-12-01T10:06:10.0436137Z inflating: build/bin/c10_InlineStreamGuard_test 2022-12-01T10:06:10.0485941Z inflating: build/bin/c10_SizesAndStrides_test 2022-12-01T10:06:10.0529441Z inflating: build/bin/c10_Array_test 2022-12-01T10:06:10.0576084Z inflating: build/bin/c10_Bitset_test 2022-12-01T10:06:10.0623526Z inflating: build/bin/c10_C++17_test 2022-12-01T10:06:10.0666399Z inflating: build/bin/c10_ConstexprCrc_test 2022-12-01T10:06:10.0710943Z inflating: build/bin/c10_DeadlockDetection_test 2022-12-01T10:06:10.0755020Z inflating: build/bin/c10_Half_test 2022-12-01T10:06:10.0804509Z inflating: build/bin/c10_LeftRight_test 2022-12-01T10:06:10.0858217Z inflating: build/bin/c10_Metaprogramming_test 2022-12-01T10:06:10.0902808Z inflating: build/bin/c10_Synchronized_test 2022-12-01T10:06:10.1035987Z inflating: build/bin/c10_SmallVectorTest 2022-12-01T10:06:10.1084094Z inflating: build/bin/c10_ThreadLocal_test 2022-12-01T10:06:10.1129146Z inflating: build/bin/c10_TypeIndex_test 2022-12-01T10:06:10.1172780Z inflating: build/bin/c10_TypeTraits_test 2022-12-01T10:06:10.1217415Z inflating: build/bin/c10_TypeList_test 2022-12-01T10:06:10.1263134Z inflating: build/bin/c10_accumulate_test 2022-12-01T10:06:10.1311317Z inflating: build/bin/c10_bfloat16_test 2022-12-01T10:06:10.1359777Z inflating: build/bin/c10_complex_test 2022-12-01T10:06:10.1409417Z inflating: build/bin/c10_complex_math_test 2022-12-01T10:06:10.1498106Z inflating: build/bin/c10_either_test 2022-12-01T10:06:10.1544537Z inflating: build/bin/c10_exception_test 2022-12-01T10:06:10.1589779Z inflating: build/bin/c10_flags_test 2022-12-01T10:06:10.1718627Z inflating: build/bin/c10_intrusive_ptr_test 2022-12-01T10:06:10.1763455Z inflating: build/bin/c10_irange_test 2022-12-01T10:06:10.1812030Z inflating: build/bin/c10_logging_test 2022-12-01T10:06:10.1879736Z inflating: build/bin/c10_optional_test 2022-12-01T10:06:10.1934329Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-12-01T10:06:10.1981891Z inflating: build/bin/c10_registry_test 2022-12-01T10:06:10.2027043Z inflating: build/bin/c10_tempfile_test 2022-12-01T10:06:10.2077646Z inflating: build/bin/c10_string_view_test 2022-12-01T10:06:10.2125543Z inflating: build/bin/c10_typeid_test 2022-12-01T10:06:10.2165129Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-12-01T10:06:10.2530477Z inflating: build/bin/protoc-3.13.0.0 2022-12-01T10:06:10.2894713Z inflating: build/bin/protoc 2022-12-01T10:06:10.3201440Z inflating: build/bin/vec_test_all_types_AVX512 2022-12-01T10:06:10.3495862Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-12-01T10:06:10.3814630Z inflating: build/bin/vec_test_all_types_AVX2 2022-12-01T10:06:10.3867230Z inflating: build/bin/TCPStoreTest 2022-12-01T10:06:10.3914199Z inflating: build/bin/FileStoreTest 2022-12-01T10:06:10.3961459Z inflating: build/bin/HashStoreTest 2022-12-01T10:06:10.3964213Z inflating: build/bin/example_allreduce 2022-12-01T10:06:10.4023167Z inflating: build/bin/ProcessGroupGlooTest 2022-12-01T10:06:10.4069038Z inflating: build/bin/Dimname_test 2022-12-01T10:06:10.4132654Z inflating: build/bin/Dict_test 2022-12-01T10:06:10.4182926Z inflating: build/bin/NamedTensor_test 2022-12-01T10:06:10.4241930Z inflating: build/bin/MaybeOwned_test 2022-12-01T10:06:10.4293261Z inflating: build/bin/apply_utils_test 2022-12-01T10:06:10.4345475Z inflating: build/bin/atest 2022-12-01T10:06:10.4401513Z inflating: build/bin/basic 2022-12-01T10:06:10.4450146Z inflating: build/bin/broadcast_test 2022-12-01T10:06:10.4497458Z inflating: build/bin/cpu_profiling_allocator_test 2022-12-01T10:06:10.4541613Z inflating: build/bin/dispatch_key_set_test 2022-12-01T10:06:10.4592771Z inflating: build/bin/cpu_generator_test 2022-12-01T10:06:10.4637395Z inflating: build/bin/dlconvertor_test 2022-12-01T10:06:10.4719697Z inflating: build/bin/cpu_rng_test 2022-12-01T10:06:10.4772243Z inflating: build/bin/extension_backend_test 2022-12-01T10:06:10.4819163Z inflating: build/bin/half_test 2022-12-01T10:06:10.4863517Z inflating: build/bin/lazy_tensor_test 2022-12-01T10:06:10.4952370Z inflating: build/bin/ivalue_test 2022-12-01T10:06:10.4999623Z inflating: build/bin/math_kernel_test 2022-12-01T10:06:10.5046597Z inflating: build/bin/memory_format_test 2022-12-01T10:06:10.5093218Z inflating: build/bin/memory_overlapping_test 2022-12-01T10:06:10.5138155Z inflating: build/bin/operator_name_test 2022-12-01T10:06:10.5185183Z inflating: build/bin/mobile_memory_cleanup 2022-12-01T10:06:10.5236240Z inflating: build/bin/native_test 2022-12-01T10:06:10.5281368Z inflating: build/bin/operators_test 2022-12-01T10:06:10.5327246Z inflating: build/bin/packedtensoraccessor_test 2022-12-01T10:06:10.5391839Z inflating: build/bin/pow_test 2022-12-01T10:06:10.5441814Z inflating: build/bin/quantized_test 2022-12-01T10:06:10.5486020Z inflating: build/bin/reduce_ops_test 2022-12-01T10:06:10.5531368Z inflating: build/bin/reportMemoryUsage_test 2022-12-01T10:06:10.5581891Z inflating: build/bin/scalar_tensor_test 2022-12-01T10:06:10.5633664Z inflating: build/bin/scalar_test 2022-12-01T10:06:10.5679768Z inflating: build/bin/stride_properties_test 2022-12-01T10:06:10.5752555Z inflating: build/bin/tensor_iterator_test 2022-12-01T10:06:10.5799040Z inflating: build/bin/type_ptr_test 2022-12-01T10:06:10.5801311Z inflating: build/bin/thread_init_test 2022-12-01T10:06:10.5849204Z inflating: build/bin/test_parallel 2022-12-01T10:06:10.5893230Z inflating: build/bin/variant_test 2022-12-01T10:06:10.5939681Z inflating: build/bin/undefined_tensor_test 2022-12-01T10:06:10.5994804Z inflating: build/bin/type_test 2022-12-01T10:06:10.5995696Z inflating: build/bin/verify_api_visibility 2022-12-01T10:06:10.6062886Z inflating: build/bin/vmap_test 2022-12-01T10:06:10.6108591Z inflating: build/bin/weakref_test 2022-12-01T10:06:10.6153877Z inflating: build/bin/wrapdim_test 2022-12-01T10:06:10.6197978Z inflating: build/bin/xla_tensor_test 2022-12-01T10:06:10.6250622Z inflating: build/bin/IListRef_test 2022-12-01T10:06:10.6341436Z inflating: build/bin/List_test 2022-12-01T10:06:10.6398467Z inflating: build/bin/KernelFunction_test 2022-12-01T10:06:10.6518541Z inflating: build/bin/kernel_function_legacy_test 2022-12-01T10:06:10.6606878Z inflating: build/bin/kernel_function_test 2022-12-01T10:06:10.6701888Z inflating: build/bin/kernel_lambda_test 2022-12-01T10:06:10.6824117Z inflating: build/bin/kernel_lambda_legacy_test 2022-12-01T10:06:10.6877982Z inflating: build/bin/kernel_stackbased_test 2022-12-01T10:06:10.6922344Z inflating: build/bin/CppSignature_test 2022-12-01T10:06:10.6965679Z inflating: build/bin/op_allowlist_test 2022-12-01T10:06:10.7054863Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-12-01T10:06:10.7100863Z inflating: build/bin/inline_container_test 2022-12-01T10:06:10.7150234Z inflating: build/bin/backend_fallback_test 2022-12-01T10:06:10.7440398Z inflating: build/bin/op_registration_test 2022-12-01T10:06:10.7458005Z inflating: build/bin/tutorial_tensorexpr 2022-12-01T10:06:10.7506608Z inflating: build/bin/test_dist_autograd 2022-12-01T10:06:10.7568547Z inflating: build/bin/test_cpp_rpc 2022-12-01T10:06:10.7570551Z inflating: build/bin/parallel_benchmark 2022-12-01T10:06:10.7631422Z inflating: build/bin/test_mobile_nnc 2022-12-01T10:06:10.7640473Z inflating: build/bin/aot_model_compiler_test 2022-12-01T10:06:10.7953654Z inflating: build/bin/test_lazy 2022-12-01T10:06:10.9065936Z inflating: build/bin/test_tensorexpr 2022-12-01T10:06:10.9070285Z inflating: build/bin/torch_shm_manager 2022-12-01T10:06:11.0348616Z inflating: build/bin/test_api 2022-12-01T10:06:11.0906508Z inflating: build/bin/test_jit 2022-12-01T10:06:11.0908076Z inflating: .pytorch-test-times.json 2022-12-01T10:06:11.0931484Z ##[group]Run df -H 2022-12-01T10:06:11.0931675Z df -H 2022-12-01T10:06:11.0942767Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:06:11.0942968Z env: 2022-12-01T10:06:11.0943144Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:11.0943330Z ##[endgroup] 2022-12-01T10:06:11.0976166Z Filesystem Size Used Avail Use% Mounted on 2022-12-01T10:06:11.0976578Z devtmpfs 8.2G 0 8.2G 0% /dev 2022-12-01T10:06:11.0976902Z tmpfs 8.2G 82k 8.2G 1% /dev/shm 2022-12-01T10:06:11.0977494Z tmpfs 8.2G 431k 8.2G 1% /run 2022-12-01T10:06:11.0977828Z tmpfs 8.2G 0 8.2G 0% /sys/fs/cgroup 2022-12-01T10:06:11.0978237Z /dev/nvme0n1p1 162G 20G 142G 12% / 2022-12-01T10:06:11.1077173Z ##[group]Run .github/scripts/parse_ref.py 2022-12-01T10:06:11.1077407Z .github/scripts/parse_ref.py 2022-12-01T10:06:11.1087716Z shell: /usr/bin/bash -e {0} 2022-12-01T10:06:11.1087900Z env: 2022-12-01T10:06:11.1088064Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:11.1088256Z ##[endgroup] 2022-12-01T10:06:11.1471305Z ##[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:06:11.1524191Z ##[group]Run set -x 2022-12-01T10:06:11.1524470Z set -x 2022-12-01T10:06:11.1524637Z  2022-12-01T10:06:11.1524830Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-12-01T10:06:11.1525092Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-12-01T10:06:11.1525351Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-12-01T10:06:11.1525576Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-12-01T10:06:11.1525774Z else 2022-12-01T10:06:11.1525978Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-12-01T10:06:11.1526166Z fi 2022-12-01T10:06:11.1526322Z  2022-12-01T10:06:11.1526555Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-12-01T10:06:11.1526780Z  2022-12-01T10:06:11.1526997Z # sanitize the input commit message and PR body here: 2022-12-01T10:06:11.1527209Z # 2022-12-01T10:06:11.1527562Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-12-01T10:06:11.1527942Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-12-01T10:06:11.1528257Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-12-01T10:06:11.1528491Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-12-01T10:06:11.1528663Z  2022-12-01T10:06:11.1528922Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-12-01T10:06:11.1529201Z # wreak havoc internally 2022-12-01T10:06:11.1529427Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-12-01T10:06:11.1529667Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-12-01T10:06:11.1529854Z  2022-12-01T10:06:11.1530079Z # detached container should get cleaned up by teardown_ec2_linux 2022-12-01T10:06:11.1530359Z # TODO: Stop building test binaries as part of the build phase 2022-12-01T10:06:11.1530739Z # Used for GPU_FLAG since that doesn't play nice 2022-12-01T10:06:11.1530982Z # shellcheck disable=SC2086,SC2090 2022-12-01T10:06:11.1531193Z container_name=$(docker run \ 2022-12-01T10:06:11.1531395Z  ${GPU_FLAG:-} \ 2022-12-01T10:06:11.1531592Z  -e BUILD_ENVIRONMENT \ 2022-12-01T10:06:11.1531779Z  -e PR_NUMBER \ 2022-12-01T10:06:11.1531974Z  -e GITHUB_ACTIONS \ 2022-12-01T10:06:11.1532163Z  -e BASE_SHA \ 2022-12-01T10:06:11.1532343Z  -e BRANCH \ 2022-12-01T10:06:11.1532505Z  -e SHA1 \ 2022-12-01T10:06:11.1532693Z  -e AWS_DEFAULT_REGION \ 2022-12-01T10:06:11.1532889Z  -e IN_WHEEL_TEST \ 2022-12-01T10:06:11.1533066Z  -e SHARD_NUMBER \ 2022-12-01T10:06:11.1533253Z  -e TEST_CONFIG \ 2022-12-01T10:06:11.1533445Z  -e NUM_TEST_SHARDS \ 2022-12-01T10:06:11.1533622Z  -e PR_BODY \ 2022-12-01T10:06:11.1533814Z  -e COMMIT_MESSAGES \ 2022-12-01T10:06:11.1534024Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-12-01T10:06:11.1534239Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-12-01T10:06:11.1534576Z  -e PR_LABELS \ 2022-12-01T10:06:11.1534786Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-12-01T10:06:11.1534984Z  -e SCCACHE_BUCKET \ 2022-12-01T10:06:11.1535186Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-12-01T10:06:11.1535382Z  -e XLA_CUDA \ 2022-12-01T10:06:11.1535590Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-12-01T10:06:11.1535833Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-12-01T10:06:11.1536072Z  --ulimit stack=10485760:83886080 \ 2022-12-01T10:06:11.1536300Z  --security-opt seccomp=unconfined \ 2022-12-01T10:06:11.1536513Z  --cap-add=SYS_PTRACE \ 2022-12-01T10:06:11.1536709Z  --ipc=host \ 2022-12-01T10:06:11.1536947Z  --shm-size="${SHM_SIZE}" \ 2022-12-01T10:06:11.1537326Z  --tty \ 2022-12-01T10:06:11.1537501Z  --detach \ 2022-12-01T10:06:11.1537698Z  --name="${container_name}" \ 2022-12-01T10:06:11.1537888Z  --user jenkins \ 2022-12-01T10:06:11.1538124Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-12-01T10:06:11.1538374Z  -w /var/lib/jenkins/workspace \ 2022-12-01T10:06:11.1538582Z  "${DOCKER_IMAGE}" 2022-12-01T10:06:11.1538743Z ) 2022-12-01T10:06:11.1539013Z docker exec -t "${container_name}" sh -c "pip install $(echo dist/*.whl)[opt-einsum] && ${TEST_COMMAND}" 2022-12-01T10:06:11.1550033Z shell: /usr/bin/bash -e {0} 2022-12-01T10:06:11.1550202Z env: 2022-12-01T10:06:11.1550378Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:11.1550615Z BUILD_ENVIRONMENT: linux-bionic-py3.7-clang9 2022-12-01T10:06:11.1550821Z PR_NUMBER: 89997 2022-12-01T10:06:11.1551000Z BRANCH: pull/89997 2022-12-01T10:06:11.1551217Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:06:11.1551448Z BASE_SHA: ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:06:11.1551670Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T10:06:11.1551883Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T10:06:11.1552073Z TEST_CONFIG: functorch 2022-12-01T10:06:11.1552253Z SHARD_NUMBER: 1 2022-12-01T10:06:11.1552424Z NUM_TEST_SHARDS: 1 2022-12-01T10:06:11.1553092Z 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:06:11.1553779Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-12-01T10:06:11.1554009Z SCCACHE_S3_KEY_PREFIX: pull 2022-12-01T10:06:11.1554196Z SHM_SIZE: 1g 2022-12-01T10:06:11.1554531Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:06:11.1554842Z XLA_CUDA: 2022-12-01T10:06:11.1555101Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-12-01T10:06:11.1555362Z ##[endgroup] 2022-12-01T10:06:11.1579782Z + [[ functorch == \m\u\l\t\i\g\p\u ]] 2022-12-01T10:06:11.1580414Z + [[ linux-bionic-py3.7-clang9 == *onnx* ]] 2022-12-01T10:06:11.1580730Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-12-01T10:06:11.1582914Z ++ git cherry -v origin/master 2022-12-01T10:06:11.7783791Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290) 2022-12-01T10:06:11.7784347Z - f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385) 2022-12-01T10:06:11.7784865Z + 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484) 2022-12-01T10:06:11.7785429Z - c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377) 2022-12-01T10:06:11.7786167Z - 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689) 2022-12-01T10:06:11.7786676Z - 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725) 2022-12-01T10:06:11.7787189Z - f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844) 2022-12-01T10:06:11.7787692Z - 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851) 2022-12-01T10:06:11.7788239Z - 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784) 2022-12-01T10:06:11.7788605Z + d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333) 2022-12-01T10:06:11.7789286Z + 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693) 2022-12-01T10:06:11.7789763Z - 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895) 2022-12-01T10:06:11.7790159Z + f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904) 2022-12-01T10:06:11.7790646Z - 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903) 2022-12-01T10:06:11.7791219Z - 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726) 2022-12-01T10:06:11.7791671Z + 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902) 2022-12-01T10:06:11.7792175Z - aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921) 2022-12-01T10:06:11.7792705Z - de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933) 2022-12-01T10:06:11.7793113Z + 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803) 2022-12-01T10:06:11.7793507Z + 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934) 2022-12-01T10:06:11.7794009Z - f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516) 2022-12-01T10:06:11.7794563Z - c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201) 2022-12-01T10:06:11.7794991Z + eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140) 2022-12-01T10:06:11.7813600Z + d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132) 2022-12-01T10:06:11.7814246Z - 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925) 2022-12-01T10:06:11.7814697Z - 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924) 2022-12-01T10:06:11.7815148Z - 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509) 2022-12-01T10:06:11.7815501Z + d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672) 2022-12-01T10:06:11.7815970Z - 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923) 2022-12-01T10:06:11.7816437Z - ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122) 2022-12-01T10:06:11.7816877Z - e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144) 2022-12-01T10:06:11.7817579Z + 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261) 2022-12-01T10:06:11.7818053Z - 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337) 2022-12-01T10:06:11.7818513Z - 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307) 2022-12-01T10:06:11.7819051Z - 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376) 2022-12-01T10:06:11.7819533Z - 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379) 2022-12-01T10:06:11.7820029Z - 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380) 2022-12-01T10:06:11.7820460Z - aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381) 2022-12-01T10:06:11.7820922Z - 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386) 2022-12-01T10:06:11.7821399Z + ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079) 2022-12-01T10:06:11.7821880Z - d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384) 2022-12-01T10:06:11.7822328Z - 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427) 2022-12-01T10:06:11.7822746Z - 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408) 2022-12-01T10:06:11.7823158Z - 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434) 2022-12-01T10:06:11.7823487Z + 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392) 2022-12-01T10:06:11.7823864Z - 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406) 2022-12-01T10:06:11.7824202Z + 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443) 2022-12-01T10:06:11.7824550Z + d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455) 2022-12-01T10:06:11.7835926Z - d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454) 2022-12-01T10:06:11.7836395Z - 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456) 2022-12-01T10:06:11.7836879Z - f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463) 2022-12-01T10:06:11.7837394Z - 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457) 2022-12-01T10:06:11.7837764Z + 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475) 2022-12-01T10:06:11.7838199Z - fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612) 2022-12-01T10:06:11.7838634Z - 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613) 2022-12-01T10:06:11.7839016Z - 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628) 2022-12-01T10:06:11.7839433Z - 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618) 2022-12-01T10:06:11.7839875Z - 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925) 2022-12-01T10:06:11.7840198Z + ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923) 2022-12-01T10:06:11.7840600Z - c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:06:11.7973307Z + 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:06:11.7980453Z + 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:06:11.7992870Z + 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:06:11.8010933Z + 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:06:11.8018133Z + 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:06:11.8019533Z + 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:06:11.8020176Z +++ nproc --ignore=2 2022-12-01T10:06:11.8021700Z ++ 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-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:06:22.8070409Z + container_name=38c4ccc4cc018a7d08fcac45e30b6b246734c631bbd9377d03da1b5cdd0047b3 2022-12-01T10:06:22.8073576Z ++ echo dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:06:22.8075375Z + docker exec -t 38c4ccc4cc018a7d08fcac45e30b6b246734c631bbd9377d03da1b5cdd0047b3 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:06:23.4077430Z Processing ./dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:06:23.4874094Z 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:06:23.4884898Z 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:06:23.4952712Z 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:06:24.2778790Z Installing collected packages: torch 2022-12-01T10:06:30.7566370Z Successfully installed torch-1.13.0a0+gitc13d400 2022-12-01T10:06:30.9068677Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-12-01T10:06:30.9225603Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-12-01T10:06:30.9226498Z + TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-12-01T10:06:30.9226928Z + TORCH_LIB_DIR=/opt/conda/lib/python3.7/site-packages/torch/lib 2022-12-01T10:06:30.9227568Z + TORCH_TEST_DIR=/opt/conda/lib/python3.7/site-packages/torch/test 2022-12-01T10:06:30.9227969Z + BUILD_DIR=build 2022-12-01T10:06:30.9228291Z + BUILD_RENAMED_DIR=build_renamed 2022-12-01T10:06:30.9228615Z + BUILD_BIN_DIR=build/bin 2022-12-01T10:06:30.9228928Z + export VALGRIND=ON 2022-12-01T10:06:30.9229213Z + VALGRIND=ON 2022-12-01T10:06:30.9229595Z + [[ linux-bionic-py3.7-clang9 == *clang9* ]] 2022-12-01T10:06:30.9229924Z + export VALGRIND=OFF 2022-12-01T10:06:30.9230163Z + VALGRIND=OFF 2022-12-01T10:06:30.9230442Z + [[ linux-bionic-py3.7-clang9 != *bazel* ]] 2022-12-01T10:06:30.9230686Z ++ realpath build/custom_test_artifacts 2022-12-01T10:06:30.9263400Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-12-01T10:06:30.9266790Z ++ dirname .jenkins/pytorch/test.sh 2022-12-01T10:06:30.9291276Z + source .jenkins/pytorch/common.sh 2022-12-01T10:06:30.9293790Z +++ dirname .jenkins/pytorch/common.sh 2022-12-01T10:06:30.9302154Z ++ source .jenkins/pytorch/common_utils.sh 2022-12-01T10:06:30.9303516Z +++ declare -f -t trap_add 2022-12-01T10:06:30.9306750Z ++ set -ex 2022-12-01T10:06:30.9307488Z ++ [[ linux-bionic-py3.7-clang9 == *rocm* ]] 2022-12-01T10:06:30.9307814Z ++ BUILD_TEST_LIBTORCH=0 2022-12-01T10:06:30.9308025Z ++ [[ functorch == *xla* ]] 2022-12-01T10:06:30.9308346Z ++ [[ linux-bionic-py3.7-clang9 == *centos* ]] 2022-12-01T10:06:30.9308643Z ++ [[ linux-bionic-py3.7-clang9 == *linux-bionic* ]] 2022-12-01T10:06:30.9308881Z ++ which conda 2022-12-01T10:06:30.9324090Z /opt/conda/bin/conda 2022-12-01T10:06:30.9324622Z ++ conda install -q -y cmake 2022-12-01T10:06:34.6393702Z Collecting package metadata (current_repodata.json): ...working... done 2022-12-01T10:06:35.4922980Z Solving environment: ...working... done 2022-12-01T10:06:35.5806799Z 2022-12-01T10:06:35.5807248Z ## Package Plan ## 2022-12-01T10:06:35.5807521Z 2022-12-01T10:06:35.5807832Z environment location: /opt/conda 2022-12-01T10:06:35.5808071Z 2022-12-01T10:06:35.5808208Z added / updated specs: 2022-12-01T10:06:35.5808657Z - cmake 2022-12-01T10:06:35.5808829Z 2022-12-01T10:06:35.5808836Z 2022-12-01T10:06:35.5808998Z The following packages will be downloaded: 2022-12-01T10:06:35.5809496Z 2022-12-01T10:06:35.5809624Z package | build 2022-12-01T10:06:35.5810076Z ---------------------------|----------------- 2022-12-01T10:06:35.5810530Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-12-01T10:06:35.5810945Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-12-01T10:06:35.5811445Z ca-certificates-2022.10.11 | h06a4308_0 124 KB 2022-12-01T10:06:35.5811943Z certifi-2022.9.24 | py37h06a4308_0 154 KB 2022-12-01T10:06:35.5812407Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-12-01T10:06:35.5812855Z expat-2.4.9 | h6a678d5_0 156 KB 2022-12-01T10:06:35.5813285Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-12-01T10:06:35.5813864Z libcurl-7.84.0 | h91b91d3_0 337 KB 2022-12-01T10:06:35.5814303Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-12-01T10:06:35.5814782Z libev-4.33 | h7f8727e_1 111 KB 2022-12-01T10:06:35.5815212Z libgcc-ng-11.2.0 | h1234567_1 5.3 MB 2022-12-01T10:06:35.5815634Z libgomp-11.2.0 | h1234567_1 474 KB 2022-12-01T10:06:35.5816103Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-12-01T10:06:35.5816576Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-12-01T10:06:35.5817284Z libstdcxx-ng-11.2.0 | h1234567_1 4.7 MB 2022-12-01T10:06:35.5817761Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-12-01T10:06:35.5818254Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-12-01T10:06:35.5818758Z openssl-1.1.1s | h7f8727e_0 3.6 MB 2022-12-01T10:06:35.5819253Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-12-01T10:06:35.5819743Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-12-01T10:06:35.5820303Z ------------------------------------------------------------ 2022-12-01T10:06:35.5820720Z Total: 26.3 MB 2022-12-01T10:06:35.5820942Z 2022-12-01T10:06:35.5821142Z The following NEW packages will be INSTALLED: 2022-12-01T10:06:35.5821401Z 2022-12-01T10:06:35.5821831Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 None 2022-12-01T10:06:35.5822491Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 None 2022-12-01T10:06:35.5823136Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 None 2022-12-01T10:06:35.5823786Z expat pkgs/main/linux-64::expat-2.4.9-h6a678d5_0 None 2022-12-01T10:06:35.5824430Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 None 2022-12-01T10:06:35.5825089Z libcurl pkgs/main/linux-64::libcurl-7.84.0-h91b91d3_0 None 2022-12-01T10:06:35.5825761Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 None 2022-12-01T10:06:35.5826391Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 None 2022-12-01T10:06:35.5827011Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 None 2022-12-01T10:06:35.5827643Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 None 2022-12-01T10:06:35.5828202Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 None 2022-12-01T10:06:35.5828743Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 None 2022-12-01T10:06:35.5829324Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 None 2022-12-01T10:06:35.5829899Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 None 2022-12-01T10:06:35.5830149Z 2022-12-01T10:06:35.5830326Z The following packages will be UPDATED: 2022-12-01T10:06:35.5830559Z 2022-12-01T10:06:35.5830903Z ca-certificates 2022.07.19-h06a4308_0 --> 2022.10.11-h06a4308_0 None 2022-12-01T10:06:35.5831480Z certifi 2022.9.14-py37h06a4308_0 --> 2022.9.24-py37h06a4308_0 None 2022-12-01T10:06:35.5832125Z libgcc-ng 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:06:35.5832618Z libgomp 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:06:35.5833084Z libstdcxx-ng 9.3.0-hd4cf53a_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:06:35.5833556Z openssl 1.1.1q-h7f8727e_0 --> 1.1.1s-h7f8727e_0 None 2022-12-01T10:06:35.5833732Z 2022-12-01T10:06:35.5833737Z 2022-12-01T10:06:36.7123176Z Preparing transaction: ...working... done 2022-12-01T10:06:37.1428941Z Verifying transaction: ...working... done 2022-12-01T10:06:37.9097704Z Executing transaction: ...working... done 2022-12-01T10:06:37.9932522Z Retrieving notices: ...working... done 2022-12-01T10:06:38.1993063Z ++ [[ linux-bionic-py3.7-clang9 == *centos* ]] 2022-12-01T10:06:38.1993558Z + echo 'Environment variables' 2022-12-01T10:06:38.1993765Z Environment variables 2022-12-01T10:06:38.1993949Z + env 2022-12-01T10:06:38.2024414Z SHARD_NUMBER=1 2022-12-01T10:06:38.2024723Z UCC_HOME=/usr 2022-12-01T10:06:38.2025298Z BUILD_ENVIRONMENT=linux-bionic-py3.7-clang9 2022-12-01T10:06:38.2025749Z INSTALLED_DB=yes 2022-12-01T10:06:38.2026069Z HOSTNAME=38c4ccc4cc01 2022-12-01T10:06:38.2026421Z GITHUB_REF_NAME=89997/merge 2022-12-01T10:06:38.2026699Z GITHUB_API_URL=https://api.github.com 2022-12-01T10:06:38.2026907Z OPENSSL_DIR=/opt/openssl 2022-12-01T10:06:38.2027106Z UCC_COMMIT= 2022-12-01T10:06:38.2027884Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_cc2565da-f25f-4c0d-b5d9-e797333dded0 2022-12-01T10:06:38.2028204Z CUDA_PATH=/usr/local/cuda 2022-12-01T10:06:38.2028564Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-12-01T10:06:38.2028857Z GITHUB_RUN_ATTEMPT=1 2022-12-01T10:06:38.2029042Z INSTALLED_THRIFT= 2022-12-01T10:06:38.2029211Z TEST_CONFIG=functorch 2022-12-01T10:06:38.2029416Z GITHUB_REPOSITORY_OWNER=pytorch 2022-12-01T10:06:38.2029613Z GITHUB_ACTIONS=true 2022-12-01T10:06:38.2029769Z CI=true 2022-12-01T10:06:38.2029950Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-12-01T10:06:38.2030146Z BRANCH=pull/89997 2022-12-01T10:06:38.2030374Z GITHUB_HEAD_REF=release/1.13-callstack 2022-12-01T10:06:38.2030570Z UCX_COMMIT= 2022-12-01T10:06:38.2030778Z GITHUB_ACTOR=charlie-wt 2022-12-01T10:06:38.2030950Z GITHUB_ACTION_REF= 2022-12-01T10:06:38.2031129Z GITHUB_ACTION=__self 2022-12-01T10:06:38.2031307Z VALGRIND=OFF 2022-12-01T10:06:38.2031477Z GITHUB_REF_PROTECTED=false 2022-12-01T10:06:38.2031815Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-12-01T10:06:38.2032426Z *** 2022-12-01T10:06:38.2032580Z INSTALLED_VISION=yes 2022-12-01T10:06:38.2032765Z HOME=/var/lib/jenkins 2022-12-01T10:06:38.2033181Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_cc2565da-f25f-4c0d-b5d9-e797333dded0 2022-12-01T10:06:38.2033494Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-12-01T10:06:38.2033691Z GITHUB_ACTION_REPOSITORY= 2022-12-01T10:06:38.2033886Z GITHUB_REF_TYPE=branch 2022-12-01T10:06:38.2034080Z GITHUB_RETENTION_DAYS=90 2022-12-01T10:06:38.2034352Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-12-01T10:06:38.2034799Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_cc2565da-f25f-4c0d-b5d9-e797333dded0 2022-12-01T10:06:38.2035103Z DEBIAN_FRONTEND=noninteractive 2022-12-01T10:06:38.2035304Z GITHUB_REF=refs/pull/89997/merge 2022-12-01T10:06:38.2035540Z GITHUB_SHA=cdc064133ad5e5a46a756ee9218659e8f252e950 2022-12-01T10:06:38.2035767Z INSTALLED_PROTOBUF=yes 2022-12-01T10:06:38.2035936Z DESIRED_CUDA= 2022-12-01T10:06:38.2036114Z GITHUB_RUN_ID=3591403534 2022-12-01T10:06:38.2036326Z GITHUB_SERVER_URL=https://github.com 2022-12-01T10:06:38.2036515Z MAX_JOBS=6 2022-12-01T10:06:38.2036841Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-12-01T10:06:38.2037093Z UCX_HOME=/usr 2022-12-01T10:06:38.2037407Z PYTORCH_RETRY_TEST_CASES=1 2022-12-01T10:06:38.2037653Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-12-01T10:06:38.2037913Z BASE_SHA=ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:06:38.2038113Z INSTALLED_ANDROID= 2022-12-01T10:06:38.2039083Z 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:06:38.2039733Z GITHUB_BASE_REF=release/1.13 2022-12-01T10:06:38.2039920Z TERM=xterm 2022-12-01T10:06:38.2040125Z XLA_CUDA= 2022-12-01T10:06:38.2040308Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-12-01T10:06:38.2040509Z OPENSSL_ROOT_DIR=/opt/openssl 2022-12-01T10:06:38.2040930Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_cc2565da-f25f-4c0d-b5d9-e797333dded0 2022-12-01T10:06:38.2041211Z GITHUB_JOB=test 2022-12-01T10:06:38.2041401Z SCCACHE_S3_KEY_PREFIX=pull 2022-12-01T10:06:38.2053754Z 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:06:38.2060002Z NUM_TEST_SHARDS=1 2022-12-01T10:06:38.2060175Z PR_NUMBER=89997 2022-12-01T10:06:38.2060605Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_cc2565da-f25f-4c0d-b5d9-e797333dded0 2022-12-01T10:06:38.2060888Z SHLVL=1 2022-12-01T10:06:38.2061062Z GITHUB_REPOSITORY=pytorch/pytorch 2022-12-01T10:06:38.2061314Z SHA1=c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:06:38.2061544Z GITHUB_EVENT_NAME=pull_request 2022-12-01T10:06:38.2061804Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-12-01T10:06:38.2062015Z GITHUB_RUN_NUMBER=69319 2022-12-01T10:06:38.2062258Z GITHUB_WORKFLOW=pull 2022-12-01T10:06:38.2062557Z 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:06:38.2062977Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:06:38.2063277Z GITHUB_TRIGGERING_ACTOR=charlie-wt 2022-12-01T10:06:38.2063468Z _=/usr/bin/env 2022-12-01T10:06:38.2063664Z + echo 'Testing pytorch' 2022-12-01T10:06:38.2063847Z Testing pytorch 2022-12-01T10:06:38.2064049Z + export LANG=C.UTF-8 2022-12-01T10:06:38.2064229Z + LANG=C.UTF-8 2022-12-01T10:06:38.2143454Z + PR_NUMBER=89997 2022-12-01T10:06:38.2143767Z + [[ functorch == \d\e\f\a\u\l\t ]] 2022-12-01T10:06:38.2144123Z + [[ functorch == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-12-01T10:06:38.2144518Z + [[ functorch == \s\l\o\w ]] 2022-12-01T10:06:38.2145171Z + [[ linux-bionic-py3.7-clang9 == *slow-gradcheck* ]] 2022-12-01T10:06:38.2145552Z + [[ linux-bionic-py3.7-clang9 == *cuda* ]] 2022-12-01T10:06:38.2147519Z + [[ linux-bionic-py3.7-clang9 == *rocm* ]] 2022-12-01T10:06:38.2148061Z + [[ linux-bionic-py3.7-clang9 == *cuda11* ]] 2022-12-01T10:06:38.2148455Z + [[ functorch == *crossref* ]] 2022-12-01T10:06:38.2148775Z + [[ functorch == *dynamo* ]] 2022-12-01T10:06:38.2149091Z + [[ -n 89997 ]] 2022-12-01T10:06:38.2149386Z + [[ -z '' ]] 2022-12-01T10:06:38.2149741Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-12-01T10:06:38.2150355Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-12-01T10:06:38.2150836Z + [[ linux-bionic-py3.7-clang9 == *rocm* ]] 2022-12-01T10:06:38.2151166Z + [[ linux-bionic-py3.7-clang9 != *-bazel-* ]] 2022-12-01T10:06:38.2151450Z + pip_install --user ninja 2022-12-01T10:06:38.2151715Z + pip install --progress-bar off --user ninja 2022-12-01T10:06:38.6332475Z Collecting ninja 2022-12-01T10:06:38.6966343Z Downloading ninja-1.11.1-py2.py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (145 kB) 2022-12-01T10:06:39.4436836Z Installing collected packages: ninja 2022-12-01T10:06:39.4534057Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-12-01T10:06:39.4534603Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-12-01T10:06:39.4632048Z Successfully installed ninja-1.11.1 2022-12-01T10:06:39.5295011Z + 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:06:39.5295903Z + 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:06:39.5296651Z + [[ linux-bionic-py3.7-clang9 == *asan* ]] 2022-12-01T10:06:39.5297307Z + [[ functorch == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-12-01T10:06:39.5297710Z + [[ functorch == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-12-01T10:06:39.5301643Z + [[ linux-bionic-py3.7-clang9 == *tbb* ]] 2022-12-01T10:06:39.5314094Z + [[ linux-bionic-py3.7-clang9 == *libtorch* ]] 2022-12-01T10:06:39.5314426Z + [[ linux-bionic-py3.7-clang9 == *-bazel-* ]] 2022-12-01T10:06:39.5317426Z + cd test 2022-12-01T10:06:39.5317985Z + python -c 'import torch; print(torch.__config__.show())' 2022-12-01T10:06:40.2815411Z PyTorch built with: 2022-12-01T10:06:40.2815980Z - GCC 4.2 2022-12-01T10:06:40.2816380Z - C++ Version: 201402 2022-12-01T10:06:40.2816726Z - clang 9.0.0 2022-12-01T10:06:40.2817596Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-12-01T10:06:40.2818187Z - Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-12-01T10:06:40.2818483Z - OpenMP 201107 (a.k.a. OpenMP 3.1) 2022-12-01T10:06:40.2818775Z - LAPACK is enabled (usually provided by MKL) 2022-12-01T10:06:40.2819017Z - NNPACK is enabled 2022-12-01T10:06:40.2819230Z - CPU capability usage: AVX2 2022-12-01T10:06:40.2822267Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, CXX_COMPILER=/opt/cache/bin/clang++, CXX_FLAGS= -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp=libomp -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -DEDGE_PROFILER_USE_KINETO -O2 -fPIC -Wno-narrowing -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -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 -Werror -fno-math-errno -fno-trapping-math -Werror=format, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, TORCH_VERSION=1.13.0, USE_CUDA=OFF, USE_CUDNN=OFF, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=OFF, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, 2022-12-01T10:06:40.2824450Z 2022-12-01T10:06:40.4120349Z + cd test 2022-12-01T10:06:40.4120991Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-12-01T10:06:41.1270987Z ATen/Parallel: 2022-12-01T10:06:41.1271368Z at::get_num_threads() : 4 2022-12-01T10:06:41.1271742Z at::get_num_interop_threads() : 4 2022-12-01T10:06:41.1272143Z OpenMP 201107 (a.k.a. OpenMP 3.1) 2022-12-01T10:06:41.1272503Z omp_get_max_threads() : 4 2022-12-01T10:06:41.1273233Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-12-01T10:06:41.1273537Z mkl_get_max_threads() : 4 2022-12-01T10:06:41.1273877Z Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-12-01T10:06:41.1274138Z std::thread::hardware_concurrency() : 8 2022-12-01T10:06:41.1274350Z Environment variables: 2022-12-01T10:06:41.1274543Z OMP_NUM_THREADS : [not set] 2022-12-01T10:06:41.1274723Z MKL_NUM_THREADS : [not set] 2022-12-01T10:06:41.1274923Z ATen parallel backend: OpenMP 2022-12-01T10:06:41.1275048Z 2022-12-01T10:06:41.2698306Z + [[ functorch == *backward* ]] 2022-12-01T10:06:41.2698660Z + [[ functorch == *xla* ]] 2022-12-01T10:06:41.2699028Z + [[ functorch == \j\i\t\_\l\e\g\a\c\y ]] 2022-12-01T10:06:41.2699712Z + [[ linux-bionic-py3.7-clang9 == *libtorch* ]] 2022-12-01T10:06:41.2700050Z + [[ functorch == distributed ]] 2022-12-01T10:06:41.2700336Z + [[ functorch == *dynamo* ]] 2022-12-01T10:06:41.2700644Z + [[ functorch == *dynamo* ]] 2022-12-01T10:06:41.2700904Z + [[ 1 == 1 ]] 2022-12-01T10:06:41.2701214Z + [[ 1 -gt 1 ]] 2022-12-01T10:06:41.2701506Z + [[ 1 == 2 ]] 2022-12-01T10:06:41.2701823Z + [[ 1 -gt 2 ]] 2022-12-01T10:06:41.2702240Z + [[ linux-bionic-py3.7-clang9 == *vulkan* ]] 2022-12-01T10:06:41.2702699Z + [[ linux-bionic-py3.7-clang9 == *-bazel-* ]] 2022-12-01T10:06:41.2703264Z + [[ linux-bionic-py3.7-clang9 == *-mobile-lightweight-dispatch* ]] 2022-12-01T10:06:41.2703681Z + [[ functorch = docs_test ]] 2022-12-01T10:06:41.2703997Z + [[ functorch == *functorch* ]] 2022-12-01T10:06:41.2704313Z + test_functorch 2022-12-01T10:06:41.2704712Z + python test/run_test.py --functorch --verbose 2022-12-01T10:06:42.3871213Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:06:42.5077961Z Ignoring disabled issues: [] 2022-12-01T10:06:42.5512890Z Selected tests: 2022-12-01T10:06:42.5513333Z functorch/test_aotdispatch 2022-12-01T10:06:42.5513671Z functorch/test_control_flow 2022-12-01T10:06:42.5513867Z functorch/test_dims 2022-12-01T10:06:42.5514068Z functorch/test_eager_transforms 2022-12-01T10:06:42.5514495Z functorch/test_functionalize 2022-12-01T10:06:42.5514716Z functorch/test_memory_efficient_fusion 2022-12-01T10:06:42.5514927Z functorch/test_minifier 2022-12-01T10:06:42.5515102Z functorch/test_ops 2022-12-01T10:06:42.5515286Z functorch/test_vmap 2022-12-01T10:06:42.7747271Z Prioritized test from test file changes. 2022-12-01T10:06:42.7747667Z reordering tests for PR: 2022-12-01T10:06:42.7748326Z prioritized: ['functorch/test_aotdispatch', 'functorch/test_control_flow'] 2022-12-01T10:06:42.7748946Z the rest: ['functorch/test_dims', 'functorch/test_eager_transforms', 'functorch/test_functionalize', 'functorch/test_memory_efficient_fusion', 'functorch/test_minifier', 'functorch/test_ops', 'functorch/test_vmap'] 2022-12-01T10:06:42.7749242Z 2022-12-01T10:06:42.7749800Z 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:06:42.7990872Z 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:06:42.8123850Z parallel (file granularity) tests: 2022-12-01T10:06:42.8124260Z functorch/test_aotdispatch 2022-12-01T10:06:42.8124644Z functorch/test_control_flow 2022-12-01T10:06:42.8124991Z functorch/test_dims 2022-12-01T10:06:42.8125214Z functorch/test_eager_transforms 2022-12-01T10:06:42.8125425Z functorch/test_functionalize 2022-12-01T10:06:42.8125642Z functorch/test_memory_efficient_fusion 2022-12-01T10:06:42.8125838Z functorch/test_minifier 2022-12-01T10:06:42.8126039Z serial (file granularity) tests: 2022-12-01T10:06:42.8126233Z functorch/test_ops 2022-12-01T10:06:42.8126409Z functorch/test_vmap 2022-12-01T10:06:43.9510585Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:06:43.9595486Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:06:44.0150354Z Ignoring disabled issues: [] 2022-12-01T10:06:44.0232056Z Ignoring disabled issues: [] 2022-12-01T10:06:44.0284900Z Running functorch/test_aotdispatch ... [2022-12-01 10:06:44.028268] 2022-12-01T10:06:44.0287252Z Executing ['/opt/conda/bin/python', '-bb', 'functorch/test_aotdispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:06:44.028547] 2022-12-01T10:06:44.0366145Z Running functorch/test_control_flow ... [2022-12-01 10:06:44.036365] 2022-12-01T10:06:44.0368496Z Executing ['/opt/conda/bin/python', '-bb', 'functorch/test_control_flow.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:06:44.036649] 2022-12-01T10:06:46.3332696Z 2022-12-01T10:06:46.3333268Z Expand the folded group to see the log file of functorch/test_control_flow 2022-12-01T10:06:46.3338826Z ##[group]PRINTING LOG FILE of functorch/test_control_flow (/var/lib/jenkins/workspace/test/test-reports/functorch-test_control_flow_u7xdu5iv) 2022-12-01T10:06:46.3339433Z Test results will be stored in test-reports/python-unittest/functorch.test_control_flow 2022-12-01T10:06:46.3339641Z 2022-12-01T10:06:46.3339715Z Running tests... 2022-12-01T10:06:46.3340029Z ---------------------------------------------------------------------- 2022-12-01T10:06:46.3340314Z test_cond_no_trace (__main__.TestControlFlow) ... ok (0.431s) 2022-12-01T10:06:46.3340639Z test_assert_on_mismatch_tensor_size (__main__.TestControlFlowTraced) ... expected failure (0.007s) 2022-12-01T10:06:46.3340991Z test_assert_on_mismatch_type_size (__main__.TestControlFlowTraced) ... ok (0.005s) 2022-12-01T10:06:46.3341314Z test_cond_nested_traced (__main__.TestControlFlowTraced) ... expected failure (0.005s) 2022-12-01T10:06:46.3341679Z test_cond_nested_traced_multi (__main__.TestControlFlowTraced) ... expected failure (0.011s) 2022-12-01T10:06:46.3342041Z test_cond_nested_traced_other_inputs (__main__.TestControlFlowTraced) ... expected failure (0.004s) 2022-12-01T10:06:46.3342381Z test_cond_traced_not_nested (__main__.TestControlFlowTraced) ... ok (0.007s) 2022-12-01T10:06:46.3342733Z 2022-12-01T10:06:46.3342920Z ---------------------------------------------------------------------- 2022-12-01T10:06:46.3343165Z Ran 7 tests in 0.471s 2022-12-01T10:06:46.3343282Z 2022-12-01T10:06:46.3343364Z OK (expected failures=4) 2022-12-01T10:06:46.3343484Z 2022-12-01T10:06:46.3343569Z Generating XML reports... 2022-12-01T10:06:46.3343996Z Generated XML report: test-reports/python-unittest/functorch.test_control_flow/TEST-TestControlFlow-20221201100645.xml 2022-12-01T10:06:46.3344560Z Generated XML report: test-reports/python-unittest/functorch.test_control_flow/TEST-TestControlFlowTraced-20221201100645.xml 2022-12-01T10:06:46.3344819Z 2022-12-01T10:06:46.3345072Z ##[endgroup] 2022-12-01T10:06:46.3345608Z FINISHED PRINTING LOG FILE of functorch/test_control_flow (/var/lib/jenkins/workspace/test/test-reports/functorch-test_control_flow_u7xdu5iv) 2022-12-01T10:06:46.3345848Z 2022-12-01T10:06:47.8049767Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:06:47.8679867Z Ignoring disabled issues: [] 2022-12-01T10:06:47.8816367Z Running functorch/test_dims ... [2022-12-01 10:06:47.881288] 2022-12-01T10:06:47.8818094Z Executing ['/opt/conda/bin/python', '-bb', 'functorch/test_dims.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:06:47.881593] 2022-12-01T10:07:00.8328559Z 2022-12-01T10:07:00.8329180Z Expand the folded group to see the log file of functorch/test_dims 2022-12-01T10:07:00.8330361Z ##[group]PRINTING LOG FILE of functorch/test_dims (/var/lib/jenkins/workspace/test/test-reports/functorch-test_dims_3234r8qo) 2022-12-01T10:07:00.8330933Z Test results will be stored in test-reports/python-unittest/functorch.test_dims 2022-12-01T10:07:00.8331153Z 2022-12-01T10:07:00.8331236Z Running tests... 2022-12-01T10:07:00.8331566Z ---------------------------------------------------------------------- 2022-12-01T10:07:00.8332259Z test_attn (__main__.TestMin) ... /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py:263: UserWarning: torch.distributed.reduce_op is deprecated, please use torch.distributed.ReduceOp instead 2022-12-01T10:07:00.8332764Z "torch.distributed.reduce_op is deprecated, please use " 2022-12-01T10:07:00.8332993Z ok (0.234s) 2022-12-01T10:07:00.8333208Z test_attn_cuda (__main__.TestMin) ... skip: no CUDA (0.001s) 2022-12-01T10:07:00.8333495Z test_c (__main__.TestMin) ... ok (0.184s) 2022-12-01T10:07:00.8333719Z test_compare_dims (__main__.TestMin) ... ok (0.171s) 2022-12-01T10:07:00.8333953Z test_diag (__main__.TestMin) ... ok (0.167s) 2022-12-01T10:07:00.8334229Z test_dim_args (__main__.TestMin) ... ok (0.177s) 2022-12-01T10:07:00.8334458Z test_dims_with_size (__main__.TestMin) ... ok (0.167s) 2022-12-01T10:07:00.8334692Z test_dir (__main__.TestMin) ... ok (0.175s) 2022-12-01T10:07:00.8334951Z test_doc (__main__.TestMin) ... ok (0.169s) 2022-12-01T10:07:00.8335283Z test_embed (__main__.TestMin) ... ok (0.182s) 2022-12-01T10:07:00.8335509Z test_eq (__main__.TestMin) ... ok (0.195s) 2022-12-01T10:07:00.8335790Z test_expand (__main__.TestMin) ... ok (0.177s) 2022-12-01T10:07:00.8336013Z test_functorch (__main__.TestMin) ... ok (0.184s) 2022-12-01T10:07:00.8336245Z test_hello (__main__.TestMin) ... ok (0.245s) 2022-12-01T10:07:00.8336518Z test_index (__main__.TestMin) ... ok (0.204s) 2022-12-01T10:07:00.8336761Z test_index_placement (__main__.TestMin) ... ok (0.172s) 2022-12-01T10:07:00.8336989Z test_inplace (__main__.TestMin) ... ok (0.174s) 2022-12-01T10:07:00.8337343Z test_manual_stuff (__main__.TestMin) ... ok (0.214s) 2022-12-01T10:07:00.8337577Z test_mask (__main__.TestMin) ... ok (0.179s) 2022-12-01T10:07:00.8337794Z test_max (__main__.TestMin) ... ok (0.179s) 2022-12-01T10:07:00.8338053Z test_mm (__main__.TestMin) ... ok (0.195s) 2022-12-01T10:07:00.8338285Z test_mm_fuse (__main__.TestMin) ... ok (0.175s) 2022-12-01T10:07:00.8338503Z test_monkey (__main__.TestMin) ... ok (0.179s) 2022-12-01T10:07:00.8338805Z test_network (__main__.TestMin) ... skip: no torchvision (0.167s) 2022-12-01T10:07:00.8339248Z test_order (__main__.TestMin) ... ok (0.171s) 2022-12-01T10:07:00.8339513Z test_parse (__main__.TestMin) ... ok (0.177s) 2022-12-01T10:07:00.8339735Z test_seg (__main__.TestMin) ... ok (0.185s) 2022-12-01T10:07:00.8339958Z test_simple (__main__.TestMin) ... ok (0.179s) 2022-12-01T10:07:00.8340242Z test_softmax_split (__main__.TestMin) ... ok (0.171s) 2022-12-01T10:07:00.8340467Z test_stack (__main__.TestMin) ... ok (0.182s) 2022-12-01T10:07:00.8340716Z test_time_mm_fuse (__main__.TestMin) ... pp: 0.02487657700021372875 seconds 2022-12-01T10:07:00.8340985Z fc: 0.03486083000007056398 seconds 2022-12-01T10:07:00.8341145Z ok (0.304s) 2022-12-01T10:07:00.8341356Z test_with_dims_split (__main__.TestMin) ... ok (0.193s) 2022-12-01T10:07:00.8341716Z test_attn (__main__.TestMinFunctorchOnly) ... ok (0.180s) 2022-12-01T10:07:00.8342015Z test_attn_cuda (__main__.TestMinFunctorchOnly) ... skip: skip_functorch_only (0.000s) 2022-12-01T10:07:00.8342321Z test_c (__main__.TestMinFunctorchOnly) ... ok (0.168s) 2022-12-01T10:07:00.8342646Z test_compare_dims (__main__.TestMinFunctorchOnly) ... ok (0.184s) 2022-12-01T10:07:00.8342915Z test_diag (__main__.TestMinFunctorchOnly) ... ok (0.185s) 2022-12-01T10:07:00.8343230Z test_dim_args (__main__.TestMinFunctorchOnly) ... ok (0.181s) 2022-12-01T10:07:00.8343514Z test_dims_with_size (__main__.TestMinFunctorchOnly) ... ok (0.183s) 2022-12-01T10:07:00.8343794Z test_dir (__main__.TestMinFunctorchOnly) ... ok (0.181s) 2022-12-01T10:07:00.8344095Z test_doc (__main__.TestMinFunctorchOnly) ... ok (0.173s) 2022-12-01T10:07:00.8344363Z test_embed (__main__.TestMinFunctorchOnly) ... ok (0.179s) 2022-12-01T10:07:00.8344633Z test_eq (__main__.TestMinFunctorchOnly) ... ok (0.177s) 2022-12-01T10:07:00.8344933Z test_expand (__main__.TestMinFunctorchOnly) ... ok (0.186s) 2022-12-01T10:07:00.8345210Z test_functorch (__main__.TestMinFunctorchOnly) ... ok (0.190s) 2022-12-01T10:07:00.8345534Z test_hello (__main__.TestMinFunctorchOnly) ... ok (0.169s) 2022-12-01T10:07:00.8345797Z test_index (__main__.TestMinFunctorchOnly) ... ok (0.173s) 2022-12-01T10:07:00.8346080Z test_index_placement (__main__.TestMinFunctorchOnly) ... ok (0.184s) 2022-12-01T10:07:00.8346415Z test_inplace (__main__.TestMinFunctorchOnly) ... ok (0.191s) 2022-12-01T10:07:00.8346694Z test_manual_stuff (__main__.TestMinFunctorchOnly) ... ok (0.230s) 2022-12-01T10:07:00.8347008Z test_mask (__main__.TestMinFunctorchOnly) ... ok (0.202s) 2022-12-01T10:07:00.8347277Z test_max (__main__.TestMinFunctorchOnly) ... ok (0.248s) 2022-12-01T10:07:00.8347535Z test_mm (__main__.TestMinFunctorchOnly) ... ok (0.200s) 2022-12-01T10:07:00.8347832Z test_mm_fuse (__main__.TestMinFunctorchOnly) ... ok (0.168s) 2022-12-01T10:07:00.8348107Z test_monkey (__main__.TestMinFunctorchOnly) ... ok (0.185s) 2022-12-01T10:07:00.8348400Z test_network (__main__.TestMinFunctorchOnly) ... skip: no torchvision (0.183s) 2022-12-01T10:07:00.8348732Z test_order (__main__.TestMinFunctorchOnly) ... ok (0.177s) 2022-12-01T10:07:00.8349003Z test_parse (__main__.TestMinFunctorchOnly) ... ok (0.180s) 2022-12-01T10:07:00.8349316Z test_seg (__main__.TestMinFunctorchOnly) ... ok (0.200s) 2022-12-01T10:07:00.8349587Z test_simple (__main__.TestMinFunctorchOnly) ... ok (0.202s) 2022-12-01T10:07:00.8349855Z test_softmax_split (__main__.TestMinFunctorchOnly) ... ok (0.212s) 2022-12-01T10:07:00.8350181Z test_stack (__main__.TestMinFunctorchOnly) ... ok (0.204s) 2022-12-01T10:07:00.8350482Z test_time_mm_fuse (__main__.TestMinFunctorchOnly) ... skip: skip_functorch_only (0.000s) 2022-12-01T10:07:00.8350834Z test_with_dims_split (__main__.TestMinFunctorchOnly) ... ok (0.208s) 2022-12-01T10:07:00.8351003Z 2022-12-01T10:07:00.8351236Z ---------------------------------------------------------------------- 2022-12-01T10:07:00.8351493Z Ran 64 tests in 11.519s 2022-12-01T10:07:00.8351634Z 2022-12-01T10:07:00.8351707Z OK (skipped=5) 2022-12-01T10:07:00.8351800Z 2022-12-01T10:07:00.8351940Z Generating XML reports... 2022-12-01T10:07:00.8352404Z Generated XML report: test-reports/python-unittest/functorch.test_dims/TEST-TestMin-20221201100649.xml 2022-12-01T10:07:00.8352937Z Generated XML report: test-reports/python-unittest/functorch.test_dims/TEST-TestMinFunctorchOnly-20221201100649.xml 2022-12-01T10:07:00.8353240Z 2022-12-01T10:07:00.8353499Z ##[endgroup] 2022-12-01T10:07:00.8353948Z FINISHED PRINTING LOG FILE of functorch/test_dims (/var/lib/jenkins/workspace/test/test-reports/functorch-test_dims_3234r8qo) 2022-12-01T10:07:00.8354172Z 2022-12-01T10:07:02.3730628Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:07:02.4349779Z Ignoring disabled issues: [] 2022-12-01T10:07:02.4484455Z Running functorch/test_eager_transforms ... [2022-12-01 10:07:02.448164] 2022-12-01T10:07:02.4486937Z Executing ['/opt/conda/bin/python', '-bb', 'functorch/test_eager_transforms.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:07:02.448468] 2022-12-01T10:07:08.3779229Z 2022-12-01T10:07:08.3779770Z Expand the folded group to see the log file of functorch/test_eager_transforms 2022-12-01T10:07:08.3781574Z ##[group]PRINTING LOG FILE of functorch/test_eager_transforms (/var/lib/jenkins/workspace/test/test-reports/functorch-test_eager_transforms_g0maj6yq) 2022-12-01T10:07:08.3782525Z Test results will be stored in test-reports/python-unittest/functorch.test_eager_transforms 2022-12-01T10:07:08.3783677Z functorch/test_eager_transforms.py:51: 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:07:08.3784338Z UserWarning) 2022-12-01T10:07:08.3818443Z 2022-12-01T10:07:08.3818885Z Running tests... 2022-12-01T10:07:08.3819615Z ---------------------------------------------------------------------- 2022-12-01T10:07:08.3824066Z test_autograd_functional_jacfwd_inside_transform_cpu (__main__.TestComposabilityCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_vmap_internals.py:101: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_add_batch_dim. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:07:08.3824736Z for in_dim, arg in zip(flat_in_dims, flat_args) 2022-12-01T10:07:08.3824944Z ok (0.062s) 2022-12-01T10:07:08.3825224Z test_autograd_functional_jacrev_inside_transform_cpu (__main__.TestComposabilityCPU) ... ok (0.004s) 2022-12-01T10:07:08.3825596Z test_autograd_functional_jvp_inside_transform_cpu (__main__.TestComposabilityCPU) ... ok (0.004s) 2022-12-01T10:07:08.3825955Z test_autograd_functional_vjp_inside_transform_cpu (__main__.TestComposabilityCPU) ... ok (0.004s) 2022-12-01T10:07:08.3826286Z test_grad_grad_cpu (__main__.TestComposabilityCPU) ... ok (0.002s) 2022-12-01T10:07:08.3826590Z test_grad_vjp_cpu (__main__.TestComposabilityCPU) ... ok (0.002s) 2022-12-01T10:07:08.3826872Z test_grad_vmap_cpu (__main__.TestComposabilityCPU) ... ok (0.001s) 2022-12-01T10:07:08.3827196Z test_jvp_doesnt_support_saved_tensor_hooks_cpu (__main__.TestComposabilityCPU) ... ok (0.005s) 2022-12-01T10:07:08.3827524Z test_make_fx_jacrev_cpu (__main__.TestComposabilityCPU) ... ok (0.018s) 2022-12-01T10:07:08.3827826Z test_make_fx_vjp_cpu (__main__.TestComposabilityCPU) ... ok (0.004s) 2022-12-01T10:07:08.3828112Z test_make_fx_vmap_cpu (__main__.TestComposabilityCPU) ... ok (0.003s) 2022-12-01T10:07:08.3828526Z test_no_warning_on_import_functorch_cpu (__main__.TestComposabilityCPU) ... functorch/test_eager_transforms.py:2287: DeprecationWarning: Please use assertEqual instead. 2022-12-01T10:07:08.3828963Z self.assertEquals(out, "") 2022-12-01T10:07:08.3829144Z ok (1.238s) 2022-12-01T10:07:08.3829403Z test_requires_grad_inside_transform_cpu (__main__.TestComposabilityCPU) ... ok (0.012s) 2022-12-01T10:07:08.3962506Z test_retain_grad_inside_transform_cpu (__main__.TestComposabilityCPU) ... ok (0.004s) 2022-12-01T10:07:08.3963457Z test_transforms_dont_support_saved_tensor_hooks_transform_functionalize_cpu (__main__.TestComposabilityCPU) ... ok (0.007s) 2022-12-01T10:07:08.3965169Z test_transforms_dont_support_saved_tensor_hooks_transform_grad_and_value_cpu (__main__.TestComposabilityCPU) ... ok (0.007s) 2022-12-01T10:07:08.3965926Z test_transforms_dont_support_saved_tensor_hooks_transform_grad_cpu (__main__.TestComposabilityCPU) ... ok (0.006s) 2022-12-01T10:07:08.3966674Z test_transforms_dont_support_saved_tensor_hooks_transform_hessian_cpu (__main__.TestComposabilityCPU) ... ok (0.005s) 2022-12-01T10:07:08.3984407Z test_transforms_dont_support_saved_tensor_hooks_transform_jacfwd_cpu (__main__.TestComposabilityCPU) ... ok (0.005s) 2022-12-01T10:07:08.3985065Z test_transforms_dont_support_saved_tensor_hooks_transform_jacrev_cpu (__main__.TestComposabilityCPU) ... ok (0.005s) 2022-12-01T10:07:08.3985483Z test_transforms_dont_support_saved_tensor_hooks_transform_vmap_cpu (__main__.TestComposabilityCPU) ... ok (0.005s) 2022-12-01T10:07:08.3985852Z test_vjp_doesnt_support_saved_tensor_hooks_cpu (__main__.TestComposabilityCPU) ... ok (0.005s) 2022-12-01T10:07:08.3986175Z test_vjp_grad_cpu (__main__.TestComposabilityCPU) ... ok (0.002s) 2022-12-01T10:07:08.3986469Z test_vjp_vjp_cpu (__main__.TestComposabilityCPU) ... ok (0.002s) 2022-12-01T10:07:08.3986804Z test_vjp_vmap_cpu (__main__.TestComposabilityCPU) ... ok (0.002s) 2022-12-01T10:07:08.3987102Z test_vmap_grad_cpu (__main__.TestComposabilityCPU) ... ok (0.001s) 2022-12-01T10:07:08.3987383Z test_vmap_vjp_cpu (__main__.TestComposabilityCPU) ... ok (0.002s) 2022-12-01T10:07:08.3987675Z test_vmap_vmap_cpu (__main__.TestComposabilityCPU) ... ok (0.001s) 2022-12-01T10:07:08.3987997Z test_ensemble_regression_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.010s) 2022-12-01T10:07:08.3988610Z test_find_learning_rate_ensembling_dropout_layer__cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.008s) 2022-12-01T10:07:08.3989203Z test_find_learning_rate_ensembling_dropout_layer__cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.007s) 2022-12-01T10:07:08.3989806Z test_find_learning_rate_ensembling_dropout_layer__cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.007s) 2022-12-01T10:07:08.3990248Z test_lennard_jones_batched_jac_jac_jacfwd_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.101s) 2022-12-01T10:07:08.3990612Z test_lennard_jones_batched_jac_jac_jacrev_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.094s) 2022-12-01T10:07:08.3990966Z test_maml_omniglot_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (1.361s) 2022-12-01T10:07:08.3991627Z test_maml_regression_cpu (__main__.TestExamplesCorrectnessCPU) ... functorch/test_eager_transforms.py:2701: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_new.cpp:233.) 2022-12-01T10:07:08.3992247Z return torch.tensor(xs, dtype=torch.float, device=device), \ 2022-12-01T10:07:08.3992455Z ok (0.015s) 2022-12-01T10:07:08.3992761Z test_resnet18_per_sample_grads_cpu (__main__.TestExamplesCorrectnessCPU) ... skip: test requires torchvision (0.001s) 2022-12-01T10:07:08.3993178Z test_update_batch_norm_originally_track_running_stats_False_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.024s) 2022-12-01T10:07:08.3993591Z test_update_batch_norm_originally_track_running_stats_True_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.025s) 2022-12-01T10:07:08.3993949Z test_functionalize_fake_tensors_cpu (__main__.TestFunctionalizeCPU) ... ok (0.004s) 2022-12-01T10:07:08.3994285Z test_functionalize_fx_multi_out_op_cpu (__main__.TestFunctionalizeCPU) ... ok (0.007s) 2022-12-01T10:07:08.3994692Z test_functionalize_fx_out_op_cpu (__main__.TestFunctionalizeCPU) ... ok (0.005s) 2022-12-01T10:07:08.3995033Z test_functionalize_fx_reapply_views_simple_cpu (__main__.TestFunctionalizeCPU) ... ok (0.004s) 2022-12-01T10:07:08.3995361Z test_functionalize_fx_simple_cpu (__main__.TestFunctionalizeCPU) ... ok (0.005s) 2022-12-01T10:07:08.3995700Z test_functionalize_fx_transpose_simple_cpu (__main__.TestFunctionalizeCPU) ... ok (0.003s) 2022-12-01T10:07:08.3996032Z test_functionalize_grad_cpu (__main__.TestFunctionalizeCPU) ... ok (0.002s) 2022-12-01T10:07:08.3996357Z test_functionalize_nonfunctional_output_cpu (__main__.TestFunctionalizeCPU) ... ok (0.002s) 2022-12-01T10:07:08.3996733Z test_functionalize_opt_tensor_list_cpu (__main__.TestFunctionalizeCPU) ... ok (0.003s) 2022-12-01T10:07:08.3997084Z test_functionalize_optional_tensorlist1_cpu (__main__.TestFunctionalizeCPU) ... ok (0.003s) 2022-12-01T10:07:08.3997436Z test_functionalize_optional_tensorlist2_cpu (__main__.TestFunctionalizeCPU) ... ok (0.004s) 2022-12-01T10:07:08.3997746Z test_inplace_view_cpu (__main__.TestFunctionalizeCPU) ... ok (0.002s) 2022-12-01T10:07:08.3998046Z test_linear_cpu (__main__.TestFunctionalizeCPU) ... ok (0.002s) 2022-12-01T10:07:08.3998358Z test_multioutput_inplace_slice_view_cpu (__main__.TestFunctionalizeCPU) ... ok (0.002s) 2022-12-01T10:07:08.3998666Z test_multioutput_view_cpu (__main__.TestFunctionalizeCPU) ... ok (0.002s) 2022-12-01T10:07:08.3998980Z test_resize_program_inputs_cpu (__main__.TestFunctionalizeCPU) ... ok (0.004s) 2022-12-01T10:07:08.3999294Z test_simple_view_cpu (__main__.TestFunctionalizeCPU) ... ok (0.002s) 2022-12-01T10:07:08.3999985Z test_vmap_functionalize_jvp_cpu (__main__.TestFunctionalizeCPU) ... functorch/test_eager_transforms.py:3234: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copy. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:07:08.4000543Z y.add_(1) 2022-12-01T10:07:08.4000698Z ok (0.002s) 2022-12-01T10:07:08.4000942Z test_advanced_indexing_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:07:08.4001245Z test_argnums_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-12-01T10:07:08.4001542Z test_composed_with_autograd_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:07:08.4001865Z test_composite_complicated_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:07:08.4002185Z test_composite_simple_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:07:08.4002482Z test_composite_two_ops_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:07:08.4002780Z test_conj_bit_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:07:08.4003067Z test_dtype_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:07:08.4003383Z test_escaped_wrappers_are_ignored_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:07:08.4003718Z test_escaped_wrappers_are_marked_as_dead_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:07:08.4004043Z test_fn_with_kwargs_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:07:08.4004348Z test_functional_init_cpu (__main__.TestGradTransformCPU) ... ok (0.005s) 2022-12-01T10:07:08.4004655Z test_functional_init_with_buffers_cpu (__main__.TestGradTransformCPU) ... ok (0.007s) 2022-12-01T10:07:08.4004971Z test_grad_aux_pytree_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-12-01T10:07:08.4005277Z test_grad_aux_tensor_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:07:08.4005590Z test_grad_of_vjp_composition_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:07:08.4005907Z test_grad_of_vjp_of_grad_composition_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:07:08.4006274Z test_grad_pytree_inputs_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-12-01T10:07:08.4006577Z test_inplace_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:07:08.4006866Z test_inplace_on_captures_cpu (__main__.TestGradTransformCPU) ... ok (0.004s) 2022-12-01T10:07:08.4007186Z test_inplace_on_view_base_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:07:08.4007591Z test_inplace_on_view_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:07:08.4007897Z test_invalid_argnums_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:07:08.4008176Z test_is_cuda_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:07:08.4008474Z test_negative_argnums_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-12-01T10:07:08.4008837Z test_nesting_simple_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:07:08.4009129Z test_no_grad_inside_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:07:08.4009429Z test_no_grad_mixed_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:07:08.4009749Z test_no_grad_nested_complicated_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:07:08.4010076Z test_no_grad_nested_simple_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:07:08.4010373Z test_no_grad_outside_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:07:08.4010679Z test_no_grad_outside_vjp_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:07:08.4010994Z test_no_grad_outside_vjp_fn_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:07:08.4011302Z test_no_grad_outside_vjp_only_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:07:08.4011619Z test_no_grad_value_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:07:08.4011908Z test_numel_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:07:08.4012212Z test_out_of_order_argnums_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:07:08.4012504Z test_primitive_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:07:08.4012829Z test_print_captured_tensor_inside_transform_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:07:08.4013149Z test_shape_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:07:08.4013440Z test_tensor_ctor_inside_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:07:08.4013755Z test_tensor_print_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.084s) 2022-12-01T10:07:08.4014072Z test_tensor_print_grad_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.007s) 2022-12-01T10:07:08.4014389Z test_tensor_print_vmap_cpu (__main__.TestGradTransformCPU) ... ok (0.095s) 2022-12-01T10:07:08.4014694Z test_tensor_print_vmap_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.008s) 2022-12-01T10:07:08.4015011Z test_tensor_print_vmap_vmap_cpu (__main__.TestGradTransformCPU) ... ok (0.097s) 2022-12-01T10:07:08.4015326Z test_unrelated_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:07:08.4015623Z test_unrelated_hessian_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:07:08.4015931Z test_unrelated_vjp_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:07:08.4016262Z test_unrelated_vjp_multiple_inputs_outputs_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:07:08.4016596Z test_view_inplace_simple_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:07:08.4016878Z test_views_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:07:08.4017376Z test_vjp_aux_pytree_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-12-01T10:07:08.4017908Z test_vjp_aux_tensor_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-12-01T10:07:08.4018355Z test_vjp_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:07:08.4018660Z test_vjp_of_grad_composition_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:07:08.4019083Z test_vjp_outputs_can_any_pytree_cpu (__main__.TestGradTransformCPU) ... ok (0.004s) 2022-12-01T10:07:08.4019531Z test_vjp_pytree_error_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:07:08.4019839Z test_vjp_pytree_input_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:07:08.4020150Z test_vjp_pytree_output_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:07:08.4020457Z test_vjp_two_outputs_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:07:08.4020741Z test_zero_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:07:08.4021064Z test_hessian_vectorize_correctness_multi_input_cpu (__main__.TestHessianCPU) ... ok (0.015s) 2022-12-01T10:07:08.4021454Z test_hessian_vectorize_correctness_simple_cpu (__main__.TestHessianCPU) ... ok (0.006s) 2022-12-01T10:07:08.4021793Z test_hessian_vectorize_correctness_unrelated_outputs_cpu (__main__.TestHessianCPU) ... ok (0.006s) 2022-12-01T10:07:08.4022126Z test_jacfwd_different_levels_cpu (__main__.TestHessianCPU) ... ok (0.007s) 2022-12-01T10:07:08.4022466Z test_against_reference_correctness_different_devices_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-12-01T10:07:08.4022837Z test_against_reference_correctness_different_devices_jacrev_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-12-01T10:07:08.4023166Z test_against_reference_default_arg_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-12-01T10:07:08.4084251Z test_against_reference_default_arg_jacrev_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:07:08.4084922Z test_against_reference_multi_input_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-12-01T10:07:08.4085534Z test_against_reference_multi_input_jacrev_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-12-01T10:07:08.4086193Z test_against_reference_multi_input_multi_output_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.009s) 2022-12-01T10:07:08.4086879Z test_against_reference_multi_input_multi_output_jacrev_cpu (__main__.TestJacCPU) ... ok (0.009s) 2022-12-01T10:07:08.4087592Z test_against_reference_simple_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.005s) 2022-12-01T10:07:08.4088183Z test_against_reference_simple_jacrev_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-12-01T10:07:08.4088807Z test_against_reference_unrelated_outputs_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-12-01T10:07:08.4089466Z test_against_reference_unrelated_outputs_jacrev_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-12-01T10:07:08.4090081Z test_against_reference_zero_dim_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.006s) 2022-12-01T10:07:08.4090722Z test_against_reference_zero_dim_jacrev_cpu (__main__.TestJacCPU) ... ok (0.006s) 2022-12-01T10:07:08.4091241Z test_argnums_defaults_to_zero_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:07:08.4091746Z test_argnums_defaults_to_zero_jacrev_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:07:08.4092239Z test_argnums_effect_on_return_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-12-01T10:07:08.4092743Z test_argnums_effect_on_return_jacrev_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-12-01T10:07:08.4093245Z test_argnums_tuple_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:07:08.4093700Z test_argnums_tuple_jacrev_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:07:08.4094161Z test_aux_pytree_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.005s) 2022-12-01T10:07:08.4094620Z test_aux_pytree_jacrev_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-12-01T10:07:08.4095079Z test_aux_tensor_jacrev_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:07:08.4095520Z test_diff_numel_jacrev_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-12-01T10:07:08.4095994Z test_dimensionality_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-12-01T10:07:08.4096485Z test_dimensionality_jacrev_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-12-01T10:07:08.4096953Z test_empty_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:07:08.4097785Z test_empty_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:07:08.4098252Z test_empty_output_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:07:08.4098717Z test_empty_output_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:07:08.4099176Z test_float_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:07:08.4099648Z test_float_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:07:08.4100101Z test_hessian_simple_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:07:08.4100531Z test_inplace_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-12-01T10:07:08.4100974Z test_inplace_jacrev_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-12-01T10:07:08.4101526Z test_multiple_args_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:07:08.4101981Z test_multiple_args_jacrev_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:07:08.4102489Z test_multiple_inputs_outputs_pytree_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.007s) 2022-12-01T10:07:08.4103032Z test_multiple_inputs_outputs_pytree_jacrev_cpu (__main__.TestJacCPU) ... ok (0.006s) 2022-12-01T10:07:08.4103590Z test_multiple_inputs_outputs_pytree_multidim_jacrev_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-12-01T10:07:08.4104116Z test_multiple_inputs_pytree_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.006s) 2022-12-01T10:07:08.4104622Z test_multiple_inputs_pytree_jacrev_cpu (__main__.TestJacCPU) ... ok (0.005s) 2022-12-01T10:07:08.4105147Z test_multiple_outputs_multiple_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-12-01T10:07:08.4105682Z test_multiple_outputs_multiple_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-12-01T10:07:08.4106218Z test_multiple_outputs_pytree_jacrev_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-12-01T10:07:08.4106744Z test_multiple_outputs_single_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-12-01T10:07:08.4107296Z test_multiple_outputs_single_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-12-01T10:07:08.4107793Z test_negative_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:07:08.4108280Z test_negative_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:07:08.4108765Z test_nested_jac_simple_jacrev_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:07:08.4109245Z test_out_of_bounds_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:07:08.4109743Z test_out_of_bounds_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:07:08.4110229Z test_outputs_can_any_pytree_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.006s) 2022-12-01T10:07:08.4110850Z test_outputs_can_any_pytree_jacrev_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-12-01T10:07:08.4111403Z test_repeated_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:07:08.4111971Z test_repeated_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:07:08.4112515Z test_simple_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:07:08.4113005Z test_simple_jacrev_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:07:08.4113529Z test_simple_not_flat_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:07:08.4114075Z test_simple_not_flat_jacrev_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:07:08.4114625Z test_unrelated_input_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-12-01T10:07:08.4115159Z test_unrelated_input_jacrev_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:07:08.4115708Z test_unrelated_output_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:07:08.4116270Z test_unrelated_output_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:07:08.4116821Z test_vmap_on_jac_simple_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:07:08.4117465Z test_autograd_function_disables_fwd_grad_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-12-01T10:07:08.4117999Z test_aux_pytree_cpu (__main__.TestJvpCPU) ... ok (0.003s) 2022-12-01T10:07:08.4118410Z test_aux_tensor_cpu (__main__.TestJvpCPU) ... ok (0.002s) 2022-12-01T10:07:08.4118866Z test_disable_fwd_grad_inside_cpu (__main__.TestJvpCPU) ... ok (0.002s) 2022-12-01T10:07:08.4119350Z test_disable_fwd_grad_mixed_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-12-01T10:07:08.4119829Z test_disable_fwd_grad_outside_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-12-01T10:07:08.4120284Z test_enable_fwd_grad_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-12-01T10:07:08.4120730Z test_fwd_grad_enabled_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-12-01T10:07:08.4121292Z test_inplace_on_captures_cpu (__main__.TestJvpCPU) ... ok (0.003s) 2022-12-01T10:07:08.4121880Z test_inputs_are_tuples_of_tensors_cpu (__main__.TestJvpCPU) ... ok (0.002s) 2022-12-01T10:07:08.4122454Z test_jvp_inside_autograd_function_cpu (__main__.TestJvpCPU) ... ok (0.002s) 2022-12-01T10:07:08.4123011Z test_multiple_inputs_cpu (__main__.TestJvpCPU) ... ok (0.002s) 2022-12-01T10:07:08.4123561Z test_multiple_inputs_outputs_cpu (__main__.TestJvpCPU) ... ok (0.002s) 2022-12-01T10:07:08.4124092Z test_multiple_outputs_cpu (__main__.TestJvpCPU) ... ok (0.002s) 2022-12-01T10:07:08.4124649Z test_nonempty_primals_and_tangents_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-12-01T10:07:08.4125226Z test_outputs_can_any_pytree_cpu (__main__.TestJvpCPU) ... ok (0.003s) 2022-12-01T10:07:08.4125794Z test_primals_tangents_length_mismatch_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-12-01T10:07:08.4126351Z test_pytree_inputs_cpu (__main__.TestJvpCPU) ... ok (0.002s) 2022-12-01T10:07:08.4126890Z test_pytree_inputs_error_cases_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-12-01T10:07:08.4127486Z test_simple_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-12-01T10:07:08.4128037Z test_strict_mode_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-12-01T10:07:08.4128485Z test_unrelated_input_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-12-01T10:07:08.4128951Z test_unrelated_output_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-12-01T10:07:08.4129429Z test_zerotensor_vmapjvp_interaction_cpu (__main__.TestJvpCPU) ... ok (0.002s) 2022-12-01T10:07:08.4129921Z test_buffer_tying (__main__.TestMakeFunctional) ... ok (0.004s) 2022-12-01T10:07:08.4130425Z test_combine_state_for_ensemble_error (__main__.TestMakeFunctional) ... ok (0.003s) 2022-12-01T10:07:08.4130948Z test_combine_state_for_ensemble_smoke (__main__.TestMakeFunctional) ... ok (0.002s) 2022-12-01T10:07:08.4131743Z test_correctness_mnist (__main__.TestMakeFunctional) ... functorch/test_eager_transforms.py:2615: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. 2022-12-01T10:07:08.4132399Z return F.log_softmax(x) 2022-12-01T10:07:08.4132697Z ok (0.017s) 2022-12-01T10:07:08.4133152Z test_disable_autograd_tracking_disable_autograd_tracking_False (__main__.TestMakeFunctional) ... ok (0.002s) 2022-12-01T10:07:08.4133804Z test_disable_autograd_tracking_disable_autograd_tracking_True (__main__.TestMakeFunctional) ... ok (0.002s) 2022-12-01T10:07:08.4134366Z test_parameter_tying (__main__.TestMakeFunctional) ... ok (0.004s) 2022-12-01T10:07:08.4134857Z test_parameter_tying_ensemble (__main__.TestMakeFunctional) ... ok (0.006s) 2022-12-01T10:07:08.4135374Z test_parameter_tying_grad (__main__.TestMakeFunctional) ... ok (0.005s) 2022-12-01T10:07:08.4135975Z test_with_buffers_disable_autograd_tracking_disable_autograd_tracking_False (__main__.TestMakeFunctional) ... ok (0.002s) 2022-12-01T10:07:08.4136666Z test_with_buffers_disable_autograd_tracking_disable_autograd_tracking_True (__main__.TestMakeFunctional) ... ok (0.002s) 2022-12-01T10:07:08.4137317Z test_argnums_reorders (__main__.TestSliceArgnums) ... ok (0.001s) 2022-12-01T10:07:08.4137805Z test_duplicate_argnums (__main__.TestSliceArgnums) ... ok (0.001s) 2022-12-01T10:07:08.4138323Z test_flat_args_with_negative_int_argnum (__main__.TestSliceArgnums) ... ok (0.001s) 2022-12-01T10:07:08.4138947Z test_flat_args_with_positive_int_argnum (__main__.TestSliceArgnums) ... ok (0.001s) 2022-12-01T10:07:08.4139451Z test_flat_args_with_tuple_argnum (__main__.TestSliceArgnums) ... ok (0.001s) 2022-12-01T10:07:08.4139953Z test_invalid_argnum_type (__main__.TestSliceArgnums) ... ok (0.001s) 2022-12-01T10:07:08.4140440Z test_not_enough_argnums (__main__.TestSliceArgnums) ... ok (0.001s) 2022-12-01T10:07:08.4140921Z test_out_of_bounds_argnum_values (__main__.TestSliceArgnums) ... ok (0.001s) 2022-12-01T10:07:08.4141394Z test_pytree_args (__main__.TestSliceArgnums) ... ok (0.002s) 2022-12-01T10:07:08.4141905Z test_all_dual_base_inplace_cpu (__main__.TestVmapJvpInplaceViewCPU) ... ok (0.004s) 2022-12-01T10:07:08.4142552Z test_all_dual_base_view_inplace_cpu (__main__.TestVmapJvpInplaceViewCPU) ... ok (0.004s) 2022-12-01T10:07:08.4143104Z test_all_dual_no_view_cpu (__main__.TestVmapJvpInplaceViewCPU) ... ok (0.004s) 2022-12-01T10:07:08.4143671Z test_right_dual_base_prop_cpu (__main__.TestVmapJvpInplaceViewCPU) ... ok (0.003s) 2022-12-01T10:07:08.4144246Z test_right_dual_view_prop_cpu (__main__.TestVmapJvpInplaceViewCPU) ... ok (0.004s) 2022-12-01T10:07:08.4144745Z test_log_softmax_cpu (__main__.TestVmapOfGradCPU) ... ok (0.002s) 2022-12-01T10:07:08.4145258Z test_new_empty_materializes_tensor_cpu (__main__.TestVmapOfGradCPU) ... ok (0.002s) 2022-12-01T10:07:08.4145811Z test_new_zeros_materializes_tensor_cpu (__main__.TestVmapOfGradCPU) ... ok (0.002s) 2022-12-01T10:07:08.4146404Z test_per_sample_grads_embeddingnet_cpu (__main__.TestVmapOfGradCPU) ... ok (0.092s) 2022-12-01T10:07:08.4146941Z test_per_sample_grads_inplace_view_cpu (__main__.TestVmapOfGradCPU) ... ok (0.020s) 2022-12-01T10:07:08.4147476Z test_per_sample_grads_simple_cpu (__main__.TestVmapOfGradCPU) ... ok (0.025s) 2022-12-01T10:07:08.4147774Z 2022-12-01T10:07:08.4148219Z ---------------------------------------------------------------------- 2022-12-01T10:07:08.4148617Z Ran 243 tests in 4.044s 2022-12-01T10:07:08.4148806Z 2022-12-01T10:07:08.4148923Z OK (skipped=1) 2022-12-01T10:07:08.4149099Z 2022-12-01T10:07:08.4149240Z Generating XML reports... 2022-12-01T10:07:08.4150034Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestComposabilityCPU-20221201100703.xml 2022-12-01T10:07:08.4151067Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestExamplesCorrectnessCPU-20221201100703.xml 2022-12-01T10:07:08.4152095Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestFunctionalizeCPU-20221201100703.xml 2022-12-01T10:07:08.4153090Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestGradTransformCPU-20221201100703.xml 2022-12-01T10:07:08.4154058Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestHessianCPU-20221201100703.xml 2022-12-01T10:07:08.4154958Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestJacCPU-20221201100703.xml 2022-12-01T10:07:08.4155860Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestJvpCPU-20221201100703.xml 2022-12-01T10:07:08.4156793Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestMakeFunctional-20221201100703.xml 2022-12-01T10:07:08.4157758Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestSliceArgnums-20221201100703.xml 2022-12-01T10:07:08.4158732Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestVmapJvpInplaceViewCPU-20221201100703.xml 2022-12-01T10:07:08.4159744Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestVmapOfGradCPU-20221201100703.xml 2022-12-01T10:07:08.4160174Z 2022-12-01T10:07:08.4160853Z ##[endgroup] 2022-12-01T10:07:08.4161592Z FINISHED PRINTING LOG FILE of functorch/test_eager_transforms (/var/lib/jenkins/workspace/test/test-reports/functorch-test_eager_transforms_g0maj6yq) 2022-12-01T10:07:08.4162094Z 2022-12-01T10:07:10.1966124Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:07:10.2598889Z Ignoring disabled issues: [] 2022-12-01T10:07:10.2732376Z Running functorch/test_functionalize ... [2022-12-01 10:07:10.272950] 2022-12-01T10:07:10.2734936Z Executing ['/opt/conda/bin/python', '-bb', 'functorch/test_functionalize.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:07:10.273246] 2022-12-01T10:07:14.0453400Z 2022-12-01T10:07:14.0455293Z Expand the folded group to see the log file of functorch/test_functionalize 2022-12-01T10:07:14.0468901Z ##[group]PRINTING LOG FILE of functorch/test_functionalize (/var/lib/jenkins/workspace/test/test-reports/functorch-test_functionalize_28q1ph3d) 2022-12-01T10:07:14.0469858Z Test results will be stored in test-reports/python-unittest/functorch.test_functionalize 2022-12-01T10:07:14.0471064Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-12-01T10:07:14.0471770Z warnings.warn(msg, FutureWarning) 2022-12-01T10:07:14.0472899Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16, torch.bfloat16). 2022-12-01T10:07:14.0473694Z warnings.warn(msg, FutureWarning) 2022-12-01T10:07:14.0474822Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.bfloat16, torch.float16). 2022-12-01T10:07:14.0475576Z warnings.warn(msg, FutureWarning) 2022-12-01T10:07:14.0476641Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16). 2022-12-01T10:07:14.0477367Z warnings.warn(msg, FutureWarning) 2022-12-01T10:07:14.0478808Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16). 2022-12-01T10:07:14.0479745Z warnings.warn(msg, FutureWarning) 2022-12-01T10:07:14.0481240Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16, torch.complex32). 2022-12-01T10:07:14.0482185Z warnings.warn(msg, FutureWarning) 2022-12-01T10:07:14.0483255Z /var/lib/jenkins/workspace/functorch/test/test_aotdispatch.py:49: 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:07:14.0483953Z UserWarning) 2022-12-01T10:07:14.0484133Z 2022-12-01T10:07:14.0484250Z Running tests... 2022-12-01T10:07:14.0484744Z ---------------------------------------------------------------------- 2022-12-01T10:07:14.0485387Z test_batch_norm_amp_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: CUDA is unavailable (0.001s) 2022-12-01T10:07:14.0486161Z test_batchnorm_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.036s) 2022-12-01T10:07:14.0488091Z test_compilation_context_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/aot_autograd.py:256: UserWarning: Your compiler for AOTAutograd is returning a a function that doesn't take boxed arguments. Please wrap it with functorch.compile.make_boxed_func or handle the boxed arguments yourself. See https://github.com/pytorch/pytorch/pull/83137#issuecomment-1211320670 for rationale. 2022-12-01T10:07:14.0489448Z "Your compiler for AOTAutograd is returning a a function that doesn't take boxed arguments. " 2022-12-01T10:07:14.0489864Z ok (0.016s) 2022-12-01T10:07:14.0490373Z test_dupe_arg_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.009s) 2022-12-01T10:07:14.0491015Z test_grad_context_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.010s) 2022-12-01T10:07:14.0491647Z test_inner_grad_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.012s) 2022-12-01T10:07:14.0492291Z test_list_codegen_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.021s) 2022-12-01T10:07:14.0492921Z test_module_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.023s) 2022-12-01T10:07:14.0493553Z test_multi_output_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.011s) 2022-12-01T10:07:14.0494186Z test_multi_output_list_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.011s) 2022-12-01T10:07:14.0494861Z test_no_grad_input_output_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.057s) 2022-12-01T10:07:14.0495507Z test_output_dict_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.029s) 2022-12-01T10:07:14.0496160Z test_output_op_depending_on_symint_functionalize (__main__.make_functionalize_test..FunctionalizeTest) 2022-12-01T10:07:14.0497204Z It won't be obvious from reading this test what it's testing for. We should probably make it into a more ... expected failure (0.067s) 2022-12-01T10:07:14.0497886Z test_resize_input_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.004s) 2022-12-01T10:07:14.0498528Z test_single_output_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.008s) 2022-12-01T10:07:14.0499212Z test_autocast_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: CUDA is unavailable (0.001s) 2022-12-01T10:07:14.0499876Z test_contiguous_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.011s) 2022-12-01T10:07:14.0501727Z test_default_partitioner_getitem_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/aot_autograd.py:256: UserWarning: Your compiler for AOTAutograd is returning a a function that doesn't take boxed arguments. Please wrap it with functorch.compile.make_boxed_func or handle the boxed arguments yourself. See https://github.com/pytorch/pytorch/pull/83137#issuecomment-1211320670 for rationale. 2022-12-01T10:07:14.0503102Z "Your compiler for AOTAutograd is returning a a function that doesn't take boxed arguments. " 2022-12-01T10:07:14.0503531Z ok (0.013s) 2022-12-01T10:07:14.0503997Z test_meta_tensor_inplace_op_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.387s) 2022-12-01T10:07:14.0504675Z test_min_cut_partitioner_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.071s) 2022-12-01T10:07:14.0505340Z test_preserve_random_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.005s) 2022-12-01T10:07:14.0506016Z test_recompute_partitioning_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.017s) 2022-12-01T10:07:14.0506452Z 2022-12-01T10:07:14.0506773Z ---------------------------------------------------------------------- 2022-12-01T10:07:14.0507172Z Ran 22 tests in 0.824s 2022-12-01T10:07:14.0507363Z 2022-12-01T10:07:14.0507523Z OK (skipped=2, expected failures=1) 2022-12-01T10:07:14.0507742Z 2022-12-01T10:07:14.0507883Z Generating XML reports... 2022-12-01T10:07:14.0508677Z Generated XML report: test-reports/python-unittest/functorch.test_functionalize/TEST-FunctionalizeTestAOTAutograd-20221201100712.xml 2022-12-01T10:07:14.0509760Z Generated XML report: test-reports/python-unittest/functorch.test_functionalize/TEST-FunctionalizeTestPartitioning-20221201100712.xml 2022-12-01T10:07:14.0538351Z 2022-12-01T10:07:14.0539245Z ##[endgroup] 2022-12-01T10:07:14.0540114Z FINISHED PRINTING LOG FILE of functorch/test_functionalize (/var/lib/jenkins/workspace/test/test-reports/functorch-test_functionalize_28q1ph3d) 2022-12-01T10:07:14.0540556Z 2022-12-01T10:07:15.7860813Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:07:15.8701791Z Ignoring disabled issues: [] 2022-12-01T10:07:15.8905153Z Running functorch/test_memory_efficient_fusion ... [2022-12-01 10:07:15.890026] 2022-12-01T10:07:15.8906240Z Executing ['/opt/conda/bin/python', '-bb', 'functorch/test_memory_efficient_fusion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:07:15.890351] 2022-12-01T10:07:18.3491324Z 2022-12-01T10:07:18.3492341Z Expand the folded group to see the log file of functorch/test_memory_efficient_fusion 2022-12-01T10:07:18.3493838Z ##[group]PRINTING LOG FILE of functorch/test_memory_efficient_fusion (/var/lib/jenkins/workspace/test/test-reports/functorch-test_memory_efficient_fusion_7g9ffet_) 2022-12-01T10:07:18.3495176Z Test results will be stored in test-reports/python-unittest/functorch.test_memory_efficient_fusion 2022-12-01T10:07:18.3495560Z 2022-12-01T10:07:18.3495703Z Running tests... 2022-12-01T10:07:18.3497538Z ---------------------------------------------------------------------- 2022-12-01T10:07:18.3498104Z test_empty (__main__.NoChangeTestCase) ... ok (0.295s) 2022-12-01T10:07:18.3498538Z test_nochange (__main__.NoChangeTestCase) ... ok (0.006s) 2022-12-01T10:07:18.3498959Z test_rand_like (__main__.NoChangeTestCase) ... ok (0.005s) 2022-12-01T10:07:18.3499397Z test_rand_n (__main__.NoChangeTestCase) ... ok (0.005s) 2022-12-01T10:07:18.3499765Z test_random (__main__.RandomOpTestCase) ... ok (0.141s) 2022-12-01T10:07:18.3500267Z test_immutable_list_multiple_entries (__main__.ReduceTestCase) ... ok (0.008s) 2022-12-01T10:07:18.3500754Z test_immutable_list_type (__main__.ReduceTestCase) ... ok (0.007s) 2022-12-01T10:07:18.3501222Z test_kwarg (__main__.ReduceTestCase) ... ok (0.006s) 2022-12-01T10:07:18.3501707Z test_nested_immutable_list_type (__main__.ReduceTestCase) ... ok (0.005s) 2022-12-01T10:07:18.3502200Z test_simple (__main__.ReduceTestCase) ... ok (0.006s) 2022-12-01T10:07:18.3502660Z test_simple_2 (__main__.ReduceTestCase) ... ok (0.007s) 2022-12-01T10:07:18.3503115Z test_simple_multiple_same_ops (__main__.ReduceTestCase) ... ok (0.007s) 2022-12-01T10:07:18.3503568Z test_two_args (__main__.ReduceTestCase) ... ok (0.007s) 2022-12-01T10:07:18.3504010Z test_two_args_default (__main__.ReduceTestCase) ... ok (0.007s) 2022-12-01T10:07:18.3504512Z test_gelu_bias (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.000s) 2022-12-01T10:07:18.3505157Z test_hard_sigmoid (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.000s) 2022-12-01T10:07:18.3505839Z test_hard_swish (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.000s) 2022-12-01T10:07:18.3506532Z test_layer_norm (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.001s) 2022-12-01T10:07:18.3507158Z test_mish (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.000s) 2022-12-01T10:07:18.3508114Z test_rmsnorm (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.002s) 2022-12-01T10:07:18.3508805Z test_swish (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.000s) 2022-12-01T10:07:18.3509191Z 2022-12-01T10:07:18.3509668Z ---------------------------------------------------------------------- 2022-12-01T10:07:18.3510114Z Ran 21 tests in 0.517s 2022-12-01T10:07:18.3510333Z 2022-12-01T10:07:18.3510476Z OK (skipped=7) 2022-12-01T10:07:18.3510692Z 2022-12-01T10:07:18.3510857Z Generating XML reports... 2022-12-01T10:07:18.3511824Z Generated XML report: test-reports/python-unittest/functorch.test_memory_efficient_fusion/TEST-NoChangeTestCase-20221201100717.xml 2022-12-01T10:07:18.3513251Z Generated XML report: test-reports/python-unittest/functorch.test_memory_efficient_fusion/TEST-RandomOpTestCase-20221201100717.xml 2022-12-01T10:07:18.3514440Z Generated XML report: test-reports/python-unittest/functorch.test_memory_efficient_fusion/TEST-ReduceTestCase-20221201100717.xml 2022-12-01T10:07:18.3515569Z Generated XML report: test-reports/python-unittest/functorch.test_memory_efficient_fusion/TEST-TestMemoryEfficientOpAuthoring-20221201100717.xml 2022-12-01T10:07:18.3516086Z 2022-12-01T10:07:18.3516510Z ##[endgroup] 2022-12-01T10:07:18.3517379Z FINISHED PRINTING LOG FILE of functorch/test_memory_efficient_fusion (/var/lib/jenkins/workspace/test/test-reports/functorch-test_memory_efficient_fusion_7g9ffet_) 2022-12-01T10:07:18.3517842Z 2022-12-01T10:07:20.2262760Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:07:20.3066078Z Ignoring disabled issues: [] 2022-12-01T10:07:20.3264052Z Running functorch/test_minifier ... [2022-12-01 10:07:20.326037] 2022-12-01T10:07:20.3265787Z Executing ['/opt/conda/bin/python', '-bb', 'functorch/test_minifier.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:07:20.326344] 2022-12-01T10:07:22.7883527Z 2022-12-01T10:07:22.7885161Z Expand the folded group to see the log file of functorch/test_minifier 2022-12-01T10:07:22.7886667Z ##[group]PRINTING LOG FILE of functorch/test_minifier (/var/lib/jenkins/workspace/test/test-reports/functorch-test_minifier_d675d_h1) 2022-12-01T10:07:22.7887940Z Test results will be stored in test-reports/python-unittest/functorch.test_minifier 2022-12-01T10:07:22.7888299Z 2022-12-01T10:07:22.7888433Z Running tests... 2022-12-01T10:07:22.7888987Z ---------------------------------------------------------------------- 2022-12-01T10:07:22.7889479Z test_has_add_mul (__main__.TestMinifier) ... ok (0.305s) 2022-12-01T10:07:22.7889978Z test_has_mul_minifier (__main__.TestMinifier) ... Started off with 9 nodes 2022-12-01T10:07:22.7890265Z 2022-12-01T10:07:22.7890417Z # Working Repro with 9 nodes 2022-12-01T10:07:22.7890911Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:07:22.7891444Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:07:22.7891767Z 2022-12-01T10:07:22.7891773Z 2022-12-01T10:07:22.7891779Z 2022-12-01T10:07:22.7891911Z def forward(self, x_1): 2022-12-01T10:07:22.7892323Z mul = torch.ops.aten.mul.Tensor(x_1, 3); x_1 = None 2022-12-01T10:07:22.7892743Z add = torch.ops.aten.add.Tensor(mul, 5); mul = None 2022-12-01T10:07:22.7893176Z cos = torch.ops.aten.cos.default(add); add = None 2022-12-01T10:07:22.7893625Z sub = torch.ops.aten.sub.Tensor(cos, cos); cos = None 2022-12-01T10:07:22.7894081Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-12-01T10:07:22.7894553Z add_1 = torch.ops.aten.add.Tensor(div, 3); div = None 2022-12-01T10:07:22.7895037Z mul_1 = torch.ops.aten.mul.Tensor(add_1, 2); add_1 = None 2022-12-01T10:07:22.7895400Z return (mul_1,) 2022-12-01T10:07:22.7895678Z 2022-12-01T10:07:22.7895837Z 2022-12-01T10:07:22.7895979Z Trying granularity 8 2022-12-01T10:07:22.7896156Z 2022-12-01T10:07:22.7896332Z Strategy: Eliminate dead code (G: 8) (9 nodes, 1 inputs) 2022-12-01T10:07:22.7896944Z FAIL: Eliminate dead code 2022-12-01T10:07:22.7897328Z 2022-12-01T10:07:22.7897534Z Strategy: Remove unused inputs (G: 8) (9 nodes, 1 inputs) 2022-12-01T10:07:22.7897913Z FAIL: Remove unused inputs 2022-12-01T10:07:22.7898106Z 2022-12-01T10:07:22.7898275Z Strategy: Truncate suffix (G: 8) (9 nodes, 1 inputs) 2022-12-01T10:07:22.7898642Z FAIL: Truncate suffix 2022-12-01T10:07:22.7898834Z 2022-12-01T10:07:22.7899028Z Strategy: Delta Debugging (G: 8) (9 nodes, 1 inputs) 2022-12-01T10:07:22.7899387Z FAIL: Delta Debugging 2022-12-01T10:07:22.7899715Z Trying granularity 4 2022-12-01T10:07:22.7899919Z 2022-12-01T10:07:22.7900108Z Strategy: Truncate suffix (G: 4) (9 nodes, 1 inputs) 2022-12-01T10:07:22.7900462Z FAIL: Truncate suffix 2022-12-01T10:07:22.7900645Z 2022-12-01T10:07:22.7900972Z Strategy: Delta Debugging (G: 4) (9 nodes, 1 inputs) 2022-12-01T10:07:22.7901361Z SUCCESS: Went from 9 to 6 nodes 2022-12-01T10:07:22.7901540Z 2022-12-01T10:07:22.7901685Z # Working Repro with 6 nodes 2022-12-01T10:07:22.7902211Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:07:22.7902720Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:07:22.7903067Z 2022-12-01T10:07:22.7903074Z 2022-12-01T10:07:22.7903079Z 2022-12-01T10:07:22.7903204Z def forward(self, cos): 2022-12-01T10:07:22.7903607Z sub = torch.ops.aten.sub.Tensor(cos, cos); cos = None 2022-12-01T10:07:22.7904066Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-12-01T10:07:22.7904551Z add_1 = torch.ops.aten.add.Tensor(div, 3); div = None 2022-12-01T10:07:22.7905015Z mul_1 = torch.ops.aten.mul.Tensor(add_1, 2); add_1 = None 2022-12-01T10:07:22.7905371Z return (mul_1,) 2022-12-01T10:07:22.7905644Z 2022-12-01T10:07:22.7905787Z 2022-12-01T10:07:22.7905899Z Trying granularity 4 2022-12-01T10:07:22.7906097Z 2022-12-01T10:07:22.7906276Z Strategy: Eliminate dead code (G: 4) (6 nodes, 1 inputs) 2022-12-01T10:07:22.7906653Z FAIL: Eliminate dead code 2022-12-01T10:07:22.7906829Z 2022-12-01T10:07:22.7907006Z Strategy: Remove unused inputs (G: 4) (6 nodes, 1 inputs) 2022-12-01T10:07:22.7907396Z FAIL: Remove unused inputs 2022-12-01T10:07:22.7907573Z 2022-12-01T10:07:22.7907751Z Strategy: Truncate suffix (G: 4) (6 nodes, 1 inputs) 2022-12-01T10:07:22.7908125Z FAIL: Truncate suffix 2022-12-01T10:07:22.7908318Z 2022-12-01T10:07:22.7908513Z Strategy: Delta Debugging (G: 4) (6 nodes, 1 inputs) 2022-12-01T10:07:22.7908866Z FAIL: Delta Debugging 2022-12-01T10:07:22.7909192Z Trying granularity 2 2022-12-01T10:07:22.7909393Z 2022-12-01T10:07:22.7909570Z Strategy: Truncate suffix (G: 2) (6 nodes, 1 inputs) 2022-12-01T10:07:22.7909939Z SUCCESS: Went from 6 to 4 nodes 2022-12-01T10:07:22.7910139Z 2022-12-01T10:07:22.7910284Z # Working Repro with 4 nodes 2022-12-01T10:07:22.7910811Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:07:22.7911327Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:07:22.7911660Z 2022-12-01T10:07:22.7911669Z 2022-12-01T10:07:22.7911693Z 2022-12-01T10:07:22.7911819Z def forward(self, cos): 2022-12-01T10:07:22.7912203Z sub = torch.ops.aten.sub.Tensor(cos, cos); cos = None 2022-12-01T10:07:22.7912682Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-12-01T10:07:22.7913053Z return (div,) 2022-12-01T10:07:22.7913334Z 2022-12-01T10:07:22.7913500Z 2022-12-01T10:07:22.7913640Z Trying granularity 4 2022-12-01T10:07:22.7913842Z 2022-12-01T10:07:22.7914048Z Strategy: Eliminate dead code (G: 4) (4 nodes, 1 inputs) 2022-12-01T10:07:22.7914416Z FAIL: Eliminate dead code 2022-12-01T10:07:22.7914622Z 2022-12-01T10:07:22.7914825Z Strategy: Remove unused inputs (G: 4) (4 nodes, 1 inputs) 2022-12-01T10:07:22.7915205Z FAIL: Remove unused inputs 2022-12-01T10:07:22.7915421Z 2022-12-01T10:07:22.7915575Z Strategy: Truncate suffix (G: 4) (4 nodes, 1 inputs) 2022-12-01T10:07:22.7915943Z FAIL: Truncate suffix 2022-12-01T10:07:22.7916288Z 2022-12-01T10:07:22.7916462Z Strategy: Delta Debugging (G: 4) (4 nodes, 1 inputs) 2022-12-01T10:07:22.7916782Z FAIL: Delta Debugging 2022-12-01T10:07:22.7917108Z Trying granularity 2 2022-12-01T10:07:22.7917302Z 2022-12-01T10:07:22.7917467Z Strategy: Truncate suffix (G: 2) (4 nodes, 1 inputs) 2022-12-01T10:07:22.7917820Z FAIL: Truncate suffix 2022-12-01T10:07:22.7918007Z 2022-12-01T10:07:22.7918200Z Strategy: Delta Debugging (G: 2) (4 nodes, 1 inputs) 2022-12-01T10:07:22.7918582Z SUCCESS: Went from 4 to 3 nodes 2022-12-01T10:07:22.7918801Z 2022-12-01T10:07:22.7918944Z # Working Repro with 3 nodes 2022-12-01T10:07:22.7919452Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:07:22.7920004Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:07:22.7920452Z 2022-12-01T10:07:22.7920462Z 2022-12-01T10:07:22.7920469Z 2022-12-01T10:07:22.7920613Z def forward(self, sub): 2022-12-01T10:07:22.7921035Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-12-01T10:07:22.7921401Z return (div,) 2022-12-01T10:07:22.7921678Z 2022-12-01T10:07:22.7921845Z 2022-12-01T10:07:22.7921966Z Trying granularity 2 2022-12-01T10:07:22.7922116Z 2022-12-01T10:07:22.7922320Z Strategy: Eliminate dead code (G: 2) (3 nodes, 1 inputs) 2022-12-01T10:07:22.7922705Z FAIL: Eliminate dead code 2022-12-01T10:07:22.7922904Z 2022-12-01T10:07:22.7923088Z Strategy: Remove unused inputs (G: 2) (3 nodes, 1 inputs) 2022-12-01T10:07:22.7923425Z FAIL: Remove unused inputs 2022-12-01T10:07:22.7923635Z 2022-12-01T10:07:22.7923822Z Strategy: Truncate suffix (G: 2) (3 nodes, 1 inputs) 2022-12-01T10:07:22.7924157Z FAIL: Truncate suffix 2022-12-01T10:07:22.7924349Z 2022-12-01T10:07:22.7924542Z Strategy: Delta Debugging (G: 2) (3 nodes, 1 inputs) 2022-12-01T10:07:22.7924897Z FAIL: Delta Debugging 2022-12-01T10:07:22.7925223Z Trying granularity 1 2022-12-01T10:07:22.7925430Z 2022-12-01T10:07:22.7925620Z Strategy: Truncate suffix (G: 1) (3 nodes, 1 inputs) 2022-12-01T10:07:22.7925990Z FAIL: Truncate suffix 2022-12-01T10:07:22.7926185Z 2022-12-01T10:07:22.7926368Z Strategy: Delta Debugging (G: 1) (3 nodes, 1 inputs) 2022-12-01T10:07:22.7926741Z FAIL: Delta Debugging 2022-12-01T10:07:22.7926925Z 2022-12-01T10:07:22.7927092Z Strategy: Remove outputs (G: 1) (3 nodes, 1 inputs) 2022-12-01T10:07:22.7927544Z FAIL: Remove outputs 2022-12-01T10:07:22.7927819Z Made 15 queries 2022-12-01T10:07:22.7928007Z 2022-12-01T10:07:22.7928148Z # Working Repro with 3 nodes 2022-12-01T10:07:22.7928603Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:07:22.7929141Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:07:22.7929476Z 2022-12-01T10:07:22.7929484Z 2022-12-01T10:07:22.7929490Z 2022-12-01T10:07:22.7929626Z def forward(self, sub): 2022-12-01T10:07:22.7930023Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-12-01T10:07:22.7930411Z return (div,) 2022-12-01T10:07:22.7930706Z 2022-12-01T10:07:22.7930873Z 2022-12-01T10:07:22.7931026Z Wrote minimal repro out to repro.py 2022-12-01T10:07:22.7931393Z Started off with 7 nodes 2022-12-01T10:07:22.7931603Z 2022-12-01T10:07:22.7931755Z # Working Repro with 7 nodes 2022-12-01T10:07:22.7932374Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:07:22.7932969Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:07:22.7933318Z 2022-12-01T10:07:22.7933325Z 2022-12-01T10:07:22.7933332Z 2022-12-01T10:07:22.7933471Z def forward(self, x_1, y_1): 2022-12-01T10:07:22.7933878Z div = torch.ops.aten.div.Tensor(y_1, 3); y_1 = None 2022-12-01T10:07:22.7934304Z add = torch.ops.aten.add.Tensor(x_1, 3); x_1 = None 2022-12-01T10:07:22.7934764Z mul = torch.ops.aten.mul.Tensor(add, div); add = None 2022-12-01T10:07:22.7935199Z add_1 = torch.ops.aten.add.Tensor(mul, div); mul = div = None 2022-12-01T10:07:22.7935705Z return add_1 2022-12-01T10:07:22.7935944Z 2022-12-01T10:07:22.7936101Z 2022-12-01T10:07:22.7936236Z Trying granularity 4 2022-12-01T10:07:22.7936433Z 2022-12-01T10:07:22.7936635Z Strategy: Eliminate dead code (G: 4) (7 nodes, 2 inputs) 2022-12-01T10:07:22.7937146Z FAIL: Eliminate dead code 2022-12-01T10:07:22.7937359Z 2022-12-01T10:07:22.7937566Z Strategy: Remove unused inputs (G: 4) (7 nodes, 2 inputs) 2022-12-01T10:07:22.7937951Z FAIL: Remove unused inputs 2022-12-01T10:07:22.7938161Z 2022-12-01T10:07:22.7938336Z Strategy: Truncate suffix (G: 4) (7 nodes, 2 inputs) 2022-12-01T10:07:22.7938693Z SUCCESS: Went from 7 to 6 nodes 2022-12-01T10:07:22.7938867Z 2022-12-01T10:07:22.7939012Z # Working Repro with 6 nodes 2022-12-01T10:07:22.7939771Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:07:22.7940362Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:07:22.7940706Z 2022-12-01T10:07:22.7940714Z 2022-12-01T10:07:22.7940721Z 2022-12-01T10:07:22.7940871Z def forward(self, x_1, y_1): 2022-12-01T10:07:22.7941278Z div = torch.ops.aten.div.Tensor(y_1, 3); y_1 = None 2022-12-01T10:07:22.7941746Z add = torch.ops.aten.add.Tensor(x_1, 3); x_1 = None 2022-12-01T10:07:22.7942219Z mul = torch.ops.aten.mul.Tensor(add, div); add = div = None 2022-12-01T10:07:22.7942620Z return (mul,) 2022-12-01T10:07:22.7942895Z 2022-12-01T10:07:22.7943041Z 2022-12-01T10:07:22.7943176Z Trying granularity 4 2022-12-01T10:07:22.7943367Z 2022-12-01T10:07:22.7943563Z Strategy: Eliminate dead code (G: 4) (6 nodes, 2 inputs) 2022-12-01T10:07:22.7943923Z FAIL: Eliminate dead code 2022-12-01T10:07:22.7944118Z 2022-12-01T10:07:22.7944312Z Strategy: Remove unused inputs (G: 4) (6 nodes, 2 inputs) 2022-12-01T10:07:22.7944684Z FAIL: Remove unused inputs 2022-12-01T10:07:22.7944865Z 2022-12-01T10:07:22.7945016Z Strategy: Truncate suffix (G: 4) (6 nodes, 2 inputs) 2022-12-01T10:07:22.7945322Z FAIL: Truncate suffix 2022-12-01T10:07:22.7945470Z 2022-12-01T10:07:22.7945650Z Strategy: Delta Debugging (G: 4) (6 nodes, 2 inputs) 2022-12-01T10:07:22.7946026Z SUCCESS: Went from 6 to 4 nodes 2022-12-01T10:07:22.7946224Z 2022-12-01T10:07:22.7946344Z # Working Repro with 4 nodes 2022-12-01T10:07:22.7946956Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:07:22.7947535Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:07:22.7947862Z 2022-12-01T10:07:22.7947870Z 2022-12-01T10:07:22.7947878Z 2022-12-01T10:07:22.7948022Z def forward(self, div, add): 2022-12-01T10:07:22.7948401Z mul = torch.ops.aten.mul.Tensor(add, div); add = div = None 2022-12-01T10:07:22.7948732Z return (mul,) 2022-12-01T10:07:22.7948950Z 2022-12-01T10:07:22.7949073Z 2022-12-01T10:07:22.7949195Z Trying granularity 4 2022-12-01T10:07:22.7949346Z 2022-12-01T10:07:22.7949489Z Strategy: Eliminate dead code (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:07:22.7949782Z FAIL: Eliminate dead code 2022-12-01T10:07:22.7949937Z 2022-12-01T10:07:22.7950091Z Strategy: Remove unused inputs (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:07:22.7950373Z FAIL: Remove unused inputs 2022-12-01T10:07:22.7950531Z 2022-12-01T10:07:22.7950673Z Strategy: Truncate suffix (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:07:22.7950952Z FAIL: Truncate suffix 2022-12-01T10:07:22.7951107Z 2022-12-01T10:07:22.7951243Z Strategy: Delta Debugging (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:07:22.7951498Z FAIL: Delta Debugging 2022-12-01T10:07:22.7951742Z Trying granularity 2 2022-12-01T10:07:22.7951887Z 2022-12-01T10:07:22.7952031Z Strategy: Truncate suffix (G: 2) (4 nodes, 2 inputs) 2022-12-01T10:07:22.7952355Z FAIL: Truncate suffix 2022-12-01T10:07:22.7952558Z 2022-12-01T10:07:22.7952727Z Strategy: Delta Debugging (G: 2) (4 nodes, 2 inputs) 2022-12-01T10:07:22.7953065Z FAIL: Delta Debugging 2022-12-01T10:07:22.7953509Z Trying granularity 1 2022-12-01T10:07:22.7953683Z 2022-12-01T10:07:22.7953854Z Strategy: Truncate suffix (G: 1) (4 nodes, 2 inputs) 2022-12-01T10:07:22.7954189Z FAIL: Truncate suffix 2022-12-01T10:07:22.7954360Z 2022-12-01T10:07:22.7954519Z Strategy: Delta Debugging (G: 1) (4 nodes, 2 inputs) 2022-12-01T10:07:22.7954823Z FAIL: Delta Debugging 2022-12-01T10:07:22.7954992Z 2022-12-01T10:07:22.7955152Z Strategy: Remove outputs (G: 1) (4 nodes, 2 inputs) 2022-12-01T10:07:22.7955456Z FAIL: Remove outputs 2022-12-01T10:07:22.7955716Z Made 9 queries 2022-12-01T10:07:22.7955867Z 2022-12-01T10:07:22.7955996Z # Working Repro with 4 nodes 2022-12-01T10:07:22.7956574Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:07:22.7957227Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:07:22.7957559Z 2022-12-01T10:07:22.7957568Z 2022-12-01T10:07:22.7957575Z 2022-12-01T10:07:22.7957726Z def forward(self, div, add): 2022-12-01T10:07:22.7958105Z mul = torch.ops.aten.mul.Tensor(add, div); add = div = None 2022-12-01T10:07:22.7958469Z return (mul,) 2022-12-01T10:07:22.7958747Z 2022-12-01T10:07:22.7958909Z 2022-12-01T10:07:22.7959063Z Wrote minimal repro out to repro.py 2022-12-01T10:07:22.7959398Z ok (0.028s) 2022-12-01T10:07:22.7959813Z test_input_returned (__main__.TestMinifier) ... Started off with 7 nodes 2022-12-01T10:07:22.7960112Z 2022-12-01T10:07:22.7960259Z # Working Repro with 7 nodes 2022-12-01T10:07:22.7960987Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:07:22.7961668Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:07:22.7962028Z 2022-12-01T10:07:22.7962036Z 2022-12-01T10:07:22.7962044Z 2022-12-01T10:07:22.7962193Z def forward(self, a_1, b_1, c_1): 2022-12-01T10:07:22.7962613Z sin = torch.ops.aten.sin.default(a_1); a_1 = None 2022-12-01T10:07:22.7963066Z cos = torch.ops.aten.cos.default(c_1); c_1 = None 2022-12-01T10:07:22.7963511Z mul = torch.ops.aten.mul.Tensor(sin, cos) 2022-12-01T10:07:22.7963903Z return (sin, b_1, cos, mul) 2022-12-01T10:07:22.7964192Z 2022-12-01T10:07:22.7964357Z 2022-12-01T10:07:22.7964493Z Trying granularity 4 2022-12-01T10:07:22.7964694Z 2022-12-01T10:07:22.7964881Z Strategy: Remove outputs (G: 4) (7 nodes, 3 inputs) 2022-12-01T10:07:22.7965259Z SUCCESS: Went from 4 to 2 outputs 2022-12-01T10:07:22.7965477Z 2022-12-01T10:07:22.7965624Z # Working Repro with 7 nodes 2022-12-01T10:07:22.7966351Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:07:22.7967011Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:07:22.7967424Z 2022-12-01T10:07:22.7967448Z 2022-12-01T10:07:22.7967459Z 2022-12-01T10:07:22.7967588Z def forward(self, a_1, b_1, c_1): 2022-12-01T10:07:22.7967974Z sin = torch.ops.aten.sin.default(a_1); a_1 = None 2022-12-01T10:07:22.7968429Z cos = torch.ops.aten.cos.default(c_1); c_1 = None 2022-12-01T10:07:22.7968879Z mul = torch.ops.aten.mul.Tensor(sin, cos); cos = None 2022-12-01T10:07:22.7969258Z return [b_1, sin] 2022-12-01T10:07:22.7969542Z 2022-12-01T10:07:22.7969706Z 2022-12-01T10:07:22.7969835Z Trying granularity 4 2022-12-01T10:07:22.7970018Z 2022-12-01T10:07:22.7970221Z Strategy: Eliminate dead code (G: 4) (7 nodes, 3 inputs) 2022-12-01T10:07:22.7970620Z SUCCESS: Went from 7 to 5 nodes 2022-12-01T10:07:22.7970835Z 2022-12-01T10:07:22.7970984Z # Working Repro with 5 nodes 2022-12-01T10:07:22.7971705Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:07:22.7972382Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:07:22.7972845Z 2022-12-01T10:07:22.7972853Z 2022-12-01T10:07:22.7972861Z 2022-12-01T10:07:22.7973012Z def forward(self, a_1, b_1, c_1): 2022-12-01T10:07:22.7973427Z sin = torch.ops.aten.sin.default(a_1); a_1 = None 2022-12-01T10:07:22.7973795Z return [b_1, sin] 2022-12-01T10:07:22.7974074Z 2022-12-01T10:07:22.7974232Z 2022-12-01T10:07:22.7974365Z Trying granularity 4 2022-12-01T10:07:22.7974565Z 2022-12-01T10:07:22.7974750Z Strategy: Eliminate dead code (G: 4) (5 nodes, 3 inputs) 2022-12-01T10:07:22.7975133Z FAIL: Eliminate dead code 2022-12-01T10:07:22.7975341Z 2022-12-01T10:07:22.7975541Z Strategy: Remove unused inputs (G: 4) (5 nodes, 3 inputs) 2022-12-01T10:07:22.7975942Z SUCCESS: Went from 5 to 4 nodes 2022-12-01T10:07:22.7976140Z 2022-12-01T10:07:22.7976344Z # Working Repro with 4 nodes 2022-12-01T10:07:22.7976957Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:07:22.7977711Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:07:22.7978062Z 2022-12-01T10:07:22.7978070Z 2022-12-01T10:07:22.7978077Z 2022-12-01T10:07:22.7978221Z def forward(self, a_1, b_1): 2022-12-01T10:07:22.7978617Z sin = torch.ops.aten.sin.default(a_1); a_1 = None 2022-12-01T10:07:22.7978995Z return [b_1, sin] 2022-12-01T10:07:22.7979322Z 2022-12-01T10:07:22.7979471Z 2022-12-01T10:07:22.7979794Z Trying granularity 4 2022-12-01T10:07:22.7980062Z 2022-12-01T10:07:22.7980304Z Strategy: Eliminate dead code (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:07:22.7980716Z FAIL: Eliminate dead code 2022-12-01T10:07:22.7980961Z 2022-12-01T10:07:22.7981200Z Strategy: Remove unused inputs (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:07:22.7981666Z FAIL: Remove unused inputs 2022-12-01T10:07:22.7981970Z 2022-12-01T10:07:22.7982150Z Strategy: Truncate suffix (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:07:22.7982605Z FAIL: Truncate suffix 2022-12-01T10:07:22.7982844Z 2022-12-01T10:07:22.7983071Z Strategy: Delta Debugging (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:07:22.7983531Z SUCCESS: Went from 4 to 3 nodes 2022-12-01T10:07:22.7983730Z 2022-12-01T10:07:22.7983906Z # Working Repro with 3 nodes 2022-12-01T10:07:22.7984601Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:07:22.7985233Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:07:22.7985616Z 2022-12-01T10:07:22.7985622Z 2022-12-01T10:07:22.7985627Z 2022-12-01T10:07:22.7985787Z def forward(self, b_1, sin): 2022-12-01T10:07:22.7986123Z return [b_1, sin] 2022-12-01T10:07:22.7986519Z 2022-12-01T10:07:22.7986714Z 2022-12-01T10:07:22.7986887Z Trying granularity 2 2022-12-01T10:07:22.7987070Z 2022-12-01T10:07:22.7987580Z Strategy: Remove outputs (G: 2) (3 nodes, 2 inputs) 2022-12-01T10:07:22.7988053Z SUCCESS: Went from 2 to 1 outputs 2022-12-01T10:07:22.7988310Z 2022-12-01T10:07:22.7988527Z # Working Repro with 3 nodes 2022-12-01T10:07:22.7989173Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:07:22.7989866Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:07:22.7990264Z 2022-12-01T10:07:22.7990273Z 2022-12-01T10:07:22.7990281Z 2022-12-01T10:07:22.7990455Z def forward(self, b_1, sin): 2022-12-01T10:07:22.7990848Z return [sin] 2022-12-01T10:07:22.7991177Z 2022-12-01T10:07:22.7991372Z 2022-12-01T10:07:22.7991568Z Trying granularity 2 2022-12-01T10:07:22.7991812Z 2022-12-01T10:07:22.7992053Z Strategy: Eliminate dead code (G: 2) (3 nodes, 2 inputs) 2022-12-01T10:07:22.7992469Z FAIL: Eliminate dead code 2022-12-01T10:07:22.7992715Z 2022-12-01T10:07:22.7992962Z Strategy: Remove unused inputs (G: 2) (3 nodes, 2 inputs) 2022-12-01T10:07:22.7993465Z SUCCESS: Went from 3 to 2 nodes 2022-12-01T10:07:22.7993723Z 2022-12-01T10:07:22.7993995Z # Working Repro with 2 nodes 2022-12-01T10:07:22.7994454Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:07:22.7995034Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:07:22.7995402Z 2022-12-01T10:07:22.7995410Z 2022-12-01T10:07:22.7995418Z 2022-12-01T10:07:22.7995649Z def forward(self, sin): 2022-12-01T10:07:22.7996069Z return [sin] 2022-12-01T10:07:22.7996362Z 2022-12-01T10:07:22.7996556Z 2022-12-01T10:07:22.7996719Z Trying granularity 2 2022-12-01T10:07:22.7996954Z 2022-12-01T10:07:22.7997206Z Strategy: Eliminate dead code (G: 2) (2 nodes, 1 inputs) 2022-12-01T10:07:22.7997656Z FAIL: Eliminate dead code 2022-12-01T10:07:22.7997893Z 2022-12-01T10:07:22.7998127Z Strategy: Remove unused inputs (G: 2) (2 nodes, 1 inputs) 2022-12-01T10:07:22.7998689Z FAIL: Remove unused inputs 2022-12-01T10:07:22.7998938Z 2022-12-01T10:07:22.7999090Z Strategy: Truncate suffix (G: 2) (2 nodes, 1 inputs) 2022-12-01T10:07:22.7999541Z FAIL: Truncate suffix 2022-12-01T10:07:22.7999850Z 2022-12-01T10:07:22.8000059Z Strategy: Delta Debugging (G: 2) (2 nodes, 1 inputs) 2022-12-01T10:07:22.8000489Z FAIL: Delta Debugging 2022-12-01T10:07:22.8000827Z Trying granularity 1 2022-12-01T10:07:22.8001074Z 2022-12-01T10:07:22.8001304Z Strategy: Truncate suffix (G: 1) (2 nodes, 1 inputs) 2022-12-01T10:07:22.8001777Z FAIL: Truncate suffix 2022-12-01T10:07:22.8001960Z 2022-12-01T10:07:22.8002188Z Strategy: Delta Debugging (G: 1) (2 nodes, 1 inputs) 2022-12-01T10:07:22.8002604Z FAIL: Delta Debugging 2022-12-01T10:07:22.8058403Z 2022-12-01T10:07:22.8058764Z Strategy: Remove outputs (G: 1) (2 nodes, 1 inputs) 2022-12-01T10:07:22.8059167Z FAIL: Remove outputs 2022-12-01T10:07:22.8059500Z Made 15 queries 2022-12-01T10:07:22.8059708Z 2022-12-01T10:07:22.8059880Z # Working Repro with 2 nodes 2022-12-01T10:07:22.8060491Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:07:22.8061119Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:07:22.8061522Z 2022-12-01T10:07:22.8061530Z 2022-12-01T10:07:22.8061538Z 2022-12-01T10:07:22.8061673Z def forward(self, sin): 2022-12-01T10:07:22.8062002Z return [sin] 2022-12-01T10:07:22.8062246Z 2022-12-01T10:07:22.8062420Z 2022-12-01T10:07:22.8062681Z Wrote minimal repro out to repro.py 2022-12-01T10:07:22.8062995Z ok (0.028s) 2022-12-01T10:07:22.8063334Z test_module (__main__.TestMinifier) ... Started off with 6 nodes 2022-12-01T10:07:22.8063567Z 2022-12-01T10:07:22.8063690Z # Working Repro with 6 nodes 2022-12-01T10:07:22.8064193Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:07:22.8064685Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:07:22.8065037Z 2022-12-01T10:07:22.8065053Z 2022-12-01T10:07:22.8065061Z 2022-12-01T10:07:22.8065198Z def forward(self, x): 2022-12-01T10:07:22.8065532Z relu = self.relu(x); x = None 2022-12-01T10:07:22.8065984Z sub = relu - relu; relu = None 2022-12-01T10:07:22.8066316Z truediv = sub / sub; sub = None 2022-12-01T10:07:22.8066660Z add = truediv + 3; truediv = None 2022-12-01T10:07:22.8066956Z return add 2022-12-01T10:07:22.8067195Z 2022-12-01T10:07:22.8067319Z 2022-12-01T10:07:22.8067446Z Trying granularity 4 2022-12-01T10:07:22.8067635Z 2022-12-01T10:07:22.8067828Z Strategy: Eliminate dead code (G: 4) (6 nodes, 1 inputs) 2022-12-01T10:07:22.8068141Z FAIL: Eliminate dead code 2022-12-01T10:07:22.8068316Z 2022-12-01T10:07:22.8068502Z Strategy: Remove unused inputs (G: 4) (6 nodes, 1 inputs) 2022-12-01T10:07:22.8068813Z FAIL: Remove unused inputs 2022-12-01T10:07:22.8068992Z 2022-12-01T10:07:22.8069168Z Strategy: Truncate suffix (G: 4) (6 nodes, 1 inputs) 2022-12-01T10:07:22.8069520Z FAIL: Truncate suffix 2022-12-01T10:07:22.8069684Z 2022-12-01T10:07:22.8069855Z Strategy: Delta Debugging (G: 4) (6 nodes, 1 inputs) 2022-12-01T10:07:22.8070207Z FAIL: Delta Debugging 2022-12-01T10:07:22.8070726Z Trying granularity 2 2022-12-01T10:07:22.8070918Z 2022-12-01T10:07:22.8071102Z Strategy: Truncate suffix (G: 2) (6 nodes, 1 inputs) 2022-12-01T10:07:22.8071466Z FAIL: Truncate suffix 2022-12-01T10:07:22.8071660Z 2022-12-01T10:07:22.8071824Z Strategy: Delta Debugging (G: 2) (6 nodes, 1 inputs) 2022-12-01T10:07:22.8072182Z SUCCESS: Went from 6 to 5 nodes 2022-12-01T10:07:22.8072390Z 2022-12-01T10:07:22.8072516Z # Working Repro with 5 nodes 2022-12-01T10:07:22.8073006Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:07:22.8073497Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:07:22.8073823Z 2022-12-01T10:07:22.8073831Z 2022-12-01T10:07:22.8073837Z 2022-12-01T10:07:22.8073954Z def forward(self, relu): 2022-12-01T10:07:22.8074448Z sub = relu - relu; relu = None 2022-12-01T10:07:22.8074738Z truediv = sub / sub; sub = None 2022-12-01T10:07:22.8075060Z add = truediv + 3; truediv = None 2022-12-01T10:07:22.8075384Z return add 2022-12-01T10:07:22.8075628Z 2022-12-01T10:07:22.8075754Z 2022-12-01T10:07:22.8075874Z Trying granularity 4 2022-12-01T10:07:22.8076061Z 2022-12-01T10:07:22.8076262Z Strategy: Eliminate dead code (G: 4) (5 nodes, 1 inputs) 2022-12-01T10:07:22.8076637Z FAIL: Eliminate dead code 2022-12-01T10:07:22.8076832Z 2022-12-01T10:07:22.8077029Z Strategy: Remove unused inputs (G: 4) (5 nodes, 1 inputs) 2022-12-01T10:07:22.8077407Z FAIL: Remove unused inputs 2022-12-01T10:07:22.8077613Z 2022-12-01T10:07:22.8077800Z Strategy: Truncate suffix (G: 4) (5 nodes, 1 inputs) 2022-12-01T10:07:22.8078154Z FAIL: Truncate suffix 2022-12-01T10:07:22.8078346Z 2022-12-01T10:07:22.8078518Z Strategy: Delta Debugging (G: 4) (5 nodes, 1 inputs) 2022-12-01T10:07:22.8078868Z FAIL: Delta Debugging 2022-12-01T10:07:22.8079183Z Trying granularity 2 2022-12-01T10:07:22.8079369Z 2022-12-01T10:07:22.8079535Z Strategy: Truncate suffix (G: 2) (5 nodes, 1 inputs) 2022-12-01T10:07:22.8079911Z SUCCESS: Went from 5 to 4 nodes 2022-12-01T10:07:22.8080095Z 2022-12-01T10:07:22.8080211Z # Working Repro with 4 nodes 2022-12-01T10:07:22.8080694Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:07:22.8081177Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:07:22.8081475Z 2022-12-01T10:07:22.8081483Z 2022-12-01T10:07:22.8081491Z 2022-12-01T10:07:22.8081623Z def forward(self, relu): 2022-12-01T10:07:22.8081978Z sub = relu - relu; relu = None 2022-12-01T10:07:22.8082296Z truediv = sub / sub; sub = None 2022-12-01T10:07:22.8082613Z return (truediv,) 2022-12-01T10:07:22.8082859Z 2022-12-01T10:07:22.8082997Z 2022-12-01T10:07:22.8083123Z Trying granularity 4 2022-12-01T10:07:22.8083321Z 2022-12-01T10:07:22.8083526Z Strategy: Eliminate dead code (G: 4) (4 nodes, 1 inputs) 2022-12-01T10:07:22.8083916Z FAIL: Eliminate dead code 2022-12-01T10:07:22.8084125Z 2022-12-01T10:07:22.8084319Z Strategy: Remove unused inputs (G: 4) (4 nodes, 1 inputs) 2022-12-01T10:07:22.8084715Z FAIL: Remove unused inputs 2022-12-01T10:07:22.8084923Z 2022-12-01T10:07:22.8085099Z Strategy: Truncate suffix (G: 4) (4 nodes, 1 inputs) 2022-12-01T10:07:22.8085459Z FAIL: Truncate suffix 2022-12-01T10:07:22.8085643Z 2022-12-01T10:07:22.8085823Z Strategy: Delta Debugging (G: 4) (4 nodes, 1 inputs) 2022-12-01T10:07:22.8086176Z FAIL: Delta Debugging 2022-12-01T10:07:22.8086470Z Trying granularity 2 2022-12-01T10:07:22.8086654Z 2022-12-01T10:07:22.8086831Z Strategy: Truncate suffix (G: 2) (4 nodes, 1 inputs) 2022-12-01T10:07:22.8087164Z FAIL: Truncate suffix 2022-12-01T10:07:22.8087447Z 2022-12-01T10:07:22.8087614Z Strategy: Delta Debugging (G: 2) (4 nodes, 1 inputs) 2022-12-01T10:07:22.8087958Z SUCCESS: Went from 4 to 3 nodes 2022-12-01T10:07:22.8088130Z 2022-12-01T10:07:22.8088267Z # Working Repro with 3 nodes 2022-12-01T10:07:22.8088776Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:07:22.8089379Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:07:22.8089743Z 2022-12-01T10:07:22.8089751Z 2022-12-01T10:07:22.8089759Z 2022-12-01T10:07:22.8089892Z def forward(self, sub): 2022-12-01T10:07:22.8090238Z truediv = sub / sub; sub = None 2022-12-01T10:07:22.8090570Z return (truediv,) 2022-12-01T10:07:22.8090837Z 2022-12-01T10:07:22.8090999Z 2022-12-01T10:07:22.8091136Z Trying granularity 2 2022-12-01T10:07:22.8091336Z 2022-12-01T10:07:22.8091541Z Strategy: Eliminate dead code (G: 2) (3 nodes, 1 inputs) 2022-12-01T10:07:22.8091916Z FAIL: Eliminate dead code 2022-12-01T10:07:22.8092110Z 2022-12-01T10:07:22.8092310Z Strategy: Remove unused inputs (G: 2) (3 nodes, 1 inputs) 2022-12-01T10:07:22.8092699Z FAIL: Remove unused inputs 2022-12-01T10:07:22.8092909Z 2022-12-01T10:07:22.8093163Z Strategy: Truncate suffix (G: 2) (3 nodes, 1 inputs) 2022-12-01T10:07:22.8093515Z FAIL: Truncate suffix 2022-12-01T10:07:22.8093677Z 2022-12-01T10:07:22.8093869Z Strategy: Delta Debugging (G: 2) (3 nodes, 1 inputs) 2022-12-01T10:07:22.8094234Z FAIL: Delta Debugging 2022-12-01T10:07:22.8094519Z Trying granularity 1 2022-12-01T10:07:22.8094693Z 2022-12-01T10:07:22.8094844Z Strategy: Truncate suffix (G: 1) (3 nodes, 1 inputs) 2022-12-01T10:07:22.8095178Z FAIL: Truncate suffix 2022-12-01T10:07:22.8095335Z 2022-12-01T10:07:22.8095485Z Strategy: Delta Debugging (G: 1) (3 nodes, 1 inputs) 2022-12-01T10:07:22.8095832Z FAIL: Delta Debugging 2022-12-01T10:07:22.8096008Z 2022-12-01T10:07:22.8096171Z Strategy: Remove outputs (G: 1) (3 nodes, 1 inputs) 2022-12-01T10:07:22.8096529Z FAIL: Remove outputs 2022-12-01T10:07:22.8096814Z Made 15 queries 2022-12-01T10:07:22.8097210Z 2022-12-01T10:07:22.8097363Z # Working Repro with 3 nodes 2022-12-01T10:07:22.8097891Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:07:22.8098400Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:07:22.8098748Z 2022-12-01T10:07:22.8098756Z 2022-12-01T10:07:22.8098763Z 2022-12-01T10:07:22.8098884Z def forward(self, sub): 2022-12-01T10:07:22.8099169Z truediv = sub / sub; sub = None 2022-12-01T10:07:22.8099483Z return (truediv,) 2022-12-01T10:07:22.8099733Z 2022-12-01T10:07:22.8099862Z 2022-12-01T10:07:22.8099998Z Wrote minimal repro out to repro.py 2022-12-01T10:07:22.8100313Z ok (0.036s) 2022-12-01T10:07:22.8100619Z test_tup_use (__main__.TestMinifier) ... Started off with 8 nodes 2022-12-01T10:07:22.8100886Z 2022-12-01T10:07:22.8101031Z # Working Repro with 8 nodes 2022-12-01T10:07:22.8101610Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:07:22.8102203Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:07:22.8102564Z 2022-12-01T10:07:22.8102573Z 2022-12-01T10:07:22.8102581Z 2022-12-01T10:07:22.8102728Z def forward(self, a_1, b_1): 2022-12-01T10:07:22.8103211Z std_mean = torch.ops.aten.std_mean.correction(a_1, None, correction = 1); a_1 = None 2022-12-01T10:07:22.8103649Z getitem = std_mean[0] 2022-12-01T10:07:22.8103978Z getitem_1 = std_mean[1]; std_mean = None 2022-12-01T10:07:22.8104429Z mul = torch.ops.aten.mul.Tensor(b_1, getitem_1); b_1 = getitem_1 = None 2022-12-01T10:07:22.8104927Z add = torch.ops.aten.add.Tensor(getitem, mul); getitem = mul = None 2022-12-01T10:07:22.8105322Z return (add,) 2022-12-01T10:07:22.8105583Z 2022-12-01T10:07:22.8105729Z 2022-12-01T10:07:22.8105835Z Trying granularity 8 2022-12-01T10:07:22.8106004Z 2022-12-01T10:07:22.8106205Z Strategy: Eliminate dead code (G: 8) (8 nodes, 2 inputs) 2022-12-01T10:07:22.8106527Z FAIL: Eliminate dead code 2022-12-01T10:07:22.8106727Z 2022-12-01T10:07:22.8106934Z Strategy: Remove unused inputs (G: 8) (8 nodes, 2 inputs) 2022-12-01T10:07:22.8107285Z FAIL: Remove unused inputs 2022-12-01T10:07:22.8107475Z 2022-12-01T10:07:22.8107655Z Strategy: Truncate suffix (G: 8) (8 nodes, 2 inputs) 2022-12-01T10:07:22.8108153Z FAIL: Truncate suffix 2022-12-01T10:07:22.8108352Z 2022-12-01T10:07:22.8108541Z Strategy: Delta Debugging (G: 8) (8 nodes, 2 inputs) 2022-12-01T10:07:22.8108894Z FAIL: Delta Debugging 2022-12-01T10:07:22.8109195Z Trying granularity 4 2022-12-01T10:07:22.8109393Z 2022-12-01T10:07:22.8109574Z Strategy: Truncate suffix (G: 4) (8 nodes, 2 inputs) 2022-12-01T10:07:22.8109910Z FAIL: Truncate suffix 2022-12-01T10:07:22.8110081Z 2022-12-01T10:07:22.8110257Z Strategy: Delta Debugging (G: 4) (8 nodes, 2 inputs) 2022-12-01T10:07:22.8110625Z SUCCESS: Went from 8 to 6 nodes 2022-12-01T10:07:22.8110932Z SUCCESS: Went from 2 to 3 inputs 2022-12-01T10:07:22.8111105Z 2022-12-01T10:07:22.8111247Z # Working Repro with 6 nodes 2022-12-01T10:07:22.8112084Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([]), torch.float32, 'cpu'), (torch.Size([]), torch.float32, 'cpu')] 2022-12-01T10:07:22.8112744Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:07:22.8113100Z 2022-12-01T10:07:22.8113108Z 2022-12-01T10:07:22.8113116Z 2022-12-01T10:07:22.8113295Z def forward(self, b_1, getitem, getitem_1): 2022-12-01T10:07:22.8113766Z mul = torch.ops.aten.mul.Tensor(b_1, getitem_1); b_1 = getitem_1 = None 2022-12-01T10:07:22.8114292Z add = torch.ops.aten.add.Tensor(getitem, mul); getitem = mul = None 2022-12-01T10:07:22.8114700Z return (add,) 2022-12-01T10:07:22.8114953Z 2022-12-01T10:07:22.8115097Z 2022-12-01T10:07:22.8115233Z Trying granularity 4 2022-12-01T10:07:22.8115418Z 2022-12-01T10:07:22.8115613Z Strategy: Eliminate dead code (G: 4) (6 nodes, 3 inputs) 2022-12-01T10:07:22.8115939Z FAIL: Eliminate dead code 2022-12-01T10:07:22.8116141Z 2022-12-01T10:07:22.8116331Z Strategy: Remove unused inputs (G: 4) (6 nodes, 3 inputs) 2022-12-01T10:07:22.8116663Z FAIL: Remove unused inputs 2022-12-01T10:07:22.8116862Z 2022-12-01T10:07:22.8117042Z Strategy: Truncate suffix (G: 4) (6 nodes, 3 inputs) 2022-12-01T10:07:22.8117376Z FAIL: Truncate suffix 2022-12-01T10:07:22.8117564Z 2022-12-01T10:07:22.8117754Z Strategy: Delta Debugging (G: 4) (6 nodes, 3 inputs) 2022-12-01T10:07:22.8118128Z SUCCESS: Went from 6 to 4 nodes 2022-12-01T10:07:22.8118345Z 2022-12-01T10:07:22.8118474Z # Working Repro with 4 nodes 2022-12-01T10:07:22.8119116Z inps = [(torch.Size([]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:07:22.8119720Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:07:22.8120081Z 2022-12-01T10:07:22.8120089Z 2022-12-01T10:07:22.8120096Z 2022-12-01T10:07:22.8120240Z def forward(self, getitem, mul): 2022-12-01T10:07:22.8120673Z add = torch.ops.aten.add.Tensor(getitem, mul); getitem = mul = None 2022-12-01T10:07:22.8121069Z return (add,) 2022-12-01T10:07:22.8121340Z 2022-12-01T10:07:22.8121492Z 2022-12-01T10:07:22.8121599Z Trying granularity 4 2022-12-01T10:07:22.8121766Z 2022-12-01T10:07:22.8121963Z Strategy: Eliminate dead code (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:07:22.8122328Z FAIL: Eliminate dead code 2022-12-01T10:07:22.8122502Z 2022-12-01T10:07:22.8122695Z Strategy: Remove unused inputs (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:07:22.8123074Z FAIL: Remove unused inputs 2022-12-01T10:07:22.8123275Z 2022-12-01T10:07:22.8123443Z Strategy: Truncate suffix (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:07:22.8123803Z FAIL: Truncate suffix 2022-12-01T10:07:22.8124005Z 2022-12-01T10:07:22.8124172Z Strategy: Delta Debugging (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:07:22.8124540Z FAIL: Delta Debugging 2022-12-01T10:07:22.8124862Z Trying granularity 2 2022-12-01T10:07:22.8125064Z 2022-12-01T10:07:22.8125239Z Strategy: Truncate suffix (G: 2) (4 nodes, 2 inputs) 2022-12-01T10:07:22.8125617Z FAIL: Truncate suffix 2022-12-01T10:07:22.8125819Z 2022-12-01T10:07:22.8126010Z Strategy: Delta Debugging (G: 2) (4 nodes, 2 inputs) 2022-12-01T10:07:22.8126365Z FAIL: Delta Debugging 2022-12-01T10:07:22.8126785Z Trying granularity 1 2022-12-01T10:07:22.8126982Z 2022-12-01T10:07:22.8127158Z Strategy: Truncate suffix (G: 1) (4 nodes, 2 inputs) 2022-12-01T10:07:22.8127605Z FAIL: Truncate suffix 2022-12-01T10:07:22.8127787Z 2022-12-01T10:07:22.8127954Z Strategy: Delta Debugging (G: 1) (4 nodes, 2 inputs) 2022-12-01T10:07:22.8128287Z FAIL: Delta Debugging 2022-12-01T10:07:22.8128485Z 2022-12-01T10:07:22.8128664Z Strategy: Remove outputs (G: 1) (4 nodes, 2 inputs) 2022-12-01T10:07:22.8128989Z FAIL: Remove outputs 2022-12-01T10:07:22.8129241Z Made 11 queries 2022-12-01T10:07:22.8129394Z 2022-12-01T10:07:22.8129532Z # Working Repro with 4 nodes 2022-12-01T10:07:22.8130094Z inps = [(torch.Size([]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:07:22.8130847Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:07:22.8131200Z 2022-12-01T10:07:22.8131207Z 2022-12-01T10:07:22.8131222Z 2022-12-01T10:07:22.8131380Z def forward(self, getitem, mul): 2022-12-01T10:07:22.8131845Z add = torch.ops.aten.add.Tensor(getitem, mul); getitem = mul = None 2022-12-01T10:07:22.8132253Z return (add,) 2022-12-01T10:07:22.8132537Z 2022-12-01T10:07:22.8132704Z 2022-12-01T10:07:22.8132875Z Wrote minimal repro out to repro.py 2022-12-01T10:07:22.8133178Z ok (0.035s) 2022-12-01T10:07:22.8133356Z 2022-12-01T10:07:22.8133719Z ---------------------------------------------------------------------- 2022-12-01T10:07:22.8134128Z Ran 5 tests in 0.433s 2022-12-01T10:07:22.8134305Z 2022-12-01T10:07:22.8134387Z OK 2022-12-01T10:07:22.8134529Z 2022-12-01T10:07:22.8134681Z Generating XML reports... 2022-12-01T10:07:22.8135371Z Generated XML report: test-reports/python-unittest/functorch.test_minifier/TEST-TestMinifier-20221201100721.xml 2022-12-01T10:07:22.8135789Z 2022-12-01T10:07:22.8136246Z ##[endgroup] 2022-12-01T10:07:22.8136969Z FINISHED PRINTING LOG FILE of functorch/test_minifier (/var/lib/jenkins/workspace/test/test-reports/functorch-test_minifier_d675d_h1) 2022-12-01T10:07:22.8137613Z 2022-12-01T10:07:24.8539998Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:07:24.9346498Z Ignoring disabled issues: [] 2022-12-01T10:12:31.5650990Z 2022-12-01T10:12:31.5651569Z Expand the folded group to see the log file of functorch/test_aotdispatch 2022-12-01T10:12:31.5683993Z ##[group]PRINTING LOG FILE of functorch/test_aotdispatch (/var/lib/jenkins/workspace/test/test-reports/functorch-test_aotdispatch_w_fr8gg2) 2022-12-01T10:12:31.5684898Z Test results will be stored in test-reports/python-unittest/functorch.test_aotdispatch 2022-12-01T10:12:31.5685948Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-12-01T10:12:31.5686641Z warnings.warn(msg, FutureWarning) 2022-12-01T10:12:31.5687666Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16, torch.bfloat16). 2022-12-01T10:12:31.5688448Z warnings.warn(msg, FutureWarning) 2022-12-01T10:12:31.5689537Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.bfloat16, torch.float16). 2022-12-01T10:12:31.5702922Z warnings.warn(msg, FutureWarning) 2022-12-01T10:12:31.5704356Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16). 2022-12-01T10:12:31.5705279Z warnings.warn(msg, FutureWarning) 2022-12-01T10:12:31.5707180Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16). 2022-12-01T10:12:31.5708260Z warnings.warn(msg, FutureWarning) 2022-12-01T10:12:31.5710036Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16, torch.complex32). 2022-12-01T10:12:31.5711125Z warnings.warn(msg, FutureWarning) 2022-12-01T10:12:31.5712260Z functorch/test_aotdispatch.py:49: 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:12:31.5713002Z UserWarning) 2022-12-01T10:12:31.5724370Z 2022-12-01T10:12:31.5724630Z Running tests... 2022-12-01T10:12:31.5725228Z ---------------------------------------------------------------------- 2022-12-01T10:12:31.5725792Z test_batch_norm_amp (__main__.TestAOTAutograd) ... skip: CUDA is unavailable (0.001s) 2022-12-01T10:12:31.5726366Z test_batchnorm (__main__.TestAOTAutograd) ... ok (0.019s) 2022-12-01T10:12:31.5727944Z test_compilation_context (__main__.TestAOTAutograd) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/aot_autograd.py:256: UserWarning: Your compiler for AOTAutograd is returning a a function that doesn't take boxed arguments. Please wrap it with functorch.compile.make_boxed_func or handle the boxed arguments yourself. See https://github.com/pytorch/pytorch/pull/83137#issuecomment-1211320670 for rationale. 2022-12-01T10:12:31.5729189Z "Your compiler for AOTAutograd is returning a a function that doesn't take boxed arguments. " 2022-12-01T10:12:31.5729636Z ok (0.015s) 2022-12-01T10:12:31.5730018Z test_dupe_arg (__main__.TestAOTAutograd) ... ok (0.010s) 2022-12-01T10:12:31.5730446Z test_grad_context (__main__.TestAOTAutograd) ... ok (0.011s) 2022-12-01T10:12:31.5730862Z test_inner_grad (__main__.TestAOTAutograd) ... ok (0.012s) 2022-12-01T10:12:31.5731530Z test_list_codegen (__main__.TestAOTAutograd) ... ok (0.021s) 2022-12-01T10:12:31.5732486Z test_module (__main__.TestAOTAutograd) ... ok (0.022s) 2022-12-01T10:12:31.5732908Z test_multi_output (__main__.TestAOTAutograd) ... ok (0.011s) 2022-12-01T10:12:31.5733355Z test_multi_output_list (__main__.TestAOTAutograd) ... ok (0.011s) 2022-12-01T10:12:31.5733805Z test_no_grad_input_output (__main__.TestAOTAutograd) ... ok (0.057s) 2022-12-01T10:12:31.5734261Z test_output_dict (__main__.TestAOTAutograd) ... ok (0.028s) 2022-12-01T10:12:31.5734716Z test_output_op_depending_on_symint (__main__.TestAOTAutograd) 2022-12-01T10:12:31.5735521Z It won't be obvious from reading this test what it's testing for. We should probably make it into a more ... expected failure (0.080s) 2022-12-01T10:12:31.5736078Z test_resize_input (__main__.TestAOTAutograd) ... ok (0.004s) 2022-12-01T10:12:31.5736507Z test_single_output (__main__.TestAOTAutograd) ... ok (0.009s) 2022-12-01T10:12:31.5736972Z test_aot_module_simplified (__main__.TestAOTModuleSimplified) ... ok (0.105s) 2022-12-01T10:12:31.5738912Z test_aot_module_simplified_preserves_stack_trace (__main__.TestAOTModuleSimplified) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/aot_autograd.py:256: UserWarning: Your compiler for AOTAutograd is returning a a function that doesn't take boxed arguments. Please wrap it with functorch.compile.make_boxed_func or handle the boxed arguments yourself. See https://github.com/pytorch/pytorch/pull/83137#issuecomment-1211320670 for rationale. 2022-12-01T10:12:31.5740115Z "Your compiler for AOTAutograd is returning a a function that doesn't take boxed arguments. " 2022-12-01T10:12:31.5740364Z ok (0.027s) 2022-12-01T10:12:31.5740635Z test_aot_autograd_exhaustive_H_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.019s) 2022-12-01T10:12:31.5741000Z test_aot_autograd_exhaustive_T_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.018s) 2022-12-01T10:12:31.5741359Z test_aot_autograd_exhaustive___getitem___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.264s) 2022-12-01T10:12:31.5741735Z test_aot_autograd_exhaustive___radd___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.089s) 2022-12-01T10:12:31.5742167Z test_aot_autograd_exhaustive___rdiv___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.163s) 2022-12-01T10:12:31.5742541Z test_aot_autograd_exhaustive___rmatmul___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.254s) 2022-12-01T10:12:31.5742899Z test_aot_autograd_exhaustive___rmod___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.117s) 2022-12-01T10:12:31.5743265Z test_aot_autograd_exhaustive___rmul___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.107s) 2022-12-01T10:12:31.5744106Z test_aot_autograd_exhaustive___rpow___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:12:31.5744679Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:12:31.5744895Z ok (0.218s) 2022-12-01T10:12:31.5745172Z test_aot_autograd_exhaustive___rsub___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.098s) 2022-12-01T10:12:31.5745539Z test_aot_autograd_exhaustive_abs_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.011s) 2022-12-01T10:12:31.5745896Z test_aot_autograd_exhaustive_acos_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.042s) 2022-12-01T10:12:31.5746263Z test_aot_autograd_exhaustive_acosh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.036s) 2022-12-01T10:12:31.5746626Z test_aot_autograd_exhaustive_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.110s) 2022-12-01T10:12:31.5746994Z test_aot_autograd_exhaustive_addbmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.121s) 2022-12-01T10:12:31.5747351Z test_aot_autograd_exhaustive_addcdiv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.236s) 2022-12-01T10:12:31.5747722Z test_aot_autograd_exhaustive_addcmul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.182s) 2022-12-01T10:12:31.5748093Z test_aot_autograd_exhaustive_addmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.053s) 2022-12-01T10:12:31.5748474Z test_aot_autograd_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.046s) 2022-12-01T10:12:31.5748841Z test_aot_autograd_exhaustive_addmv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.097s) 2022-12-01T10:12:31.5749205Z test_aot_autograd_exhaustive_addr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.058s) 2022-12-01T10:12:31.5749598Z test_aot_autograd_exhaustive_all_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5750032Z test_aot_autograd_exhaustive_allclose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5750415Z test_aot_autograd_exhaustive_amax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.340s) 2022-12-01T10:12:31.5750778Z test_aot_autograd_exhaustive_amin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.336s) 2022-12-01T10:12:31.5751175Z test_aot_autograd_exhaustive_aminmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5751597Z test_aot_autograd_exhaustive_angle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.010s) 2022-12-01T10:12:31.5751992Z test_aot_autograd_exhaustive_any_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5752422Z test_aot_autograd_exhaustive_arange_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5752856Z test_aot_autograd_exhaustive_argmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5753268Z test_aot_autograd_exhaustive_argmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5753720Z test_aot_autograd_exhaustive_argsort_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5754158Z test_aot_autograd_exhaustive_argwhere_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5754567Z test_aot_autograd_exhaustive_as_strided_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.086s) 2022-12-01T10:12:31.5754953Z test_aot_autograd_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:12:31.5755339Z test_aot_autograd_exhaustive_asin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.015s) 2022-12-01T10:12:31.5755704Z test_aot_autograd_exhaustive_asinh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.014s) 2022-12-01T10:12:31.5756070Z test_aot_autograd_exhaustive_atan2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.174s) 2022-12-01T10:12:31.5756422Z test_aot_autograd_exhaustive_atan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.013s) 2022-12-01T10:12:31.5756783Z test_aot_autograd_exhaustive_atanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-12-01T10:12:31.5757158Z test_aot_autograd_exhaustive_atleast_1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.055s) 2022-12-01T10:12:31.5757532Z test_aot_autograd_exhaustive_atleast_2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.056s) 2022-12-01T10:12:31.5757885Z test_aot_autograd_exhaustive_atleast_3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.067s) 2022-12-01T10:12:31.5758257Z test_aot_autograd_exhaustive_baddbmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.098s) 2022-12-01T10:12:31.5758627Z test_aot_autograd_exhaustive_bernoulli_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.039s) 2022-12-01T10:12:31.5759000Z test_aot_autograd_exhaustive_bfloat16_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.048s) 2022-12-01T10:12:31.5759359Z test_aot_autograd_exhaustive_block_diag_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.067s) 2022-12-01T10:12:31.5759724Z test_aot_autograd_exhaustive_bmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.014s) 2022-12-01T10:12:31.5760121Z test_aot_autograd_exhaustive_bool_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5760546Z test_aot_autograd_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5760970Z test_aot_autograd_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.024s) 2022-12-01T10:12:31.5761354Z test_aot_autograd_exhaustive_broadcast_to_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.069s) 2022-12-01T10:12:31.5761768Z test_aot_autograd_exhaustive_bucketize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5762189Z test_aot_autograd_exhaustive_byte_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5762622Z test_aot_autograd_exhaustive_cartesian_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.066s) 2022-12-01T10:12:31.5762995Z test_aot_autograd_exhaustive_cat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.106s) 2022-12-01T10:12:31.5763358Z test_aot_autograd_exhaustive_cdist_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (5.333s) 2022-12-01T10:12:31.5763709Z test_aot_autograd_exhaustive_ceil_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.012s) 2022-12-01T10:12:31.5764619Z test_aot_autograd_exhaustive_chalf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:14122: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:12:31.5765190Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-12-01T10:12:31.5765415Z expected failure (0.016s) 2022-12-01T10:12:31.5765725Z test_aot_autograd_exhaustive_char_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5766368Z test_aot_autograd_exhaustive_cholesky_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... functorch/test_aotdispatch.py:1060: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-12-01T10:12:31.5766801Z L = torch.cholesky(A) 2022-12-01T10:12:31.5766995Z should be replaced with 2022-12-01T10:12:31.5767184Z L = torch.linalg.cholesky(A) 2022-12-01T10:12:31.5767369Z and 2022-12-01T10:12:31.5767548Z U = torch.cholesky(A, upper=True) 2022-12-01T10:12:31.5767742Z should be replaced with 2022-12-01T10:12:31.5767949Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T10:12:31.5768368Z 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:12:31.5768745Z return op.op(*c_args, **c_kwargs) 2022-12-01T10:12:31.5768948Z expected failure (0.033s) 2022-12-01T10:12:31.5769251Z test_aot_autograd_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.412s) 2022-12-01T10:12:31.5769640Z test_aot_autograd_exhaustive_cholesky_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.380s) 2022-12-01T10:12:31.5770006Z test_aot_autograd_exhaustive_chunk_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.063s) 2022-12-01T10:12:31.5770370Z test_aot_autograd_exhaustive_clamp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.109s) 2022-12-01T10:12:31.5770742Z test_aot_autograd_exhaustive_clamp_max_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.164s) 2022-12-01T10:12:31.5771121Z test_aot_autograd_exhaustive_clamp_min_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.162s) 2022-12-01T10:12:31.5771474Z test_aot_autograd_exhaustive_clone_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.019s) 2022-12-01T10:12:31.5771849Z test_aot_autograd_exhaustive_column_stack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.041s) 2022-12-01T10:12:31.5772229Z test_aot_autograd_exhaustive_combinations_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.983s) 2022-12-01T10:12:31.5772588Z test_aot_autograd_exhaustive_complex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.142s) 2022-12-01T10:12:31.5772950Z test_aot_autograd_exhaustive_conj_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.030s) 2022-12-01T10:12:31.5773319Z test_aot_autograd_exhaustive_conj_physical_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.011s) 2022-12-01T10:12:31.5773706Z test_aot_autograd_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.513s) 2022-12-01T10:12:31.5774074Z test_aot_autograd_exhaustive_contiguous_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.017s) 2022-12-01T10:12:31.5774483Z test_aot_autograd_exhaustive_copysign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.175s) 2022-12-01T10:12:31.5774875Z test_aot_autograd_exhaustive_corrcoef_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:12:31.5775257Z test_aot_autograd_exhaustive_cos_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.036s) 2022-12-01T10:12:31.5775606Z test_aot_autograd_exhaustive_cosh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.033s) 2022-12-01T10:12:31.5776010Z test_aot_autograd_exhaustive_count_nonzero_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5776430Z test_aot_autograd_exhaustive_cov_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:12:31.5776837Z test_aot_autograd_exhaustive_cross_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.038s) 2022-12-01T10:12:31.5777486Z test_aot_autograd_exhaustive_cummax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.041s) 2022-12-01T10:12:31.5777877Z test_aot_autograd_exhaustive_cummin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.040s) 2022-12-01T10:12:31.5778457Z test_aot_autograd_exhaustive_cumprod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.465s) 2022-12-01T10:12:31.5779045Z test_aot_autograd_exhaustive_cumsum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.043s) 2022-12-01T10:12:31.5779748Z test_aot_autograd_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.291s) 2022-12-01T10:12:31.5780467Z test_aot_autograd_exhaustive_deg2rad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.030s) 2022-12-01T10:12:31.5781138Z test_aot_autograd_exhaustive_diag_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.149s) 2022-12-01T10:12:31.5781669Z test_aot_autograd_exhaustive_diag_embed_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.137s) 2022-12-01T10:12:31.5782357Z test_aot_autograd_exhaustive_diagflat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.056s) 2022-12-01T10:12:31.5782971Z test_aot_autograd_exhaustive_diagonal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.140s) 2022-12-01T10:12:31.5783623Z test_aot_autograd_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.183s) 2022-12-01T10:12:31.5784256Z test_aot_autograd_exhaustive_diff_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.962s) 2022-12-01T10:12:31.5784947Z test_aot_autograd_exhaustive_digamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.031s) 2022-12-01T10:12:31.5785640Z test_aot_autograd_exhaustive_dist_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.407s) 2022-12-01T10:12:31.5786434Z test_aot_autograd_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.126s) 2022-12-01T10:12:31.5787077Z test_aot_autograd_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.150s) 2022-12-01T10:12:31.5787781Z test_aot_autograd_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.130s) 2022-12-01T10:12:31.5788510Z test_aot_autograd_exhaustive_dot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.014s) 2022-12-01T10:12:31.5789197Z test_aot_autograd_exhaustive_double_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.051s) 2022-12-01T10:12:31.5789994Z test_aot_autograd_exhaustive_dsplit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.041s) 2022-12-01T10:12:31.5790792Z test_aot_autograd_exhaustive_dstack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.044s) 2022-12-01T10:12:31.5791525Z test_aot_autograd_exhaustive_einsum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.300s) 2022-12-01T10:12:31.5792224Z test_aot_autograd_exhaustive_empty_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5793053Z test_aot_autograd_exhaustive_empty_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5793805Z test_aot_autograd_exhaustive_eq_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5794602Z test_aot_autograd_exhaustive_equal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5795309Z test_aot_autograd_exhaustive_erf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.018s) 2022-12-01T10:12:31.5795979Z test_aot_autograd_exhaustive_erfc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.048s) 2022-12-01T10:12:31.5796427Z test_aot_autograd_exhaustive_erfinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-12-01T10:12:31.5796983Z test_aot_autograd_exhaustive_exp2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.043s) 2022-12-01T10:12:31.5797581Z test_aot_autograd_exhaustive_exp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.041s) 2022-12-01T10:12:31.5798159Z test_aot_autograd_exhaustive_expand_as_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.030s) 2022-12-01T10:12:31.5798857Z test_aot_autograd_exhaustive_expand_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.097s) 2022-12-01T10:12:31.5799240Z test_aot_autograd_exhaustive_expm1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-12-01T10:12:31.5799828Z test_aot_autograd_exhaustive_eye_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5800444Z test_aot_autograd_exhaustive_fft_fft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.122s) 2022-12-01T10:12:31.5801037Z test_aot_autograd_exhaustive_fft_fft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.158s) 2022-12-01T10:12:31.5801701Z test_aot_autograd_exhaustive_fft_fftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.161s) 2022-12-01T10:12:31.5802267Z test_aot_autograd_exhaustive_fft_fftshift_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.070s) 2022-12-01T10:12:31.5802973Z test_aot_autograd_exhaustive_fft_hfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.193s) 2022-12-01T10:12:31.5803536Z test_aot_autograd_exhaustive_fft_hfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.211s) 2022-12-01T10:12:31.5804213Z test_aot_autograd_exhaustive_fft_hfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.258s) 2022-12-01T10:12:31.5804763Z test_aot_autograd_exhaustive_fft_ifft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.134s) 2022-12-01T10:12:31.5805354Z test_aot_autograd_exhaustive_fft_ifft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.130s) 2022-12-01T10:12:31.5806042Z test_aot_autograd_exhaustive_fft_ifftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.120s) 2022-12-01T10:12:31.5806797Z test_aot_autograd_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.051s) 2022-12-01T10:12:31.5807475Z test_aot_autograd_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.129s) 2022-12-01T10:12:31.5808071Z test_aot_autograd_exhaustive_fft_ihfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.135s) 2022-12-01T10:12:31.5808688Z test_aot_autograd_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.162s) 2022-12-01T10:12:31.5809359Z test_aot_autograd_exhaustive_fft_irfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.107s) 2022-12-01T10:12:31.5810029Z test_aot_autograd_exhaustive_fft_irfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.119s) 2022-12-01T10:12:31.5810708Z test_aot_autograd_exhaustive_fft_irfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.190s) 2022-12-01T10:12:31.5811384Z test_aot_autograd_exhaustive_fft_rfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.139s) 2022-12-01T10:12:31.5811854Z test_aot_autograd_exhaustive_fft_rfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.352s) 2022-12-01T10:12:31.5812225Z test_aot_autograd_exhaustive_fft_rfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.178s) 2022-12-01T10:12:31.5812592Z test_aot_autograd_exhaustive_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.041s) 2022-12-01T10:12:31.5812946Z test_aot_autograd_exhaustive_flatten_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.070s) 2022-12-01T10:12:31.5813312Z test_aot_autograd_exhaustive_flip_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.114s) 2022-12-01T10:12:31.5813675Z test_aot_autograd_exhaustive_fliplr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.019s) 2022-12-01T10:12:31.5814074Z test_aot_autograd_exhaustive_flipud_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.019s) 2022-12-01T10:12:31.5814425Z test_aot_autograd_exhaustive_float_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.037s) 2022-12-01T10:12:31.5814803Z test_aot_autograd_exhaustive_float_power_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.352s) 2022-12-01T10:12:31.5815170Z test_aot_autograd_exhaustive_floor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.010s) 2022-12-01T10:12:31.5815578Z test_aot_autograd_exhaustive_floor_divide_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5815969Z test_aot_autograd_exhaustive_fmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.170s) 2022-12-01T10:12:31.5816326Z test_aot_autograd_exhaustive_fmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.172s) 2022-12-01T10:12:31.5816684Z test_aot_autograd_exhaustive_fmod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.120s) 2022-12-01T10:12:31.5817135Z test_aot_autograd_exhaustive_frac_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.024s) 2022-12-01T10:12:31.5817502Z test_aot_autograd_exhaustive_frexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.034s) 2022-12-01T10:12:31.5817911Z test_aot_autograd_exhaustive_full_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5818313Z test_aot_autograd_exhaustive_gather_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.052s) 2022-12-01T10:12:31.5818698Z test_aot_autograd_exhaustive_ge_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5819127Z test_aot_autograd_exhaustive_geqrf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5819531Z test_aot_autograd_exhaustive_gradient_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.907s) 2022-12-01T10:12:31.5819936Z test_aot_autograd_exhaustive_gt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5820318Z test_aot_autograd_exhaustive_half_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.047s) 2022-12-01T10:12:31.5820728Z test_aot_autograd_exhaustive_heaviside_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5821164Z test_aot_autograd_exhaustive_histc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5821595Z test_aot_autograd_exhaustive_histogram_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5822023Z test_aot_autograd_exhaustive_histogramdd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5822429Z test_aot_autograd_exhaustive_hsplit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.037s) 2022-12-01T10:12:31.5822799Z test_aot_autograd_exhaustive_hstack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.025s) 2022-12-01T10:12:31.5823223Z test_aot_autograd_exhaustive_hypot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.154s) 2022-12-01T10:12:31.5823570Z test_aot_autograd_exhaustive_i0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.031s) 2022-12-01T10:12:31.5823969Z test_aot_autograd_exhaustive_igamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5824408Z test_aot_autograd_exhaustive_igammac_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5824813Z test_aot_autograd_exhaustive_index_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.112s) 2022-12-01T10:12:31.5825178Z test_aot_autograd_exhaustive_index_copy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.038s) 2022-12-01T10:12:31.5825590Z test_aot_autograd_exhaustive_index_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.032s) 2022-12-01T10:12:31.5825965Z test_aot_autograd_exhaustive_index_put_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.054s) 2022-12-01T10:12:31.5826567Z test_aot_autograd_exhaustive_index_reduce_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... functorch/test_aotdispatch.py:1060: 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:12:31.5827061Z return op.op(*c_args, **c_kwargs) 2022-12-01T10:12:31.5827266Z expected failure (0.011s) 2022-12-01T10:12:31.5827564Z test_aot_autograd_exhaustive_index_select_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.035s) 2022-12-01T10:12:31.5827926Z test_aot_autograd_exhaustive_inner_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.040s) 2022-12-01T10:12:31.5828329Z test_aot_autograd_exhaustive_int_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5828756Z test_aot_autograd_exhaustive_isclose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5829197Z test_aot_autograd_exhaustive_isfinite_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5829613Z test_aot_autograd_exhaustive_isin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5830036Z test_aot_autograd_exhaustive_isinf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5830467Z test_aot_autograd_exhaustive_isnan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5830900Z test_aot_autograd_exhaustive_isneginf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5831318Z test_aot_autograd_exhaustive_isposinf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5831857Z test_aot_autograd_exhaustive_isreal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5832822Z test_aot_autograd_exhaustive_istft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... functorch/test_aotdispatch.py:1060: 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:12:31.5833357Z return op.op(*c_args, **c_kwargs) 2022-12-01T10:12:31.5833564Z expected failure (0.012s) 2022-12-01T10:12:31.5833890Z test_aot_autograd_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:31.5834349Z test_aot_autograd_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:31.5834828Z test_aot_autograd_exhaustive_jiterator_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:31.5835272Z test_aot_autograd_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:31.5835695Z test_aot_autograd_exhaustive_jiterator_unary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:31.5836090Z test_aot_autograd_exhaustive_kron_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.024s) 2022-12-01T10:12:31.5836459Z test_aot_autograd_exhaustive_kthvalue_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.142s) 2022-12-01T10:12:31.5836858Z test_aot_autograd_exhaustive_ldexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.178s) 2022-12-01T10:12:31.5837256Z test_aot_autograd_exhaustive_le_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5837649Z test_aot_autograd_exhaustive_lerp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.219s) 2022-12-01T10:12:31.5838014Z test_aot_autograd_exhaustive_lgamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.034s) 2022-12-01T10:12:31.5838393Z test_aot_autograd_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.031s) 2022-12-01T10:12:31.5838799Z test_aot_autograd_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.617s) 2022-12-01T10:12:31.5839186Z test_aot_autograd_exhaustive_linalg_cond_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.120s) 2022-12-01T10:12:31.5839568Z test_aot_autograd_exhaustive_linalg_cross_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.035s) 2022-12-01T10:12:31.5839930Z test_aot_autograd_exhaustive_linalg_det_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.167s) 2022-12-01T10:12:31.5840316Z test_aot_autograd_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.906s) 2022-12-01T10:12:31.5840715Z test_aot_autograd_exhaustive_linalg_eig_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:12:31.5841106Z test_aot_autograd_exhaustive_linalg_eigh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.385s) 2022-12-01T10:12:31.5841481Z test_aot_autograd_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.219s) 2022-12-01T10:12:31.5841864Z test_aot_autograd_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.181s) 2022-12-01T10:12:31.5842263Z test_aot_autograd_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.120s) 2022-12-01T10:12:31.5842659Z test_aot_autograd_exhaustive_linalg_inv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.212s) 2022-12-01T10:12:31.5843021Z test_aot_autograd_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.229s) 2022-12-01T10:12:31.5843437Z test_aot_autograd_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5843894Z test_aot_autograd_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5844352Z test_aot_autograd_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5844748Z test_aot_autograd_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.921s) 2022-12-01T10:12:31.5845141Z test_aot_autograd_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.855s) 2022-12-01T10:12:31.5845530Z test_aot_autograd_exhaustive_linalg_lu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.691s) 2022-12-01T10:12:31.5845931Z test_aot_autograd_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.702s) 2022-12-01T10:12:31.5846398Z test_aot_autograd_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.703s) 2022-12-01T10:12:31.5846806Z test_aot_autograd_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:12:31.5847208Z test_aot_autograd_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.926s) 2022-12-01T10:12:31.5847587Z test_aot_autograd_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.618s) 2022-12-01T10:12:31.5848045Z test_aot_autograd_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5848514Z test_aot_autograd_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5848942Z test_aot_autograd_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.141s) 2022-12-01T10:12:31.5849312Z test_aot_autograd_exhaustive_linalg_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.121s) 2022-12-01T10:12:31.5849717Z test_aot_autograd_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.513s) 2022-12-01T10:12:31.5850114Z test_aot_autograd_exhaustive_linalg_pinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.538s) 2022-12-01T10:12:31.5850502Z test_aot_autograd_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.682s) 2022-12-01T10:12:31.5850957Z test_aot_autograd_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:12:31.5851404Z test_aot_autograd_exhaustive_linalg_qr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.634s) 2022-12-01T10:12:31.5851786Z test_aot_autograd_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.160s) 2022-12-01T10:12:31.5852169Z test_aot_autograd_exhaustive_linalg_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.421s) 2022-12-01T10:12:31.5852539Z test_aot_autograd_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.415s) 2022-12-01T10:12:31.5852929Z test_aot_autograd_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (8.362s) 2022-12-01T10:12:31.5853321Z test_aot_autograd_exhaustive_linalg_svd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (15.597s) 2022-12-01T10:12:31.5853702Z test_aot_autograd_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.882s) 2022-12-01T10:12:31.5854077Z test_aot_autograd_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.050s) 2022-12-01T10:12:31.5854462Z test_aot_autograd_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.125s) 2022-12-01T10:12:31.5854848Z test_aot_autograd_exhaustive_linalg_vander_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.476s) 2022-12-01T10:12:31.5855234Z test_aot_autograd_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.561s) 2022-12-01T10:12:31.5855601Z test_aot_autograd_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (3.418s) 2022-12-01T10:12:31.5856018Z test_aot_autograd_exhaustive_linspace_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5856420Z test_aot_autograd_exhaustive_log10_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.032s) 2022-12-01T10:12:31.5856817Z test_aot_autograd_exhaustive_log1p_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.011s) 2022-12-01T10:12:31.5857305Z test_aot_autograd_exhaustive_log2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.031s) 2022-12-01T10:12:31.5857674Z test_aot_autograd_exhaustive_log_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.028s) 2022-12-01T10:12:31.5858045Z test_aot_autograd_exhaustive_log_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.077s) 2022-12-01T10:12:31.5858417Z test_aot_autograd_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.091s) 2022-12-01T10:12:31.5858801Z test_aot_autograd_exhaustive_logaddexp2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.019s) 2022-12-01T10:12:31.5859230Z test_aot_autograd_exhaustive_logaddexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.018s) 2022-12-01T10:12:31.5859614Z test_aot_autograd_exhaustive_logcumsumexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.148s) 2022-12-01T10:12:31.5859980Z test_aot_autograd_exhaustive_logdet_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.207s) 2022-12-01T10:12:31.5860388Z test_aot_autograd_exhaustive_logical_and_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5860832Z test_aot_autograd_exhaustive_logical_not_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5861272Z test_aot_autograd_exhaustive_logical_or_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5861696Z test_aot_autograd_exhaustive_logical_xor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5862095Z test_aot_autograd_exhaustive_logit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.040s) 2022-12-01T10:12:31.5862500Z test_aot_autograd_exhaustive_logspace_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5862909Z test_aot_autograd_exhaustive_logsumexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.265s) 2022-12-01T10:12:31.5863301Z test_aot_autograd_exhaustive_long_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5863728Z test_aot_autograd_exhaustive_lt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5864552Z test_aot_autograd_exhaustive_lu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:1682: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-12-01T10:12:31.5865150Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T10:12:31.5865351Z should be replaced with 2022-12-01T10:12:31.5865587Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T10:12:31.5865800Z and 2022-12-01T10:12:31.5866001Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T10:12:31.5866232Z should be replaced with 2022-12-01T10:12:31.5866598Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1925.) 2022-12-01T10:12:31.5867000Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T10:12:31.5867215Z ok (1.441s) 2022-12-01T10:12:31.5867652Z test_aot_autograd_exhaustive_lu_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... functorch/test_aotdispatch.py:1060: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-12-01T10:12:31.5868125Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T10:12:31.5868352Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T10:12:31.5868606Z should be replaced with 2022-12-01T10:12:31.5868947Z 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:12:31.5869277Z return op.op(*c_args, **c_kwargs) 2022-12-01T10:12:31.5869451Z ok (2.454s) 2022-12-01T10:12:31.5869730Z test_aot_autograd_exhaustive_lu_unpack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.255s) 2022-12-01T10:12:31.5870101Z test_aot_autograd_exhaustive_mH_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.055s) 2022-12-01T10:12:31.5870449Z test_aot_autograd_exhaustive_mT_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.054s) 2022-12-01T10:12:31.5870822Z test_aot_autograd_exhaustive_masked_amax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.651s) 2022-12-01T10:12:31.5871234Z test_aot_autograd_exhaustive_masked_amin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.798s) 2022-12-01T10:12:31.5871655Z test_aot_autograd_exhaustive_masked_argmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5872096Z test_aot_autograd_exhaustive_masked_argmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5872514Z test_aot_autograd_exhaustive_masked_cumprod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.648s) 2022-12-01T10:12:31.5872900Z test_aot_autograd_exhaustive_masked_cumsum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.184s) 2022-12-01T10:12:31.5873279Z test_aot_autograd_exhaustive_masked_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.091s) 2022-12-01T10:12:31.5873648Z test_aot_autograd_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.281s) 2022-12-01T10:12:31.5874044Z test_aot_autograd_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.295s) 2022-12-01T10:12:31.5874432Z test_aot_autograd_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.713s) 2022-12-01T10:12:31.5874817Z test_aot_autograd_exhaustive_masked_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.800s) 2022-12-01T10:12:31.5875180Z test_aot_autograd_exhaustive_masked_median_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.289s) 2022-12-01T10:12:31.5875558Z test_aot_autograd_exhaustive_masked_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (8.578s) 2022-12-01T10:12:31.5875935Z test_aot_autograd_exhaustive_masked_normalize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.887s) 2022-12-01T10:12:31.5876304Z test_aot_autograd_exhaustive_masked_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (3.209s) 2022-12-01T10:12:31.5876685Z test_aot_autograd_exhaustive_masked_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.060s) 2022-12-01T10:12:31.5877066Z test_aot_autograd_exhaustive_masked_select_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.090s) 2022-12-01T10:12:31.5877453Z test_aot_autograd_exhaustive_masked_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.280s) 2022-12-01T10:12:31.5877817Z test_aot_autograd_exhaustive_masked_softmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.313s) 2022-12-01T10:12:31.5878194Z test_aot_autograd_exhaustive_masked_std_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (3.481s) 2022-12-01T10:12:31.5878564Z test_aot_autograd_exhaustive_masked_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.174s) 2022-12-01T10:12:31.5878934Z test_aot_autograd_exhaustive_masked_var_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (3.067s) 2022-12-01T10:12:31.5879293Z test_aot_autograd_exhaustive_matmul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.255s) 2022-12-01T10:12:31.5879665Z test_aot_autograd_exhaustive_matrix_exp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.043s) 2022-12-01T10:12:31.5880072Z test_aot_autograd_exhaustive_max_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.175s) 2022-12-01T10:12:31.5880452Z test_aot_autograd_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.037s) 2022-12-01T10:12:31.5880830Z test_aot_autograd_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.051s) 2022-12-01T10:12:31.5881211Z test_aot_autograd_exhaustive_maximum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.178s) 2022-12-01T10:12:31.5881576Z test_aot_autograd_exhaustive_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.209s) 2022-12-01T10:12:31.5881925Z test_aot_autograd_exhaustive_median_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.187s) 2022-12-01T10:12:31.5882357Z test_aot_autograd_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.177s) 2022-12-01T10:12:31.5882764Z test_aot_autograd_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.178s) 2022-12-01T10:12:31.5883156Z test_aot_autograd_exhaustive_min_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.176s) 2022-12-01T10:12:31.5883530Z test_aot_autograd_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.037s) 2022-12-01T10:12:31.5883923Z test_aot_autograd_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.051s) 2022-12-01T10:12:31.5884302Z test_aot_autograd_exhaustive_minimum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.178s) 2022-12-01T10:12:31.5884661Z test_aot_autograd_exhaustive_mm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-12-01T10:12:31.5885012Z test_aot_autograd_exhaustive_mode_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.092s) 2022-12-01T10:12:31.5885384Z test_aot_autograd_exhaustive_movedim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.020s) 2022-12-01T10:12:31.5885753Z test_aot_autograd_exhaustive_msort_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.030s) 2022-12-01T10:12:31.5886121Z test_aot_autograd_exhaustive_mul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.111s) 2022-12-01T10:12:31.5886590Z test_aot_autograd_exhaustive_multinomial_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5886991Z test_aot_autograd_exhaustive_mv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.014s) 2022-12-01T10:12:31.5887373Z test_aot_autograd_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.152s) 2022-12-01T10:12:31.5887761Z test_aot_autograd_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.157s) 2022-12-01T10:12:31.5888169Z test_aot_autograd_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.155s) 2022-12-01T10:12:31.5888556Z test_aot_autograd_exhaustive_nan_to_num_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.039s) 2022-12-01T10:12:31.5888930Z test_aot_autograd_exhaustive_nanmean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.687s) 2022-12-01T10:12:31.5889293Z test_aot_autograd_exhaustive_nanmedian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.192s) 2022-12-01T10:12:31.5889689Z test_aot_autograd_exhaustive_nanquantile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:12:31.5890078Z test_aot_autograd_exhaustive_nansum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.432s) 2022-12-01T10:12:31.5890483Z test_aot_autograd_exhaustive_narrow_copy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5890891Z test_aot_autograd_exhaustive_narrow_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:12:31.5891286Z test_aot_autograd_exhaustive_native_batch_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.158s) 2022-12-01T10:12:31.5891722Z test_aot_autograd_exhaustive_native_layer_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.284s) 2022-12-01T10:12:31.5892132Z test_aot_autograd_exhaustive_ne_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5892514Z test_aot_autograd_exhaustive_neg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.010s) 2022-12-01T10:12:31.5892916Z test_aot_autograd_exhaustive_new_empty_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5893365Z test_aot_autograd_exhaustive_new_empty_strided_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5893848Z test_aot_autograd_exhaustive_new_full_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5894272Z test_aot_autograd_exhaustive_new_ones_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5894703Z test_aot_autograd_exhaustive_new_zeros_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5895140Z test_aot_autograd_exhaustive_nextafter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5895583Z test_aot_autograd_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.120s) 2022-12-01T10:12:31.5896005Z test_aot_autograd_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.087s) 2022-12-01T10:12:31.5896428Z test_aot_autograd_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.098s) 2022-12-01T10:12:31.5896842Z test_aot_autograd_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.121s) 2022-12-01T10:12:31.5897385Z test_aot_autograd_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.122s) 2022-12-01T10:12:31.5897788Z test_aot_autograd_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.259s) 2022-12-01T10:12:31.5898198Z test_aot_autograd_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.226s) 2022-12-01T10:12:31.5898609Z test_aot_autograd_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.130s) 2022-12-01T10:12:31.5899013Z test_aot_autograd_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.080s) 2022-12-01T10:12:31.5899402Z test_aot_autograd_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.092s) 2022-12-01T10:12:31.5899805Z test_aot_autograd_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.184s) 2022-12-01T10:12:31.5900205Z test_aot_autograd_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.425s) 2022-12-01T10:12:31.5900615Z test_aot_autograd_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.205s) 2022-12-01T10:12:31.5901049Z test_aot_autograd_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:12:31.5901479Z test_aot_autograd_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.028s) 2022-12-01T10:12:31.5901871Z test_aot_autograd_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.209s) 2022-12-01T10:12:31.5902787Z test_aot_autograd_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... functorch/test_aotdispatch.py:1060: 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:12:31.5903383Z return op.op(*c_args, **c_kwargs) 2022-12-01T10:12:31.5903574Z ok (0.543s) 2022-12-01T10:12:31.5903881Z test_aot_autograd_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.165s) 2022-12-01T10:12:31.5904300Z test_aot_autograd_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.213s) 2022-12-01T10:12:31.5904707Z test_aot_autograd_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.191s) 2022-12-01T10:12:31.5905172Z test_aot_autograd_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.405s) 2022-12-01T10:12:31.5905605Z test_aot_autograd_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.527s) 2022-12-01T10:12:31.5906017Z test_aot_autograd_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.585s) 2022-12-01T10:12:31.5906405Z test_aot_autograd_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.154s) 2022-12-01T10:12:31.5907611Z test_aot_autograd_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-12-01T10:12:31.5908503Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:12:31.5908765Z ok (0.132s) 2022-12-01T10:12:31.5909059Z test_aot_autograd_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.160s) 2022-12-01T10:12:31.5909451Z test_aot_autograd_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.181s) 2022-12-01T10:12:31.5909847Z test_aot_autograd_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.029s) 2022-12-01T10:12:31.5910249Z test_aot_autograd_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.603s) 2022-12-01T10:12:31.5910644Z test_aot_autograd_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.030s) 2022-12-01T10:12:31.5911074Z test_aot_autograd_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.088s) 2022-12-01T10:12:31.5911523Z test_aot_autograd_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.080s) 2022-12-01T10:12:31.5911965Z test_aot_autograd_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.502s) 2022-12-01T10:12:31.5912394Z test_aot_autograd_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.688s) 2022-12-01T10:12:31.5912821Z test_aot_autograd_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:12:31.5913239Z test_aot_autograd_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.083s) 2022-12-01T10:12:31.5913629Z test_aot_autograd_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.444s) 2022-12-01T10:12:31.5914049Z test_aot_autograd_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.371s) 2022-12-01T10:12:31.5914457Z test_aot_autograd_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.104s) 2022-12-01T10:12:31.5914859Z test_aot_autograd_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.059s) 2022-12-01T10:12:31.5915266Z test_aot_autograd_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.029s) 2022-12-01T10:12:31.5915655Z test_aot_autograd_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.039s) 2022-12-01T10:12:31.5916093Z test_aot_autograd_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.060s) 2022-12-01T10:12:31.5916510Z test_aot_autograd_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.483s) 2022-12-01T10:12:31.5916924Z test_aot_autograd_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.105s) 2022-12-01T10:12:31.5917317Z test_aot_autograd_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.298s) 2022-12-01T10:12:31.5917727Z test_aot_autograd_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.129s) 2022-12-01T10:12:31.5918146Z test_aot_autograd_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.124s) 2022-12-01T10:12:31.5918572Z test_aot_autograd_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.121s) 2022-12-01T10:12:31.5918983Z test_aot_autograd_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.118s) 2022-12-01T10:12:31.5919405Z test_aot_autograd_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.123s) 2022-12-01T10:12:31.5919833Z test_aot_autograd_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.129s) 2022-12-01T10:12:31.5920829Z test_aot_autograd_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... /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:12:31.5921546Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:12:31.5921780Z ok (0.354s) 2022-12-01T10:12:31.5922073Z test_aot_autograd_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.089s) 2022-12-01T10:12:31.5922476Z test_aot_autograd_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.084s) 2022-12-01T10:12:31.5922883Z test_aot_autograd_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.086s) 2022-12-01T10:12:31.5923266Z test_aot_autograd_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.298s) 2022-12-01T10:12:31.5923673Z test_aot_autograd_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.347s) 2022-12-01T10:12:31.5924085Z test_aot_autograd_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.031s) 2022-12-01T10:12:31.5924504Z test_aot_autograd_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:12:31.5924933Z test_aot_autograd_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (14.736s) 2022-12-01T10:12:31.5925369Z test_aot_autograd_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (18.058s) 2022-12-01T10:12:31.5925769Z test_aot_autograd_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (7.568s) 2022-12-01T10:12:31.5926160Z test_aot_autograd_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.774s) 2022-12-01T10:12:31.5926642Z test_aot_autograd_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.275s) 2022-12-01T10:12:31.5927053Z test_aot_autograd_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (4.050s) 2022-12-01T10:12:31.5927492Z test_aot_autograd_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.373s) 2022-12-01T10:12:31.5927888Z test_aot_autograd_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.400s) 2022-12-01T10:12:31.5928300Z test_aot_autograd_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.216s) 2022-12-01T10:12:31.5928699Z test_aot_autograd_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.058s) 2022-12-01T10:12:31.5929090Z test_aot_autograd_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.069s) 2022-12-01T10:12:31.5929478Z test_aot_autograd_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.051s) 2022-12-01T10:12:31.5929897Z test_aot_autograd_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.035s) 2022-12-01T10:12:31.5930336Z test_aot_autograd_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.124s) 2022-12-01T10:12:31.5930756Z test_aot_autograd_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.691s) 2022-12-01T10:12:31.5931140Z test_aot_autograd_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.229s) 2022-12-01T10:12:31.5931546Z test_aot_autograd_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.384s) 2022-12-01T10:12:31.5931958Z test_aot_autograd_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.485s) 2022-12-01T10:12:31.5932362Z test_aot_autograd_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.120s) 2022-12-01T10:12:31.5932761Z test_aot_autograd_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.121s) 2022-12-01T10:12:31.5933176Z test_aot_autograd_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.151s) 2022-12-01T10:12:31.5933598Z test_aot_autograd_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.117s) 2022-12-01T10:12:31.5934002Z test_aot_autograd_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.046s) 2022-12-01T10:12:31.5934399Z test_aot_autograd_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.046s) 2022-12-01T10:12:31.5934819Z test_aot_autograd_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.325s) 2022-12-01T10:12:31.5935224Z test_aot_autograd_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.246s) 2022-12-01T10:12:31.5935626Z test_aot_autograd_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.028s) 2022-12-01T10:12:31.5936008Z test_aot_autograd_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.051s) 2022-12-01T10:12:31.5936444Z test_aot_autograd_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.035s) 2022-12-01T10:12:31.5936831Z test_aot_autograd_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.029s) 2022-12-01T10:12:31.5937335Z test_aot_autograd_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.049s) 2022-12-01T10:12:31.5937719Z test_aot_autograd_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.092s) 2022-12-01T10:12:31.5938132Z test_aot_autograd_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.065s) 2022-12-01T10:12:31.5938587Z test_aot_autograd_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.084s) 2022-12-01T10:12:31.5938995Z test_aot_autograd_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.101s) 2022-12-01T10:12:31.5939387Z test_aot_autograd_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.029s) 2022-12-01T10:12:31.5939788Z test_aot_autograd_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.047s) 2022-12-01T10:12:31.5940185Z test_aot_autograd_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.052s) 2022-12-01T10:12:31.5940589Z test_aot_autograd_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.047s) 2022-12-01T10:12:31.5940979Z test_aot_autograd_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.037s) 2022-12-01T10:12:31.5941399Z test_aot_autograd_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.331s) 2022-12-01T10:12:31.5941832Z test_aot_autograd_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.330s) 2022-12-01T10:12:31.5942259Z test_aot_autograd_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.644s) 2022-12-01T10:12:31.5943033Z test_aot_autograd_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... /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:12:31.5943627Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:12:31.5943976Z ok (0.043s) 2022-12-01T10:12:31.5944632Z test_aot_autograd_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... /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:12:31.5945198Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:12:31.5945482Z ok (0.123s) 2022-12-01T10:12:31.5945790Z test_aot_autograd_exhaustive_nonzero_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5946193Z test_aot_autograd_exhaustive_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.800s) 2022-12-01T10:12:31.5946551Z test_aot_autograd_exhaustive_norm_fro_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.054s) 2022-12-01T10:12:31.5946921Z test_aot_autograd_exhaustive_norm_inf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.093s) 2022-12-01T10:12:31.5947287Z test_aot_autograd_exhaustive_norm_nuc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.060s) 2022-12-01T10:12:31.5947645Z test_aot_autograd_exhaustive_normal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.064s) 2022-12-01T10:12:31.5948078Z test_aot_autograd_exhaustive_normal_number_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.012s) 2022-12-01T10:12:31.5948491Z test_aot_autograd_exhaustive_ones_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5948922Z test_aot_autograd_exhaustive_ones_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5949340Z test_aot_autograd_exhaustive_ormqr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5949739Z test_aot_autograd_exhaustive_outer_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.017s) 2022-12-01T10:12:31.5950143Z test_aot_autograd_exhaustive_pca_lowrank_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (49.538s) 2022-12-01T10:12:31.5950526Z test_aot_autograd_exhaustive_permute_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.038s) 2022-12-01T10:12:31.5950886Z test_aot_autograd_exhaustive_pinverse_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.728s) 2022-12-01T10:12:31.5951251Z test_aot_autograd_exhaustive_polar_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.202s) 2022-12-01T10:12:31.5951637Z test_aot_autograd_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.100s) 2022-12-01T10:12:31.5952044Z test_aot_autograd_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.102s) 2022-12-01T10:12:31.5952429Z test_aot_autograd_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.101s) 2022-12-01T10:12:31.5952828Z test_aot_autograd_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.103s) 2022-12-01T10:12:31.5953225Z test_aot_autograd_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.100s) 2022-12-01T10:12:31.5953611Z test_aot_autograd_exhaustive_positive_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.021s) 2022-12-01T10:12:31.5953964Z test_aot_autograd_exhaustive_pow_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.261s) 2022-12-01T10:12:31.5954329Z test_aot_autograd_exhaustive_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.797s) 2022-12-01T10:12:31.5954694Z test_aot_autograd_exhaustive_put_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.268s) 2022-12-01T10:12:31.5955186Z test_aot_autograd_exhaustive_qr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... functorch/test_aotdispatch.py:1060: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T10:12:31.5955733Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:12:31.5955985Z Q, R = torch.qr(A, some) 2022-12-01T10:12:31.5956175Z should be replaced with 2022-12-01T10:12:31.5956631Z 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:12:31.5956985Z return op.op(*c_args, **c_kwargs) 2022-12-01T10:12:31.5957176Z ok (1.688s) 2022-12-01T10:12:31.5957456Z test_aot_autograd_exhaustive_quantile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:12:31.5957846Z test_aot_autograd_exhaustive_rad2deg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.029s) 2022-12-01T10:12:31.5958260Z test_aot_autograd_exhaustive_rand_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5958704Z test_aot_autograd_exhaustive_randint_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5959134Z test_aot_autograd_exhaustive_randn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5959609Z test_aot_autograd_exhaustive_randn_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5960010Z test_aot_autograd_exhaustive_ravel_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.030s) 2022-12-01T10:12:31.5960379Z test_aot_autograd_exhaustive_real_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.022s) 2022-12-01T10:12:31.5960738Z test_aot_autograd_exhaustive_reciprocal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.043s) 2022-12-01T10:12:31.5961118Z test_aot_autograd_exhaustive_remainder_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.123s) 2022-12-01T10:12:31.5961488Z test_aot_autograd_exhaustive_renorm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.108s) 2022-12-01T10:12:31.5961900Z test_aot_autograd_exhaustive_repeat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.245s) 2022-12-01T10:12:31.5962268Z test_aot_autograd_exhaustive_repeat_interleave_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.069s) 2022-12-01T10:12:31.5962654Z test_aot_autograd_exhaustive_reshape_as_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.041s) 2022-12-01T10:12:31.5963029Z test_aot_autograd_exhaustive_reshape_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.068s) 2022-12-01T10:12:31.5963434Z test_aot_autograd_exhaustive_resize__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5963857Z test_aot_autograd_exhaustive_resize_as__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5964261Z test_aot_autograd_exhaustive_resolve_conj_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.015s) 2022-12-01T10:12:31.5964641Z test_aot_autograd_exhaustive_resolve_neg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.014s) 2022-12-01T10:12:31.5965001Z test_aot_autograd_exhaustive_roll_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.154s) 2022-12-01T10:12:31.5965368Z test_aot_autograd_exhaustive_rot90_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.325s) 2022-12-01T10:12:31.5965734Z test_aot_autograd_exhaustive_round_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.010s) 2022-12-01T10:12:31.5966106Z test_aot_autograd_exhaustive_round_decimals_0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.027s) 2022-12-01T10:12:31.5966543Z test_aot_autograd_exhaustive_round_decimals_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.028s) 2022-12-01T10:12:31.5966935Z test_aot_autograd_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.027s) 2022-12-01T10:12:31.5967319Z test_aot_autograd_exhaustive_rsqrt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.042s) 2022-12-01T10:12:31.5967682Z test_aot_autograd_exhaustive_rsub_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.121s) 2022-12-01T10:12:31.5968045Z test_aot_autograd_exhaustive_scatter_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.074s) 2022-12-01T10:12:31.5968423Z test_aot_autograd_exhaustive_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.092s) 2022-12-01T10:12:31.5969034Z test_aot_autograd_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... functorch/test_aotdispatch.py:1060: 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:12:31.5969542Z return op.op(*c_args, **c_kwargs) 2022-12-01T10:12:31.5969722Z ok (0.521s) 2022-12-01T10:12:31.5970008Z test_aot_autograd_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.735s) 2022-12-01T10:12:31.5970409Z test_aot_autograd_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.415s) 2022-12-01T10:12:31.5970862Z test_aot_autograd_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:12:31.5971260Z test_aot_autograd_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.277s) 2022-12-01T10:12:31.5971688Z test_aot_autograd_exhaustive_searchsorted_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5972114Z test_aot_autograd_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.236s) 2022-12-01T10:12:31.5972516Z test_aot_autograd_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.233s) 2022-12-01T10:12:31.5972882Z test_aot_autograd_exhaustive_select_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.051s) 2022-12-01T10:12:31.5973291Z test_aot_autograd_exhaustive_select_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.064s) 2022-12-01T10:12:31.5973669Z test_aot_autograd_exhaustive_sgn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.013s) 2022-12-01T10:12:31.5974059Z test_aot_autograd_exhaustive_short_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5974460Z test_aot_autograd_exhaustive_sigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.039s) 2022-12-01T10:12:31.5974829Z test_aot_autograd_exhaustive_sign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.010s) 2022-12-01T10:12:31.5975227Z test_aot_autograd_exhaustive_signbit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5975616Z test_aot_autograd_exhaustive_sin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.012s) 2022-12-01T10:12:31.5975976Z test_aot_autograd_exhaustive_sinc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.061s) 2022-12-01T10:12:31.5976336Z test_aot_autograd_exhaustive_sinh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.013s) 2022-12-01T10:12:31.5976702Z test_aot_autograd_exhaustive_slice_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.044s) 2022-12-01T10:12:31.5977187Z test_aot_autograd_exhaustive_slice_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.126s) 2022-12-01T10:12:31.5977571Z test_aot_autograd_exhaustive_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.077s) 2022-12-01T10:12:31.5977954Z test_aot_autograd_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.093s) 2022-12-01T10:12:31.5978332Z test_aot_autograd_exhaustive_sort_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.710s) 2022-12-01T10:12:31.5979430Z test_aot_autograd_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... /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:12:31.5980109Z torch.eye(m, n, device=device, dtype=dtype) 2022-12-01T10:12:31.5980331Z expected failure (0.004s) 2022-12-01T10:12:31.5980667Z test_aot_autograd_exhaustive_special_airy_ai_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5981108Z test_aot_autograd_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5981565Z test_aot_autograd_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5982004Z test_aot_autograd_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5982511Z test_aot_autograd_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5982971Z test_aot_autograd_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5983451Z test_aot_autograd_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5984093Z test_aot_autograd_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:12:31.5984794Z test_aot_autograd_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:12:31.5985249Z test_aot_autograd_exhaustive_special_entr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.027s) 2022-12-01T10:12:31.5985624Z test_aot_autograd_exhaustive_special_erfcx_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.046s) 2022-12-01T10:12:31.5986060Z test_aot_autograd_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5986537Z test_aot_autograd_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5986960Z test_aot_autograd_exhaustive_special_i0e_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.033s) 2022-12-01T10:12:31.5987326Z test_aot_autograd_exhaustive_special_i1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.070s) 2022-12-01T10:12:31.5987704Z test_aot_autograd_exhaustive_special_i1e_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.078s) 2022-12-01T10:12:31.5988140Z test_aot_autograd_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5988784Z test_aot_autograd_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:12:31.5989235Z test_aot_autograd_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.056s) 2022-12-01T10:12:31.5989673Z test_aot_autograd_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5990140Z test_aot_autograd_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5990608Z test_aot_autograd_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5991062Z test_aot_autograd_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5991481Z test_aot_autograd_exhaustive_special_ndtr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.066s) 2022-12-01T10:12:31.5991864Z test_aot_autograd_exhaustive_special_ndtri_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.051s) 2022-12-01T10:12:31.5992277Z test_aot_autograd_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.105s) 2022-12-01T10:12:31.5992733Z test_aot_autograd_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5993216Z test_aot_autograd_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5993899Z test_aot_autograd_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:12:31.5994580Z test_aot_autograd_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:12:31.5995256Z test_aot_autograd_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:12:31.5995949Z test_aot_autograd_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:12:31.5996460Z test_aot_autograd_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5996894Z test_aot_autograd_exhaustive_special_xlog1py_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.164s) 2022-12-01T10:12:31.5997312Z test_aot_autograd_exhaustive_special_zeta_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.5997708Z test_aot_autograd_exhaustive_split_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.024s) 2022-12-01T10:12:31.5998087Z test_aot_autograd_exhaustive_split_list_args_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.041s) 2022-12-01T10:12:31.5998473Z test_aot_autograd_exhaustive_split_with_sizes_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.054s) 2022-12-01T10:12:31.5998851Z test_aot_autograd_exhaustive_sqrt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.015s) 2022-12-01T10:12:31.5999205Z test_aot_autograd_exhaustive_square_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.035s) 2022-12-01T10:12:31.5999580Z test_aot_autograd_exhaustive_squeeze_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.065s) 2022-12-01T10:12:31.5999947Z test_aot_autograd_exhaustive_stack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.104s) 2022-12-01T10:12:31.6000295Z test_aot_autograd_exhaustive_std_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.196s) 2022-12-01T10:12:31.6000664Z test_aot_autograd_exhaustive_std_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.243s) 2022-12-01T10:12:31.6001611Z test_aot_autograd_exhaustive_stft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:633: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:804.) 2022-12-01T10:12:31.6002211Z normalized, onesided, return_complex) 2022-12-01T10:12:31.6002410Z ok (0.319s) 2022-12-01T10:12:31.6002665Z test_aot_autograd_exhaustive_sub_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.125s) 2022-12-01T10:12:31.6003028Z test_aot_autograd_exhaustive_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.200s) 2022-12-01T10:12:31.6003400Z test_aot_autograd_exhaustive_sum_to_size_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.148s) 2022-12-01T10:12:31.6003753Z test_aot_autograd_exhaustive_svd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (16.240s) 2022-12-01T10:12:31.6004191Z test_aot_autograd_exhaustive_svd_lowrank_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:12:31.6004782Z test_aot_autograd_exhaustive_symeig_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... functorch/test_aotdispatch.py:1060: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:12:31.6005373Z 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:12:31.6005693Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:12:31.6005886Z should be replaced with 2022-12-01T10:12:31.6006174Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:12:31.6006507Z and 2022-12-01T10:12:31.6006685Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:12:31.6006899Z should be replaced with 2022-12-01T10:12:31.6007371Z 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:12:31.6007749Z return op.op(*c_args, **c_kwargs) 2022-12-01T10:12:31.6007939Z ok (0.367s) 2022-12-01T10:12:31.6008209Z test_aot_autograd_exhaustive_t_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.026s) 2022-12-01T10:12:31.6008576Z test_aot_autograd_exhaustive_take_along_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.067s) 2022-12-01T10:12:31.6008951Z test_aot_autograd_exhaustive_take_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.104s) 2022-12-01T10:12:31.6009313Z test_aot_autograd_exhaustive_tan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-12-01T10:12:31.6009675Z test_aot_autograd_exhaustive_tanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.013s) 2022-12-01T10:12:31.6010051Z test_aot_autograd_exhaustive_tensor_split_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.025s) 2022-12-01T10:12:31.6010445Z test_aot_autograd_exhaustive_tensordot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.052s) 2022-12-01T10:12:31.6010818Z test_aot_autograd_exhaustive_tile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.277s) 2022-12-01T10:12:31.6011177Z test_aot_autograd_exhaustive_to_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.248s) 2022-12-01T10:12:31.6011557Z test_aot_autograd_exhaustive_to_sparse_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:12:31.6011939Z test_aot_autograd_exhaustive_topk_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.168s) 2022-12-01T10:12:31.6012303Z test_aot_autograd_exhaustive_trace_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.014s) 2022-12-01T10:12:31.6012663Z test_aot_autograd_exhaustive_transpose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.074s) 2022-12-01T10:12:31.6013038Z test_aot_autograd_exhaustive_trapezoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.256s) 2022-12-01T10:12:31.6013405Z test_aot_autograd_exhaustive_trapz_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.256s) 2022-12-01T10:12:31.6013962Z test_aot_autograd_exhaustive_triangular_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... functorch/test_aotdispatch.py:1060: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T10:12:31.6014511Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:12:31.6014797Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:12:31.6015010Z should be replaced with 2022-12-01T10:12:31.6015353Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T10:12:31.6015674Z return op.op(*c_args, **c_kwargs) 2022-12-01T10:12:31.6015864Z ok (0.297s) 2022-12-01T10:12:31.6016132Z test_aot_autograd_exhaustive_tril_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.075s) 2022-12-01T10:12:31.6016483Z test_aot_autograd_exhaustive_triu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.073s) 2022-12-01T10:12:31.6016855Z test_aot_autograd_exhaustive_true_divide_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.359s) 2022-12-01T10:12:31.6017430Z test_aot_autograd_exhaustive_trunc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.010s) 2022-12-01T10:12:31.6017806Z test_aot_autograd_exhaustive_unbind_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.091s) 2022-12-01T10:12:31.6018167Z test_aot_autograd_exhaustive_unflatten_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.093s) 2022-12-01T10:12:31.6018539Z test_aot_autograd_exhaustive_unfold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.210s) 2022-12-01T10:12:31.6018945Z test_aot_autograd_exhaustive_uniform_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6019486Z test_aot_autograd_exhaustive_unique_consecutive_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6019921Z test_aot_autograd_exhaustive_unique_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6020328Z test_aot_autograd_exhaustive_unsqueeze_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.083s) 2022-12-01T10:12:31.6020698Z test_aot_autograd_exhaustive_var_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.126s) 2022-12-01T10:12:31.6021069Z test_aot_autograd_exhaustive_var_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.174s) 2022-12-01T10:12:31.6021424Z test_aot_autograd_exhaustive_vdot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.012s) 2022-12-01T10:12:31.6021803Z test_aot_autograd_exhaustive_view_as_complex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.011s) 2022-12-01T10:12:31.6022184Z test_aot_autograd_exhaustive_view_as_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.040s) 2022-12-01T10:12:31.6022543Z test_aot_autograd_exhaustive_view_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.067s) 2022-12-01T10:12:31.6022910Z test_aot_autograd_exhaustive_vsplit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.036s) 2022-12-01T10:12:31.6023277Z test_aot_autograd_exhaustive_vstack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.030s) 2022-12-01T10:12:31.6023639Z test_aot_autograd_exhaustive_where_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.075s) 2022-12-01T10:12:31.6023991Z test_aot_autograd_exhaustive_xlogy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.152s) 2022-12-01T10:12:31.6024356Z test_aot_autograd_exhaustive_zero__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.031s) 2022-12-01T10:12:31.6024752Z test_aot_autograd_exhaustive_zeros_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6025196Z test_aot_autograd_exhaustive_zeros_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6025593Z test_aot_autograd_symbolic_exhaustive_H_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.031s) 2022-12-01T10:12:31.6025967Z test_aot_autograd_symbolic_exhaustive_T_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.029s) 2022-12-01T10:12:31.6026367Z test_aot_autograd_symbolic_exhaustive___getitem___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.184s) 2022-12-01T10:12:31.6026770Z test_aot_autograd_symbolic_exhaustive___radd___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.324s) 2022-12-01T10:12:31.6027137Z test_aot_autograd_symbolic_exhaustive___rdiv___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.487s) 2022-12-01T10:12:31.6027533Z test_aot_autograd_symbolic_exhaustive___rmatmul___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.054s) 2022-12-01T10:12:31.6027928Z test_aot_autograd_symbolic_exhaustive___rmod___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.737s) 2022-12-01T10:12:31.6028304Z test_aot_autograd_symbolic_exhaustive___rmul___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.327s) 2022-12-01T10:12:31.6029218Z test_aot_autograd_symbolic_exhaustive___rpow___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:12:31.6029791Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:12:31.6030454Z /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:12:31.6030971Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:12:31.6031612Z /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:12:31.6032095Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:12:31.6032747Z /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:12:31.6033224Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:12:31.6033878Z /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:12:31.6034344Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:12:31.6034992Z /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:12:31.6035460Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:12:31.6036546Z /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:12:31.6037020Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:12:31.6037661Z /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:12:31.6038132Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:12:31.6038781Z /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:12:31.6039253Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:12:31.6039467Z ok (0.579s) 2022-12-01T10:12:31.6039754Z test_aot_autograd_symbolic_exhaustive___rsub___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.282s) 2022-12-01T10:12:31.6040144Z test_aot_autograd_symbolic_exhaustive_abs_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.022s) 2022-12-01T10:12:31.6040517Z test_aot_autograd_symbolic_exhaustive_acos_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.062s) 2022-12-01T10:12:31.6040942Z test_aot_autograd_symbolic_exhaustive_acosh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.051s) 2022-12-01T10:12:31.6041325Z test_aot_autograd_symbolic_exhaustive_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.517s) 2022-12-01T10:12:31.6041729Z test_aot_autograd_symbolic_exhaustive_addbmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.026s) 2022-12-01T10:12:31.6042138Z test_aot_autograd_symbolic_exhaustive_addcdiv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.030s) 2022-12-01T10:12:31.6042549Z test_aot_autograd_symbolic_exhaustive_addcmul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.599s) 2022-12-01T10:12:31.6042940Z test_aot_autograd_symbolic_exhaustive_addmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.150s) 2022-12-01T10:12:31.6043386Z test_aot_autograd_symbolic_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.121s) 2022-12-01T10:12:31.6043790Z test_aot_autograd_symbolic_exhaustive_addmv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:12:31.6044202Z test_aot_autograd_symbolic_exhaustive_addr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:12:31.6044630Z test_aot_autograd_symbolic_exhaustive_all_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6045080Z test_aot_autograd_symbolic_exhaustive_allclose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6045501Z test_aot_autograd_symbolic_exhaustive_amax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.262s) 2022-12-01T10:12:31.6045915Z test_aot_autograd_symbolic_exhaustive_amin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.262s) 2022-12-01T10:12:31.6046418Z test_aot_autograd_symbolic_exhaustive_aminmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6046843Z test_aot_autograd_symbolic_exhaustive_angle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.018s) 2022-12-01T10:12:31.6047245Z test_aot_autograd_symbolic_exhaustive_any_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6047690Z test_aot_autograd_symbolic_exhaustive_arange_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6048140Z test_aot_autograd_symbolic_exhaustive_argmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6048585Z test_aot_autograd_symbolic_exhaustive_argmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6049021Z test_aot_autograd_symbolic_exhaustive_argsort_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6049478Z test_aot_autograd_symbolic_exhaustive_argwhere_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6049918Z test_aot_autograd_symbolic_exhaustive_as_strided_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:12:31.6050352Z test_aot_autograd_symbolic_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:12:31.6050751Z test_aot_autograd_symbolic_exhaustive_asin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.031s) 2022-12-01T10:12:31.6051140Z test_aot_autograd_symbolic_exhaustive_asinh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.027s) 2022-12-01T10:12:31.6051526Z test_aot_autograd_symbolic_exhaustive_atan2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.501s) 2022-12-01T10:12:31.6051909Z test_aot_autograd_symbolic_exhaustive_atan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.026s) 2022-12-01T10:12:31.6052321Z test_aot_autograd_symbolic_exhaustive_atanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.031s) 2022-12-01T10:12:31.6052712Z test_aot_autograd_symbolic_exhaustive_atleast_1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.147s) 2022-12-01T10:12:31.6053104Z test_aot_autograd_symbolic_exhaustive_atleast_2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.118s) 2022-12-01T10:12:31.6053496Z test_aot_autograd_symbolic_exhaustive_atleast_3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.145s) 2022-12-01T10:12:31.6053888Z test_aot_autograd_symbolic_exhaustive_baddbmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:12:31.6054335Z test_aot_autograd_symbolic_exhaustive_bernoulli_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:12:31.6054743Z test_aot_autograd_symbolic_exhaustive_bfloat16_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.158s) 2022-12-01T10:12:31.6055152Z test_aot_autograd_symbolic_exhaustive_block_diag_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:12:31.6055539Z test_aot_autograd_symbolic_exhaustive_bmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.041s) 2022-12-01T10:12:31.6055954Z test_aot_autograd_symbolic_exhaustive_bool_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6056410Z test_aot_autograd_symbolic_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6056865Z test_aot_autograd_symbolic_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.090s) 2022-12-01T10:12:31.6057415Z test_aot_autograd_symbolic_exhaustive_broadcast_to_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.092s) 2022-12-01T10:12:31.6057850Z test_aot_autograd_symbolic_exhaustive_bucketize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6058299Z test_aot_autograd_symbolic_exhaustive_byte_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6058741Z test_aot_autograd_symbolic_exhaustive_cartesian_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:12:31.6059152Z test_aot_autograd_symbolic_exhaustive_cat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:12:31.6059568Z test_aot_autograd_symbolic_exhaustive_cdist_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.041s) 2022-12-01T10:12:31.6059967Z test_aot_autograd_symbolic_exhaustive_ceil_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.019s) 2022-12-01T10:12:31.6060368Z test_aot_autograd_symbolic_exhaustive_chalf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:12:31.6060785Z test_aot_autograd_symbolic_exhaustive_char_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6061218Z test_aot_autograd_symbolic_exhaustive_cholesky_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:12:31.6061644Z test_aot_autograd_symbolic_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:12:31.6062083Z test_aot_autograd_symbolic_exhaustive_cholesky_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:12:31.6062494Z test_aot_autograd_symbolic_exhaustive_chunk_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:12:31.6062890Z test_aot_autograd_symbolic_exhaustive_clamp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.502s) 2022-12-01T10:12:31.6063332Z test_aot_autograd_symbolic_exhaustive_clamp_max_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.587s) 2022-12-01T10:12:31.6063720Z test_aot_autograd_symbolic_exhaustive_clamp_min_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.586s) 2022-12-01T10:12:31.6064095Z test_aot_autograd_symbolic_exhaustive_clone_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.032s) 2022-12-01T10:12:31.6064502Z test_aot_autograd_symbolic_exhaustive_column_stack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:12:31.6064933Z test_aot_autograd_symbolic_exhaustive_combinations_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:12:31.6065384Z test_aot_autograd_symbolic_exhaustive_complex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.022s) 2022-12-01T10:12:31.6065788Z test_aot_autograd_symbolic_exhaustive_conj_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.021s) 2022-12-01T10:12:31.6066184Z test_aot_autograd_symbolic_exhaustive_conj_physical_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.011s) 2022-12-01T10:12:31.6066602Z test_aot_autograd_symbolic_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:12:31.6067000Z test_aot_autograd_symbolic_exhaustive_contiguous_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.023s) 2022-12-01T10:12:31.6067395Z test_aot_autograd_symbolic_exhaustive_copysign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.785s) 2022-12-01T10:12:31.6067804Z test_aot_autograd_symbolic_exhaustive_corrcoef_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:12:31.6068210Z test_aot_autograd_symbolic_exhaustive_cos_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.045s) 2022-12-01T10:12:31.6068577Z test_aot_autograd_symbolic_exhaustive_cosh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.041s) 2022-12-01T10:12:31.6069005Z test_aot_autograd_symbolic_exhaustive_count_nonzero_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6069440Z test_aot_autograd_symbolic_exhaustive_cov_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:12:31.6069858Z test_aot_autograd_symbolic_exhaustive_cross_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:12:31.6070259Z test_aot_autograd_symbolic_exhaustive_cummax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:12:31.6070671Z test_aot_autograd_symbolic_exhaustive_cummin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:12:31.6071087Z test_aot_autograd_symbolic_exhaustive_cumprod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:12:31.6071502Z test_aot_autograd_symbolic_exhaustive_cumsum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.093s) 2022-12-01T10:12:31.6071920Z test_aot_autograd_symbolic_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.205s) 2022-12-01T10:12:31.6072348Z test_aot_autograd_symbolic_exhaustive_deg2rad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:12:31.6072765Z test_aot_autograd_symbolic_exhaustive_diag_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.117s) 2022-12-01T10:12:31.6073175Z test_aot_autograd_symbolic_exhaustive_diag_embed_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.380s) 2022-12-01T10:12:31.6073554Z test_aot_autograd_symbolic_exhaustive_diagflat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.123s) 2022-12-01T10:12:31.6073962Z test_aot_autograd_symbolic_exhaustive_diagonal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:12:31.6074422Z test_aot_autograd_symbolic_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:12:31.6074845Z test_aot_autograd_symbolic_exhaustive_diff_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.030s) 2022-12-01T10:12:31.6075244Z test_aot_autograd_symbolic_exhaustive_digamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:12:31.6075654Z test_aot_autograd_symbolic_exhaustive_dist_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:12:31.6076063Z test_aot_autograd_symbolic_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.085s) 2022-12-01T10:12:31.6076499Z test_aot_autograd_symbolic_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.420s) 2022-12-01T10:12:31.6076894Z test_aot_autograd_symbolic_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.332s) 2022-12-01T10:12:31.6077296Z test_aot_autograd_symbolic_exhaustive_dot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-12-01T10:12:31.6077678Z test_aot_autograd_symbolic_exhaustive_double_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.139s) 2022-12-01T10:12:31.6078081Z test_aot_autograd_symbolic_exhaustive_dsplit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.052s) 2022-12-01T10:12:31.6078482Z test_aot_autograd_symbolic_exhaustive_dstack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.018s) 2022-12-01T10:12:31.6078896Z test_aot_autograd_symbolic_exhaustive_einsum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:12:31.6079326Z test_aot_autograd_symbolic_exhaustive_empty_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6079781Z test_aot_autograd_symbolic_exhaustive_empty_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6080219Z test_aot_autograd_symbolic_exhaustive_eq_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6080664Z test_aot_autograd_symbolic_exhaustive_equal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6081073Z test_aot_autograd_symbolic_exhaustive_erf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.030s) 2022-12-01T10:12:31.6081452Z test_aot_autograd_symbolic_exhaustive_erfc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.055s) 2022-12-01T10:12:31.6081822Z test_aot_autograd_symbolic_exhaustive_erfinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.031s) 2022-12-01T10:12:31.6082205Z test_aot_autograd_symbolic_exhaustive_exp2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.051s) 2022-12-01T10:12:31.6082583Z test_aot_autograd_symbolic_exhaustive_exp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.047s) 2022-12-01T10:12:31.6082983Z test_aot_autograd_symbolic_exhaustive_expand_as_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.033s) 2022-12-01T10:12:31.6083378Z test_aot_autograd_symbolic_exhaustive_expand_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.134s) 2022-12-01T10:12:31.6083761Z test_aot_autograd_symbolic_exhaustive_expm1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.030s) 2022-12-01T10:12:31.6084175Z test_aot_autograd_symbolic_exhaustive_eye_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6084596Z test_aot_autograd_symbolic_exhaustive_fft_fft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.021s) 2022-12-01T10:12:31.6085015Z test_aot_autograd_symbolic_exhaustive_fft_fft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:12:31.6085468Z test_aot_autograd_symbolic_exhaustive_fft_fftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:12:31.6085889Z test_aot_autograd_symbolic_exhaustive_fft_fftshift_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:12:31.6086361Z test_aot_autograd_symbolic_exhaustive_fft_hfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:12:31.6086777Z test_aot_autograd_symbolic_exhaustive_fft_hfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:12:31.6087190Z test_aot_autograd_symbolic_exhaustive_fft_hfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:12:31.6087639Z test_aot_autograd_symbolic_exhaustive_fft_ifft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:12:31.6088044Z test_aot_autograd_symbolic_exhaustive_fft_ifft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:12:31.6088465Z test_aot_autograd_symbolic_exhaustive_fft_ifftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:12:31.6088886Z test_aot_autograd_symbolic_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:12:31.6089313Z test_aot_autograd_symbolic_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:12:31.6089716Z test_aot_autograd_symbolic_exhaustive_fft_ihfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:12:31.6090136Z test_aot_autograd_symbolic_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:12:31.6090548Z test_aot_autograd_symbolic_exhaustive_fft_irfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:12:31.6090964Z test_aot_autograd_symbolic_exhaustive_fft_irfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:12:31.6091369Z test_aot_autograd_symbolic_exhaustive_fft_irfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:12:31.6091784Z test_aot_autograd_symbolic_exhaustive_fft_rfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:12:31.6092195Z test_aot_autograd_symbolic_exhaustive_fft_rfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:12:31.6092610Z test_aot_autograd_symbolic_exhaustive_fft_rfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:12:31.6092993Z test_aot_autograd_symbolic_exhaustive_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.037s) 2022-12-01T10:12:31.6093395Z test_aot_autograd_symbolic_exhaustive_flatten_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.079s) 2022-12-01T10:12:31.6093794Z test_aot_autograd_symbolic_exhaustive_flip_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.176s) 2022-12-01T10:12:31.6094177Z test_aot_autograd_symbolic_exhaustive_fliplr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.036s) 2022-12-01T10:12:31.6094546Z test_aot_autograd_symbolic_exhaustive_flipud_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.036s) 2022-12-01T10:12:31.6094927Z test_aot_autograd_symbolic_exhaustive_float_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.077s) 2022-12-01T10:12:31.6095318Z test_aot_autograd_symbolic_exhaustive_float_power_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.833s) 2022-12-01T10:12:31.6095706Z test_aot_autograd_symbolic_exhaustive_floor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.018s) 2022-12-01T10:12:31.6096116Z test_aot_autograd_symbolic_exhaustive_floor_divide_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6096592Z test_aot_autograd_symbolic_exhaustive_fmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.030s) 2022-12-01T10:12:31.6097120Z test_aot_autograd_symbolic_exhaustive_fmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.029s) 2022-12-01T10:12:31.6097522Z test_aot_autograd_symbolic_exhaustive_fmod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.362s) 2022-12-01T10:12:31.6097889Z test_aot_autograd_symbolic_exhaustive_frac_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.049s) 2022-12-01T10:12:31.6098290Z test_aot_autograd_symbolic_exhaustive_frexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:12:31.6098781Z test_aot_autograd_symbolic_exhaustive_full_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6099218Z test_aot_autograd_symbolic_exhaustive_gather_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:12:31.6099637Z test_aot_autograd_symbolic_exhaustive_ge_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6100085Z test_aot_autograd_symbolic_exhaustive_geqrf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6100520Z test_aot_autograd_symbolic_exhaustive_gradient_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:12:31.6100950Z test_aot_autograd_symbolic_exhaustive_gt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6101349Z test_aot_autograd_symbolic_exhaustive_half_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.110s) 2022-12-01T10:12:31.6101771Z test_aot_autograd_symbolic_exhaustive_heaviside_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6146188Z test_aot_autograd_symbolic_exhaustive_histc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6146773Z test_aot_autograd_symbolic_exhaustive_histogram_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6147243Z test_aot_autograd_symbolic_exhaustive_histogramdd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6147675Z test_aot_autograd_symbolic_exhaustive_hsplit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:12:31.6148107Z test_aot_autograd_symbolic_exhaustive_hstack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:12:31.6148511Z test_aot_autograd_symbolic_exhaustive_hypot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.747s) 2022-12-01T10:12:31.6148914Z test_aot_autograd_symbolic_exhaustive_i0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:12:31.6149327Z test_aot_autograd_symbolic_exhaustive_igamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6149778Z test_aot_autograd_symbolic_exhaustive_igammac_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6150210Z test_aot_autograd_symbolic_exhaustive_index_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.082s) 2022-12-01T10:12:31.6150631Z test_aot_autograd_symbolic_exhaustive_index_copy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.036s) 2022-12-01T10:12:31.6151042Z test_aot_autograd_symbolic_exhaustive_index_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.031s) 2022-12-01T10:12:31.6151463Z test_aot_autograd_symbolic_exhaustive_index_put_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.047s) 2022-12-01T10:12:31.6152068Z test_aot_autograd_symbolic_exhaustive_index_reduce_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.023s) 2022-12-01T10:12:31.6152490Z test_aot_autograd_symbolic_exhaustive_index_select_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.028s) 2022-12-01T10:12:31.6152898Z test_aot_autograd_symbolic_exhaustive_inner_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:12:31.6153325Z test_aot_autograd_symbolic_exhaustive_int_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6153844Z test_aot_autograd_symbolic_exhaustive_isclose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6154301Z test_aot_autograd_symbolic_exhaustive_isfinite_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6154735Z test_aot_autograd_symbolic_exhaustive_isin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6155179Z test_aot_autograd_symbolic_exhaustive_isinf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6155618Z test_aot_autograd_symbolic_exhaustive_isnan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6156070Z test_aot_autograd_symbolic_exhaustive_isneginf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6156505Z test_aot_autograd_symbolic_exhaustive_isposinf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6156955Z test_aot_autograd_symbolic_exhaustive_isreal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6157387Z test_aot_autograd_symbolic_exhaustive_istft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:12:31.6157824Z test_aot_autograd_symbolic_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:31.6158289Z test_aot_autograd_symbolic_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:31.6158730Z test_aot_autograd_symbolic_exhaustive_jiterator_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:31.6159182Z test_aot_autograd_symbolic_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:31.6159632Z test_aot_autograd_symbolic_exhaustive_jiterator_unary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:31.6160055Z test_aot_autograd_symbolic_exhaustive_kron_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:12:31.6160455Z test_aot_autograd_symbolic_exhaustive_kthvalue_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:12:31.6160854Z test_aot_autograd_symbolic_exhaustive_ldexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.451s) 2022-12-01T10:12:31.6161268Z test_aot_autograd_symbolic_exhaustive_le_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6161691Z test_aot_autograd_symbolic_exhaustive_lerp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:12:31.6162075Z test_aot_autograd_symbolic_exhaustive_lgamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.041s) 2022-12-01T10:12:31.6162519Z test_aot_autograd_symbolic_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:12:31.6162953Z test_aot_autograd_symbolic_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:12:31.6163382Z test_aot_autograd_symbolic_exhaustive_linalg_cond_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:12:31.6163792Z test_aot_autograd_symbolic_exhaustive_linalg_cross_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:12:31.6164210Z test_aot_autograd_symbolic_exhaustive_linalg_det_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.039s) 2022-12-01T10:12:31.6164665Z test_aot_autograd_symbolic_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:12:31.6165100Z test_aot_autograd_symbolic_exhaustive_linalg_eig_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:12:31.6165516Z test_aot_autograd_symbolic_exhaustive_linalg_eigh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:12:31.6165941Z test_aot_autograd_symbolic_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:12:31.6166458Z test_aot_autograd_symbolic_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:12:31.6166905Z test_aot_autograd_symbolic_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:12:31.6167332Z test_aot_autograd_symbolic_exhaustive_linalg_inv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:12:31.6167754Z test_aot_autograd_symbolic_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:12:31.6168200Z test_aot_autograd_symbolic_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6168670Z test_aot_autograd_symbolic_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6169126Z test_aot_autograd_symbolic_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6169567Z test_aot_autograd_symbolic_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:12:31.6170004Z test_aot_autograd_symbolic_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:12:31.6170434Z test_aot_autograd_symbolic_exhaustive_linalg_lu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:12:31.6170846Z test_aot_autograd_symbolic_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:12:31.6171275Z test_aot_autograd_symbolic_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:12:31.6171705Z test_aot_autograd_symbolic_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:12:31.6172134Z test_aot_autograd_symbolic_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.161s) 2022-12-01T10:12:31.6172560Z test_aot_autograd_symbolic_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.127s) 2022-12-01T10:12:31.6173016Z test_aot_autograd_symbolic_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6173528Z test_aot_autograd_symbolic_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6173984Z test_aot_autograd_symbolic_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:12:31.6174392Z test_aot_autograd_symbolic_exhaustive_linalg_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.093s) 2022-12-01T10:12:31.6174832Z test_aot_autograd_symbolic_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.062s) 2022-12-01T10:12:31.6175296Z test_aot_autograd_symbolic_exhaustive_linalg_pinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:12:31.6175733Z test_aot_autograd_symbolic_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:12:31.6176213Z test_aot_autograd_symbolic_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:12:31.6176681Z test_aot_autograd_symbolic_exhaustive_linalg_qr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:12:31.6177278Z test_aot_autograd_symbolic_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.039s) 2022-12-01T10:12:31.6177717Z test_aot_autograd_symbolic_exhaustive_linalg_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:12:31.6178146Z test_aot_autograd_symbolic_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:12:31.6178570Z test_aot_autograd_symbolic_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:12:31.6179006Z test_aot_autograd_symbolic_exhaustive_linalg_svd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.339s) 2022-12-01T10:12:31.6179431Z test_aot_autograd_symbolic_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:12:31.6179865Z test_aot_autograd_symbolic_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.052s) 2022-12-01T10:12:31.6180283Z test_aot_autograd_symbolic_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:12:31.6180714Z test_aot_autograd_symbolic_exhaustive_linalg_vander_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.043s) 2022-12-01T10:12:31.6181129Z test_aot_autograd_symbolic_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.912s) 2022-12-01T10:12:31.6181548Z test_aot_autograd_symbolic_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.585s) 2022-12-01T10:12:31.6181976Z test_aot_autograd_symbolic_exhaustive_linspace_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6182392Z test_aot_autograd_symbolic_exhaustive_log10_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.041s) 2022-12-01T10:12:31.6182771Z test_aot_autograd_symbolic_exhaustive_log1p_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.023s) 2022-12-01T10:12:31.6183150Z test_aot_autograd_symbolic_exhaustive_log2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.042s) 2022-12-01T10:12:31.6183517Z test_aot_autograd_symbolic_exhaustive_log_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.036s) 2022-12-01T10:12:31.6183906Z test_aot_autograd_symbolic_exhaustive_log_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.371s) 2022-12-01T10:12:31.6184354Z test_aot_autograd_symbolic_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.425s) 2022-12-01T10:12:31.6184758Z test_aot_autograd_symbolic_exhaustive_logaddexp2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:12:31.6185179Z test_aot_autograd_symbolic_exhaustive_logaddexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:12:31.6185604Z test_aot_autograd_symbolic_exhaustive_logcumsumexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:12:31.6186026Z test_aot_autograd_symbolic_exhaustive_logdet_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.054s) 2022-12-01T10:12:31.6186485Z test_aot_autograd_symbolic_exhaustive_logical_and_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6186942Z test_aot_autograd_symbolic_exhaustive_logical_not_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6187396Z test_aot_autograd_symbolic_exhaustive_logical_or_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6187842Z test_aot_autograd_symbolic_exhaustive_logical_xor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6188251Z test_aot_autograd_symbolic_exhaustive_logit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.219s) 2022-12-01T10:12:31.6188659Z test_aot_autograd_symbolic_exhaustive_logspace_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6189095Z test_aot_autograd_symbolic_exhaustive_logsumexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.166s) 2022-12-01T10:12:31.6189525Z test_aot_autograd_symbolic_exhaustive_long_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6189962Z test_aot_autograd_symbolic_exhaustive_lt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6190367Z test_aot_autograd_symbolic_exhaustive_lu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:12:31.6190774Z test_aot_autograd_symbolic_exhaustive_lu_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:12:31.6191187Z test_aot_autograd_symbolic_exhaustive_lu_unpack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:12:31.6191579Z test_aot_autograd_symbolic_exhaustive_mH_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.182s) 2022-12-01T10:12:31.6191942Z test_aot_autograd_symbolic_exhaustive_mT_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.163s) 2022-12-01T10:12:31.6192339Z test_aot_autograd_symbolic_exhaustive_masked_amax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.605s) 2022-12-01T10:12:31.6192761Z test_aot_autograd_symbolic_exhaustive_masked_amin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.635s) 2022-12-01T10:12:31.6193192Z test_aot_autograd_symbolic_exhaustive_masked_argmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6193650Z test_aot_autograd_symbolic_exhaustive_masked_argmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6194097Z test_aot_autograd_symbolic_exhaustive_masked_cumprod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:12:31.6194528Z test_aot_autograd_symbolic_exhaustive_masked_cumsum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.052s) 2022-12-01T10:12:31.6194950Z test_aot_autograd_symbolic_exhaustive_masked_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.029s) 2022-12-01T10:12:31.6195397Z test_aot_autograd_symbolic_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.799s) 2022-12-01T10:12:31.6195832Z test_aot_autograd_symbolic_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:12:31.6196266Z test_aot_autograd_symbolic_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.178s) 2022-12-01T10:12:31.6196694Z test_aot_autograd_symbolic_exhaustive_masked_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.174s) 2022-12-01T10:12:31.6197128Z test_aot_autograd_symbolic_exhaustive_masked_median_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:12:31.6197599Z test_aot_autograd_symbolic_exhaustive_masked_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-12-01T10:12:31.6198052Z test_aot_autograd_symbolic_exhaustive_masked_normalize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (3.100s) 2022-12-01T10:12:31.6198463Z test_aot_autograd_symbolic_exhaustive_masked_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.107s) 2022-12-01T10:12:31.6198875Z test_aot_autograd_symbolic_exhaustive_masked_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:12:31.6199303Z test_aot_autograd_symbolic_exhaustive_masked_select_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:12:31.6199730Z test_aot_autograd_symbolic_exhaustive_masked_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.787s) 2022-12-01T10:12:31.6200156Z test_aot_autograd_symbolic_exhaustive_masked_softmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.858s) 2022-12-01T10:12:31.6200566Z test_aot_autograd_symbolic_exhaustive_masked_std_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.063s) 2022-12-01T10:12:31.6200984Z test_aot_autograd_symbolic_exhaustive_masked_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.629s) 2022-12-01T10:12:31.6201399Z test_aot_autograd_symbolic_exhaustive_masked_var_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.056s) 2022-12-01T10:12:31.6201811Z test_aot_autograd_symbolic_exhaustive_matmul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.049s) 2022-12-01T10:12:31.6202213Z test_aot_autograd_symbolic_exhaustive_matrix_exp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:12:31.6202616Z test_aot_autograd_symbolic_exhaustive_max_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.563s) 2022-12-01T10:12:31.6203030Z test_aot_autograd_symbolic_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.025s) 2022-12-01T10:12:31.6203473Z test_aot_autograd_symbolic_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:12:31.6203877Z test_aot_autograd_symbolic_exhaustive_maximum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.556s) 2022-12-01T10:12:31.6204074Z test_aot_autograd_symbolic_exhaustive_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.046s) 2022-12-01T10:12:31.6204273Z test_aot_autograd_symbolic_exhaustive_median_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:12:31.6204489Z test_aot_autograd_symbolic_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.027s) 2022-12-01T10:12:31.6204708Z test_aot_autograd_symbolic_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.028s) 2022-12-01T10:12:31.6204928Z test_aot_autograd_symbolic_exhaustive_min_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.566s) 2022-12-01T10:12:31.6205139Z test_aot_autograd_symbolic_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.025s) 2022-12-01T10:12:31.6205353Z test_aot_autograd_symbolic_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:12:31.6205537Z test_aot_autograd_symbolic_exhaustive_minimum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.550s) 2022-12-01T10:12:31.6205703Z test_aot_autograd_symbolic_exhaustive_mm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.029s) 2022-12-01T10:12:31.6205925Z test_aot_autograd_symbolic_exhaustive_mode_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:12:31.6206113Z test_aot_autograd_symbolic_exhaustive_movedim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.104s) 2022-12-01T10:12:31.6206383Z test_aot_autograd_symbolic_exhaustive_msort_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:12:31.6206567Z test_aot_autograd_symbolic_exhaustive_mul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.334s) 2022-12-01T10:12:31.6206788Z test_aot_autograd_symbolic_exhaustive_multinomial_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6206984Z test_aot_autograd_symbolic_exhaustive_mv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.031s) 2022-12-01T10:12:31.6207197Z test_aot_autograd_symbolic_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.042s) 2022-12-01T10:12:31.6207413Z test_aot_autograd_symbolic_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.043s) 2022-12-01T10:12:31.6207625Z test_aot_autograd_symbolic_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.042s) 2022-12-01T10:12:31.6207798Z test_aot_autograd_symbolic_exhaustive_nan_to_num_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.144s) 2022-12-01T10:12:31.6207983Z test_aot_autograd_symbolic_exhaustive_nanmean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.161s) 2022-12-01T10:12:31.6208186Z test_aot_autograd_symbolic_exhaustive_nanmedian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.057s) 2022-12-01T10:12:31.6208392Z test_aot_autograd_symbolic_exhaustive_nanquantile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:12:31.6208580Z test_aot_autograd_symbolic_exhaustive_nansum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.886s) 2022-12-01T10:12:31.6208801Z test_aot_autograd_symbolic_exhaustive_narrow_copy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6209003Z test_aot_autograd_symbolic_exhaustive_narrow_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:12:31.6209196Z test_aot_autograd_symbolic_exhaustive_native_batch_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.621s) 2022-12-01T10:12:31.6209404Z test_aot_autograd_symbolic_exhaustive_native_layer_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (1.132s) 2022-12-01T10:12:31.6209604Z test_aot_autograd_symbolic_exhaustive_ne_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6209786Z test_aot_autograd_symbolic_exhaustive_neg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.025s) 2022-12-01T10:12:31.6210006Z test_aot_autograd_symbolic_exhaustive_new_empty_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6210265Z test_aot_autograd_symbolic_exhaustive_new_empty_strided_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6210484Z test_aot_autograd_symbolic_exhaustive_new_full_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6210698Z test_aot_autograd_symbolic_exhaustive_new_ones_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6210919Z test_aot_autograd_symbolic_exhaustive_new_zeros_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6211140Z test_aot_autograd_symbolic_exhaustive_nextafter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6211404Z test_aot_autograd_symbolic_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.027s) 2022-12-01T10:12:31.6211637Z test_aot_autograd_symbolic_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:12:31.6211858Z test_aot_autograd_symbolic_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.041s) 2022-12-01T10:12:31.6212072Z test_aot_autograd_symbolic_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:12:31.6212298Z test_aot_autograd_symbolic_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:12:31.6212520Z test_aot_autograd_symbolic_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:12:31.6212746Z test_aot_autograd_symbolic_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.047s) 2022-12-01T10:12:31.6212965Z test_aot_autograd_symbolic_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.113s) 2022-12-01T10:12:31.6213181Z test_aot_autograd_symbolic_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.049s) 2022-12-01T10:12:31.6213396Z test_aot_autograd_symbolic_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.066s) 2022-12-01T10:12:31.6213597Z test_aot_autograd_symbolic_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.602s) 2022-12-01T10:12:31.6213815Z test_aot_autograd_symbolic_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.028s) 2022-12-01T10:12:31.6214039Z test_aot_autograd_symbolic_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.107s) 2022-12-01T10:12:31.6214278Z test_aot_autograd_symbolic_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:12:31.6214461Z test_aot_autograd_symbolic_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.075s) 2022-12-01T10:12:31.6214673Z test_aot_autograd_symbolic_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.077s) 2022-12-01T10:12:31.6214882Z test_aot_autograd_symbolic_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.138s) 2022-12-01T10:12:31.6215110Z test_aot_autograd_symbolic_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.052s) 2022-12-01T10:12:31.6215332Z test_aot_autograd_symbolic_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.123s) 2022-12-01T10:12:31.6215581Z test_aot_autograd_symbolic_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.318s) 2022-12-01T10:12:31.6215810Z test_aot_autograd_symbolic_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.027s) 2022-12-01T10:12:31.6216033Z test_aot_autograd_symbolic_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:12:31.6216251Z test_aot_autograd_symbolic_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:12:31.6216511Z test_aot_autograd_symbolic_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:12:31.6217747Z test_aot_autograd_symbolic_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-12-01T10:12:31.6218001Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:12:31.6218824Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-12-01T10:12:31.6219073Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:12:31.6219888Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-12-01T10:12:31.6220133Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:12:31.6220205Z expected failure (0.053s) 2022-12-01T10:12:31.6220430Z test_aot_autograd_symbolic_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.052s) 2022-12-01T10:12:31.6220655Z test_aot_autograd_symbolic_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.031s) 2022-12-01T10:12:31.6220857Z test_aot_autograd_symbolic_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.094s) 2022-12-01T10:12:31.6221079Z test_aot_autograd_symbolic_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:12:31.6221284Z test_aot_autograd_symbolic_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.154s) 2022-12-01T10:12:31.6222095Z test_aot_autograd_symbolic_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86765 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:12:31.6222381Z test_aot_autograd_symbolic_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.096s) 2022-12-01T10:12:31.6222611Z test_aot_autograd_symbolic_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:12:31.6222845Z test_aot_autograd_symbolic_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.072s) 2022-12-01T10:12:31.6223102Z test_aot_autograd_symbolic_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:12:31.6223302Z test_aot_autograd_symbolic_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.577s) 2022-12-01T10:12:31.6223502Z test_aot_autograd_symbolic_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.064s) 2022-12-01T10:12:31.6223722Z test_aot_autograd_symbolic_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.098s) 2022-12-01T10:12:31.6223939Z test_aot_autograd_symbolic_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.023s) 2022-12-01T10:12:31.6224143Z test_aot_autograd_symbolic_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.192s) 2022-12-01T10:12:31.6224353Z test_aot_autograd_symbolic_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.101s) 2022-12-01T10:12:31.6224553Z test_aot_autograd_symbolic_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.299s) 2022-12-01T10:12:31.6224757Z test_aot_autograd_symbolic_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.260s) 2022-12-01T10:12:31.6224982Z test_aot_autograd_symbolic_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:12:31.6225196Z test_aot_autograd_symbolic_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.101s) 2022-12-01T10:12:31.6225417Z test_aot_autograd_symbolic_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.352s) 2022-12-01T10:12:31.6225644Z test_aot_autograd_symbolic_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.033s) 2022-12-01T10:12:31.6225857Z test_aot_autograd_symbolic_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.030s) 2022-12-01T10:12:31.6226089Z test_aot_autograd_symbolic_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:12:31.6226313Z test_aot_autograd_symbolic_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:12:31.6226540Z test_aot_autograd_symbolic_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:12:31.6226772Z test_aot_autograd_symbolic_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.021s) 2022-12-01T10:12:31.6227563Z test_aot_autograd_symbolic_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... /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:12:31.6227817Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:12:31.6227902Z expected failure (0.123s) 2022-12-01T10:12:31.6228115Z test_aot_autograd_symbolic_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.031s) 2022-12-01T10:12:31.6228331Z test_aot_autograd_symbolic_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.324s) 2022-12-01T10:12:31.6228560Z test_aot_autograd_symbolic_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.313s) 2022-12-01T10:12:31.6228776Z test_aot_autograd_symbolic_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.021s) 2022-12-01T10:12:31.6228992Z test_aot_autograd_symbolic_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.018s) 2022-12-01T10:12:31.6229195Z test_aot_autograd_symbolic_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.103s) 2022-12-01T10:12:31.6229415Z test_aot_autograd_symbolic_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:12:31.6229628Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.128s) 2022-12-01T10:12:31.6229845Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.287s) 2022-12-01T10:12:31.6230168Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.045s) 2022-12-01T10:12:31.6230392Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:12:31.6230617Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:12:31.6230836Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:12:31.6231058Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:12:31.6231277Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.029s) 2022-12-01T10:12:31.6231484Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.026s) 2022-12-01T10:12:31.6231686Z test_aot_autograd_symbolic_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.136s) 2022-12-01T10:12:31.6231897Z test_aot_autograd_symbolic_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.035s) 2022-12-01T10:12:31.6232118Z test_aot_autograd_symbolic_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:12:31.6232347Z test_aot_autograd_symbolic_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:12:31.6232584Z test_aot_autograd_symbolic_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.115s) 2022-12-01T10:12:31.6232798Z test_aot_autograd_symbolic_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:12:31.6233045Z test_aot_autograd_symbolic_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.188s) 2022-12-01T10:12:31.6233273Z test_aot_autograd_symbolic_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:12:31.6233491Z test_aot_autograd_symbolic_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:12:31.6233709Z test_aot_autograd_symbolic_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:12:31.6233943Z test_aot_autograd_symbolic_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:12:31.6234178Z test_aot_autograd_symbolic_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.248s) 2022-12-01T10:12:31.6234388Z test_aot_autograd_symbolic_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:12:31.6234608Z test_aot_autograd_symbolic_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:12:31.6234831Z test_aot_autograd_symbolic_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:12:31.6235051Z test_aot_autograd_symbolic_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.573s) 2022-12-01T10:12:31.6235266Z test_aot_autograd_symbolic_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.033s) 2022-12-01T10:12:31.6235465Z test_aot_autograd_symbolic_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.088s) 2022-12-01T10:12:31.6235659Z test_aot_autograd_symbolic_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.130s) 2022-12-01T10:12:31.6235867Z test_aot_autograd_symbolic_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:12:31.6236048Z test_aot_autograd_symbolic_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.096s) 2022-12-01T10:12:31.6236239Z test_aot_autograd_symbolic_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.102s) 2022-12-01T10:12:31.6236456Z test_aot_autograd_symbolic_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:12:31.6236662Z test_aot_autograd_symbolic_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.255s) 2022-12-01T10:12:31.6236862Z test_aot_autograd_symbolic_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.407s) 2022-12-01T10:12:31.6237071Z test_aot_autograd_symbolic_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.459s) 2022-12-01T10:12:31.6237270Z test_aot_autograd_symbolic_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.085s) 2022-12-01T10:12:31.6237472Z test_aot_autograd_symbolic_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.216s) 2022-12-01T10:12:31.6237674Z test_aot_autograd_symbolic_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.091s) 2022-12-01T10:12:31.6237873Z test_aot_autograd_symbolic_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.073s) 2022-12-01T10:12:31.6238098Z test_aot_autograd_symbolic_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.093s) 2022-12-01T10:12:31.6238324Z test_aot_autograd_symbolic_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.046s) 2022-12-01T10:12:31.6238567Z test_aot_autograd_symbolic_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.042s) 2022-12-01T10:12:31.6238779Z test_aot_autograd_symbolic_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:12:31.6239386Z test_aot_autograd_symbolic_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... /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:12:31.6239589Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:12:31.6239673Z expected failure (0.026s) 2022-12-01T10:12:31.6240241Z test_aot_autograd_symbolic_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... /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:12:31.6240436Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:12:31.6240519Z expected failure (0.011s) 2022-12-01T10:12:31.6240743Z test_aot_autograd_symbolic_exhaustive_nonzero_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6240928Z test_aot_autograd_symbolic_exhaustive_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.099s) 2022-12-01T10:12:31.6241116Z test_aot_autograd_symbolic_exhaustive_norm_fro_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.109s) 2022-12-01T10:12:31.6241300Z test_aot_autograd_symbolic_exhaustive_norm_inf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.245s) 2022-12-01T10:12:31.6241502Z test_aot_autograd_symbolic_exhaustive_norm_nuc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:12:31.6241701Z test_aot_autograd_symbolic_exhaustive_normal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.021s) 2022-12-01T10:12:31.6241911Z test_aot_autograd_symbolic_exhaustive_normal_number_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:12:31.6242127Z test_aot_autograd_symbolic_exhaustive_ones_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6242347Z test_aot_autograd_symbolic_exhaustive_ones_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6242564Z test_aot_autograd_symbolic_exhaustive_ormqr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6242762Z test_aot_autograd_symbolic_exhaustive_outer_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:12:31.6242953Z test_aot_autograd_symbolic_exhaustive_pca_lowrank_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.074s) 2022-12-01T10:12:31.6243141Z test_aot_autograd_symbolic_exhaustive_permute_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.145s) 2022-12-01T10:12:31.6243342Z test_aot_autograd_symbolic_exhaustive_pinverse_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:12:31.6243541Z test_aot_autograd_symbolic_exhaustive_polar_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:12:31.6243796Z test_aot_autograd_symbolic_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:12:31.6244009Z test_aot_autograd_symbolic_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:12:31.6244224Z test_aot_autograd_symbolic_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:12:31.6244442Z test_aot_autograd_symbolic_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:12:31.6244653Z test_aot_autograd_symbolic_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:12:31.6244882Z test_aot_autograd_symbolic_exhaustive_positive_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.025s) 2022-12-01T10:12:31.6245056Z test_aot_autograd_symbolic_exhaustive_pow_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.750s) 2022-12-01T10:12:31.6245255Z test_aot_autograd_symbolic_exhaustive_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.050s) 2022-12-01T10:12:31.6245452Z test_aot_autograd_symbolic_exhaustive_put_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:12:31.6245650Z test_aot_autograd_symbolic_exhaustive_qr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:12:31.6245850Z test_aot_autograd_symbolic_exhaustive_quantile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:12:31.6246053Z test_aot_autograd_symbolic_exhaustive_rad2deg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:12:31.6246346Z test_aot_autograd_symbolic_exhaustive_rand_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6246580Z test_aot_autograd_symbolic_exhaustive_randint_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6246796Z test_aot_autograd_symbolic_exhaustive_randn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6247017Z test_aot_autograd_symbolic_exhaustive_randn_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6247200Z test_aot_autograd_symbolic_exhaustive_ravel_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.128s) 2022-12-01T10:12:31.6247371Z test_aot_autograd_symbolic_exhaustive_real_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.025s) 2022-12-01T10:12:31.6247564Z test_aot_autograd_symbolic_exhaustive_reciprocal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.057s) 2022-12-01T10:12:31.6247751Z test_aot_autograd_symbolic_exhaustive_remainder_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.290s) 2022-12-01T10:12:31.6247953Z test_aot_autograd_symbolic_exhaustive_renorm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:12:31.6248139Z test_aot_autograd_symbolic_exhaustive_repeat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.454s) 2022-12-01T10:12:31.6248353Z test_aot_autograd_symbolic_exhaustive_repeat_interleave_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:12:31.6248557Z test_aot_autograd_symbolic_exhaustive_reshape_as_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:12:31.6248757Z test_aot_autograd_symbolic_exhaustive_reshape_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.498s) 2022-12-01T10:12:31.6248976Z test_aot_autograd_symbolic_exhaustive_resize__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6249244Z test_aot_autograd_symbolic_exhaustive_resize_as__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6249422Z test_aot_autograd_symbolic_exhaustive_resolve_conj_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.020s) 2022-12-01T10:12:31.6249610Z test_aot_autograd_symbolic_exhaustive_resolve_neg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.019s) 2022-12-01T10:12:31.6249807Z test_aot_autograd_symbolic_exhaustive_roll_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.026s) 2022-12-01T10:12:31.6249988Z test_aot_autograd_symbolic_exhaustive_rot90_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.115s) 2022-12-01T10:12:31.6250216Z test_aot_autograd_symbolic_exhaustive_round_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:12:31.6250426Z test_aot_autograd_symbolic_exhaustive_round_decimals_0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:12:31.6250638Z test_aot_autograd_symbolic_exhaustive_round_decimals_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:12:31.6250854Z test_aot_autograd_symbolic_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:12:31.6251032Z test_aot_autograd_symbolic_exhaustive_rsqrt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.062s) 2022-12-01T10:12:31.6251203Z test_aot_autograd_symbolic_exhaustive_rsub_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.374s) 2022-12-01T10:12:31.6251406Z test_aot_autograd_symbolic_exhaustive_scatter_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:12:31.6251606Z test_aot_autograd_symbolic_exhaustive_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:12:31.6251821Z test_aot_autograd_symbolic_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:12:31.6252037Z test_aot_autograd_symbolic_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:12:31.6252251Z test_aot_autograd_symbolic_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:12:31.6252463Z test_aot_autograd_symbolic_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:12:31.6252676Z test_aot_autograd_symbolic_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:12:31.6252905Z test_aot_autograd_symbolic_exhaustive_searchsorted_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6253120Z test_aot_autograd_symbolic_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:12:31.6253338Z test_aot_autograd_symbolic_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:12:31.6253524Z test_aot_autograd_symbolic_exhaustive_select_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:12:31.6253731Z test_aot_autograd_symbolic_exhaustive_select_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:12:31.6253926Z test_aot_autograd_symbolic_exhaustive_sgn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.031s) 2022-12-01T10:12:31.6254142Z test_aot_autograd_symbolic_exhaustive_short_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6254325Z test_aot_autograd_symbolic_exhaustive_sigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.071s) 2022-12-01T10:12:31.6254539Z test_aot_autograd_symbolic_exhaustive_sign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.019s) 2022-12-01T10:12:31.6254756Z test_aot_autograd_symbolic_exhaustive_signbit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6254936Z test_aot_autograd_symbolic_exhaustive_sin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.022s) 2022-12-01T10:12:31.6255120Z test_aot_autograd_symbolic_exhaustive_sinc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.115s) 2022-12-01T10:12:31.6255298Z test_aot_autograd_symbolic_exhaustive_sinh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.023s) 2022-12-01T10:12:31.6255521Z test_aot_autograd_symbolic_exhaustive_slice_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:12:31.6255727Z test_aot_autograd_symbolic_exhaustive_slice_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:12:31.6255912Z test_aot_autograd_symbolic_exhaustive_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.374s) 2022-12-01T10:12:31.6256109Z test_aot_autograd_symbolic_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.441s) 2022-12-01T10:12:31.6256303Z test_aot_autograd_symbolic_exhaustive_sort_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:12:31.6256518Z test_aot_autograd_symbolic_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:12:31.6256744Z test_aot_autograd_symbolic_exhaustive_special_airy_ai_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6256972Z test_aot_autograd_symbolic_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6257318Z test_aot_autograd_symbolic_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6257549Z test_aot_autograd_symbolic_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6257757Z test_aot_autograd_symbolic_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6258003Z test_aot_autograd_symbolic_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6258248Z test_aot_autograd_symbolic_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6258675Z test_aot_autograd_symbolic_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:12:31.6259079Z test_aot_autograd_symbolic_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:12:31.6259285Z test_aot_autograd_symbolic_exhaustive_special_entr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:12:31.6259493Z test_aot_autograd_symbolic_exhaustive_special_erfcx_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:12:31.6259734Z test_aot_autograd_symbolic_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6259974Z test_aot_autograd_symbolic_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6260220Z test_aot_autograd_symbolic_exhaustive_special_i0e_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.045s) 2022-12-01T10:12:31.6260425Z test_aot_autograd_symbolic_exhaustive_special_i1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.021s) 2022-12-01T10:12:31.6260603Z test_aot_autograd_symbolic_exhaustive_special_i1e_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.108s) 2022-12-01T10:12:31.6260846Z test_aot_autograd_symbolic_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6261286Z test_aot_autograd_symbolic_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:12:31.6261498Z test_aot_autograd_symbolic_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:12:31.6261736Z test_aot_autograd_symbolic_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6261975Z test_aot_autograd_symbolic_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6262207Z test_aot_autograd_symbolic_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6262434Z test_aot_autograd_symbolic_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6262631Z test_aot_autograd_symbolic_exhaustive_special_ndtr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.102s) 2022-12-01T10:12:31.6262839Z test_aot_autograd_symbolic_exhaustive_special_ndtri_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:12:31.6263077Z test_aot_autograd_symbolic_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:12:31.6263322Z test_aot_autograd_symbolic_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6263547Z test_aot_autograd_symbolic_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6263967Z test_aot_autograd_symbolic_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:12:31.6264383Z test_aot_autograd_symbolic_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:12:31.6264797Z test_aot_autograd_symbolic_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:12:31.6265206Z test_aot_autograd_symbolic_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:12:31.6265444Z test_aot_autograd_symbolic_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6265655Z test_aot_autograd_symbolic_exhaustive_special_xlog1py_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:12:31.6265881Z test_aot_autograd_symbolic_exhaustive_special_zeta_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6266109Z test_aot_autograd_symbolic_exhaustive_split_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:12:31.6266318Z test_aot_autograd_symbolic_exhaustive_split_list_args_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:12:31.6266526Z test_aot_autograd_symbolic_exhaustive_split_with_sizes_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:12:31.6266708Z test_aot_autograd_symbolic_exhaustive_sqrt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.031s) 2022-12-01T10:12:31.6266910Z test_aot_autograd_symbolic_exhaustive_square_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.049s) 2022-12-01T10:12:31.6267116Z test_aot_autograd_symbolic_exhaustive_squeeze_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:12:31.6267315Z test_aot_autograd_symbolic_exhaustive_stack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:12:31.6267509Z test_aot_autograd_symbolic_exhaustive_std_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.054s) 2022-12-01T10:12:31.6267711Z test_aot_autograd_symbolic_exhaustive_std_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.035s) 2022-12-01T10:12:31.6267905Z test_aot_autograd_symbolic_exhaustive_stft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:12:31.6268087Z test_aot_autograd_symbolic_exhaustive_sub_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.339s) 2022-12-01T10:12:31.6268269Z test_aot_autograd_symbolic_exhaustive_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.444s) 2022-12-01T10:12:31.6268471Z test_aot_autograd_symbolic_exhaustive_sum_to_size_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:12:31.6268666Z test_aot_autograd_symbolic_exhaustive_svd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.349s) 2022-12-01T10:12:31.6268853Z test_aot_autograd_symbolic_exhaustive_svd_lowrank_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.073s) 2022-12-01T10:12:31.6269052Z test_aot_autograd_symbolic_exhaustive_symeig_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:12:31.6269231Z test_aot_autograd_symbolic_exhaustive_t_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.039s) 2022-12-01T10:12:31.6269436Z test_aot_autograd_symbolic_exhaustive_take_along_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:12:31.6269636Z test_aot_autograd_symbolic_exhaustive_take_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:12:31.6269814Z test_aot_autograd_symbolic_exhaustive_tan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.034s) 2022-12-01T10:12:31.6269999Z test_aot_autograd_symbolic_exhaustive_tanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.035s) 2022-12-01T10:12:31.6270201Z test_aot_autograd_symbolic_exhaustive_tensor_split_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:12:31.6270403Z test_aot_autograd_symbolic_exhaustive_tensordot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:12:31.6270569Z test_aot_autograd_symbolic_exhaustive_tile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.477s) 2022-12-01T10:12:31.6270748Z test_aot_autograd_symbolic_exhaustive_to_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.331s) 2022-12-01T10:12:31.6270948Z test_aot_autograd_symbolic_exhaustive_to_sparse_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:12:31.6271145Z test_aot_autograd_symbolic_exhaustive_topk_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:12:31.6271376Z test_aot_autograd_symbolic_exhaustive_trace_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:12:31.6271563Z test_aot_autograd_symbolic_exhaustive_transpose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.150s) 2022-12-01T10:12:31.6271766Z test_aot_autograd_symbolic_exhaustive_trapezoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:12:31.6271962Z test_aot_autograd_symbolic_exhaustive_trapz_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:12:31.6272171Z test_aot_autograd_symbolic_exhaustive_triangular_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:12:31.6272380Z test_aot_autograd_symbolic_exhaustive_tril_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.560s) 2022-12-01T10:12:31.6272550Z test_aot_autograd_symbolic_exhaustive_triu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.527s) 2022-12-01T10:12:31.6272741Z test_aot_autograd_symbolic_exhaustive_true_divide_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.448s) 2022-12-01T10:12:31.6272923Z test_aot_autograd_symbolic_exhaustive_trunc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.020s) 2022-12-01T10:12:31.6273121Z test_aot_autograd_symbolic_exhaustive_unbind_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:12:31.6273323Z test_aot_autograd_symbolic_exhaustive_unflatten_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:12:31.6273522Z test_aot_autograd_symbolic_exhaustive_unfold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:12:31.6273744Z test_aot_autograd_symbolic_exhaustive_uniform_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6273981Z test_aot_autograd_symbolic_exhaustive_unique_consecutive_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6274200Z test_aot_autograd_symbolic_exhaustive_unique_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6274386Z test_aot_autograd_symbolic_exhaustive_unsqueeze_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.183s) 2022-12-01T10:12:31.6274567Z test_aot_autograd_symbolic_exhaustive_var_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.051s) 2022-12-01T10:12:31.6274768Z test_aot_autograd_symbolic_exhaustive_var_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.032s) 2022-12-01T10:12:31.6274952Z test_aot_autograd_symbolic_exhaustive_vdot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.017s) 2022-12-01T10:12:31.6275156Z test_aot_autograd_symbolic_exhaustive_view_as_complex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:12:31.6275354Z test_aot_autograd_symbolic_exhaustive_view_as_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:12:31.6275536Z test_aot_autograd_symbolic_exhaustive_view_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.665s) 2022-12-01T10:12:31.6275737Z test_aot_autograd_symbolic_exhaustive_vsplit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:12:31.6275935Z test_aot_autograd_symbolic_exhaustive_vstack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:12:31.6276117Z test_aot_autograd_symbolic_exhaustive_where_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.230s) 2022-12-01T10:12:31.6276302Z test_aot_autograd_symbolic_exhaustive_xlogy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.843s) 2022-12-01T10:12:31.6276468Z test_aot_autograd_symbolic_exhaustive_zero__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.061s) 2022-12-01T10:12:31.6276719Z test_aot_autograd_symbolic_exhaustive_zeros_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6276939Z test_aot_autograd_symbolic_exhaustive_zeros_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:12:31.6277089Z test_autocast (__main__.TestPartitioning) ... skip: CUDA is unavailable (0.001s) 2022-12-01T10:12:31.6277212Z test_contiguous (__main__.TestPartitioning) ... ok (0.014s) 2022-12-01T10:12:31.6278047Z test_default_partitioner_getitem (__main__.TestPartitioning) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/aot_autograd.py:256: UserWarning: Your compiler for AOTAutograd is returning a a function that doesn't take boxed arguments. Please wrap it with functorch.compile.make_boxed_func or handle the boxed arguments yourself. See https://github.com/pytorch/pytorch/pull/83137#issuecomment-1211320670 for rationale. 2022-12-01T10:12:31.6278294Z "Your compiler for AOTAutograd is returning a a function that doesn't take boxed arguments. " 2022-12-01T10:12:31.6278362Z ok (0.017s) 2022-12-01T10:12:31.6278500Z test_meta_tensor_inplace_op (__main__.TestPartitioning) ... ok (0.244s) 2022-12-01T10:12:31.6278635Z test_min_cut_partitioner (__main__.TestPartitioning) ... ok (0.080s) 2022-12-01T10:12:31.6278751Z test_preserve_random (__main__.TestPartitioning) ... ok (0.006s) 2022-12-01T10:12:31.6278889Z test_recompute_partitioning (__main__.TestPartitioning) ... ok (0.020s) 2022-12-01T10:12:31.6279537Z test_external_calls_cpu (__main__.TestPythonKeyCPU) ... /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:12:31.6279725Z warnings.warn("The TorchScript type system doesn't support " 2022-12-01T10:12:31.6279792Z ok (0.054s) 2022-12-01T10:12:31.6279916Z test_make_fx_cpu (__main__.TestPythonKeyCPU) ... ok (0.006s) 2022-12-01T10:12:31.6280063Z test_make_fx_functionalize_cpu (__main__.TestPythonKeyCPU) ... ok (0.007s) 2022-12-01T10:12:31.6280193Z test_make_fx_grad_cpu (__main__.TestPythonKeyCPU) ... ok (0.007s) 2022-12-01T10:12:31.6280311Z test_make_fx_jacrev_cpu (__main__.TestPythonKeyCPU) ... ok (0.018s) 2022-12-01T10:12:31.6280494Z test_make_fx_no_decompose_cpu (__main__.TestPythonKeyCPU) ... skip: error: maximum recursion reached (0.001s) 2022-12-01T10:12:31.6280618Z test_make_fx_vjp_cpu (__main__.TestPythonKeyCPU) ... ok (0.006s) 2022-12-01T10:12:31.6280745Z test_make_fx_vmap_cpu (__main__.TestPythonKeyCPU) ... ok (0.004s) 2022-12-01T10:12:31.6280869Z test_nnc_jit_cpu (__main__.TestPythonKeyCPU) ... ok (0.014s) 2022-12-01T10:12:31.6281006Z test_nnc_passthrough_cpu (__main__.TestPythonKeyCPU) ... ok (0.029s) 2022-12-01T10:12:31.6281134Z test_nnc_pytrees_cpu (__main__.TestPythonKeyCPU) ... ok (0.015s) 2022-12-01T10:12:31.6281259Z test_nnc_scalar_cpu (__main__.TestPythonKeyCPU) ... ok (0.014s) 2022-12-01T10:12:31.6281427Z test_resnet18_backward_trace_cpu (__main__.TestPythonKeyCPU) ... skip: test requires torchvision (0.001s) 2022-12-01T10:12:31.6281558Z test_scalar_device_cpu (__main__.TestPythonKeyCPU) ... ok (0.005s) 2022-12-01T10:12:31.6281569Z 2022-12-01T10:12:31.6281769Z ---------------------------------------------------------------------- 2022-12-01T10:12:31.6281850Z Ran 1242 tests in 341.625s 2022-12-01T10:12:31.6281855Z 2022-12-01T10:12:31.6281953Z OK (skipped=243, expected failures=341) 2022-12-01T10:12:31.6281959Z 2022-12-01T10:12:31.6282044Z Generating XML reports... 2022-12-01T10:12:31.6282361Z Generated XML report: test-reports/python-unittest/functorch.test_aotdispatch/TEST-TestAOTAutograd-20221201100647.xml 2022-12-01T10:12:31.6282695Z Generated XML report: test-reports/python-unittest/functorch.test_aotdispatch/TEST-TestAOTModuleSimplified-20221201100647.xml 2022-12-01T10:12:31.6283066Z Generated XML report: test-reports/python-unittest/functorch.test_aotdispatch/TEST-TestEagerFusionOpInfoCPU-20221201100647.xml 2022-12-01T10:12:31.6283365Z Generated XML report: test-reports/python-unittest/functorch.test_aotdispatch/TEST-TestPartitioning-20221201100647.xml 2022-12-01T10:12:31.6283664Z Generated XML report: test-reports/python-unittest/functorch.test_aotdispatch/TEST-TestPythonKeyCPU-20221201100647.xml 2022-12-01T10:12:31.6283670Z 2022-12-01T10:12:31.6284075Z ##[endgroup] 2022-12-01T10:12:31.6284406Z FINISHED PRINTING LOG FILE of functorch/test_aotdispatch (/var/lib/jenkins/workspace/test/test-reports/functorch-test_aotdispatch_w_fr8gg2) 2022-12-01T10:12:31.6284412Z 2022-12-01T10:12:31.9212102Z Running functorch/test_ops ... [2022-12-01 10:12:31.920786] 2022-12-01T10:12:33.0615108Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:12:33.1009802Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:12:33.1251254Z Ignoring disabled issues: [] 2022-12-01T10:12:33.1391012Z Executing ['/opt/conda/bin/python', '-bb', 'functorch/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:12:33.138717] 2022-12-01T10:12:33.1643041Z Ignoring disabled issues: [] 2022-12-01T10:12:33.1783439Z Executing ['/opt/conda/bin/python', '-bb', 'functorch/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:12:33.177989] 2022-12-01T10:40:48.4128156Z 2022-12-01T10:40:48.4128728Z Expand the folded group to see the log file of functorch/test_ops 2022-12-01T10:40:48.4142535Z ##[group]PRINTING LOG FILE of functorch/test_ops (/var/lib/jenkins/workspace/test/test-reports/functorch-test_ops_7hdioaie) 2022-12-01T10:40:48.4143589Z Test results will be stored in test-reports/python-pytest/functorch.test_ops/functorch.test_ops-4cea113fda154871.xml 2022-12-01T10:40:48.4144155Z ============================= test session starts ============================== 2022-12-01T10:40:48.4146998Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:40:48.4147417Z cachedir: .pytest_cache 2022-12-01T10:40:48.4148131Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:40:48.4148758Z rootdir: /var/lib/jenkins/workspace/test/functorch, configfile: pytest.ini 2022-12-01T10:40:48.4149463Z 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:40:48.4150012Z collecting ... collected 8880 items / 12 deselected / 8868 selected 2022-12-01T10:40:48.4914056Z Running 4369 items in this shard: test_ops.py::TestOperatorsCPU::test_extremal_numerics_l1_loss_cpu, test_ops.py::TestOperatorsCPU::test_extremal_numerics_layer_norm_cpu, test_ops.py::TestOperatorsCPU::test_extremal_numerics_nll_loss_cpu, test_ops.py::TestOperatorsCPU::test_extremal_numerics_softmax_cpu, test_ops.py::TestOperatorsCPU::test_grad_H_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad___getitem___functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad___rmod___cpu_float32, test_ops.py::TestOperatorsCPU::test_grad___rmul___cpu_float32, test_ops.py::TestOperatorsCPU::test_grad___rsub___cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_abs_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_addbmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_addcmul_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_addmm_decomposed_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_addmv_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_all_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_allclose_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_aminmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_angle_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_any_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_arange_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_argmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_argsort_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_argwhere_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_asinh_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_atan2_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_atleast_2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_atleast_3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_baddbmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_bfloat16_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_bfloat16_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_block_diag_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_bmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_broadcast_shapes_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_broadcast_to_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_bucketize_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_byte_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_cartesian_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_cat_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_char_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_char_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_cholesky_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_chunk_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_clamp_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_clamp_max_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_column_stack_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_complex_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_contiguous_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_copysign_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_corrcoef_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_cosh_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_deg2rad_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_diag_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_diag_embed_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_diagonal_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_digamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_dist_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_div_trunc_rounding_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_dsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_empty_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_eq_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_erf_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_erfc_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_exp2_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_fft_fft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_fft_hfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_fft_ifft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_fft_ifftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_fft_ifftshift_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_fft_ihfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_fft_ihfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_flipud_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_float_power_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_floor_divide_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_fmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_frexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_full_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_ge_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_gt_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_half_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_histogram_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_histogramdd_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_hsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_hstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_hypot_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_i0_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_igammac_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_index_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_index_put_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_index_put_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_index_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_inner_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_int_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_isfinite_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_isneginf_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_isposinf_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_isreal_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_jiterator_unary_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_kron_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_kthvalue_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_le_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_lgamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_cross_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_det_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_eigvals_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_eigvalsh_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_householder_product_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_inv_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_ldl_factor_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_ldl_factor_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_ldl_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_lstsq_grad_oriented_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_lu_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_matrix_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_matrix_rank_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_matrix_rank_hermitian_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_pinv_hermitian_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_qr_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_slogdet_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_svd_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_tensorinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_tensorsolve_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_log1p_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_log2_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_log_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_log_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_log_softmax_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_logaddexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_logical_and_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_logical_not_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_logical_or_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_logical_xor_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_logsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_long_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_long_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_lt_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_lu_unpack_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_mH_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_mT_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_masked_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_masked_argmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_masked_argmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_masked_cumprod_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_masked_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_masked_fill_functorch_Scalar_only_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_masked_log_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_masked_logaddexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_masked_logsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_masked_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_masked_median_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_masked_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_masked_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_masked_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_masked_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_masked_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_masked_var_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_matrix_exp_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_max_reduction_with_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_maximum_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_meshgrid_list_of_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_min_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_min_reduction_no_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_minimum_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_multinomial_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_mvlgamma_mvlgamma_p_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_mvlgamma_mvlgamma_p_5_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nanquantile_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nansum_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_narrow_copy_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_native_batch_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_native_layer_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_neg_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_new_empty_strided_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_new_ones_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nextafter_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional__scaled_dot_product_attention_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_avg_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_avg_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_avg_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_avg_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv_transpose1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv_transpose2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_cosine_embedding_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_cross_entropy_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_elu_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_embedding_bag_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_embedding_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_fractional_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_gaussian_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_gelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_grid_sample_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_hardshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_hardswish_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_bicubic_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_leaky_relu_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_local_response_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool2d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_mish_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pad_circular_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pad_constant_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pad_reflect_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pad_replicate_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pairwise_distance_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pdist_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pixel_unshuffle_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_poisson_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_prelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_relu6_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_relu_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_softmin_with_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_softshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_softsign_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_tanhshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_triplet_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_norm_inf_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_norm_nuc_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_outer_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_permute_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_polar_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_polygamma_polygamma_n_1_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_polygamma_polygamma_n_4_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_qr_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_quantile_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_rand_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_randn_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_ravel_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_real_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_repeat_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_repeat_interleave_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_resize__cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_resize_as__cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_resolve_neg_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_roll_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_round_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_rsqrt_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_scatter_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_scatter_reduce_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_scatter_reduce_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_scatter_reduce_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_searchsorted_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_segment_reduce_lengths_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_segment_reduce_offsets_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_sin_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_sinc_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_softmax_with_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_sparse_sampled_addmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_special_airy_ai_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_special_bessel_j0_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_special_chebyshev_polynomial_u_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_special_erfcx_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_special_hermite_polynomial_h_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_special_hermite_polynomial_he_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_special_i0e_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_special_i1e_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_special_laguerre_polynomial_l_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_special_legendre_polynomial_p_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_special_modified_bessel_i1_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_special_ndtr_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_special_ndtri_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_special_scaled_modified_bessel_k0_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_special_shifted_chebyshev_polynomial_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_special_shifted_chebyshev_polynomial_v_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_special_shifted_chebyshev_polynomial_w_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_special_xlog1py_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_special_zeta_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_square_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_squeeze_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_stack_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_std_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_stft_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_sum_to_size_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_svd_lowrank_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_symeig_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_take_along_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_tan_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_tanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_tile_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_to_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_transpose_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_trapezoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_trapz_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_tril_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_true_divide_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_trunc_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_unbind_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_unflatten_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_unfold_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_var_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_var_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_vdot_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_view_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_view_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_vsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_vstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_where_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_xlogy_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_zero__cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp___radd___cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp___rdiv___cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp___rmatmul___cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp___rmod___cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp___rmul___cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp___rpow___cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp___rsub___cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_addbmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_addcdiv_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_addcmul_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_allclose_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_aminmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_any_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_argmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_argsort_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_asin_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_asinh_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_atan2_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_atan_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_bmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_bool_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_bool_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_broadcast_shapes_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_broadcast_to_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_bucketize_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_byte_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_cat_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_ceil_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_chalf_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_char_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_char_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_cholesky_inverse_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_cholesky_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_chunk_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_clamp_min_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_clone_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_column_stack_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_combinations_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_complex_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_conj_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_conj_physical_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_constant_pad_nd_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_contiguous_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_cos_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_count_nonzero_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_cross_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_diag_embed_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_diagflat_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_diagonal_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_diff_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_dist_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_double_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_double_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_dsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_dstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_einsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_empty_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_empty_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_eq_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_erf_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_erfc_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_erfinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_eye_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_fft_fft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_fft_fftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_fft_fftshift_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_fft_hfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_fft_ifftshift_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_fft_ihfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_fft_ihfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_fft_ihfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_fft_irfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_flip_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_fliplr_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_flipud_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_float_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_float_power_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_floor_divide_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_fmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_fmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_frac_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_frexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_full_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_ge_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_geqrf_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_gt_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_histc_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_histogramdd_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_hsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_hstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_i0_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_index_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_index_copy_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_int_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_isclose_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_isin_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_isinf_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_isnan_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_istft_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_jiterator_4inputs_with_extra_args_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_jiterator_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_kron_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_ldexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_lgamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_cond_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_det_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_inv_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_lu_factor_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_lu_factor_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_matrix_rank_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_pinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_pinv_hermitian_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_pinv_singular_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_solve_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_tensorinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_vecdot_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_vector_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linspace_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_log_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_log_softmax_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_logdet_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_logical_and_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_logical_not_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_logit_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_logspace_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_logsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_long_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_lu_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_mH_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_mT_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_masked_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_masked_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_masked_cumsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_masked_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_masked_fill_functorch_Scalar_only_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_masked_log_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_masked_logsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_masked_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_masked_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_masked_softmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_masked_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_masked_var_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_max_reduction_with_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_maximum_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_meshgrid_list_of_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_min_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_minimum_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_mm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_msort_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_multinomial_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_mvlgamma_mvlgamma_p_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nan_to_num_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nanquantile_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_narrow_copy_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_neg_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_new_full_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_new_ones_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_new_zeros_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional__scaled_dot_product_attention_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_avg_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_avg_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_avg_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_max_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_avg_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_avg_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv_transpose1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv_transpose2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_dropout2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_dropout3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_embedding_bag_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_embedding_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_embedding_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_fractional_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_glu_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_grid_sample_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_group_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_hardsigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_hardswish_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_hardtanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_huber_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_kl_div_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_leaky_relu_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_local_response_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_margin_ranking_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool1d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_mse_loss_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_multilabel_soft_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pad_constant_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pixel_shuffle_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pixel_unshuffle_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_relu_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_soft_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_softmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_softmin_with_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_softplus_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_tanhshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_unfold_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_upsample_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_upsample_nearest_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_norm_inf_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_ones_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_ormqr_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_permute_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_pinverse_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_polar_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_polygamma_polygamma_n_1_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_polygamma_polygamma_n_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_polygamma_polygamma_n_4_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_positive_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_pow_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_quantile_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_rand_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_randint_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_randn_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_ravel_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_real_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_reciprocal_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_repeat_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_reshape_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_resize__cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_resolve_conj_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_resolve_neg_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_roll_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_rot90_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_round_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_round_decimals_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_round_decimals_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_round_decimals_neg_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_scatter_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_scatter_reduce_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_scatter_reduce_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_scatter_reduce_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_segment_reduce_offsets_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_sgn_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_short_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_short_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_sigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_sinh_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_slice_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_slice_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_special_airy_ai_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_special_bessel_j0_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_special_bessel_j1_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_special_bessel_y0_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_special_chebyshev_polynomial_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_special_chebyshev_polynomial_v_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_special_chebyshev_polynomial_w_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_special_i0e_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_special_laguerre_polynomial_l_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_special_legendre_polynomial_p_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_special_log_ndtr_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_special_modified_bessel_k1_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_special_ndtri_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_special_scaled_modified_bessel_k0_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_special_scaled_modified_bessel_k1_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_special_shifted_chebyshev_polynomial_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_special_shifted_chebyshev_polynomial_w_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_special_spherical_bessel_j0_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_special_xlog1py_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_special_zeta_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_split_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_split_list_args_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_sqrt_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_stack_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_std_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_stft_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_svd_lowrank_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_take_along_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_tan_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_tile_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_to_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_to_sparse_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_transpose_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_trapezoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_triangular_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_tril_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_triu_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_true_divide_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_unique_consecutive_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_unsqueeze_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_var_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_view_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_where_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_xlogy_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_zeros_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_T_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp___getitem___cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp___rdiv___cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp___rsub___cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_acos_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_acosh_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_addbmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_addcdiv_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_addcmul_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_addmv_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_arange_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_argmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_argsort_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_as_strided_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_as_strided_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_asinh_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_atan2_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_atan_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_atanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_atleast_3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_bfloat16_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_bfloat16_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_block_diag_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_broadcast_to_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_bucketize_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_cartesian_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_char_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_cholesky_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_chunk_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_clamp_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_clamp_max_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_clamp_min_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_combinations_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_conj_physical_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_constant_pad_nd_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_contiguous_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_copysign_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_corrcoef_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_cos_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_cumprod_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_cumsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_diag_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_diagflat_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_diagonal_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_diagonal_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_diff_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_digamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_div_trunc_rounding_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_dot_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_einsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_empty_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_empty_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_equal_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_erf_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_erfc_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_exp_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_expand_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_eye_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_fft_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_fftshift_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_hfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_hfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ifftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ihfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_irfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_rfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_rfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_flatten_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_flip_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_flipud_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_floor_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_fmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_fmod_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_frexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_ge_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_geqrf_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_half_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_half_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_heaviside_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_histc_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_histogram_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_hsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_hstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_igamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_igammac_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_index_reduce_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_index_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_int_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_isin_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_isinf_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_isneginf_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_isposinf_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_istft_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_jiterator_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_jiterator_binary_return_by_ref_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_jiterator_unary_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_kron_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_kthvalue_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_inv_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_ldl_factor_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lu_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lu_factor_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lu_factor_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_matrix_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_matrix_power_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_multi_dot_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_pinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_slogdet_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_solve_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_svd_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_vector_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_log10_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_log1p_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_log2_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_log_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_log_softmax_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_logaddexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_logical_not_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_logspace_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_long_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_lu_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_mH_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_mT_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_cumprod_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_cumsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_fill_functorch_Scalar_only_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_log_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_median_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_softmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_std_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_matrix_exp_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_max_reduction_no_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_max_reduction_with_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_maximum_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_meshgrid_variadic_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_min_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_mode_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_msort_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_multinomial_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_mvlgamma_mvlgamma_p_5_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nan_to_num_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nanmean_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nanmedian_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nanquantile_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nansum_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_narrow_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_new_empty_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_new_empty_strided_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional__scaled_dot_product_attention_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_avg_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_avg_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_max_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_avg_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_batch_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_binary_cross_entropy_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_celu_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv_transpose1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv_transpose2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_cosine_similarity_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_ctc_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_dropout_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_elu_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_embedding_bag_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_embedding_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_fractional_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_fractional_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_glu_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_grid_sample_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_group_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_hardsigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_hardswish_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_hardtanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_bicubic_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_linear_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_nearest_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_trilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_l1_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_layer_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_leaky_relu_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_linear_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_local_response_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_logsigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_mish_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_mse_loss_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_multi_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_multilabel_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pad_reflect_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pad_replicate_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pixel_shuffle_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_poisson_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_prelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_relu_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_selu_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_soft_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_softmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_softplus_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_softshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_softsign_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_threshold_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_unfold_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_upsample_nearest_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_norm_nuc_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_normal_number_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_ones_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_ops_aten_index_put_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_ormqr_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_outer_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_pca_lowrank_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_polar_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_polygamma_polygamma_n_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_polygamma_polygamma_n_1_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_polygamma_polygamma_n_2_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_polygamma_polygamma_n_4_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_put_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_quantile_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_randint_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_randn_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_randn_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_ravel_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_reciprocal_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_remainder_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_repeat_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_reshape_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_resize__cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_resize_as__cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_resolve_neg_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_roll_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_round_decimals_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_round_decimals_neg_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_rsub_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_reduce_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_reduce_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_reduce_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_reduce_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_searchsorted_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_segment_reduce_lengths_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_sgn_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_short_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_sigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_signbit_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_sort_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_special_airy_ai_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_special_bessel_j0_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_special_bessel_y0_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_special_bessel_y1_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_special_chebyshev_polynomial_w_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_special_entr_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_special_hermite_polynomial_he_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_special_i0e_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_special_i1_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_special_laguerre_polynomial_l_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_special_legendre_polynomial_p_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_special_modified_bessel_i1_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_special_modified_bessel_k0_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_special_modified_bessel_k1_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_special_ndtr_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_special_ndtri_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_special_polygamma_special_polygamma_n_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_special_scaled_modified_bessel_k0_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_special_shifted_chebyshev_polynomial_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_special_shifted_chebyshev_polynomial_w_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_special_spherical_bessel_j0_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_special_xlog1py_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_special_zeta_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_split_list_args_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_square_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_std_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_sum_to_size_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_svd_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_svd_lowrank_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_take_along_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_take_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_trace_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_transpose_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_trapezoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_tril_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_trunc_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_unflatten_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_uniform_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_unique_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_view_as_complex_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_vsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_vstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_xlogy_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_zero__cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_zeros_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_broadcast_to_grad_op_jvp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_broadcast_to_grad_op_vjp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_contiguous_grad_op_vjp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_diagonal_grad_op_vjp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_flatten_grad_op_vjp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_dsplit_grad_op_jvp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_hsplit_grad_op_jvp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_split_grad_op_vjp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_split_list_args_grad_op_jvp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_vsplit_grad_op_vjp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_mH_grad_op_vjp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_mT_grad_op_jvp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_mT_grad_op_vjp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_movedim_grad_op_jvp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_permute_grad_op_jvp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_positive_grad_op_vjp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_real_grad_op_jvp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_real_grad_op_vjp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_reshape_grad_op_vjp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_resolve_conj_grad_op_jvp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_resolve_neg_grad_op_jvp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_select_grad_op_jvp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_select_grad_op_vjp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_special_grad_op_jvp_cpu, test_ops.py::TestOperatorsCPU::test_view_then_inplace_squeeze_grad_op_jvp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_squeeze_grad_op_vjp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_unsqueeze_grad_op_jvp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_unsqueeze_grad_op_vjp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_as_complex_grad_op_jvp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_as_complex_grad_op_vjp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_as_grad_op_jvp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_as_grad_op_vjp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_H_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp___getitem___functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp___radd___cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp___rdiv___cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp___rmatmul___cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp___rmul___cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp___rsub___cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_abs_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_addbmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_addmm_decomposed_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_all_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_aminmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_angle_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_any_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_arange_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_argmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_argsort_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_argwhere_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_asin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_atan_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_atleast_2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_atleast_3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_baddbmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_bfloat16_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_bfloat16_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_block_diag_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_bool_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_broadcast_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_bucketize_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_byte_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_byte_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_cartesian_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_ceil_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_chalf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_cholesky_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_chunk_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_clamp_max_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_clamp_min_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_combinations_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_contiguous_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_copysign_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_corrcoef_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_cos_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_count_nonzero_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_cov_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_cross_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_cummin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_cumprod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_deg2rad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_diag_embed_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_diagonal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_diagonal_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_dist_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_div_no_rounding_mode_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_double_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_dstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_empty_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_eq_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_equal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_erf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_erfinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_exp2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_exp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_expand_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_fft_fft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_fft_fftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_fft_fftshift_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_fft_hfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_fft_ifft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_fft_ifft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_fft_ifftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_fft_ihfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_fft_ihfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_fft_ihfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_fft_irfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_fft_rfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_float_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_float_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_floor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_fmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_fmod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_frac_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_frexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_full_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_gather_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_ge_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_gt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_half_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_half_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_histc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_histogram_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_hsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_hstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_hypot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_i0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_igammac_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_index_copy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_inner_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_int_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_isclose_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_isfinite_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_isin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_isinf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_isneginf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_isposinf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_jiterator_unary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_kthvalue_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_lgamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_cond_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_cross_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_eigh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_inv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_ldl_factor_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_lstsq_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_lu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_lu_factor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_lu_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_matrix_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_matrix_rank_hermitian_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_norm_subgradients_at_zero_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_pinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_tensorinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_tensorsolve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_vander_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_vector_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linspace_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_log10_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_log_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_log_softmax_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_logaddexp2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_logaddexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_logcumsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_logdet_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_logical_not_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_logical_or_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_logspace_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_logsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_long_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_lu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_mH_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_mT_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_masked_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_masked_argmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_masked_cumprod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_masked_cumsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_masked_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_masked_logsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_masked_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_masked_median_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_masked_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_masked_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_masked_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_masked_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_matrix_exp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_max_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_max_reduction_with_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_meshgrid_list_of_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_meshgrid_variadic_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_min_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_min_reduction_with_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_minimum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_mm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_movedim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_msort_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_multinomial_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_mv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_mvlgamma_mvlgamma_p_1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_mvlgamma_mvlgamma_p_5_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nan_to_num_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nanmedian_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_narrow_copy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_ne_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_new_full_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_new_ones_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_avg_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_avg_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_max_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_avg_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_binary_cross_entropy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv_transpose2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_cosine_similarity_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_cross_entropy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_ctc_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_dropout3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_dropout_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_elu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_embedding_bag_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_embedding_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_fractional_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_gelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_glu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_grid_sample_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_hardshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_hardswish_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_hinge_embedding_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_instance_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_interpolate_bicubic_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_interpolate_linear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_l1_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_layer_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_leaky_relu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_linear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_logsigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_unpool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_unpool3d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_mse_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_mse_loss_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_multi_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_multilabel_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pad_circular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pad_reflect_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pad_replicate_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pairwise_distance_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_poisson_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_prelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_relu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_rrelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_selu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_smooth_l1_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_softmin_with_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_softshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_softsign_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_upsample_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_upsample_nearest_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_norm_fro_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_norm_nuc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_normal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_normal_number_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_ones_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_ones_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_ops_aten_index_put_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_outer_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_polar_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_polygamma_polygamma_n_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_polygamma_polygamma_n_2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_polygamma_polygamma_n_4_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_pow_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_put_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_qr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_quantile_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_rad2deg_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_rand_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_randint_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_real_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_reciprocal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_remainder_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_renorm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_repeat_interleave_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_reshape_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_roll_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_round_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_round_decimals_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_round_decimals_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_round_decimals_neg_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_rsub_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_scatter_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_scatter_reduce_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_scatter_reduce_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_searchsorted_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_sgn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_short_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_sigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_sin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_sinc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_sort_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_special_airy_ai_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_special_bessel_j1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_special_bessel_y1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_special_chebyshev_polynomial_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_special_chebyshev_polynomial_u_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_special_chebyshev_polynomial_w_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_special_hermite_polynomial_he_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_special_i0e_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_special_i1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_special_i1e_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_special_legendre_polynomial_p_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_special_modified_bessel_i1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_special_ndtr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_special_ndtri_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_special_polygamma_special_polygamma_n_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_special_scaled_modified_bessel_k1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_special_shifted_chebyshev_polynomial_u_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_special_shifted_chebyshev_polynomial_v_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_special_shifted_chebyshev_polynomial_w_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_special_zeta_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_split_with_sizes_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_sqrt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_square_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_std_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_stft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_svd_lowrank_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_tan_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_tanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_tensor_split_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_tensordot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_to_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_to_sparse_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_trace_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_triangular_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_triu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_true_divide_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_trunc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_unfold_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_uniform_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_unique_consecutive_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_unique_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_unsqueeze_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_var_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_var_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_view_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_vstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_where_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_xlogy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_T_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp___getitem___cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp___getitem___functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp___radd___cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp___rdiv___cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp___rmatmul___cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp___rmod___cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp___rpow___cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp___rsub___cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_addbmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_addcdiv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_addmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_addmv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_aminmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_angle_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_arange_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_argmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_as_strided_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_asin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_atan_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_atanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_atleast_1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_atleast_2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_bmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_bool_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_bucketize_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_byte_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_byte_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_cartesian_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_char_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_cholesky_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_clamp_min_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_clone_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_column_stack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_combinations_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_conj_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_conj_physical_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_constant_pad_nd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_contiguous_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_corrcoef_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_cos_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_cosh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_cross_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_cumprod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_diagflat_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_diagonal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_diff_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_div_no_rounding_mode_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_div_trunc_rounding_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_dot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_einsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_erf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_erfinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_expand_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_expm1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_fft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_fftshift_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_hfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ihfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ihfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_irfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_fliplr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_float_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_float_power_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_floor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_frexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_ge_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_geqrf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_half_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_heaviside_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_hsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_hypot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_i0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_igamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_index_copy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_index_reduce_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_int_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_isfinite_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_isreal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_jiterator_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_kron_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_le_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_lerp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_cond_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_det_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_eigvals_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_eigvalsh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_inv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_ldl_factor_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lstsq_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lu_factor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lu_factor_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_matrix_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_matrix_power_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_matrix_rank_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_multi_dot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_pinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_pinv_singular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_svdvals_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_tensorsolve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_vander_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_vector_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_log1p_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_log_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_log_softmax_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_logaddexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_logcumsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_logdet_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_logspace_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_logsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_mH_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_mT_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_argmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_argmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_cumsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_log_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_logsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_normalize_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_var_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_matmul_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_matrix_exp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_max_reduction_no_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_max_reduction_with_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_maximum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_median_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_meshgrid_variadic_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_min_reduction_no_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_min_reduction_with_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_mode_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_movedim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_msort_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_mul_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_multinomial_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_mv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_mvlgamma_mvlgamma_p_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nan_to_num_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nanmean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nanquantile_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_native_layer_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_new_empty_strided_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_new_full_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_new_ones_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_new_zeros_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nextafter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_avg_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_avg_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_avg_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_avg_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_binary_cross_entropy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_cosine_similarity_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_ctc_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_dropout3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_embedding_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_fractional_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_fractional_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_glu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_grid_sample_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_hardshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_hardtanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_hinge_embedding_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_instance_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_bicubic_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_linear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_nearest_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_trilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_leaky_relu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_linear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool1d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_mish_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pad_circular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pad_constant_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pad_replicate_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_poisson_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_relu6_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_rrelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_silu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_smooth_l1_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_softmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_softmin_with_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_softshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_softsign_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_tanhshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_threshold_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_unfold_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_upsample_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_normal_number_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_ones_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_ormqr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_pca_lowrank_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_pinverse_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_polar_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_polygamma_polygamma_n_2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_polygamma_polygamma_n_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_positive_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_put_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_randint_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_randn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_randn_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_ravel_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_real_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_remainder_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_reshape_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_reshape_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_resolve_conj_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_resolve_neg_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_rot90_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_round_decimals_neg_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_reduce_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_reduce_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_segment_reduce_offsets_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_sgn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_sign_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_sin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_sinc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_sinh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_sort_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_special_airy_ai_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_special_bessel_j0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_special_chebyshev_polynomial_u_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_special_chebyshev_polynomial_w_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_special_erfcx_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_special_hermite_polynomial_h_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_special_i0e_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_special_i1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_special_laguerre_polynomial_l_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_special_log_ndtr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_special_modified_bessel_k0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_special_modified_bessel_k1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_special_scaled_modified_bessel_k0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_special_scaled_modified_bessel_k1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_special_shifted_chebyshev_polynomial_u_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_special_spherical_bessel_j0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_special_xlog1py_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_split_list_args_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_split_with_sizes_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_square_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_squeeze_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_stack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_std_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_std_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_stft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_svd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_svd_lowrank_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_symeig_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_tensordot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_tile_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_to_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_to_sparse_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_topk_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_trace_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_trapz_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_triu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_true_divide_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_unbind_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_unique_consecutive_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_unique_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_view_as_complex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_zeros_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap___getitem___cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap___getitem___functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap___radd___cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap___rdiv___cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap___rmatmul___cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_abs_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_acosh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_addbmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_addcmul_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_addmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_addmm_decomposed_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_addmv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_addr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_allclose_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_aminmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_any_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_arange_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_as_strided_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_atan2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_baddbmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_bernoulli_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_bfloat16_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_bfloat16_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_bool_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_broadcast_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_broadcast_to_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_bucketize_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_byte_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_cat_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_ceil_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_cholesky_inverse_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_chunk_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_clamp_min_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_complex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_conj_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_conj_physical_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_copysign_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_corrcoef_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_cosh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_cummax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_cummin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_cumprod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_cumsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_cumulative_trapezoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_deg2rad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_diagonal_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_diff_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_digamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_dist_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_div_floor_rounding_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_div_trunc_rounding_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_dot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_double_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_empty_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_erfc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_exp2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_expand_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_fft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_fftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_fftshift_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_hfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ifft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ifft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ifftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ihfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_irfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_irfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_rfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_flip_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_float_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_float_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_floor_divide_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_fmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_frac_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_full_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_ge_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_gradient_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_half_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_histc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_histogramdd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_hstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_igamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_index_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_index_copy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_index_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_index_put_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_index_put_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_isclose_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_isfinite_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_isinf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_istft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_jiterator_2inputs_2outputs_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_jiterator_4inputs_with_extra_args_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_jiterator_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_kthvalue_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_ldexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_lgamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_det_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_det_singular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_eig_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_eigh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_eigvals_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_eigvalsh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_inv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_inv_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_ldl_factor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lstsq_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lstsq_grad_oriented_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lu_factor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lu_factor_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_matrix_rank_hermitian_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_multi_dot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_pinv_singular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_solve_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_solve_triangular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_svd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_svdvals_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_tensorinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_vander_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_vecdot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_log2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_log_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_logaddexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_logcumsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_logical_and_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_logical_not_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_logit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_logspace_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_long_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_long_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_lt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_lu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_lu_unpack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_mH_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_cumprod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_cumsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_fill_functorch_Scalar_only_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_logaddexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_median_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_softmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_var_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_matmul_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_matrix_exp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_max_reduction_no_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_max_reduction_with_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_maximum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_median_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_min_reduction_no_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_minimum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_mm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_msort_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_mul_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_multinomial_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_mvlgamma_mvlgamma_p_1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nan_to_num_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nanmean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nanmedian_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nanquantile_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_narrow_copy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_narrow_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_native_layer_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_ne_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_new_empty_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_new_full_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_new_ones_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_new_zeros_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional__scaled_dot_product_attention_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_binary_cross_entropy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_celu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_stride_groups_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_stride_padding_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv_transpose1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv_transpose3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_cosine_embedding_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_cosine_similarity_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_dropout3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_elu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_embedding_bag_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_embedding_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_embedding_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_gelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_group_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_hardtanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_hinge_embedding_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_linear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_trilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_kl_div_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_linear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_logsigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_margin_ranking_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool1d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool3d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_mish_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_mse_loss_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_multi_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pad_circular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pad_reflect_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pad_replicate_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pixel_shuffle_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_poisson_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_relu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_smooth_l1_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_soft_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_softmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_softplus_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_softshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_softsign_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_threshold_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_norm_fro_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_norm_nuc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_normal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_ones_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_ops_aten_index_put_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_ormqr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_pca_lowrank_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_permute_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_polygamma_polygamma_n_4_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_positive_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_pow_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_rad2deg_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_rand_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_randint_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_reciprocal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_remainder_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_repeat_interleave_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_reshape_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_reshape_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_resolve_neg_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_roll_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_round_decimals_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_rsqrt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_rsub_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_reduce_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_reduce_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_searchsorted_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_segment_reduce_lengths_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_select_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_slice_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_softmax_with_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_special_bessel_y1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_special_chebyshev_polynomial_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_special_chebyshev_polynomial_u_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_special_hermite_polynomial_he_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_special_i1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_special_i1e_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_special_laguerre_polynomial_l_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_special_modified_bessel_i0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_special_modified_bessel_i1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_special_modified_bessel_k0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_special_ndtr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_special_polygamma_special_polygamma_n_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_special_scaled_modified_bessel_k0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_special_scaled_modified_bessel_k1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_special_shifted_chebyshev_polynomial_u_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_split_list_args_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_stack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_stft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_svd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_take_along_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_take_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_tensor_split_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_to_sparse_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_transpose_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_trapezoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_triangular_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_triu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_trunc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_unflatten_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_unfold_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_unique_consecutive_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_unsqueeze_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_view_as_complex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_view_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_vsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_where_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_xlogy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_zero__cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___getitem___cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___getitem___functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___radd___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___radd___cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rdiv___cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmatmul___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmod___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmod___cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rpow___cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rsub___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rsub___cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_acos_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addbmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addcdiv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addcdiv_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addcmul_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addcmul_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmm_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmm_decomposed_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_allclose_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_amax_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_angle_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_angle_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argsort_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argwhere_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_as_strided_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_as_strided_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_as_strided_scatter_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_asin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atan2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atan2_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atanh_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_1d_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_2d_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_3d_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_baddbmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bernoulli_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bfloat16_functorch_no_channels_last_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_block_diag_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bmm_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bool_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bool_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bool_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_broadcast_shapes_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_broadcast_to_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bucketize_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_byte_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_byte_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cat_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cat_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ceil_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ceil_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_chalf_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_char_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_char_functorch_no_channels_last_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_inverse_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_max_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clone_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_complex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_complex_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_conj_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_conj_physical_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_constant_pad_nd_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_contiguous_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_copysign_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_copysign_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_corrcoef_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_corrcoef_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cos_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cos_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_count_nonzero_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cov_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cummax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cummax_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cummin_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumprod_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumulative_trapezoid_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_deg2rad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_deg2rad_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diag_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diag_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diag_embed_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diag_embed_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagflat_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagonal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagonal_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagonal_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diff_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_digamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dist_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_floor_rounding_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_floor_rounding_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_no_rounding_mode_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_trunc_rounding_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_trunc_rounding_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dot_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_double_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_double_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_double_functorch_no_channels_last_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dstack_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_einsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_empty_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_equal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_equal_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_erf_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_erfc_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_exp2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_exp_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expand_as_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fftn_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifft2_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifftshift_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfft2_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfft2_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfft_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfftn_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfft2_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_flatten_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_flip_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fliplr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_flipud_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_functorch_no_channels_last_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_power_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_power_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_floor_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmod_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_frac_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_frexp_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_full_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gather_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ge_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ge_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gt_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_heaviside_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histc_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histogram_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histogramdd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histogramdd_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hsplit_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hypot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_i0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_igammac_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_igammac_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_add_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_fill_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_put_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_put_functorch_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_reduce_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_reduce_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_select_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_inner_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_inner_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_int_functorch_no_channels_last_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isinf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isnan_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isneginf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isreal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_istft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_4inputs_with_extra_args_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_binary_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_binary_return_by_ref_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_binary_return_by_ref_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_unary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_unary_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_kron_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_kthvalue_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ldexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_le_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lerp_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lgamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lgamma_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cond_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cross_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cross_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_det_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_det_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_det_singular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_det_singular_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigvals_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigvals_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigvalsh_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_householder_product_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_inv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_inv_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_inv_ex_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_ldl_factor_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_ldl_factor_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_ldl_solve_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lstsq_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_factor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_factor_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_factor_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_factor_ex_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_norm_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_power_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_power_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_rank_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_multi_dot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_multi_dot_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_pinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_pinv_hermitian_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_pinv_hermitian_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_pinv_singular_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_qr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_slogdet_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_triangular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_triangular_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_svd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_svd_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_svdvals_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_tensorinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_tensorinv_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vander_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vecdot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vecdot_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vector_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vector_norm_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linspace_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log10_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log10_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log2_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_softmax_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_softmax_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logaddexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logcumsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_not_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_not_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_xor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_xor_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logit_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logspace_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_long_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lt_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_solve_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_unpack_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mH_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_argmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_argmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_cumprod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_cumprod_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_cumsum_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_fill_functorch_Scalar_only_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_logaddexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_logsumexp_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_mean_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_norm_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_select_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_softmax_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_std_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_std_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_sum_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_matrix_exp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_reduction_no_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_reduction_with_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_reduction_with_dim_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_maximum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_median_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_meshgrid_variadic_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_binary_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_reduction_no_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_reduction_no_dim_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_minimum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mm_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mode_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mode_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_msort_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_multinomial_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_multinomial_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_1_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_5_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_5_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nan_to_num_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanmean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanmedian_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_narrow_copy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_narrow_copy_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_narrow_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_narrow_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_native_layer_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ne_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ne_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_neg_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_empty_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_empty_strided_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_full_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_ones_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_zeros_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_zeros_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional__scaled_dot_product_attention_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool2d_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool3d_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_avg_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_avg_pool3d_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_batch_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_bilinear_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv1d_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_groups_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_groups_with_bias_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_no_bias_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_no_bias_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_with_bias_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose1d_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose3d_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cosine_embedding_loss_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cross_entropy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout2d_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout3d_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_elu_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_bag_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_functorch_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_fractional_max_pool2d_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_fractional_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_fractional_max_pool3d_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_gaussian_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_gaussian_nll_loss_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_gelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_glu_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_grid_sample_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_group_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_group_norm_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardsigmoid_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardtanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hinge_embedding_loss_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_huber_loss_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_instance_norm_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_bicubic_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_bilinear_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_linear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_nearest_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_trilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_trilinear_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_kl_div_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_layer_norm_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_leaky_relu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_linear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_linear_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_local_response_norm_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_logsigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_margin_ranking_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool2d_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool1d_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool1d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mish_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mse_loss_functorch_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multi_margin_loss_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multilabel_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multilabel_margin_loss_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_nll_loss_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_normalize_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_circular_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_constant_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_constant_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_reflect_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pairwise_distance_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pixel_unshuffle_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_poisson_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_poisson_nll_loss_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_relu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_rrelu_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_silu_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_smooth_l1_loss_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softmin_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softmin_with_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softmin_with_dtype_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softplus_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softshrink_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softsign_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softsign_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_tanhshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_tanhshrink_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_threshold_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_triplet_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_upsample_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_upsample_bilinear_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_upsample_nearest_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_upsample_nearest_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nonzero_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nonzero_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_fro_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_fro_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_inf_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_nuc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_nuc_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_normal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ones_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ones_like_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ops_aten_index_put_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pca_lowrank_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_permute_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_permute_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pinverse_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polar_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_0_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_1_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_2_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_3_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_4_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_4_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_positive_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_positive_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_prod_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_put_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_qr_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_quantile_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rad2deg_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rad2deg_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rand_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randint_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randint_like_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randn_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randn_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randn_like_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ravel_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ravel_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_real_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_remainder_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_repeat_interleave_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_reshape_as_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_reshape_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_reshape_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resize_as__cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resize_as__cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resolve_conj_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resolve_conj_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resolve_neg_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_roll_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rot90_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_0_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_3_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rsqrt_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rsub_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_amin_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_mean_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_prod_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_sum_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_searchsorted_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_searchsorted_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sgn_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_short_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_short_functorch_no_channels_last_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sign_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signbit_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sinc_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sinh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_slice_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_softmax_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_softmax_with_dtype_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sort_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sparse_sampled_addmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_airy_ai_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_j0_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_j1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_y0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_t_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_v_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_v_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_w_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_entr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_entr_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_hermite_polynomial_h_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_i0e_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_i0e_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_i1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_i1e_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_laguerre_polynomial_l_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_legendre_polynomial_p_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_i1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_k0_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_ndtri_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_ndtri_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_polygamma_special_polygamma_n_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_polygamma_special_polygamma_n_0_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_scaled_modified_bessel_k1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_t_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_spherical_bessel_j0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_xlog1py_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_zeta_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_list_args_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_with_sizes_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_with_sizes_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sqrt_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_square_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_squeeze_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_stack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_std_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_std_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_stft_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sum_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sum_to_size_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sum_to_size_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_svd_lowrank_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_svd_lowrank_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_symeig_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_t_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tan_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tanh_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tensor_split_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tensor_split_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tensordot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tensordot_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_to_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_to_sparse_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trace_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_transpose_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_transpose_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trapezoid_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trapz_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trapz_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_triangular_solve_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tril_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tril_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_triu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_triu_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_true_divide_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_true_divide_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unfold_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unique_consecutive_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unique_consecutive_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unique_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unique_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unsqueeze_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vdot_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_as_complex_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_where_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_xlogy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zero__cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zeros_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zeros_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_H_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall___getitem___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall___rdiv___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall___rsub___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_abs_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_acos_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_addbmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_addcmul_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_addmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_addmv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_addr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_allclose_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_angle_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_argsort_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_argwhere_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_as_strided_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_as_strided_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_asinh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_atan2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_atan_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_atanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_atleast_1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_atleast_3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_bfloat16_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_block_diag_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_bool_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_broadcast_shapes_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_broadcast_to_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_byte_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_byte_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_cdist_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_chalf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_cholesky_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_cholesky_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_clamp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_clamp_max_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_clamp_min_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_clone_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_combinations_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_conj_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_constant_pad_nd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_contiguous_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_copysign_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_cos_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_count_nonzero_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_cummin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_cumprod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_cumsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_cumulative_trapezoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_deg2rad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_diag_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_diagonal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_diagonal_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_diff_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_digamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_div_floor_rounding_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_dsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_dstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_empty_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_empty_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_eq_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_exp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_expand_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_eye_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_fft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_fft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_fftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_hfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_hfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ifftshift_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ihfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ihfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_irfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_irfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_irfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_rfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_float_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_float_power_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_floor_divide_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_fmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_frac_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_frexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_ge_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_geqrf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_gt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_half_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_H_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___getitem___functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___radd___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rdiv___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rmod___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rsub___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_abs_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_acos_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_acosh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addmm_decomposed_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addmv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_any_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_as_strided_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atan2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atleast_3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_baddbmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bernoulli_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bfloat16_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_block_diag_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bool_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bool_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_byte_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_byte_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cartesian_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cat_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ceil_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_char_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_char_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cholesky_inverse_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_clamp_min_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_column_stack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_complex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_constant_pad_nd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_copysign_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_corrcoef_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cos_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cosh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cummin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cumulative_trapezoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_deg2rad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diag_embed_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diagflat_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diagonal_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_digamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_dist_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_div_trunc_rounding_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_empty_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_eq_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_erf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_erfc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_exp2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_expand_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_expm1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_fft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_fftshift_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_hfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_hfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ifft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ifftshift_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ihfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ihfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_irfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_irfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_rfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_rfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_flatten_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_flipud_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_float_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_frexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_full_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ge_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_geqrf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_gradient_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_hsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_hstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_hypot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_igammac_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_inner_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_int_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isfinite_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isnan_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_istft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_jiterator_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_jiterator_unary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_kron_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_le_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_eig_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_eigh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_eigvals_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_inv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_ldl_factor_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_lstsq_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_lu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_lu_factor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_matrix_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_matrix_power_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_matrix_rank_hermitian_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_norm_subgradients_at_zero_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_pinv_hermitian_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_qr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_svd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_vecdot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log_softmax_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logcumsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logical_not_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logical_or_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lu_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lu_unpack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_cumprod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_cumsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_fill_functorch_Scalar_only_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_log_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_median_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_normalize_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_max_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_max_reduction_no_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_median_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_meshgrid_variadic_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_min_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mode_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_msort_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mul_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nanmean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nanmedian_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_native_batch_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ne_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_new_full_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_new_zeros_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_avg_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_avg_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_batch_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_binary_cross_entropy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_celu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_groups_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_padding_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_cosine_embedding_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_cross_entropy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_dropout2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_elu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_embedding_bag_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_embedding_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_embedding_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_fractional_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_fractional_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_gelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_hardshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_hardswish_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_hardtanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_hinge_embedding_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_instance_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_area_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_nearest_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_kl_div_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_l1_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_leaky_relu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_local_response_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_logsigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_margin_ranking_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool2d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_mse_loss_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_normalize_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pad_reflect_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pad_replicate_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pairwise_distance_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pixel_shuffle_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_relu6_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_relu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_rrelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_selu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_silu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_softmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_softplus_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_softshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_threshold_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_upsample_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_upsample_nearest_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_norm_inf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_normal_number_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ones_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ops_aten_index_put_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ormqr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_permute_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_pinverse_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polar_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_positive_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_pow_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_put_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_quantile_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_randint_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_randn_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ravel_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_real_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_reciprocal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_remainder_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_repeat_interleave_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_reshape_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_resize_as__cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_resolve_conj_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_resolve_neg_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_roll_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_rot90_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_round_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_round_decimals_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_rsqrt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_rsub_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_reduce_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_reduce_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sign_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_signbit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sinc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_slice_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_slice_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_bessel_j1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_v_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_i0e_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_i1e_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_laguerre_polynomial_l_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_log_ndtr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_modified_bessel_i0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_modified_bessel_i1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_modified_bessel_k0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_modified_bessel_k1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_ndtri_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_polygamma_special_polygamma_n_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_scaled_modified_bessel_k0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_scaled_modified_bessel_k1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_shifted_chebyshev_polynomial_u_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_shifted_chebyshev_polynomial_v_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_xlog1py_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_zeta_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_split_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_split_list_args_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_split_with_sizes_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_square_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_stack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_std_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_stft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_symeig_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_take_along_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_topk_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_trace_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_trapezoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_triangular_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tril_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_true_divide_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_trunc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unbind_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unflatten_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unfold_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_uniform_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unique_consecutive_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unique_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unsqueeze_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_vdot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_view_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_where_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_zeros_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_histc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_histogram_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_hstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_igamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_copy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_put_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_put_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_reduce_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_int_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_int_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_isclose_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_isfinite_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_isnan_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_isreal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_jiterator_2inputs_2outputs_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_jiterator_4inputs_with_extra_args_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_jiterator_binary_return_by_ref_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_kthvalue_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_le_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_lerp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_lgamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_cond_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_eig_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_eigh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_eigvals_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_eigvalsh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_inv_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_ldl_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lstsq_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lu_factor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_matrix_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_matrix_rank_hermitian_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_norm_subgradients_at_zero_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_pinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_pinv_hermitian_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_slogdet_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_solve_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_solve_triangular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_svdvals_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_tensorinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_vecdot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linspace_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_log10_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_log_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_logdet_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_logical_not_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_logical_or_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_logit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_long_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_lu_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_lu_unpack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_argmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_cumprod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_fill_functorch_Scalar_only_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_log_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_logaddexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_softmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_var_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_matrix_exp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_max_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_max_reduction_with_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_median_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_meshgrid_list_of_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_minimum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_mode_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_msort_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_mv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_mvlgamma_mvlgamma_p_1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nan_to_num_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nanmean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_narrow_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_native_layer_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_ne_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_new_empty_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_new_full_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_new_ones_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nextafter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_avg_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_avg_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_max_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_avg_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_avg_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_batch_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_binary_cross_entropy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv_transpose1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv_transpose2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_cosine_embedding_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_cosine_similarity_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_cross_entropy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_dropout3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_dropout_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_elu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_embedding_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_glu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_hinge_embedding_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_interpolate_area_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_interpolate_bicubic_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_interpolate_trilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_l1_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_logsigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_margin_ranking_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool1d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool2d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool3d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_mse_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_multilabel_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_normalize_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pad_circular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pad_constant_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pad_reflect_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pdist_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_prelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_relu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_rrelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_selu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_silu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_smooth_l1_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_softplus_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_softshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_softsign_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_tanhshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_unfold_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_upsample_nearest_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_normal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_ones_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_ones_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_ops_aten_index_put_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_outer_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_pca_lowrank_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_permute_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_pinverse_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_polygamma_polygamma_n_2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_polygamma_polygamma_n_4_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_positive_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_pow_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_put_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_rad2deg_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_randn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_randn_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_ravel_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_real_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_remainder_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_repeat_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_reshape_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_resize__cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_resolve_conj_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_resolve_neg_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_roll_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_rot90_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_round_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_round_decimals_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_rsub_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_reduce_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_reduce_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_reduce_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_searchsorted_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_segment_reduce_offsets_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_sgn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_sigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_sinc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_sinh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_slice_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_softmax_with_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_sparse_sampled_addmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_bessel_y1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_chebyshev_polynomial_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_chebyshev_polynomial_v_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_hermite_polynomial_he_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_legendre_polynomial_p_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_log_ndtr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_modified_bessel_k1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_scaled_modified_bessel_k1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_shifted_chebyshev_polynomial_w_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_spherical_bessel_j0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_split_list_args_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_sqrt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_square_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_squeeze_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_stack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_sub_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_svd_lowrank_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_symeig_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_take_along_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_take_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_tan_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_tanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_tensor_split_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_tensordot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_tile_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_transpose_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_trapezoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_tril_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_triu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_true_divide_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_unflatten_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_unfold_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_unique_consecutive_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_unique_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_var_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_var_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_vdot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_view_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_vsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_zeros_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_H_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_T_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rdiv___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rpow___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rsub___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_abs_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_acos_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addcmul_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addmm_decomposed_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addmv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_all_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_aminmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_arange_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_argsort_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_as_strided_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_asinh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atan2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atan_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atleast_3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bfloat16_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bfloat16_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_broadcast_shapes_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bucketize_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ceil_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cholesky_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cholesky_inverse_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cholesky_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_clamp_min_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_column_stack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_combinations_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_conj_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_conj_physical_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_constant_pad_nd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_contiguous_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cosh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cross_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cummin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cumsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_deg2rad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diag_embed_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diagonal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diagonal_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_dist_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_div_no_rounding_mode_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_div_trunc_rounding_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_dot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_dstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_empty_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_empty_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_erf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_erfc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_exp2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_expm1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_fftshift_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_hfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_hfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ifft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ifft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ifftshift_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_irfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_irfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_rfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_rfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_flatten_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_flip_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fliplr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_flipud_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_float_power_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_floor_divide_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_full_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_geqrf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_half_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_histogram_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_hsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_hypot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_i0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_igamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_igammac_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_put_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_put_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_inner_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_int_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_int_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isclose_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isnan_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isreal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_istft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_jiterator_2inputs_2outputs_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_jiterator_4inputs_with_extra_args_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_jiterator_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_jiterator_unary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_kron_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_le_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_det_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_eigvals_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_eigvalsh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_ldl_factor_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_ldl_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lstsq_grad_oriented_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_factor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_matrix_rank_hermitian_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_multi_dot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_pinv_singular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_qr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_solve_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_svd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_svdvals_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_tensorsolve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_vander_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_vecdot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log1p_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logcumsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logical_not_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_long_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_long_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lu_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mH_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_argmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_median_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_softmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_var_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_max_reduction_no_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_max_reduction_with_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_maximum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_median_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_meshgrid_list_of_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_meshgrid_variadic_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_multinomial_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mvlgamma_mvlgamma_p_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mvlgamma_mvlgamma_p_5_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nansum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_narrow_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ne_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_new_empty_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_new_empty_strided_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_new_ones_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nextafter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional__scaled_dot_product_attention_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_avg_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_max_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_avg_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_avg_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_avg_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_batch_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_binary_cross_entropy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv_transpose1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_cosine_embedding_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_cosine_similarity_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_cross_entropy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_dropout_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_elu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_embedding_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_fractional_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_gelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_glu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_hardshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_hardsigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_hardtanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_huber_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_instance_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_linear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_nearest_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_linear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_local_response_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_logsigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_multi_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_multilabel_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pairwise_distance_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pixel_shuffle_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_poisson_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_relu6_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_relu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_rrelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_selu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_silu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_smooth_l1_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_soft_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_softmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_softmin_with_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_softplus_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_tanhshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nonzero_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_norm_inf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_normal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_normal_number_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ones_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ops_aten_index_put_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ormqr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_outer_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_pinverse_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polygamma_polygamma_n_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polygamma_polygamma_n_2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polygamma_polygamma_n_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polygamma_polygamma_n_4_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_positive_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_pow_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_qr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_rand_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_randn_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ravel_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_real_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_remainder_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_renorm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_reshape_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_resize__cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_resolve_conj_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_rot90_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_round_decimals_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_rsub_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_reduce_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_reduce_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_reduce_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_reduce_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_searchsorted_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_segment_reduce_lengths_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_segment_reduce_offsets_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_select_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sinc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sinh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_softmax_with_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_bessel_j0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_bessel_y0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_chebyshev_polynomial_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_chebyshev_polynomial_v_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_chebyshev_polynomial_w_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_hermite_polynomial_he_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_i0e_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_laguerre_polynomial_l_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_legendre_polynomial_p_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_log_ndtr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_modified_bessel_k0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_shifted_chebyshev_polynomial_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_shifted_chebyshev_polynomial_u_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_xlog1py_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_split_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_split_list_args_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sqrt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_square_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_squeeze_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_stack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_stft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sub_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_svd_lowrank_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_take_along_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_take_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_tanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_tensor_split_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_tensordot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_topk_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_transpose_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_tril_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_triu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_true_divide_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_trunc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_uniform_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_vdot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_view_as_complex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_view_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_vstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_where_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_zero__cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_zeros_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_H_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp___radd___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp___rdiv___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp___rmod___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp___rmul___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_addcdiv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_addmm_decomposed_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_addmv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_all_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_allclose_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_aminmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_angle_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_any_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_argmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_asinh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_atan2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_atan_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_atleast_1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_atleast_2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_atleast_3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_baddbmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_bfloat16_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_block_diag_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_bool_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_broadcast_shapes_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_bucketize_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_byte_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_byte_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_cartesian_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_cat_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_ceil_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_chalf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_char_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_cholesky_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_clamp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_clamp_max_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_clone_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_complex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_conj_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_conj_physical_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_cosh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_count_nonzero_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_cummax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_cummin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_cumprod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_diag_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_diagflat_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_diagonal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_diff_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_div_floor_rounding_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_div_no_rounding_mode_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_double_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_dsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_einsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_empty_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_erf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_erfc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_exp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_expand_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_expand_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_fft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_hfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ifft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ihfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ihfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_irfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_irfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_rfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_rfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_flip_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_fliplr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_flipud_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_float_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_float_power_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_floor_divide_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_fmod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_full_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_ge_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_geqrf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_gt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_half_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_half_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_H_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_T_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___getitem___functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___radd___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rmul___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rpow___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rsub___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_abs_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_acos_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addbmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addcdiv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addcmul_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addmv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_angle_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_argmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_argmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_argwhere_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_as_strided_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_asin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_asinh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bernoulli_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bfloat16_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bfloat16_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bool_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bool_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_broadcast_shapes_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_broadcast_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bucketize_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_byte_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cartesian_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cat_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cdist_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ceil_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_char_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_char_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cholesky_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cholesky_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_clamp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_clamp_max_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_conj_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_conj_physical_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_copysign_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_corrcoef_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cos_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cosh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cummax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cummin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cumprod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cumsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_deg2rad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diag_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diag_embed_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diagonal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diagonal_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_div_no_rounding_mode_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_double_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_einsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_empty_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_exp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_expand_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_expm1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_eye_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_fft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_fftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_hfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_hfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ifft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ihfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_irfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_irfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_rfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_rfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_rfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_flatten_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_float_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_float_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fmod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_frac_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_frexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_gather_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ge_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_gt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_histc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_histogramdd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_hypot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_igamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_copy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_put_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isclose_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isinf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isnan_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isreal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_jiterator_4inputs_with_extra_args_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_jiterator_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_jiterator_binary_return_by_ref_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_jiterator_unary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_kron_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lerp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_cross_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_det_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_eigh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_eigvalsh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_householder_product_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_ldl_factor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lstsq_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lstsq_grad_oriented_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lu_factor_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_matrix_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_multi_dot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_norm_subgradients_at_zero_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_pinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_qr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_slogdet_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_svd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_svdvals_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_tensorsolve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_vector_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log10_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log1p_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log_softmax_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logdet_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logical_or_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logical_xor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lu_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lu_unpack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mH_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mT_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_argmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_cumprod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_cumsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_log_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_normalize_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_softmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_var_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_matrix_exp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_maximum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_meshgrid_variadic_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_min_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_movedim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mul_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_multinomial_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nan_to_num_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nanmean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_native_batch_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_neg_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_new_empty_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_new_full_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_new_ones_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_avg_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_binary_cross_entropy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_celu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_groups_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_padding_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv_transpose1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv_transpose2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_cosine_embedding_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_dropout2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_dropout3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_dropout_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_embedding_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_grid_sample_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_instance_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_area_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_bicubic_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_linear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_nearest_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_layer_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_leaky_relu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_local_response_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_margin_ranking_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_unpool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_unpool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_multilabel_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pad_reflect_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pairwise_distance_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pixel_shuffle_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pixel_unshuffle_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_poisson_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_relu6_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_selu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_silu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_softplus_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_softshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_softsign_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_tanhshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nonzero_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_norm_fro_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_norm_inf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_norm_nuc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_normal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_normal_number_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ones_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ormqr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_outer_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_pca_lowrank_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_4_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_positive_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_put_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_qr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_quantile_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_rand_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_randn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_randn_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_real_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_renorm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_repeat_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_repeat_interleave_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_reshape_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_reshape_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_resize__cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_resize_as__cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_roll_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_rot90_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_round_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_round_decimals_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_round_decimals_neg_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_rsqrt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_rsub_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_reduce_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_reduce_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_reduce_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_reduce_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_segment_reduce_lengths_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_segment_reduce_offsets_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_short_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sinc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sinh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_slice_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sparse_sampled_addmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_airy_ai_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_w_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_erfcx_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_hermite_polynomial_h_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_legendre_polynomial_p_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_log_ndtr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_modified_bessel_i0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_ndtr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_ndtri_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_polygamma_special_polygamma_n_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_scaled_modified_bessel_k0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_scaled_modified_bessel_k1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_shifted_chebyshev_polynomial_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_shifted_chebyshev_polynomial_u_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_shifted_chebyshev_polynomial_w_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_split_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_split_list_args_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_split_with_sizes_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sqrt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_squeeze_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_svd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_svd_lowrank_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tensor_split_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tensordot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_topk_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unbind_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unflatten_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_uniform_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unique_consecutive_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unique_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_view_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_zero__cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_zeros_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_heaviside_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_histc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_histogramdd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_hstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_index_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_index_copy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_index_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_index_put_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_index_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_int_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_isclose_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_isin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_isinf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_isneginf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_isposinf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_jiterator_4inputs_with_extra_args_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_kthvalue_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_le_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_lerp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_lgamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_cond_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_det_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_eig_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_eigh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_eigvalsh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_householder_product_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_inv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_inv_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_ldl_factor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_ldl_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lu_factor_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lu_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_matrix_power_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_matrix_rank_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_matrix_rank_hermitian_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_multi_dot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_pinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_pinv_hermitian_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_qr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_slogdet_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_solve_triangular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_svdvals_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_tensorinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_tensorsolve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_vander_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_vecdot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linspace_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_log1p_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_log_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_log_softmax_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_logaddexp2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_logaddexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_logit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_lt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_lu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_lu_unpack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_mH_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_cumprod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_cumsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_fill_functorch_Scalar_only_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_log_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_logaddexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_median_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_normalize_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_softmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_var_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_matmul_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_matrix_exp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_maximum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_meshgrid_list_of_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_min_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_min_reduction_no_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_min_reduction_with_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_minimum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_mode_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_movedim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_mvlgamma_mvlgamma_p_1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nansum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_narrow_copy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_native_batch_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_ne_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_neg_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_new_empty_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_new_full_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nextafter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_avg_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_avg_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_avg_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_avg_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_avg_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_batch_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_binary_cross_entropy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_celu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv_transpose1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_cosine_embedding_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_cosine_similarity_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_dropout2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_elu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_embedding_bag_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_embedding_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_embedding_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_fractional_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_gelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_hardshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_hardsigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_hardswish_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_hardtanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_hinge_embedding_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_huber_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_interpolate_linear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_interpolate_trilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_kl_div_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_l1_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_layer_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_local_response_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool1d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool2d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool3d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_mse_loss_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_multilabel_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pairwise_distance_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pixel_unshuffle_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_poisson_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_prelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_relu6_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_selu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_silu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_soft_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_tanhshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_upsample_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_upsample_nearest_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nonzero_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_norm_fro_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_norm_inf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_norm_nuc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_normal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_ones_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_ops_aten_index_put_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_ormqr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_outer_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_permute_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_polar_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_polygamma_polygamma_n_2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_put_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_qr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_quantile_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_rand_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_randint_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_randn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_randn_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_real_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_reciprocal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_remainder_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_repeat_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_repeat_interleave_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_reshape_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_reshape_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_resize__cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_resize_as__cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_resolve_neg_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_roll_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_round_decimals_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_round_decimals_neg_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_rsqrt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_reduce_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_reduce_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_reduce_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_select_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_sgn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_short_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_sign_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_sinc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_slice_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_slice_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_sort_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_sparse_sampled_addmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_special_hermite_polynomial_he_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_special_i0e_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_special_legendre_polynomial_p_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_special_log_ndtr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_special_modified_bessel_i0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_special_ndtr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_special_ndtri_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_special_scaled_modified_bessel_k0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_special_scaled_modified_bessel_k1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_special_shifted_chebyshev_polynomial_u_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_special_shifted_chebyshev_polynomial_w_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_special_spherical_bessel_j0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_split_with_sizes_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_sqrt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_square_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_squeeze_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_sub_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_svd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_take_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_tile_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_to_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_to_sparse_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_transpose_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_trapz_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_unbind_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_uniform_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_unique_consecutive_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_unique_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_var_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_vdot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_view_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_view_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_vsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_vstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_where_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_zero__cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_zeros_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_zeros_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___getitem___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___radd___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rsub___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_acosh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addcdiv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addmm_decomposed_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addmv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_all_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_aminmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_argmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_argwhere_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_as_strided_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_asinh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atleast_2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_baddbmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bernoulli_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bfloat16_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_block_diag_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bool_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_broadcast_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_broadcast_to_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bucketize_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_byte_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_byte_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cat_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ceil_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_chalf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_char_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_char_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_column_stack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_conj_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_contiguous_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_corrcoef_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cos_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cov_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cummin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cumprod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cumsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cumulative_trapezoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_deg2rad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diag_embed_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diagonal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_digamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_div_no_rounding_mode_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_dot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_double_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_dsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_dstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_einsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_eq_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_erf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_erfinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_exp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_expand_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_fft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_fft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_hfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_hfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ifft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ifftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ifftshift_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_irfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_rfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_rfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_flatten_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_float_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_float_power_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_full_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_gather_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ge_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_geqrf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_half_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_heaviside_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_histc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_hstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_hypot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_copy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_reduce_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_int_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isfinite_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isreal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_istft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_jiterator_binary_return_by_ref_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_kthvalue_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ldexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lerp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lgamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_cross_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_eig_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_eigh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_eigvals_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_householder_product_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_inv_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_ldl_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lstsq_grad_oriented_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lu_factor_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lu_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_matrix_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_matrix_rank_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_matrix_rank_hermitian_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_multi_dot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_norm_subgradients_at_zero_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_pinv_singular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_solve_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_svd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_tensorsolve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_vander_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logaddexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logcumsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logical_not_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logical_or_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logspace_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_long_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lu_unpack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mT_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_argmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_argmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_cumprod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_cumsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_fill_functorch_Scalar_only_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_logaddexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_logsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_median_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_softmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_max_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_max_reduction_no_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_max_reduction_with_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_min_reduction_with_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_minimum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mode_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_msort_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mul_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mvlgamma_mvlgamma_p_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mvlgamma_mvlgamma_p_5_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nan_to_num_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nanmedian_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nanquantile_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_narrow_copy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_native_batch_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_new_empty_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_new_full_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_new_ones_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_new_zeros_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nextafter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_avg_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_avg_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_celu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv_transpose1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv_transpose3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_cosine_embedding_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_cross_entropy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_ctc_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_dropout2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_dropout3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_dropout_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_embedding_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_fractional_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_grid_sample_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_hardsigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_hardtanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_hinge_embedding_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_huber_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_instance_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_area_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_bicubic_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_linear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_nearest_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_trilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_kl_div_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_l1_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_linear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_margin_ranking_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool1d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool3d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_mse_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_normalize_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pad_circular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pad_constant_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pdist_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_prelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_relu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_rrelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_selu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_silu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_softmin_with_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_softshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_threshold_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_triplet_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_unfold_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_upsample_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_norm_fro_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_norm_inf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ones_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ormqr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_pca_lowrank_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_permute_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polar_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polygamma_polygamma_n_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polygamma_polygamma_n_1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polygamma_polygamma_n_4_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_pow_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_put_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_randint_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_randn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_reciprocal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_renorm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_repeat_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_reshape_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_resize__cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_resolve_conj_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_roll_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_rot90_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_round_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_round_decimals_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_reduce_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_reduce_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_reduce_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_searchsorted_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_segment_reduce_lengths_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_select_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sgn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_signbit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sinc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_softmax_with_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_bessel_j1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_bessel_y0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_chebyshev_polynomial_u_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_chebyshev_polynomial_v_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_chebyshev_polynomial_w_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_erfcx_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_hermite_polynomial_he_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_i0e_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_i1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_i1e_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_laguerre_polynomial_l_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_modified_bessel_i0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_modified_bessel_k0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_modified_bessel_k1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_ndtr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_polygamma_special_polygamma_n_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_scaled_modified_bessel_k1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_shifted_chebyshev_polynomial_u_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_shifted_chebyshev_polynomial_v_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_zeta_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sqrt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_stack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_std_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sum_to_size_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_svd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_svd_lowrank_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_take_along_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tensor_split_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tensordot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tile_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_to_sparse_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_topk_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_trace_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_transpose_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_trapezoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_trapz_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_triangular_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tril_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_true_divide_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unbind_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unique_consecutive_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unsqueeze_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_var_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_view_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_view_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_vsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_where_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_xlogy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_zero__cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_zeros_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_zeros_like_cpu_float32 2022-12-01T10:40:48.5536919Z 2022-12-01T10:40:48.5537473Z functorch/test_ops.py::TestOperatorsCPU::test_extremal_numerics_l1_loss_cpu PASSED 2022-12-01T10:40:48.5538187Z functorch/test_ops.py::TestOperatorsCPU::test_extremal_numerics_layer_norm_cpu PASSED 2022-12-01T10:40:48.5543951Z functorch/test_ops.py::TestOperatorsCPU::test_extremal_numerics_nll_loss_cpu PASSED 2022-12-01T10:40:48.5544642Z functorch/test_ops.py::TestOperatorsCPU::test_extremal_numerics_softmax_cpu PASSED 2022-12-01T10:40:48.5545608Z functorch/test_ops.py::TestOperatorsCPU::test_grad_H_cpu_float32 PASSED 2022-12-01T10:40:48.5546205Z functorch/test_ops.py::TestOperatorsCPU::test_grad___getitem___functorch_cpu_float32 PASSED 2022-12-01T10:40:48.5546842Z functorch/test_ops.py::TestOperatorsCPU::test_grad___rmod___cpu_float32 PASSED 2022-12-01T10:40:48.5547484Z functorch/test_ops.py::TestOperatorsCPU::test_grad___rmul___cpu_float32 PASSED 2022-12-01T10:40:48.5548111Z functorch/test_ops.py::TestOperatorsCPU::test_grad___rsub___cpu_float32 PASSED 2022-12-01T10:40:48.5548734Z functorch/test_ops.py::TestOperatorsCPU::test_grad_abs_cpu_float32 PASSED 2022-12-01T10:40:48.5549372Z functorch/test_ops.py::TestOperatorsCPU::test_grad_addbmm_cpu_float32 PASSED 2022-12-01T10:40:48.5550166Z functorch/test_ops.py::TestOperatorsCPU::test_grad_addcmul_cpu_float32 PASSED 2022-12-01T10:40:48.5550889Z functorch/test_ops.py::TestOperatorsCPU::test_grad_addmm_decomposed_cpu_float32 PASSED 2022-12-01T10:40:48.5551431Z functorch/test_ops.py::TestOperatorsCPU::test_grad_addmv_cpu_float32 PASSED 2022-12-01T10:40:48.5551986Z functorch/test_ops.py::TestOperatorsCPU::test_grad_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5552649Z functorch/test_ops.py::TestOperatorsCPU::test_grad_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5553311Z functorch/test_ops.py::TestOperatorsCPU::test_grad_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5553925Z functorch/test_ops.py::TestOperatorsCPU::test_grad_angle_cpu_float32 PASSED 2022-12-01T10:40:48.5554497Z functorch/test_ops.py::TestOperatorsCPU::test_grad_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5555172Z functorch/test_ops.py::TestOperatorsCPU::test_grad_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5555840Z functorch/test_ops.py::TestOperatorsCPU::test_grad_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5556548Z functorch/test_ops.py::TestOperatorsCPU::test_grad_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5557265Z functorch/test_ops.py::TestOperatorsCPU::test_grad_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5557911Z functorch/test_ops.py::TestOperatorsCPU::test_grad_asinh_cpu_float32 PASSED 2022-12-01T10:40:48.5558432Z functorch/test_ops.py::TestOperatorsCPU::test_grad_atan2_cpu_float32 PASSED 2022-12-01T10:40:48.5559084Z functorch/test_ops.py::TestOperatorsCPU::test_grad_atleast_2d_cpu_float32 PASSED 2022-12-01T10:40:48.5559691Z functorch/test_ops.py::TestOperatorsCPU::test_grad_atleast_3d_cpu_float32 PASSED 2022-12-01T10:40:48.5560310Z functorch/test_ops.py::TestOperatorsCPU::test_grad_baddbmm_cpu_float32 PASSED 2022-12-01T10:40:48.5560953Z functorch/test_ops.py::TestOperatorsCPU::test_grad_bfloat16_cpu_float32 PASSED 2022-12-01T10:40:48.5561752Z functorch/test_ops.py::TestOperatorsCPU::test_grad_bfloat16_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:40:48.5562407Z functorch/test_ops.py::TestOperatorsCPU::test_grad_block_diag_cpu_float32 PASSED 2022-12-01T10:40:48.5563050Z functorch/test_ops.py::TestOperatorsCPU::test_grad_bmm_cpu_float32 PASSED 2022-12-01T10:40:48.5563798Z functorch/test_ops.py::TestOperatorsCPU::test_grad_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5564586Z functorch/test_ops.py::TestOperatorsCPU::test_grad_broadcast_to_cpu_float32 PASSED 2022-12-01T10:40:48.5565331Z functorch/test_ops.py::TestOperatorsCPU::test_grad_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5566125Z functorch/test_ops.py::TestOperatorsCPU::test_grad_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5566826Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cartesian_prod_cpu_float32 PASSED 2022-12-01T10:40:48.5567542Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cat_cpu_float32 PASSED 2022-12-01T10:40:48.5568290Z functorch/test_ops.py::TestOperatorsCPU::test_grad_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5569059Z functorch/test_ops.py::TestOperatorsCPU::test_grad_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5569653Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cholesky_cpu_float32 PASSED 2022-12-01T10:40:48.5570132Z functorch/test_ops.py::TestOperatorsCPU::test_grad_chunk_cpu_float32 PASSED 2022-12-01T10:40:48.5570647Z functorch/test_ops.py::TestOperatorsCPU::test_grad_clamp_cpu_float32 PASSED 2022-12-01T10:40:48.5571158Z functorch/test_ops.py::TestOperatorsCPU::test_grad_clamp_max_cpu_float32 PASSED 2022-12-01T10:40:48.5571734Z functorch/test_ops.py::TestOperatorsCPU::test_grad_column_stack_cpu_float32 PASSED 2022-12-01T10:40:48.5572379Z functorch/test_ops.py::TestOperatorsCPU::test_grad_complex_cpu_float32 PASSED 2022-12-01T10:40:48.5572919Z functorch/test_ops.py::TestOperatorsCPU::test_grad_contiguous_cpu_float32 PASSED 2022-12-01T10:40:48.5573489Z functorch/test_ops.py::TestOperatorsCPU::test_grad_copysign_cpu_float32 PASSED 2022-12-01T10:40:48.5574016Z functorch/test_ops.py::TestOperatorsCPU::test_grad_corrcoef_cpu_float32 PASSED 2022-12-01T10:40:48.5574578Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cosh_cpu_float32 PASSED 2022-12-01T10:40:48.5575120Z functorch/test_ops.py::TestOperatorsCPU::test_grad_deg2rad_cpu_float32 PASSED 2022-12-01T10:40:48.5575679Z functorch/test_ops.py::TestOperatorsCPU::test_grad_diag_cpu_float32 PASSED 2022-12-01T10:40:48.5576254Z functorch/test_ops.py::TestOperatorsCPU::test_grad_diag_embed_cpu_float32 PASSED 2022-12-01T10:40:48.5576856Z functorch/test_ops.py::TestOperatorsCPU::test_grad_diagonal_scatter_cpu_float32 PASSED 2022-12-01T10:40:48.5577625Z functorch/test_ops.py::TestOperatorsCPU::test_grad_digamma_cpu_float32 PASSED 2022-12-01T10:40:48.5578204Z functorch/test_ops.py::TestOperatorsCPU::test_grad_dist_cpu_float32 PASSED 2022-12-01T10:40:48.5578828Z functorch/test_ops.py::TestOperatorsCPU::test_grad_div_trunc_rounding_cpu_float32 PASSED 2022-12-01T10:40:48.5579466Z functorch/test_ops.py::TestOperatorsCPU::test_grad_dsplit_cpu_float32 PASSED 2022-12-01T10:40:48.5580191Z functorch/test_ops.py::TestOperatorsCPU::test_grad_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5580969Z functorch/test_ops.py::TestOperatorsCPU::test_grad_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5581664Z functorch/test_ops.py::TestOperatorsCPU::test_grad_erf_cpu_float32 PASSED 2022-12-01T10:40:48.5582263Z functorch/test_ops.py::TestOperatorsCPU::test_grad_erfc_cpu_float32 PASSED 2022-12-01T10:40:48.5582883Z functorch/test_ops.py::TestOperatorsCPU::test_grad_exp2_cpu_float32 PASSED 2022-12-01T10:40:48.5583533Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_fft2_cpu_float32 PASSED 2022-12-01T10:40:48.5584135Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_hfft_cpu_float32 PASSED 2022-12-01T10:40:48.5584780Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_ifft2_cpu_float32 PASSED 2022-12-01T10:40:48.5585394Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_ifftn_cpu_float32 PASSED 2022-12-01T10:40:48.5585973Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_ifftshift_cpu_float32 PASSED 2022-12-01T10:40:48.5586677Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_ihfft_cpu_float32 PASSED 2022-12-01T10:40:48.5587236Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_ihfftn_cpu_float32 PASSED 2022-12-01T10:40:48.5587776Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fill_cpu_float32 PASSED 2022-12-01T10:40:48.5588283Z functorch/test_ops.py::TestOperatorsCPU::test_grad_flipud_cpu_float32 PASSED 2022-12-01T10:40:48.5588879Z functorch/test_ops.py::TestOperatorsCPU::test_grad_float_power_cpu_float32 PASSED 2022-12-01T10:40:48.5589502Z functorch/test_ops.py::TestOperatorsCPU::test_grad_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5590287Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fmax_cpu_float32 PASSED 2022-12-01T10:40:48.5590789Z functorch/test_ops.py::TestOperatorsCPU::test_grad_frexp_cpu_float32 PASSED 2022-12-01T10:40:48.5591391Z functorch/test_ops.py::TestOperatorsCPU::test_grad_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5592048Z functorch/test_ops.py::TestOperatorsCPU::test_grad_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5592683Z functorch/test_ops.py::TestOperatorsCPU::test_grad_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5593284Z functorch/test_ops.py::TestOperatorsCPU::test_grad_half_cpu_float32 PASSED 2022-12-01T10:40:48.5594023Z functorch/test_ops.py::TestOperatorsCPU::test_grad_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5594715Z functorch/test_ops.py::TestOperatorsCPU::test_grad_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5595315Z functorch/test_ops.py::TestOperatorsCPU::test_grad_hsplit_cpu_float32 PASSED 2022-12-01T10:40:48.5595872Z functorch/test_ops.py::TestOperatorsCPU::test_grad_hstack_cpu_float32 PASSED 2022-12-01T10:40:48.5596418Z functorch/test_ops.py::TestOperatorsCPU::test_grad_hypot_cpu_float32 PASSED 2022-12-01T10:40:48.5596969Z functorch/test_ops.py::TestOperatorsCPU::test_grad_i0_cpu_float32 PASSED 2022-12-01T10:40:48.5597545Z functorch/test_ops.py::TestOperatorsCPU::test_grad_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5598140Z functorch/test_ops.py::TestOperatorsCPU::test_grad_index_add_cpu_float32 PASSED 2022-12-01T10:40:48.5598692Z functorch/test_ops.py::TestOperatorsCPU::test_grad_index_put_cpu_float32 PASSED 2022-12-01T10:40:48.5599226Z functorch/test_ops.py::TestOperatorsCPU::test_grad_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:40:48.5599798Z functorch/test_ops.py::TestOperatorsCPU::test_grad_index_select_cpu_float32 PASSED 2022-12-01T10:40:48.5600362Z functorch/test_ops.py::TestOperatorsCPU::test_grad_inner_cpu_float32 PASSED 2022-12-01T10:40:48.5600959Z functorch/test_ops.py::TestOperatorsCPU::test_grad_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5601695Z functorch/test_ops.py::TestOperatorsCPU::test_grad_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5602369Z functorch/test_ops.py::TestOperatorsCPU::test_grad_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5603041Z functorch/test_ops.py::TestOperatorsCPU::test_grad_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5603756Z functorch/test_ops.py::TestOperatorsCPU::test_grad_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5604466Z functorch/test_ops.py::TestOperatorsCPU::test_grad_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:40:48.5605094Z functorch/test_ops.py::TestOperatorsCPU::test_grad_kron_cpu_float32 PASSED 2022-12-01T10:40:48.5605605Z functorch/test_ops.py::TestOperatorsCPU::test_grad_kthvalue_cpu_float32 PASSED 2022-12-01T10:40:48.5606325Z functorch/test_ops.py::TestOperatorsCPU::test_grad_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5607007Z functorch/test_ops.py::TestOperatorsCPU::test_grad_lgamma_cpu_float32 PASSED 2022-12-01T10:40:48.5607628Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_cross_cpu_float32 PASSED 2022-12-01T10:40:48.5608279Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_det_cpu_float32 PASSED 2022-12-01T10:40:48.5608934Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_eigvals_cpu_float32 PASSED 2022-12-01T10:40:48.5609561Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_eigvalsh_cpu_float32 PASSED 2022-12-01T10:40:48.5610312Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_householder_product_cpu_float32 PASSED 2022-12-01T10:40:48.5611014Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_inv_ex_cpu_float32 PASSED 2022-12-01T10:40:48.5611928Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5612785Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5613572Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5614444Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_lstsq_grad_oriented_cpu_float32 PASSED 2022-12-01T10:40:48.5615005Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_lu_cpu_float32 PASSED 2022-12-01T10:40:48.5615528Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_matrix_norm_cpu_float32 PASSED 2022-12-01T10:40:48.5616311Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5617182Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5617808Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_pinv_hermitian_cpu_float32 PASSED 2022-12-01T10:40:48.5618545Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_qr_cpu_float32 PASSED 2022-12-01T10:40:48.5619108Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_slogdet_cpu_float32 PASSED 2022-12-01T10:40:48.5619684Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_svd_cpu_float32 PASSED 2022-12-01T10:40:48.5620266Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_tensorinv_cpu_float32 PASSED 2022-12-01T10:40:48.5620881Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_tensorsolve_cpu_float32 PASSED 2022-12-01T10:40:48.5621505Z functorch/test_ops.py::TestOperatorsCPU::test_grad_log1p_cpu_float32 PASSED 2022-12-01T10:40:48.5622025Z functorch/test_ops.py::TestOperatorsCPU::test_grad_log2_cpu_float32 PASSED 2022-12-01T10:40:48.5622648Z functorch/test_ops.py::TestOperatorsCPU::test_grad_log_cpu_float32 PASSED 2022-12-01T10:40:48.5623247Z functorch/test_ops.py::TestOperatorsCPU::test_grad_log_softmax_cpu_float32 PASSED 2022-12-01T10:40:48.5623881Z functorch/test_ops.py::TestOperatorsCPU::test_grad_log_softmax_dtype_cpu_float32 PASSED 2022-12-01T10:40:48.5624530Z functorch/test_ops.py::TestOperatorsCPU::test_grad_logaddexp_cpu_float32 PASSED 2022-12-01T10:40:48.5625275Z functorch/test_ops.py::TestOperatorsCPU::test_grad_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5626076Z functorch/test_ops.py::TestOperatorsCPU::test_grad_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5626783Z functorch/test_ops.py::TestOperatorsCPU::test_grad_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5627490Z functorch/test_ops.py::TestOperatorsCPU::test_grad_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5628186Z functorch/test_ops.py::TestOperatorsCPU::test_grad_logsumexp_cpu_float32 PASSED 2022-12-01T10:40:48.5628857Z functorch/test_ops.py::TestOperatorsCPU::test_grad_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5629619Z functorch/test_ops.py::TestOperatorsCPU::test_grad_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5630464Z functorch/test_ops.py::TestOperatorsCPU::test_grad_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5631139Z functorch/test_ops.py::TestOperatorsCPU::test_grad_lu_unpack_cpu_float32 PASSED 2022-12-01T10:40:48.5631789Z functorch/test_ops.py::TestOperatorsCPU::test_grad_mH_cpu_float32 PASSED 2022-12-01T10:40:48.5632364Z functorch/test_ops.py::TestOperatorsCPU::test_grad_mT_cpu_float32 PASSED 2022-12-01T10:40:48.5632951Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_amax_cpu_float32 PASSED 2022-12-01T10:40:48.5633846Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5634652Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5635392Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_cumprod_cpu_float32 PASSED 2022-12-01T10:40:48.5636054Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_fill_cpu_float32 PASSED 2022-12-01T10:40:48.5636785Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_fill_functorch_Scalar_only_cpu_float32 PASSED 2022-12-01T10:40:48.5637420Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_log_softmax_cpu_float32 PASSED 2022-12-01T10:40:48.5638097Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_logaddexp_cpu_float32 PASSED 2022-12-01T10:40:48.5638931Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_logsumexp_cpu_float32 PASSED 2022-12-01T10:40:48.5639540Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_mean_cpu_float32 PASSED 2022-12-01T10:40:48.5640259Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_median_cpu_float32 PASSED 2022-12-01T10:40:48.5640854Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_norm_cpu_float32 PASSED 2022-12-01T10:40:48.5641496Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_scatter_cpu_float32 PASSED 2022-12-01T10:40:48.5642015Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_select_cpu_float32 PASSED 2022-12-01T10:40:48.5642610Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_softmax_cpu_float32 PASSED 2022-12-01T10:40:48.5643184Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_sum_cpu_float32 PASSED 2022-12-01T10:40:48.5643762Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_var_cpu_float32 PASSED 2022-12-01T10:40:48.5644298Z functorch/test_ops.py::TestOperatorsCPU::test_grad_matrix_exp_cpu_float32 PASSED 2022-12-01T10:40:48.5644836Z functorch/test_ops.py::TestOperatorsCPU::test_grad_max_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:40:48.5645433Z functorch/test_ops.py::TestOperatorsCPU::test_grad_maximum_cpu_float32 PASSED 2022-12-01T10:40:48.5645974Z functorch/test_ops.py::TestOperatorsCPU::test_grad_meshgrid_list_of_tensors_cpu_float32 PASSED 2022-12-01T10:40:48.5646526Z functorch/test_ops.py::TestOperatorsCPU::test_grad_min_binary_cpu_float32 PASSED 2022-12-01T10:40:48.5647100Z functorch/test_ops.py::TestOperatorsCPU::test_grad_min_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:40:48.5647689Z functorch/test_ops.py::TestOperatorsCPU::test_grad_minimum_cpu_float32 PASSED 2022-12-01T10:40:48.5648260Z functorch/test_ops.py::TestOperatorsCPU::test_grad_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5648913Z functorch/test_ops.py::TestOperatorsCPU::test_grad_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED 2022-12-01T10:40:48.5649519Z functorch/test_ops.py::TestOperatorsCPU::test_grad_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED 2022-12-01T10:40:48.5650110Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nanquantile_cpu_float32 PASSED 2022-12-01T10:40:48.5650670Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nansum_cpu_float32 PASSED 2022-12-01T10:40:48.5651283Z functorch/test_ops.py::TestOperatorsCPU::test_grad_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5651877Z functorch/test_ops.py::TestOperatorsCPU::test_grad_native_batch_norm_cpu_float32 PASSED 2022-12-01T10:40:48.5652403Z functorch/test_ops.py::TestOperatorsCPU::test_grad_native_layer_norm_cpu_float32 PASSED 2022-12-01T10:40:48.5652946Z functorch/test_ops.py::TestOperatorsCPU::test_grad_neg_cpu_float32 PASSED 2022-12-01T10:40:48.5653592Z functorch/test_ops.py::TestOperatorsCPU::test_grad_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5654248Z functorch/test_ops.py::TestOperatorsCPU::test_grad_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5654997Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5655644Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED 2022-12-01T10:40:48.5656328Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:40:48.5656949Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:40:48.5657685Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED 2022-12-01T10:40:48.5658341Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED 2022-12-01T10:40:48.5659088Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:40:48.5659700Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:40:48.5660417Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED 2022-12-01T10:40:48.5661084Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv1d_cpu_float32 PASSED 2022-12-01T10:40:48.5661740Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_cpu_float32 PASSED 2022-12-01T10:40:48.5662429Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.5663198Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED 2022-12-01T10:40:48.5663952Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.5664756Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED 2022-12-01T10:40:48.5665583Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.5666386Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.5667161Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv_transpose1d_cpu_float32 PASSED 2022-12-01T10:40:48.5667917Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv_transpose2d_cpu_float32 PASSED 2022-12-01T10:40:48.5668653Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_cosine_embedding_loss_cpu_float32 PASSED 2022-12-01T10:40:48.5669344Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_cross_entropy_cpu_float32 PASSED 2022-12-01T10:40:48.5669998Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_elu_cpu_float32 PASSED 2022-12-01T10:40:48.5670705Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_embedding_bag_cpu_float32 PASSED 2022-12-01T10:40:48.5671351Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_embedding_functorch_cpu_float32 PASSED 2022-12-01T10:40:48.5671986Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED 2022-12-01T10:40:48.5672640Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_fractional_max_pool2d_cpu_float32 PASSED 2022-12-01T10:40:48.5673230Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_gaussian_nll_loss_cpu_float32 PASSED 2022-12-01T10:40:48.5673832Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_gelu_cpu_float32 PASSED 2022-12-01T10:40:48.5674440Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_grid_sample_cpu_float32 PASSED 2022-12-01T10:40:48.5675039Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_hardshrink_cpu_float32 PASSED 2022-12-01T10:40:48.5675618Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_hardswish_cpu_float32 PASSED 2022-12-01T10:40:48.5676466Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_bicubic_cpu_float32 PASSED 2022-12-01T10:40:48.5677125Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_bilinear_cpu_float32 PASSED 2022-12-01T10:40:48.5677771Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_leaky_relu_cpu_float32 PASSED 2022-12-01T10:40:48.5678432Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_local_response_norm_cpu_float32 PASSED 2022-12-01T10:40:48.5679109Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_pool2d_cpu_float32 PASSED 2022-12-01T10:40:48.5679682Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool1d_cpu_float32 PASSED 2022-12-01T10:40:48.5680510Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool2d_cpu_float32 PASSED 2022-12-01T10:40:48.5681318Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool2d_grad_cpu_float32 PASSED 2022-12-01T10:40:48.5682042Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool3d_cpu_float32 PASSED 2022-12-01T10:40:48.5682730Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_mish_cpu_float32 PASSED 2022-12-01T10:40:48.5683422Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pad_circular_cpu_float32 PASSED 2022-12-01T10:40:48.5684087Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pad_constant_cpu_float32 PASSED 2022-12-01T10:40:48.5684806Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pad_reflect_cpu_float32 PASSED 2022-12-01T10:40:48.5685513Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pad_replicate_cpu_float32 PASSED 2022-12-01T10:40:48.5686273Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pairwise_distance_cpu_float32 PASSED 2022-12-01T10:40:48.5687003Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pdist_cpu_float32 PASSED 2022-12-01T10:40:48.5687692Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pixel_unshuffle_cpu_float32 PASSED 2022-12-01T10:40:48.5688401Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_poisson_nll_loss_cpu_float32 PASSED 2022-12-01T10:40:48.5689157Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_prelu_cpu_float32 PASSED 2022-12-01T10:40:48.5689684Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_relu6_cpu_float32 PASSED 2022-12-01T10:40:48.5690240Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_relu_cpu_float32 PASSED 2022-12-01T10:40:48.5690891Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_softmin_with_dtype_cpu_float32 PASSED 2022-12-01T10:40:48.5691496Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_softshrink_cpu_float32 PASSED 2022-12-01T10:40:48.5692092Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_softsign_cpu_float32 PASSED 2022-12-01T10:40:48.5692690Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_tanhshrink_cpu_float32 PASSED 2022-12-01T10:40:48.5693335Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_triplet_margin_loss_cpu_float32 PASSED 2022-12-01T10:40:48.5693950Z functorch/test_ops.py::TestOperatorsCPU::test_grad_norm_cpu_float32 PASSED 2022-12-01T10:40:48.5694452Z functorch/test_ops.py::TestOperatorsCPU::test_grad_norm_inf_cpu_float32 PASSED 2022-12-01T10:40:48.5694959Z functorch/test_ops.py::TestOperatorsCPU::test_grad_norm_nuc_cpu_float32 PASSED 2022-12-01T10:40:48.5695682Z functorch/test_ops.py::TestOperatorsCPU::test_grad_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5696325Z functorch/test_ops.py::TestOperatorsCPU::test_grad_outer_cpu_float32 PASSED 2022-12-01T10:40:48.5696854Z functorch/test_ops.py::TestOperatorsCPU::test_grad_permute_cpu_float32 PASSED 2022-12-01T10:40:48.5697556Z functorch/test_ops.py::TestOperatorsCPU::test_grad_polar_cpu_float32 PASSED 2022-12-01T10:40:48.5698271Z functorch/test_ops.py::TestOperatorsCPU::test_grad_polygamma_polygamma_n_1_cpu_float32 PASSED 2022-12-01T10:40:48.5698830Z functorch/test_ops.py::TestOperatorsCPU::test_grad_polygamma_polygamma_n_4_cpu_float32 PASSED 2022-12-01T10:40:48.5699370Z functorch/test_ops.py::TestOperatorsCPU::test_grad_qr_cpu_float32 PASSED 2022-12-01T10:40:48.5699934Z functorch/test_ops.py::TestOperatorsCPU::test_grad_quantile_cpu_float32 PASSED 2022-12-01T10:40:48.5700571Z functorch/test_ops.py::TestOperatorsCPU::test_grad_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5701278Z functorch/test_ops.py::TestOperatorsCPU::test_grad_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5701863Z functorch/test_ops.py::TestOperatorsCPU::test_grad_ravel_cpu_float32 PASSED 2022-12-01T10:40:48.5702494Z functorch/test_ops.py::TestOperatorsCPU::test_grad_real_cpu_float32 PASSED 2022-12-01T10:40:48.5703017Z functorch/test_ops.py::TestOperatorsCPU::test_grad_repeat_cpu_float32 PASSED 2022-12-01T10:40:48.5703568Z functorch/test_ops.py::TestOperatorsCPU::test_grad_repeat_interleave_cpu_float32 PASSED 2022-12-01T10:40:48.5704207Z functorch/test_ops.py::TestOperatorsCPU::test_grad_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5704847Z functorch/test_ops.py::TestOperatorsCPU::test_grad_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5705430Z functorch/test_ops.py::TestOperatorsCPU::test_grad_resolve_neg_cpu_float32 PASSED 2022-12-01T10:40:48.5705951Z functorch/test_ops.py::TestOperatorsCPU::test_grad_roll_cpu_float32 PASSED 2022-12-01T10:40:48.5706457Z functorch/test_ops.py::TestOperatorsCPU::test_grad_round_cpu_float32 PASSED 2022-12-01T10:40:48.5706990Z functorch/test_ops.py::TestOperatorsCPU::test_grad_rsqrt_cpu_float32 PASSED 2022-12-01T10:40:48.5707527Z functorch/test_ops.py::TestOperatorsCPU::test_grad_scatter_add_cpu_float32 PASSED 2022-12-01T10:40:48.5708035Z functorch/test_ops.py::TestOperatorsCPU::test_grad_scatter_cpu_float32 PASSED 2022-12-01T10:40:48.5708581Z functorch/test_ops.py::TestOperatorsCPU::test_grad_scatter_reduce_amin_cpu_float32 PASSED 2022-12-01T10:40:48.5709175Z functorch/test_ops.py::TestOperatorsCPU::test_grad_scatter_reduce_mean_cpu_float32 PASSED 2022-12-01T10:40:48.5709727Z functorch/test_ops.py::TestOperatorsCPU::test_grad_scatter_reduce_sum_cpu_float32 PASSED 2022-12-01T10:40:48.5710401Z functorch/test_ops.py::TestOperatorsCPU::test_grad_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5711095Z functorch/test_ops.py::TestOperatorsCPU::test_grad_segment_reduce_lengths_cpu_float32 PASSED 2022-12-01T10:40:48.5711732Z functorch/test_ops.py::TestOperatorsCPU::test_grad_segment_reduce_offsets_cpu_float32 PASSED 2022-12-01T10:40:48.5712273Z functorch/test_ops.py::TestOperatorsCPU::test_grad_sin_cpu_float32 PASSED 2022-12-01T10:40:48.5712915Z functorch/test_ops.py::TestOperatorsCPU::test_grad_sinc_cpu_float32 PASSED 2022-12-01T10:40:48.5713518Z functorch/test_ops.py::TestOperatorsCPU::test_grad_softmax_cpu_float32 PASSED 2022-12-01T10:40:48.5714154Z functorch/test_ops.py::TestOperatorsCPU::test_grad_softmax_with_dtype_cpu_float32 PASSED 2022-12-01T10:40:48.5714835Z functorch/test_ops.py::TestOperatorsCPU::test_grad_sparse_sampled_addmm_cpu_float32 XFAIL 2022-12-01T10:40:48.5715606Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5716416Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5717303Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5718117Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_erfcx_cpu_float32 PASSED 2022-12-01T10:40:48.5718927Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5719909Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5720619Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_i0e_cpu_float32 PASSED 2022-12-01T10:40:48.5721431Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_i1e_cpu_float32 PASSED 2022-12-01T10:40:48.5722109Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5723187Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.5724058Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5724691Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_ndtr_cpu_float32 PASSED 2022-12-01T10:40:48.5725255Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_ndtri_cpu_float32 PASSED 2022-12-01T10:40:48.5725922Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5726990Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.5728112Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.5729239Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.5729988Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_xlog1py_cpu_float32 PASSED 2022-12-01T10:40:48.5730700Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5731296Z functorch/test_ops.py::TestOperatorsCPU::test_grad_square_cpu_float32 PASSED 2022-12-01T10:40:48.5731942Z functorch/test_ops.py::TestOperatorsCPU::test_grad_squeeze_cpu_float32 PASSED 2022-12-01T10:40:48.5732530Z functorch/test_ops.py::TestOperatorsCPU::test_grad_stack_cpu_float32 PASSED 2022-12-01T10:40:48.5733152Z functorch/test_ops.py::TestOperatorsCPU::test_grad_std_mean_cpu_float32 PASSED 2022-12-01T10:40:48.5733771Z functorch/test_ops.py::TestOperatorsCPU::test_grad_stft_cpu_float32 PASSED 2022-12-01T10:40:48.5734386Z functorch/test_ops.py::TestOperatorsCPU::test_grad_sum_to_size_cpu_float32 PASSED 2022-12-01T10:40:48.5735028Z functorch/test_ops.py::TestOperatorsCPU::test_grad_svd_lowrank_cpu_float32 PASSED 2022-12-01T10:40:48.5735682Z functorch/test_ops.py::TestOperatorsCPU::test_grad_symeig_cpu_float32 PASSED 2022-12-01T10:40:48.5736313Z functorch/test_ops.py::TestOperatorsCPU::test_grad_take_along_dim_cpu_float32 PASSED 2022-12-01T10:40:48.5736953Z functorch/test_ops.py::TestOperatorsCPU::test_grad_tan_cpu_float32 PASSED 2022-12-01T10:40:48.5737740Z functorch/test_ops.py::TestOperatorsCPU::test_grad_tanh_cpu_float32 PASSED 2022-12-01T10:40:48.5738310Z functorch/test_ops.py::TestOperatorsCPU::test_grad_tile_cpu_float32 PASSED 2022-12-01T10:40:48.5738883Z functorch/test_ops.py::TestOperatorsCPU::test_grad_to_cpu_float32 PASSED 2022-12-01T10:40:48.5739531Z functorch/test_ops.py::TestOperatorsCPU::test_grad_transpose_cpu_float32 PASSED 2022-12-01T10:40:48.5740157Z functorch/test_ops.py::TestOperatorsCPU::test_grad_trapezoid_cpu_float32 PASSED 2022-12-01T10:40:48.5740786Z functorch/test_ops.py::TestOperatorsCPU::test_grad_trapz_cpu_float32 PASSED 2022-12-01T10:40:48.5741292Z functorch/test_ops.py::TestOperatorsCPU::test_grad_tril_cpu_float32 PASSED 2022-12-01T10:40:48.5741862Z functorch/test_ops.py::TestOperatorsCPU::test_grad_true_divide_cpu_float32 PASSED 2022-12-01T10:40:48.5742522Z functorch/test_ops.py::TestOperatorsCPU::test_grad_trunc_cpu_float32 PASSED 2022-12-01T10:40:48.5743046Z functorch/test_ops.py::TestOperatorsCPU::test_grad_unbind_cpu_float32 PASSED 2022-12-01T10:40:48.5743605Z functorch/test_ops.py::TestOperatorsCPU::test_grad_unflatten_cpu_float32 PASSED 2022-12-01T10:40:48.5744161Z functorch/test_ops.py::TestOperatorsCPU::test_grad_unfold_cpu_float32 PASSED 2022-12-01T10:40:48.5744714Z functorch/test_ops.py::TestOperatorsCPU::test_grad_var_cpu_float32 PASSED 2022-12-01T10:40:48.5745222Z functorch/test_ops.py::TestOperatorsCPU::test_grad_var_mean_cpu_float32 PASSED 2022-12-01T10:40:48.5745730Z functorch/test_ops.py::TestOperatorsCPU::test_grad_vdot_cpu_float32 PASSED 2022-12-01T10:40:48.5746404Z functorch/test_ops.py::TestOperatorsCPU::test_grad_view_as_cpu_float32 PASSED 2022-12-01T10:40:48.5746928Z functorch/test_ops.py::TestOperatorsCPU::test_grad_view_cpu_float32 PASSED 2022-12-01T10:40:48.5747430Z functorch/test_ops.py::TestOperatorsCPU::test_grad_vsplit_cpu_float32 PASSED 2022-12-01T10:40:48.5747963Z functorch/test_ops.py::TestOperatorsCPU::test_grad_vstack_cpu_float32 PASSED 2022-12-01T10:40:48.5748521Z functorch/test_ops.py::TestOperatorsCPU::test_grad_where_cpu_float32 PASSED 2022-12-01T10:40:48.5749034Z functorch/test_ops.py::TestOperatorsCPU::test_grad_xlogy_cpu_float32 PASSED 2022-12-01T10:40:48.5749546Z functorch/test_ops.py::TestOperatorsCPU::test_grad_zero__cpu_float32 PASSED 2022-12-01T10:40:48.5750065Z functorch/test_ops.py::TestOperatorsCPU::test_jvp___radd___cpu_float32 PASSED 2022-12-01T10:40:48.5750599Z functorch/test_ops.py::TestOperatorsCPU::test_jvp___rdiv___cpu_float32 PASSED 2022-12-01T10:40:48.5751147Z functorch/test_ops.py::TestOperatorsCPU::test_jvp___rmatmul___cpu_float32 PASSED 2022-12-01T10:40:48.5751718Z functorch/test_ops.py::TestOperatorsCPU::test_jvp___rmod___cpu_float32 PASSED 2022-12-01T10:40:48.5752265Z functorch/test_ops.py::TestOperatorsCPU::test_jvp___rmul___cpu_float32 PASSED 2022-12-01T10:40:48.5752748Z functorch/test_ops.py::TestOperatorsCPU::test_jvp___rpow___cpu_float32 PASSED 2022-12-01T10:40:48.5753250Z functorch/test_ops.py::TestOperatorsCPU::test_jvp___rsub___cpu_float32 PASSED 2022-12-01T10:40:48.5753767Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_add_cpu_float32 PASSED 2022-12-01T10:40:48.5754273Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_addbmm_cpu_float32 PASSED 2022-12-01T10:40:48.5754820Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_addcdiv_cpu_float32 PASSED 2022-12-01T10:40:48.5755330Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_addcmul_cpu_float32 PASSED 2022-12-01T10:40:48.5755905Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_allclose_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5756491Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_amax_cpu_float32 PASSED 2022-12-01T10:40:48.5757002Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_amin_cpu_float32 PASSED 2022-12-01T10:40:48.5757623Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_aminmax_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5758277Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_any_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5758896Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_argmin_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5759597Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_argsort_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5760189Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_asin_cpu_float32 PASSED 2022-12-01T10:40:48.5760726Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_asinh_cpu_float32 PASSED 2022-12-01T10:40:48.5761370Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_atan2_cpu_float32 PASSED 2022-12-01T10:40:48.5761956Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_atan_cpu_float32 PASSED 2022-12-01T10:40:48.5762491Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_bmm_cpu_float32 PASSED 2022-12-01T10:40:48.5763296Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_bool_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5764089Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5764952Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5765672Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_broadcast_to_cpu_float32 PASSED 2022-12-01T10:40:48.5766402Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_bucketize_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5767322Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_byte_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5768033Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cat_cpu_float32 PASSED 2022-12-01T10:40:48.5768679Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_ceil_cpu_float32 PASSED 2022-12-01T10:40:48.5769413Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_chalf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5770220Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_char_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5770972Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5771723Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cholesky_inverse_cpu_float32 PASSED 2022-12-01T10:40:48.5772423Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cholesky_solve_cpu_float32 PASSED 2022-12-01T10:40:48.5772977Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_chunk_cpu_float32 PASSED 2022-12-01T10:40:48.5773480Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_clamp_min_cpu_float32 PASSED 2022-12-01T10:40:48.5773999Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_clone_cpu_float32 PASSED 2022-12-01T10:40:48.5774517Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_column_stack_cpu_float32 PASSED 2022-12-01T10:40:48.5775052Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_combinations_cpu_float32 PASSED 2022-12-01T10:40:48.5775571Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_complex_cpu_float32 PASSED 2022-12-01T10:40:48.5776142Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_conj_cpu_float32 PASSED 2022-12-01T10:40:48.5776684Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_conj_physical_cpu_float32 PASSED 2022-12-01T10:40:48.5777338Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_constant_pad_nd_cpu_float32 PASSED 2022-12-01T10:40:48.5777906Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_contiguous_cpu_float32 PASSED 2022-12-01T10:40:48.5778451Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cos_cpu_float32 PASSED 2022-12-01T10:40:48.5779097Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_count_nonzero_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5779710Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cross_cpu_float32 PASSED 2022-12-01T10:40:48.5780282Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_diag_embed_cpu_float32 PASSED 2022-12-01T10:40:48.5780882Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_diagflat_cpu_float32 PASSED 2022-12-01T10:40:48.5781442Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_diagonal_cpu_float32 PASSED 2022-12-01T10:40:48.5781936Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_diff_cpu_float32 PASSED 2022-12-01T10:40:48.5782594Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_dist_cpu_float32 PASSED 2022-12-01T10:40:48.5783186Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_double_cpu_float32 PASSED 2022-12-01T10:40:48.5783860Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_double_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:40:48.5784546Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_dsplit_cpu_float32 PASSED 2022-12-01T10:40:48.5785350Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_dstack_cpu_float32 PASSED 2022-12-01T10:40:48.5785936Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_einsum_cpu_float32 PASSED 2022-12-01T10:40:48.5786654Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_empty_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5787478Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_empty_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5788280Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_eq_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5788909Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_erf_cpu_float32 PASSED 2022-12-01T10:40:48.5789527Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_erfc_cpu_float32 PASSED 2022-12-01T10:40:48.5790313Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_erfinv_cpu_float32 PASSED 2022-12-01T10:40:48.5790942Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_eye_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5791643Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_fft2_cpu_float32 PASSED 2022-12-01T10:40:48.5792208Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_fftn_cpu_float32 PASSED 2022-12-01T10:40:48.5792751Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_fftshift_cpu_float32 PASSED 2022-12-01T10:40:48.5793254Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_hfft2_cpu_float32 PASSED 2022-12-01T10:40:48.5793842Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_ifftshift_cpu_float32 PASSED 2022-12-01T10:40:48.5794388Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_ihfft2_cpu_float32 PASSED 2022-12-01T10:40:48.5794948Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_ihfft_cpu_float32 PASSED 2022-12-01T10:40:48.5795509Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_ihfftn_cpu_float32 PASSED 2022-12-01T10:40:48.5796030Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_irfft_cpu_float32 PASSED 2022-12-01T10:40:48.5796572Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_flip_cpu_float32 PASSED 2022-12-01T10:40:48.5797097Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fliplr_cpu_float32 PASSED 2022-12-01T10:40:48.5797599Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_flipud_cpu_float32 PASSED 2022-12-01T10:40:48.5798194Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_float_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5798824Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_float_power_cpu_float32 PASSED 2022-12-01T10:40:48.5799448Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_floor_divide_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5800048Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fmax_cpu_float32 PASSED 2022-12-01T10:40:48.5800564Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fmin_cpu_float32 PASSED 2022-12-01T10:40:48.5801092Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_frac_cpu_float32 PASSED 2022-12-01T10:40:48.5801739Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_frexp_cpu_float32 PASSED 2022-12-01T10:40:48.5802391Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_full_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5803026Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_ge_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5803651Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_geqrf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5804297Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_gt_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5804963Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_histc_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5805621Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_histogramdd_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5806198Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_hsplit_cpu_float32 PASSED 2022-12-01T10:40:48.5806841Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_hstack_cpu_float32 PASSED 2022-12-01T10:40:48.5807340Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_i0_cpu_float32 PASSED 2022-12-01T10:40:48.5807848Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_index_add_cpu_float32 PASSED 2022-12-01T10:40:48.5808407Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_index_copy_cpu_float32 PASSED 2022-12-01T10:40:48.5809021Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5809709Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_isclose_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5810510Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_isin_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5811192Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_isinf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5811905Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_isnan_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5812547Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_istft_cpu_float32 PASSED 2022-12-01T10:40:48.5813165Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:40:48.5813923Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:40:48.5814569Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_kron_cpu_float32 PASSED 2022-12-01T10:40:48.5815171Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_ldexp_cpu_float32 PASSED 2022-12-01T10:40:48.5815797Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_lgamma_cpu_float32 PASSED 2022-12-01T10:40:48.5816436Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_cond_cpu_float32 PASSED 2022-12-01T10:40:48.5817203Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_det_cpu_float32 PASSED 2022-12-01T10:40:48.5817862Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_inv_cpu_float32 PASSED 2022-12-01T10:40:48.5818523Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_lu_factor_cpu_float32 PASSED 2022-12-01T10:40:48.5819234Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_lu_factor_ex_cpu_float32 PASSED 2022-12-01T10:40:48.5820005Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5820760Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_pinv_cpu_float32 PASSED 2022-12-01T10:40:48.5821389Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_pinv_hermitian_cpu_float32 PASSED 2022-12-01T10:40:48.5822282Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T10:40:48.5822928Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_solve_ex_cpu_float32 PASSED 2022-12-01T10:40:48.5823503Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_tensorinv_cpu_float32 PASSED 2022-12-01T10:40:48.5824043Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_vecdot_cpu_float32 PASSED 2022-12-01T10:40:48.5824571Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_vector_norm_cpu_float32 PASSED 2022-12-01T10:40:48.5825171Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linspace_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5825762Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_log_softmax_cpu_float32 PASSED 2022-12-01T10:40:48.5826334Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_log_softmax_dtype_cpu_float32 PASSED 2022-12-01T10:40:48.5826875Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_logdet_cpu_float32 PASSED 2022-12-01T10:40:48.5827443Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_logical_and_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5828320Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_logical_not_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5828921Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_logit_cpu_float32 PASSED 2022-12-01T10:40:48.5829551Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_logspace_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5830186Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_logsumexp_cpu_float32 PASSED 2022-12-01T10:40:48.5830892Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5831571Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_lu_cpu_float32 PASSED 2022-12-01T10:40:48.5832210Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_mH_cpu_float32 PASSED 2022-12-01T10:40:48.5832874Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_mT_cpu_float32 PASSED 2022-12-01T10:40:48.5833481Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_amax_cpu_float32 PASSED 2022-12-01T10:40:48.5834102Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_amin_cpu_float32 PASSED 2022-12-01T10:40:48.5834743Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_cumsum_cpu_float32 PASSED 2022-12-01T10:40:48.5835398Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_fill_cpu_float32 PASSED 2022-12-01T10:40:48.5836069Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_fill_functorch_Scalar_only_cpu_float32 PASSED 2022-12-01T10:40:48.5836771Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_log_softmax_cpu_float32 PASSED 2022-12-01T10:40:48.5837457Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_logsumexp_cpu_float32 PASSED 2022-12-01T10:40:48.5838169Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_scatter_cpu_float32 PASSED 2022-12-01T10:40:48.5838751Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_select_cpu_float32 PASSED 2022-12-01T10:40:48.5839406Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_softmin_cpu_float32 PASSED 2022-12-01T10:40:48.5840068Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_sum_cpu_float32 PASSED 2022-12-01T10:40:48.5840662Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_var_cpu_float32 PASSED 2022-12-01T10:40:48.5841448Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_max_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:40:48.5842007Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_maximum_cpu_float32 PASSED 2022-12-01T10:40:48.5842554Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_mean_cpu_float32 PASSED 2022-12-01T10:40:48.5843083Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_meshgrid_list_of_tensors_cpu_float32 PASSED 2022-12-01T10:40:48.5843655Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_min_binary_cpu_float32 PASSED 2022-12-01T10:40:48.5844204Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_minimum_cpu_float32 PASSED 2022-12-01T10:40:48.5844739Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_mm_cpu_float32 PASSED 2022-12-01T10:40:48.5845291Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_msort_cpu_float32 PASSED 2022-12-01T10:40:48.5845894Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_multinomial_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5846522Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED 2022-12-01T10:40:48.5847086Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nan_to_num_cpu_float32 PASSED 2022-12-01T10:40:48.5847616Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nanquantile_cpu_float32 PASSED 2022-12-01T10:40:48.5848223Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_narrow_copy_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5848827Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_neg_cpu_float32 PASSED 2022-12-01T10:40:48.5849436Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_new_full_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5850221Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_new_ones_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5850876Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_new_zeros_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5851630Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5852386Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:40:48.5852985Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:40:48.5853685Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:40:48.5854281Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED 2022-12-01T10:40:48.5854911Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:40:48.5855505Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:40:48.5856102Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED 2022-12-01T10:40:48.5856682Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_cpu_float32 PASSED 2022-12-01T10:40:48.5857449Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.5858137Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED 2022-12-01T10:40:48.5858781Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.5859407Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.5860108Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED 2022-12-01T10:40:48.5860805Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.5861482Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv_transpose1d_cpu_float32 PASSED 2022-12-01T10:40:48.5862166Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv_transpose2d_cpu_float32 PASSED 2022-12-01T10:40:48.5862818Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_dropout2d_cpu_float32 PASSED 2022-12-01T10:40:48.5863477Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_dropout3d_cpu_float32 PASSED 2022-12-01T10:40:48.5864225Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_embedding_bag_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5865015Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_embedding_cpu_float32 PASSED 2022-12-01T10:40:48.5865746Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_embedding_functorch_cpu_float32 PASSED 2022-12-01T10:40:48.5866533Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED 2022-12-01T10:40:48.5867314Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_fractional_max_pool2d_cpu_float32 PASSED 2022-12-01T10:40:48.5868049Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_glu_cpu_float32 PASSED 2022-12-01T10:40:48.5868851Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_grid_sample_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5869651Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_group_norm_cpu_float32 PASSED 2022-12-01T10:40:48.5870390Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_hardsigmoid_cpu_float32 PASSED 2022-12-01T10:40:48.5871199Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_hardswish_cpu_float32 PASSED 2022-12-01T10:40:48.5871872Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_hardtanh_cpu_float32 PASSED 2022-12-01T10:40:48.5872527Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_huber_loss_cpu_float32 PASSED 2022-12-01T10:40:48.5873162Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_bilinear_cpu_float32 PASSED 2022-12-01T10:40:48.5873749Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_kl_div_cpu_float32 PASSED 2022-12-01T10:40:48.5874316Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_leaky_relu_cpu_float32 PASSED 2022-12-01T10:40:48.5875030Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_local_response_norm_cpu_float32 PASSED 2022-12-01T10:40:48.5875655Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_margin_ranking_loss_cpu_float32 PASSED 2022-12-01T10:40:48.5876286Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_pool3d_cpu_float32 PASSED 2022-12-01T10:40:48.5876869Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.5877483Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool1d_grad_cpu_float32 PASSED 2022-12-01T10:40:48.5878135Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_mse_loss_functorch_cpu_float32 PASSED 2022-12-01T10:40:48.5878793Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:40:48.5879417Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_nll_loss_cpu_float32 PASSED 2022-12-01T10:40:48.5880053Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pad_constant_cpu_float32 PASSED 2022-12-01T10:40:48.5880723Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pixel_shuffle_cpu_float32 PASSED 2022-12-01T10:40:48.5881464Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pixel_unshuffle_cpu_float32 PASSED 2022-12-01T10:40:48.5882102Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_relu_cpu_float32 PASSED 2022-12-01T10:40:48.5882771Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:40:48.5883448Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_softmin_cpu_float32 PASSED 2022-12-01T10:40:48.5884144Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_softmin_with_dtype_cpu_float32 PASSED 2022-12-01T10:40:48.5884869Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_softplus_cpu_float32 PASSED 2022-12-01T10:40:48.5885572Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_tanhshrink_cpu_float32 PASSED 2022-12-01T10:40:48.5886273Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_unfold_cpu_float32 PASSED 2022-12-01T10:40:48.5886976Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_upsample_bilinear_cpu_float32 PASSED 2022-12-01T10:40:48.5887744Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_upsample_nearest_cpu_float32 PASSED 2022-12-01T10:40:48.5888372Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_norm_cpu_float32 PASSED 2022-12-01T10:40:48.5888976Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_norm_inf_cpu_float32 PASSED 2022-12-01T10:40:48.5889699Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_ones_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5890442Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_ormqr_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5891178Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_permute_cpu_float32 PASSED 2022-12-01T10:40:48.5891738Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_pinverse_cpu_float32 PASSED 2022-12-01T10:40:48.5892296Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_polar_cpu_float32 PASSED 2022-12-01T10:40:48.5892936Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_polygamma_polygamma_n_1_cpu_float32 PASSED 2022-12-01T10:40:48.5893549Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_polygamma_polygamma_n_3_cpu_float32 PASSED 2022-12-01T10:40:48.5894124Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_polygamma_polygamma_n_4_cpu_float32 PASSED 2022-12-01T10:40:48.5894724Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_positive_cpu_float32 PASSED 2022-12-01T10:40:48.5895271Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_pow_cpu_float32 PASSED 2022-12-01T10:40:48.5895765Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_quantile_cpu_float32 PASSED 2022-12-01T10:40:48.5896392Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_rand_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5897348Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_randint_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5898014Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_randn_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5898595Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_ravel_cpu_float32 PASSED 2022-12-01T10:40:48.5899139Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_real_cpu_float32 PASSED 2022-12-01T10:40:48.5899637Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_reciprocal_cpu_float32 PASSED 2022-12-01T10:40:48.5900182Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_repeat_cpu_float32 PASSED 2022-12-01T10:40:48.5900706Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_reshape_cpu_float32 PASSED 2022-12-01T10:40:48.5901343Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_resize__cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5901997Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_resolve_conj_cpu_float32 PASSED 2022-12-01T10:40:48.5902571Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_resolve_neg_cpu_float32 PASSED 2022-12-01T10:40:48.5903082Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_roll_cpu_float32 PASSED 2022-12-01T10:40:48.5903606Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_rot90_cpu_float32 PASSED 2022-12-01T10:40:48.5904134Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_round_cpu_float32 PASSED 2022-12-01T10:40:48.5904659Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_round_decimals_0_cpu_float32 PASSED 2022-12-01T10:40:48.5905181Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_round_decimals_3_cpu_float32 PASSED 2022-12-01T10:40:48.5905735Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_round_decimals_neg_3_cpu_float32 PASSED 2022-12-01T10:40:48.5906256Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_scatter_add_cpu_float32 PASSED 2022-12-01T10:40:48.5906819Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_scatter_cpu_float32 PASSED 2022-12-01T10:40:48.5907379Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_scatter_reduce_amin_cpu_float32 PASSED 2022-12-01T10:40:48.5907894Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_scatter_reduce_mean_cpu_float32 PASSED 2022-12-01T10:40:48.5908476Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_scatter_reduce_sum_cpu_float32 PASSED 2022-12-01T10:40:48.5909162Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_segment_reduce_offsets_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5909791Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_select_cpu_float32 PASSED 2022-12-01T10:40:48.5910328Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_sgn_cpu_float32 PASSED 2022-12-01T10:40:48.5910991Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_short_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5911763Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5912487Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_sigmoid_cpu_float32 PASSED 2022-12-01T10:40:48.5913225Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_sinh_cpu_float32 PASSED 2022-12-01T10:40:48.5913836Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_slice_cpu_float32 PASSED 2022-12-01T10:40:48.5914466Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_slice_scatter_cpu_float32 PASSED 2022-12-01T10:40:48.5915208Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_airy_ai_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5916020Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5916898Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5917849Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5918723Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5920027Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.5921427Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.5922076Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_i0e_cpu_float32 PASSED 2022-12-01T10:40:48.5922686Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5923726Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.5924443Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_log_ndtr_cpu_float32 PASSED 2022-12-01T10:40:48.5925068Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5925689Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_ndtri_cpu_float32 PASSED 2022-12-01T10:40:48.5926390Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5927187Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5928292Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.5929470Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.5930367Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5931103Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_xlog1py_cpu_float32 PASSED 2022-12-01T10:40:48.5931845Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_zeta_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5932536Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_split_cpu_float32 PASSED 2022-12-01T10:40:48.5933199Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_split_list_args_cpu_float32 PASSED 2022-12-01T10:40:48.5933835Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_sqrt_cpu_float32 PASSED 2022-12-01T10:40:48.5934457Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_stack_cpu_float32 PASSED 2022-12-01T10:40:48.5935058Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_std_cpu_float32 PASSED 2022-12-01T10:40:48.5935695Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_stft_cpu_float32 PASSED 2022-12-01T10:40:48.5936408Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_sum_cpu_float32 PASSED 2022-12-01T10:40:48.5937161Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_svd_lowrank_cpu_float32 PASSED 2022-12-01T10:40:48.5937808Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_t_cpu_float32 PASSED 2022-12-01T10:40:48.5938424Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_take_along_dim_cpu_float32 PASSED 2022-12-01T10:40:48.5939072Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_tan_cpu_float32 PASSED 2022-12-01T10:40:48.5939568Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_tile_cpu_float32 PASSED 2022-12-01T10:40:48.5940112Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_to_cpu_float32 PASSED 2022-12-01T10:40:48.5940848Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_to_sparse_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5941464Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_transpose_cpu_float32 PASSED 2022-12-01T10:40:48.5942032Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_trapezoid_cpu_float32 PASSED 2022-12-01T10:40:48.5942607Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_triangular_solve_cpu_float32 PASSED 2022-12-01T10:40:48.5943196Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_tril_cpu_float32 PASSED 2022-12-01T10:40:48.5943679Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_triu_cpu_float32 PASSED 2022-12-01T10:40:48.5944205Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_true_divide_cpu_float32 PASSED 2022-12-01T10:40:48.5944870Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_unique_consecutive_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5945450Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_unsqueeze_cpu_float32 PASSED 2022-12-01T10:40:48.5945975Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_var_cpu_float32 PASSED 2022-12-01T10:40:48.5946508Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_view_as_cpu_float32 PASSED 2022-12-01T10:40:48.5947064Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_where_cpu_float32 PASSED 2022-12-01T10:40:48.5947542Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_xlogy_cpu_float32 PASSED 2022-12-01T10:40:48.5948168Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_zeros_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.5948788Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_T_cpu_float32 PASSED 2022-12-01T10:40:48.5949324Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp___getitem___cpu_float32 PASSED 2022-12-01T10:40:48.5949915Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp___rdiv___cpu_float32 PASSED 2022-12-01T10:40:48.5950472Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp___rsub___cpu_float32 PASSED 2022-12-01T10:40:48.5950998Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_acos_cpu_float32 PASSED 2022-12-01T10:40:48.5951532Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_acosh_cpu_float32 PASSED 2022-12-01T10:40:48.5952088Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_addbmm_cpu_float32 PASSED 2022-12-01T10:40:48.5952607Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_addcdiv_cpu_float32 PASSED 2022-12-01T10:40:48.5953105Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_addcmul_cpu_float32 PASSED 2022-12-01T10:40:48.5953621Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_addmv_cpu_float32 PASSED 2022-12-01T10:40:48.5954140Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_amin_cpu_float32 PASSED 2022-12-01T10:40:48.5954775Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5955416Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5956123Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5956746Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_as_strided_cpu_float32 PASSED 2022-12-01T10:40:48.5957513Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_as_strided_scatter_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.5958136Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_asinh_cpu_float32 PASSED 2022-12-01T10:40:48.5958732Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_atan2_cpu_float32 PASSED 2022-12-01T10:40:48.5959265Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_atan_cpu_float32 PASSED 2022-12-01T10:40:48.5959846Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_atanh_cpu_float32 PASSED 2022-12-01T10:40:48.5960468Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_atleast_3d_cpu_float32 PASSED 2022-12-01T10:40:48.5961095Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_bfloat16_cpu_float32 PASSED 2022-12-01T10:40:48.5962036Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_bfloat16_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:40:48.5962738Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_block_diag_cpu_float32 PASSED 2022-12-01T10:40:48.5963387Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_broadcast_to_cpu_float32 PASSED 2022-12-01T10:40:48.5964154Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5964891Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cartesian_prod_cpu_float32 PASSED 2022-12-01T10:40:48.5965667Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5966434Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cholesky_solve_cpu_float32 PASSED 2022-12-01T10:40:48.5967085Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_chunk_cpu_float32 PASSED 2022-12-01T10:40:48.5967670Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_clamp_cpu_float32 PASSED 2022-12-01T10:40:48.5968432Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_clamp_max_cpu_float32 PASSED 2022-12-01T10:40:48.5968991Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_clamp_min_cpu_float32 PASSED 2022-12-01T10:40:48.5969499Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_combinations_cpu_float32 PASSED 2022-12-01T10:40:48.5970037Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_conj_physical_cpu_float32 PASSED 2022-12-01T10:40:48.5970579Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_constant_pad_nd_cpu_float32 PASSED 2022-12-01T10:40:48.5971132Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_contiguous_cpu_float32 PASSED 2022-12-01T10:40:48.5971689Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_copysign_cpu_float32 PASSED 2022-12-01T10:40:48.5972235Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_corrcoef_cpu_float32 PASSED 2022-12-01T10:40:48.5972764Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cos_cpu_float32 PASSED 2022-12-01T10:40:48.5973323Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cumprod_cpu_float32 PASSED 2022-12-01T10:40:48.5973870Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cumsum_cpu_float32 PASSED 2022-12-01T10:40:48.5974441Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_diag_cpu_float32 PASSED 2022-12-01T10:40:48.5975023Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_diagflat_cpu_float32 PASSED 2022-12-01T10:40:48.5975599Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_diagonal_cpu_float32 PASSED 2022-12-01T10:40:48.5976224Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_diagonal_scatter_cpu_float32 PASSED 2022-12-01T10:40:48.5976790Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_diff_cpu_float32 PASSED 2022-12-01T10:40:48.5977600Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_digamma_cpu_float32 PASSED 2022-12-01T10:40:48.5978252Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_div_trunc_rounding_cpu_float32 PASSED 2022-12-01T10:40:48.5978896Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_dot_cpu_float32 PASSED 2022-12-01T10:40:48.5979520Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_einsum_cpu_float32 PASSED 2022-12-01T10:40:48.5980417Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5981218Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5982030Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5982758Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_erf_cpu_float32 PASSED 2022-12-01T10:40:48.5983386Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_erfc_cpu_float32 PASSED 2022-12-01T10:40:48.5984000Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_exp_cpu_float32 PASSED 2022-12-01T10:40:48.5984634Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_expand_cpu_float32 PASSED 2022-12-01T10:40:48.5985489Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5986258Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_fft_cpu_float32 PASSED 2022-12-01T10:40:48.5986820Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_fftshift_cpu_float32 PASSED 2022-12-01T10:40:48.5987403Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_hfft2_cpu_float32 PASSED 2022-12-01T10:40:48.5987917Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_hfft_cpu_float32 PASSED 2022-12-01T10:40:48.5988465Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ifftn_cpu_float32 PASSED 2022-12-01T10:40:48.5989044Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ihfft2_cpu_float32 PASSED 2022-12-01T10:40:48.5989603Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_irfftn_cpu_float32 PASSED 2022-12-01T10:40:48.5990193Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_rfft2_cpu_float32 PASSED 2022-12-01T10:40:48.5990729Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_rfftn_cpu_float32 PASSED 2022-12-01T10:40:48.5991288Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_flatten_cpu_float32 PASSED 2022-12-01T10:40:48.5991847Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_flip_cpu_float32 PASSED 2022-12-01T10:40:48.5992364Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_flipud_cpu_float32 PASSED 2022-12-01T10:40:48.5992887Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_floor_cpu_float32 PASSED 2022-12-01T10:40:48.5993420Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fmin_cpu_float32 PASSED 2022-12-01T10:40:48.5993978Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fmod_cpu_float32 PASSED 2022-12-01T10:40:48.5994475Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_frexp_cpu_float32 PASSED 2022-12-01T10:40:48.5995104Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5995780Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5996404Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_half_cpu_float32 PASSED 2022-12-01T10:40:48.5997043Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_half_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:40:48.5997685Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5998372Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5999073Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.5999647Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_hsplit_cpu_float32 PASSED 2022-12-01T10:40:48.6000172Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_hstack_cpu_float32 PASSED 2022-12-01T10:40:48.6000828Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6001600Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6002328Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_index_reduce_cpu_float32 XFAIL 2022-12-01T10:40:48.6002904Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_index_select_cpu_float32 PASSED 2022-12-01T10:40:48.6003574Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6004327Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6005058Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6005912Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6006731Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6007429Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_istft_cpu_float32 PASSED 2022-12-01T10:40:48.6008112Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:40:48.6008909Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:40:48.6009685Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:40:48.6010384Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_kron_cpu_float32 PASSED 2022-12-01T10:40:48.6011031Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_kthvalue_cpu_float32 PASSED 2022-12-01T10:40:48.6011727Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_inv_cpu_float32 PASSED 2022-12-01T10:40:48.6012521Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6013278Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lu_cpu_float32 PASSED 2022-12-01T10:40:48.6013923Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lu_factor_cpu_float32 PASSED 2022-12-01T10:40:48.6014597Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lu_factor_ex_cpu_float32 PASSED 2022-12-01T10:40:48.6015338Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_matrix_norm_cpu_float32 PASSED 2022-12-01T10:40:48.6015866Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_matrix_power_cpu_float32 PASSED 2022-12-01T10:40:48.6016451Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_multi_dot_cpu_float32 PASSED 2022-12-01T10:40:48.6017215Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_pinv_cpu_float32 PASSED 2022-12-01T10:40:48.6017786Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_slogdet_cpu_float32 PASSED 2022-12-01T10:40:48.6018312Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_solve_cpu_float32 PASSED 2022-12-01T10:40:48.6018879Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_solve_ex_cpu_float32 PASSED 2022-12-01T10:40:48.6019463Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_svd_cpu_float32 PASSED 2022-12-01T10:40:48.6020039Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_vector_norm_cpu_float32 PASSED 2022-12-01T10:40:48.6020618Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_log10_cpu_float32 PASSED 2022-12-01T10:40:48.6021186Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_log1p_cpu_float32 PASSED 2022-12-01T10:40:48.6021782Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_log2_cpu_float32 PASSED 2022-12-01T10:40:48.6022356Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_log_cpu_float32 PASSED 2022-12-01T10:40:48.6022893Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_log_softmax_dtype_cpu_float32 PASSED 2022-12-01T10:40:48.6023430Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logaddexp_cpu_float32 PASSED 2022-12-01T10:40:48.6024394Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6025212Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6026010Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6026693Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_lu_cpu_float32 PASSED 2022-12-01T10:40:48.6027222Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mH_cpu_float32 PASSED 2022-12-01T10:40:48.6027770Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mT_cpu_float32 PASSED 2022-12-01T10:40:48.6028508Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_amax_cpu_float32 PASSED 2022-12-01T10:40:48.6029130Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_cumprod_cpu_float32 PASSED 2022-12-01T10:40:48.6029731Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_cumsum_cpu_float32 PASSED 2022-12-01T10:40:48.6030426Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_fill_functorch_Scalar_only_cpu_float32 PASSED 2022-12-01T10:40:48.6031139Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_log_softmax_cpu_float32 PASSED 2022-12-01T10:40:48.6031781Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_mean_cpu_float32 PASSED 2022-12-01T10:40:48.6032453Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_median_cpu_float32 PASSED 2022-12-01T10:40:48.6033064Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_norm_cpu_float32 PASSED 2022-12-01T10:40:48.6033703Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_select_cpu_float32 PASSED 2022-12-01T10:40:48.6034341Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_softmin_cpu_float32 PASSED 2022-12-01T10:40:48.6035004Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_std_cpu_float32 PASSED 2022-12-01T10:40:48.6035693Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_sum_cpu_float32 PASSED 2022-12-01T10:40:48.6036330Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_matrix_exp_cpu_float32 PASSED 2022-12-01T10:40:48.6037039Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_max_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:40:48.6037737Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_max_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:40:48.6038407Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_maximum_cpu_float32 PASSED 2022-12-01T10:40:48.6039035Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mean_cpu_float32 PASSED 2022-12-01T10:40:48.6039672Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_meshgrid_variadic_tensors_cpu_float32 PASSED 2022-12-01T10:40:48.6040354Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_min_binary_cpu_float32 PASSED 2022-12-01T10:40:48.6041052Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mode_cpu_float32 PASSED 2022-12-01T10:40:48.6041698Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_msort_cpu_float32 PASSED 2022-12-01T10:40:48.6042309Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6042990Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED 2022-12-01T10:40:48.6043571Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nan_to_num_cpu_float32 PASSED 2022-12-01T10:40:48.6044155Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nanmean_cpu_float32 PASSED 2022-12-01T10:40:48.6044688Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nanmedian_cpu_float32 PASSED 2022-12-01T10:40:48.6045255Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nanquantile_cpu_float32 PASSED 2022-12-01T10:40:48.6045822Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nansum_cpu_float32 PASSED 2022-12-01T10:40:48.6046334Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_narrow_cpu_float32 PASSED 2022-12-01T10:40:48.6047079Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6047807Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6048478Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED 2022-12-01T10:40:48.6049144Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:40:48.6049813Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:40:48.6050579Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED 2022-12-01T10:40:48.6051238Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED 2022-12-01T10:40:48.6051823Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:40:48.6052383Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_batch_norm_cpu_float32 PASSED 2022-12-01T10:40:48.6052987Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_bilinear_cpu_float32 PASSED 2022-12-01T10:40:48.6053611Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_binary_cross_entropy_cpu_float32 PASSED 2022-12-01T10:40:48.6054238Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED 2022-12-01T10:40:48.6054822Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_celu_cpu_float32 PASSED 2022-12-01T10:40:48.6055399Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_cpu_float32 PASSED 2022-12-01T10:40:48.6056024Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED 2022-12-01T10:40:48.6056698Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED 2022-12-01T10:40:48.6057455Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.6058167Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.6058827Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv_transpose1d_cpu_float32 PASSED 2022-12-01T10:40:48.6059501Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv_transpose2d_cpu_float32 PASSED 2022-12-01T10:40:48.6060180Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_cosine_similarity_cpu_float32 PASSED 2022-12-01T10:40:48.6060850Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_ctc_loss_cpu_float32 XFAIL 2022-12-01T10:40:48.6061427Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_dropout_cpu_float32 PASSED 2022-12-01T10:40:48.6062157Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_elu_cpu_float32 PASSED 2022-12-01T10:40:48.6062842Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_embedding_bag_cpu_float32 XFAIL 2022-12-01T10:40:48.6063567Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_embedding_cpu_float32 PASSED 2022-12-01T10:40:48.6064319Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_fractional_max_pool2d_cpu_float32 PASSED 2022-12-01T10:40:48.6065053Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_fractional_max_pool3d_cpu_float32 PASSED 2022-12-01T10:40:48.6065810Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_glu_cpu_float32 PASSED 2022-12-01T10:40:48.6066523Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_grid_sample_cpu_float32 XFAIL 2022-12-01T10:40:48.6067427Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_group_norm_cpu_float32 PASSED 2022-12-01T10:40:48.6068161Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_hardsigmoid_cpu_float32 XFAIL 2022-12-01T10:40:48.6068862Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_hardswish_cpu_float32 PASSED 2022-12-01T10:40:48.6069527Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_hardtanh_cpu_float32 PASSED 2022-12-01T10:40:48.6070293Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_bicubic_cpu_float32 PASSED 2022-12-01T10:40:48.6070961Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_linear_cpu_float32 PASSED 2022-12-01T10:40:48.6071718Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_nearest_cpu_float32 PASSED 2022-12-01T10:40:48.6072352Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_trilinear_cpu_float32 PASSED 2022-12-01T10:40:48.6072937Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_l1_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6073517Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_layer_norm_cpu_float32 PASSED 2022-12-01T10:40:48.6074148Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_leaky_relu_cpu_float32 PASSED 2022-12-01T10:40:48.6074737Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_linear_cpu_float32 PASSED 2022-12-01T10:40:48.6075328Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_local_response_norm_cpu_float32 PASSED 2022-12-01T10:40:48.6075974Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_logsigmoid_cpu_float32 XFAIL 2022-12-01T10:40:48.6076592Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_pool2d_cpu_float32 PASSED 2022-12-01T10:40:48.6077185Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_mish_cpu_float32 PASSED 2022-12-01T10:40:48.6077840Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_mse_loss_functorch_cpu_float32 PASSED 2022-12-01T10:40:48.6078529Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_multi_margin_loss_cpu_float32 XFAIL 2022-12-01T10:40:48.6079217Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_multilabel_margin_loss_cpu_float32 XFAIL 2022-12-01T10:40:48.6079920Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 XFAIL 2022-12-01T10:40:48.6080634Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pad_reflect_cpu_float32 PASSED 2022-12-01T10:40:48.6081424Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pad_replicate_cpu_float32 PASSED 2022-12-01T10:40:48.6082167Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pixel_shuffle_cpu_float32 PASSED 2022-12-01T10:40:48.6082898Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_poisson_nll_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6083586Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_prelu_cpu_float32 PASSED 2022-12-01T10:40:48.6084260Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_relu_cpu_float32 PASSED 2022-12-01T10:40:48.6084951Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_selu_cpu_float32 PASSED 2022-12-01T10:40:48.6085647Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_soft_margin_loss_cpu_float32 XFAIL 2022-12-01T10:40:48.6086401Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_softmin_cpu_float32 PASSED 2022-12-01T10:40:48.6087095Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_softplus_cpu_float32 PASSED 2022-12-01T10:40:48.6087748Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_softshrink_cpu_float32 PASSED 2022-12-01T10:40:48.6088472Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_softsign_cpu_float32 PASSED 2022-12-01T10:40:48.6089256Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_threshold_cpu_float32 PASSED 2022-12-01T10:40:48.6089830Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_unfold_cpu_float32 PASSED 2022-12-01T10:40:48.6090438Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_upsample_nearest_cpu_float32 PASSED 2022-12-01T10:40:48.6091032Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_norm_cpu_float32 PASSED 2022-12-01T10:40:48.6091542Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_norm_nuc_cpu_float32 PASSED 2022-12-01T10:40:48.6092113Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_normal_number_mean_cpu_float32 PASSED 2022-12-01T10:40:48.6092755Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6093684Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6094399Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ops_aten_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:40:48.6095040Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ormqr_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6095631Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_outer_cpu_float32 PASSED 2022-12-01T10:40:48.6096158Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_pca_lowrank_cpu_float32 PASSED 2022-12-01T10:40:48.6096695Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_polar_cpu_float32 PASSED 2022-12-01T10:40:48.6097431Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_polygamma_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:40:48.6098008Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_polygamma_polygamma_n_1_cpu_float32 PASSED 2022-12-01T10:40:48.6098619Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_polygamma_polygamma_n_2_cpu_float32 PASSED 2022-12-01T10:40:48.6099181Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_polygamma_polygamma_n_4_cpu_float32 PASSED 2022-12-01T10:40:48.6099773Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_put_cpu_float32 PASSED 2022-12-01T10:40:48.6100352Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_quantile_cpu_float32 PASSED 2022-12-01T10:40:48.6101032Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6101658Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6102320Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6102915Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ravel_cpu_float32 PASSED 2022-12-01T10:40:48.6103465Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_reciprocal_cpu_float32 PASSED 2022-12-01T10:40:48.6104006Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_remainder_cpu_float32 PASSED 2022-12-01T10:40:48.6104542Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_repeat_cpu_float32 PASSED 2022-12-01T10:40:48.6105077Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_reshape_cpu_float32 PASSED 2022-12-01T10:40:48.6105666Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6106360Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6106978Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_resolve_neg_cpu_float32 PASSED 2022-12-01T10:40:48.6107486Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_roll_cpu_float32 PASSED 2022-12-01T10:40:48.6108041Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_round_decimals_0_cpu_float32 PASSED 2022-12-01T10:40:48.6108644Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_round_decimals_neg_3_cpu_float32 PASSED 2022-12-01T10:40:48.6109354Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_rsub_cpu_float32 PASSED 2022-12-01T10:40:48.6109917Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_add_cpu_float32 PASSED 2022-12-01T10:40:48.6110524Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_cpu_float32 PASSED 2022-12-01T10:40:48.6111148Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_reduce_amax_cpu_float32 PASSED 2022-12-01T10:40:48.6111707Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_reduce_mean_cpu_float32 PASSED 2022-12-01T10:40:48.6112418Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_reduce_prod_cpu_float32 PASSED 2022-12-01T10:40:48.6113091Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_reduce_sum_cpu_float32 PASSED 2022-12-01T10:40:48.6113988Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6114757Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_segment_reduce_lengths_cpu_float32 XFAIL 2022-12-01T10:40:48.6115413Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sgn_cpu_float32 PASSED 2022-12-01T10:40:48.6116141Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6116858Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sigmoid_cpu_float32 PASSED 2022-12-01T10:40:48.6117612Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6118364Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_softmax_cpu_float32 PASSED 2022-12-01T10:40:48.6119014Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sort_cpu_float32 PASSED 2022-12-01T10:40:48.6119703Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6120607Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6121413Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6122109Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6123104Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.6123778Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_entr_cpu_float32 PASSED 2022-12-01T10:40:48.6124437Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6125126Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_i0e_cpu_float32 PASSED 2022-12-01T10:40:48.6125645Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_i1_cpu_float32 PASSED 2022-12-01T10:40:48.6126311Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6127379Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.6128196Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6128966Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6129791Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6130446Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_ndtr_cpu_float32 PASSED 2022-12-01T10:40:48.6131318Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_ndtri_cpu_float32 PASSED 2022-12-01T10:40:48.6132002Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:40:48.6132851Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6134131Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.6135420Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.6136526Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6137434Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_xlog1py_cpu_float32 PASSED 2022-12-01T10:40:48.6138197Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6138937Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_split_list_args_cpu_float32 PASSED 2022-12-01T10:40:48.6139601Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_square_cpu_float32 PASSED 2022-12-01T10:40:48.6140141Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_std_cpu_float32 PASSED 2022-12-01T10:40:48.6140706Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sum_to_size_cpu_float32 PASSED 2022-12-01T10:40:48.6141259Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_svd_cpu_float32 PASSED 2022-12-01T10:40:48.6141763Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_svd_lowrank_cpu_float32 PASSED 2022-12-01T10:40:48.6142340Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_t_cpu_float32 PASSED 2022-12-01T10:40:48.6142892Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_take_along_dim_cpu_float32 PASSED 2022-12-01T10:40:48.6143464Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_take_cpu_float32 PASSED 2022-12-01T10:40:48.6144022Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_trace_cpu_float32 PASSED 2022-12-01T10:40:48.6144546Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_transpose_cpu_float32 PASSED 2022-12-01T10:40:48.6145115Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_trapezoid_cpu_float32 PASSED 2022-12-01T10:40:48.6145649Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_tril_cpu_float32 PASSED 2022-12-01T10:40:48.6146143Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_trunc_cpu_float32 PASSED 2022-12-01T10:40:48.6146685Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_unflatten_cpu_float32 PASSED 2022-12-01T10:40:48.6147340Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6148008Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6148651Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_view_as_complex_cpu_float32 PASSED 2022-12-01T10:40:48.6149215Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_vsplit_cpu_float32 PASSED 2022-12-01T10:40:48.6149754Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_vstack_cpu_float32 PASSED 2022-12-01T10:40:48.6150332Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_xlogy_cpu_float32 PASSED 2022-12-01T10:40:48.6150907Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_zero__cpu_float32 PASSED 2022-12-01T10:40:48.6151460Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6152114Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_broadcast_to_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:40:48.6152732Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_broadcast_to_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:40:48.6153512Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_contiguous_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:40:48.6154083Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_diagonal_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:40:48.6154682Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_flatten_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:40:48.6155303Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_dsplit_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:40:48.6155957Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_hsplit_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:40:48.6222377Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_split_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:40:48.6223245Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_split_list_args_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:40:48.6223961Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_vsplit_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:40:48.6224586Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_mH_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:40:48.6225130Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_mT_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:40:48.6225726Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_mT_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:40:48.6226362Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_movedim_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:40:48.6226996Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_permute_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:40:48.6227649Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_positive_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:40:48.6228307Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_real_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:40:48.6228986Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_real_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:40:48.6229620Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_reshape_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:40:48.6230340Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_resolve_conj_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:40:48.6231059Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_resolve_neg_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:40:48.6231783Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_select_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:40:48.6232484Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_select_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:40:48.6233220Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_special_grad_op_jvp_cpu PASSED 2022-12-01T10:40:48.6233932Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_squeeze_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:40:48.6234655Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_squeeze_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:40:48.6235418Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_unsqueeze_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:40:48.6236162Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_unsqueeze_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:40:48.6236856Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_as_complex_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:40:48.6237613Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_as_complex_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:40:48.6238305Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_as_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:40:48.6239080Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_as_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:40:48.6239823Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_H_cpu_float32 PASSED 2022-12-01T10:40:48.6240349Z functorch/test_ops.py::TestOperatorsCPU::test_vjp___getitem___functorch_cpu_float32 PASSED 2022-12-01T10:40:48.6240880Z functorch/test_ops.py::TestOperatorsCPU::test_vjp___radd___cpu_float32 PASSED 2022-12-01T10:40:48.6241536Z functorch/test_ops.py::TestOperatorsCPU::test_vjp___rdiv___cpu_float32 PASSED 2022-12-01T10:40:48.6242059Z functorch/test_ops.py::TestOperatorsCPU::test_vjp___rmatmul___cpu_float32 PASSED 2022-12-01T10:40:48.6242625Z functorch/test_ops.py::TestOperatorsCPU::test_vjp___rmul___cpu_float32 PASSED 2022-12-01T10:40:48.6243151Z functorch/test_ops.py::TestOperatorsCPU::test_vjp___rsub___cpu_float32 PASSED 2022-12-01T10:40:48.6243640Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_abs_cpu_float32 PASSED 2022-12-01T10:40:48.6244252Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_add_cpu_float32 PASSED 2022-12-01T10:40:48.6244773Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_addbmm_cpu_float32 PASSED 2022-12-01T10:40:48.6245292Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_addmm_decomposed_cpu_float32 PASSED 2022-12-01T10:40:48.6245885Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6246496Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_amax_cpu_float32 PASSED 2022-12-01T10:40:48.6246990Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_amin_cpu_float32 PASSED 2022-12-01T10:40:48.6247606Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6248172Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_angle_cpu_float32 PASSED 2022-12-01T10:40:48.6248785Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6249495Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6250156Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6250781Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6251417Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6252017Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_asin_cpu_float32 PASSED 2022-12-01T10:40:48.6252517Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_atan_cpu_float32 PASSED 2022-12-01T10:40:48.6253010Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_atleast_2d_cpu_float32 PASSED 2022-12-01T10:40:48.6253533Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_atleast_3d_cpu_float32 PASSED 2022-12-01T10:40:48.6254057Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_baddbmm_cpu_float32 PASSED 2022-12-01T10:40:48.6254569Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_bfloat16_cpu_float32 PASSED 2022-12-01T10:40:48.6255172Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_bfloat16_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:40:48.6255728Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_block_diag_cpu_float32 PASSED 2022-12-01T10:40:48.6256301Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6256945Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_broadcast_tensors_cpu_float32 PASSED 2022-12-01T10:40:48.6257714Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6258415Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6259178Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6259865Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cartesian_prod_cpu_float32 PASSED 2022-12-01T10:40:48.6260634Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_ceil_cpu_float32 PASSED 2022-12-01T10:40:48.6261229Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_chalf_cpu_float32 PASSED 2022-12-01T10:40:48.6261822Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cholesky_cpu_float32 PASSED 2022-12-01T10:40:48.6262446Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_chunk_cpu_float32 PASSED 2022-12-01T10:40:48.6263078Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_clamp_max_cpu_float32 PASSED 2022-12-01T10:40:48.6263679Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_clamp_min_cpu_float32 PASSED 2022-12-01T10:40:48.6264328Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_combinations_cpu_float32 PASSED 2022-12-01T10:40:48.6265144Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_contiguous_cpu_float32 PASSED 2022-12-01T10:40:48.6265823Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_copysign_cpu_float32 PASSED 2022-12-01T10:40:48.6266473Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_corrcoef_cpu_float32 PASSED 2022-12-01T10:40:48.6267114Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cos_cpu_float32 PASSED 2022-12-01T10:40:48.6267804Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6268068Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cov_cpu_float32 PASSED 2022-12-01T10:40:48.6268318Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cross_cpu_float32 PASSED 2022-12-01T10:40:48.6268589Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cummin_cpu_float32 PASSED 2022-12-01T10:40:48.6268868Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cumprod_cpu_float32 PASSED 2022-12-01T10:40:48.6269220Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_deg2rad_cpu_float32 PASSED 2022-12-01T10:40:48.6269463Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_diag_embed_cpu_float32 PASSED 2022-12-01T10:40:48.6269726Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_diagonal_cpu_float32 PASSED 2022-12-01T10:40:48.6269995Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_diagonal_scatter_cpu_float32 PASSED 2022-12-01T10:40:48.6270234Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_dist_cpu_float32 PASSED 2022-12-01T10:40:48.6270479Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_div_no_rounding_mode_cpu_float32 PASSED 2022-12-01T10:40:48.6270705Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_double_cpu_float32 PASSED 2022-12-01T10:40:48.6270940Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_dstack_cpu_float32 PASSED 2022-12-01T10:40:48.6271249Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6271556Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6271862Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6272097Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_erf_cpu_float32 PASSED 2022-12-01T10:40:48.6272337Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_erfinv_cpu_float32 PASSED 2022-12-01T10:40:48.6272572Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_exp2_cpu_float32 PASSED 2022-12-01T10:40:48.6272825Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_exp_cpu_float32 PASSED 2022-12-01T10:40:48.6273065Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_expand_cpu_float32 PASSED 2022-12-01T10:40:48.6273319Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_fft2_cpu_float32 PASSED 2022-12-01T10:40:48.6273548Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_fftn_cpu_float32 PASSED 2022-12-01T10:40:48.6273794Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_fftshift_cpu_float32 PASSED 2022-12-01T10:40:48.6274033Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_hfftn_cpu_float32 PASSED 2022-12-01T10:40:48.6274281Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_ifft2_cpu_float32 PASSED 2022-12-01T10:40:48.6274636Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_ifft_cpu_float32 PASSED 2022-12-01T10:40:48.6274896Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_ifftn_cpu_float32 PASSED 2022-12-01T10:40:48.6275152Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_ihfft2_cpu_float32 PASSED 2022-12-01T10:40:48.6275402Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_ihfft_cpu_float32 PASSED 2022-12-01T10:40:48.6275671Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_ihfftn_cpu_float32 PASSED 2022-12-01T10:40:48.6275921Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_irfftn_cpu_float32 PASSED 2022-12-01T10:40:48.6276175Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_rfft_cpu_float32 PASSED 2022-12-01T10:40:48.6276511Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_float_cpu_float32 PASSED 2022-12-01T10:40:48.6276811Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_float_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:40:48.6277083Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_floor_cpu_float32 PASSED 2022-12-01T10:40:48.6277346Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fmax_cpu_float32 PASSED 2022-12-01T10:40:48.6277608Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fmod_cpu_float32 PASSED 2022-12-01T10:40:48.6277875Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_frac_cpu_float32 PASSED 2022-12-01T10:40:48.6278121Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_frexp_cpu_float32 PASSED 2022-12-01T10:40:48.6278420Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6278755Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_gather_cpu_float32 PASSED 2022-12-01T10:40:48.6279099Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6279442Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6279716Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_half_cpu_float32 PASSED 2022-12-01T10:40:48.6280058Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_half_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:40:48.6280431Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6280808Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6281098Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_hsplit_cpu_float32 PASSED 2022-12-01T10:40:48.6281487Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_hstack_cpu_float32 PASSED 2022-12-01T10:40:48.6281778Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_hypot_cpu_float32 PASSED 2022-12-01T10:40:48.6282052Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_i0_cpu_float32 PASSED 2022-12-01T10:40:48.6282413Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6282723Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_index_copy_cpu_float32 PASSED 2022-12-01T10:40:48.6283026Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_inner_cpu_float32 PASSED 2022-12-01T10:40:48.6283429Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6283815Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6284203Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6284593Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6284951Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6285410Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6285777Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6286140Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:40:48.6286433Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_kthvalue_cpu_float32 PASSED 2022-12-01T10:40:48.6286723Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_lgamma_cpu_float32 PASSED 2022-12-01T10:40:48.6286993Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_cond_cpu_float32 PASSED 2022-12-01T10:40:48.6287361Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_cross_cpu_float32 PASSED 2022-12-01T10:40:48.6287715Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_eigh_cpu_float32 PASSED 2022-12-01T10:40:48.6287971Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_inv_cpu_float32 PASSED 2022-12-01T10:40:48.6288323Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6288597Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_lstsq_cpu_float32 PASSED 2022-12-01T10:40:48.6288848Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_lu_cpu_float32 PASSED 2022-12-01T10:40:48.6289110Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_lu_factor_cpu_float32 PASSED 2022-12-01T10:40:48.6289346Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_lu_solve_cpu_float32 PASSED 2022-12-01T10:40:48.6289600Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_matrix_norm_cpu_float32 PASSED 2022-12-01T10:40:48.6289981Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6290301Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_norm_subgradients_at_zero_cpu_float32 PASSED 2022-12-01T10:40:48.6290544Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_pinv_cpu_float32 PASSED 2022-12-01T10:40:48.6290816Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_tensorinv_cpu_float32 PASSED 2022-12-01T10:40:48.6291101Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_tensorsolve_cpu_float32 PASSED 2022-12-01T10:40:48.6291375Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_vander_cpu_float32 PASSED 2022-12-01T10:40:48.6291657Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_vector_norm_cpu_float32 PASSED 2022-12-01T10:40:48.6291977Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6292201Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_log10_cpu_float32 PASSED 2022-12-01T10:40:48.6292437Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_log_cpu_float32 PASSED 2022-12-01T10:40:48.6292720Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_log_softmax_dtype_cpu_float32 PASSED 2022-12-01T10:40:48.6292971Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_logaddexp2_cpu_float32 PASSED 2022-12-01T10:40:48.6293227Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_logaddexp_cpu_float32 PASSED 2022-12-01T10:40:48.6293480Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_logcumsumexp_cpu_float32 PASSED 2022-12-01T10:40:48.6293712Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_logdet_cpu_float32 PASSED 2022-12-01T10:40:48.6294015Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6294339Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6294665Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6294934Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_logsumexp_cpu_float32 PASSED 2022-12-01T10:40:48.6295400Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6295629Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_lu_cpu_float32 PASSED 2022-12-01T10:40:48.6295839Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_mH_cpu_float32 PASSED 2022-12-01T10:40:48.6296074Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_mT_cpu_float32 PASSED 2022-12-01T10:40:48.6296337Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_amax_cpu_float32 PASSED 2022-12-01T10:40:48.6296652Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6296917Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_cumprod_cpu_float32 PASSED 2022-12-01T10:40:48.6297450Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_cumsum_cpu_float32 PASSED 2022-12-01T10:40:48.6297708Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_fill_cpu_float32 PASSED 2022-12-01T10:40:48.6297976Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_logsumexp_cpu_float32 PASSED 2022-12-01T10:40:48.6298244Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_mean_cpu_float32 PASSED 2022-12-01T10:40:48.6298512Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_median_cpu_float32 PASSED 2022-12-01T10:40:48.6298785Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_norm_cpu_float32 PASSED 2022-12-01T10:40:48.6299043Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_prod_cpu_float32 PASSED 2022-12-01T10:40:48.6299282Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_select_cpu_float32 PASSED 2022-12-01T10:40:48.6299519Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_softmax_cpu_float32 PASSED 2022-12-01T10:40:48.6299763Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_matrix_exp_cpu_float32 PASSED 2022-12-01T10:40:48.6300008Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_max_binary_cpu_float32 PASSED 2022-12-01T10:40:48.6300294Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_max_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:40:48.6300538Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_mean_cpu_float32 PASSED 2022-12-01T10:40:48.6300809Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_meshgrid_list_of_tensors_cpu_float32 PASSED 2022-12-01T10:40:48.6301077Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_meshgrid_variadic_tensors_cpu_float32 PASSED 2022-12-01T10:40:48.6301312Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_min_binary_cpu_float32 PASSED 2022-12-01T10:40:48.6301556Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_min_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:40:48.6301803Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_minimum_cpu_float32 PASSED 2022-12-01T10:40:48.6302028Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_mm_cpu_float32 PASSED 2022-12-01T10:40:48.6302261Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_movedim_cpu_float32 PASSED 2022-12-01T10:40:48.6302509Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_msort_cpu_float32 PASSED 2022-12-01T10:40:48.6302834Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6303085Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_mv_cpu_float32 PASSED 2022-12-01T10:40:48.6303356Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED 2022-12-01T10:40:48.6303634Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED 2022-12-01T10:40:48.6303866Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nan_to_num_cpu_float32 PASSED 2022-12-01T10:40:48.6304087Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nanmedian_cpu_float32 PASSED 2022-12-01T10:40:48.6304417Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6304735Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6305235Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6305555Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6305850Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:40:48.6306165Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:40:48.6306476Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED 2022-12-01T10:40:48.6306859Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED 2022-12-01T10:40:48.6307155Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:40:48.6307467Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_bilinear_cpu_float32 PASSED 2022-12-01T10:40:48.6307797Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_binary_cross_entropy_cpu_float32 PASSED 2022-12-01T10:40:48.6308060Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv1d_cpu_float32 PASSED 2022-12-01T10:40:48.6308304Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_cpu_float32 PASSED 2022-12-01T10:40:48.6308679Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_no_bias_cpu_float32 PASSED 2022-12-01T10:40:48.6309026Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.6309378Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED 2022-12-01T10:40:48.6309724Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED 2022-12-01T10:40:48.6310106Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED 2022-12-01T10:40:48.6310509Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.6310856Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv_transpose2d_cpu_float32 PASSED 2022-12-01T10:40:48.6311206Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_cosine_similarity_cpu_float32 PASSED 2022-12-01T10:40:48.6311548Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_cross_entropy_cpu_float32 PASSED 2022-12-01T10:40:48.6311855Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_ctc_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6312186Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_dropout3d_cpu_float32 PASSED 2022-12-01T10:40:48.6312524Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_dropout_cpu_float32 PASSED 2022-12-01T10:40:48.6312842Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_elu_cpu_float32 PASSED 2022-12-01T10:40:48.6313186Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_embedding_bag_cpu_float32 PASSED 2022-12-01T10:40:48.6313494Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_embedding_cpu_float32 PASSED 2022-12-01T10:40:48.6313904Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED 2022-12-01T10:40:48.6314272Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_fractional_max_pool3d_cpu_float32 PASSED 2022-12-01T10:40:48.6314598Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_gelu_cpu_float32 PASSED 2022-12-01T10:40:48.6314928Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_glu_cpu_float32 PASSED 2022-12-01T10:40:48.6315278Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_grid_sample_cpu_float32 PASSED 2022-12-01T10:40:48.6315725Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_hardshrink_cpu_float32 PASSED 2022-12-01T10:40:48.6316036Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_hardswish_cpu_float32 PASSED 2022-12-01T10:40:48.6316352Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_hinge_embedding_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6316692Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_instance_norm_cpu_float32 PASSED 2022-12-01T10:40:48.6317046Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_interpolate_bicubic_cpu_float32 PASSED 2022-12-01T10:40:48.6317464Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_interpolate_linear_cpu_float32 PASSED 2022-12-01T10:40:48.6317824Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_l1_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6318089Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_layer_norm_cpu_float32 PASSED 2022-12-01T10:40:48.6318344Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_leaky_relu_cpu_float32 PASSED 2022-12-01T10:40:48.6318608Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_linear_cpu_float32 PASSED 2022-12-01T10:40:48.6318859Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_logsigmoid_cpu_float32 PASSED 2022-12-01T10:40:48.6319122Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_pool2d_cpu_float32 PASSED 2022-12-01T10:40:48.6319395Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_pool3d_cpu_float32 PASSED 2022-12-01T10:40:48.6319671Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_unpool2d_cpu_float32 PASSED 2022-12-01T10:40:48.6319981Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_unpool3d_grad_cpu_float32 PASSED 2022-12-01T10:40:48.6320263Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_mse_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6320566Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_mse_loss_functorch_cpu_float32 PASSED 2022-12-01T10:40:48.6320838Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_multi_margin_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6321117Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_multilabel_margin_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6321475Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_nll_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6321765Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pad_circular_cpu_float32 PASSED 2022-12-01T10:40:48.6322058Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pad_reflect_cpu_float32 PASSED 2022-12-01T10:40:48.6322351Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pad_replicate_cpu_float32 PASSED 2022-12-01T10:40:48.6322648Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pairwise_distance_cpu_float32 PASSED 2022-12-01T10:40:48.6322947Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_poisson_nll_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6323240Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_prelu_cpu_float32 PASSED 2022-12-01T10:40:48.6323505Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_relu_cpu_float32 PASSED 2022-12-01T10:40:48.6323789Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_rrelu_cpu_float32 PASSED 2022-12-01T10:40:48.6324062Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_selu_cpu_float32 PASSED 2022-12-01T10:40:48.6324358Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_smooth_l1_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6324685Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_softmin_with_dtype_cpu_float32 PASSED 2022-12-01T10:40:48.6325000Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_softshrink_cpu_float32 PASSED 2022-12-01T10:40:48.6325310Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_softsign_cpu_float32 PASSED 2022-12-01T10:40:48.6325727Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_upsample_bilinear_cpu_float32 PASSED 2022-12-01T10:40:48.6325996Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_upsample_nearest_cpu_float32 PASSED 2022-12-01T10:40:48.6326336Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_norm_cpu_float32 PASSED 2022-12-01T10:40:48.6326588Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_norm_fro_cpu_float32 PASSED 2022-12-01T10:40:48.6326867Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_norm_nuc_cpu_float32 PASSED 2022-12-01T10:40:48.6327144Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_normal_cpu_float32 PASSED 2022-12-01T10:40:48.6327440Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_normal_number_mean_cpu_float32 PASSED 2022-12-01T10:40:48.6327899Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6328287Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6328627Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_ops_aten_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:40:48.6328918Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_outer_cpu_float32 PASSED 2022-12-01T10:40:48.6329208Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_polar_cpu_float32 PASSED 2022-12-01T10:40:48.6329525Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_polygamma_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:40:48.6329841Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_polygamma_polygamma_n_2_cpu_float32 PASSED 2022-12-01T10:40:48.6330171Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_polygamma_polygamma_n_4_cpu_float32 PASSED 2022-12-01T10:40:48.6330476Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_pow_cpu_float32 PASSED 2022-12-01T10:40:48.6330748Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_put_cpu_float32 PASSED 2022-12-01T10:40:48.6331020Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_qr_cpu_float32 PASSED 2022-12-01T10:40:48.6331335Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_quantile_cpu_float32 PASSED 2022-12-01T10:40:48.6331638Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_rad2deg_cpu_float32 PASSED 2022-12-01T10:40:48.6332028Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6332396Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6332666Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_real_cpu_float32 PASSED 2022-12-01T10:40:48.6332955Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_reciprocal_cpu_float32 PASSED 2022-12-01T10:40:48.6333255Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_remainder_cpu_float32 PASSED 2022-12-01T10:40:48.6333548Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_renorm_cpu_float32 PASSED 2022-12-01T10:40:48.6333861Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_repeat_interleave_cpu_float32 PASSED 2022-12-01T10:40:48.6334155Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_reshape_cpu_float32 PASSED 2022-12-01T10:40:48.6334393Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_roll_cpu_float32 PASSED 2022-12-01T10:40:48.6334650Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_round_cpu_float32 PASSED 2022-12-01T10:40:48.6335045Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_round_decimals_0_cpu_float32 PASSED 2022-12-01T10:40:48.6335320Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_round_decimals_3_cpu_float32 PASSED 2022-12-01T10:40:48.6335586Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_round_decimals_neg_3_cpu_float32 PASSED 2022-12-01T10:40:48.6335837Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_rsub_cpu_float32 PASSED 2022-12-01T10:40:48.6336108Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_scatter_add_cpu_float32 PASSED 2022-12-01T10:40:48.6336365Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_scatter_cpu_float32 PASSED 2022-12-01T10:40:48.6336767Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_scatter_reduce_mean_cpu_float32 PASSED 2022-12-01T10:40:48.6337154Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_scatter_reduce_prod_cpu_float32 PASSED 2022-12-01T10:40:48.6337517Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6337784Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_sgn_cpu_float32 PASSED 2022-12-01T10:40:48.6338140Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6338406Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_sigmoid_cpu_float32 PASSED 2022-12-01T10:40:48.6338774Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_sin_cpu_float32 PASSED 2022-12-01T10:40:48.6339040Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_sinc_cpu_float32 PASSED 2022-12-01T10:40:48.6339289Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_sort_cpu_float32 PASSED 2022-12-01T10:40:48.6339593Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6339923Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6340272Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6340647Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6341000Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6341648Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.6342014Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6342286Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_i0e_cpu_float32 PASSED 2022-12-01T10:40:48.6342560Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_i1_cpu_float32 PASSED 2022-12-01T10:40:48.6342818Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_i1e_cpu_float32 PASSED 2022-12-01T10:40:48.6343396Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.6343777Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6344038Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_ndtr_cpu_float32 PASSED 2022-12-01T10:40:48.6344291Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_ndtri_cpu_float32 PASSED 2022-12-01T10:40:48.6344617Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:40:48.6344986Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6345678Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.6346349Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.6346971Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.6347328Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6347719Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_split_with_sizes_cpu_float32 PASSED 2022-12-01T10:40:48.6347959Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_sqrt_cpu_float32 PASSED 2022-12-01T10:40:48.6348184Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_square_cpu_float32 PASSED 2022-12-01T10:40:48.6348404Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_std_cpu_float32 PASSED 2022-12-01T10:40:48.6348624Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_stft_cpu_float32 PASSED 2022-12-01T10:40:48.6348851Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_sum_cpu_float32 PASSED 2022-12-01T10:40:48.6349093Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_svd_lowrank_cpu_float32 PASSED 2022-12-01T10:40:48.6349419Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_t_cpu_float32 PASSED 2022-12-01T10:40:48.6349636Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_tan_cpu_float32 PASSED 2022-12-01T10:40:48.6349870Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_tanh_cpu_float32 PASSED 2022-12-01T10:40:48.6350138Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_tensor_split_cpu_float32 XFAIL 2022-12-01T10:40:48.6350400Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_tensordot_cpu_float32 PASSED 2022-12-01T10:40:48.6350635Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_to_cpu_float32 PASSED 2022-12-01T10:40:48.6350886Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_to_sparse_cpu_float32 PASSED 2022-12-01T10:40:48.6351108Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_trace_cpu_float32 PASSED 2022-12-01T10:40:48.6351356Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_triangular_solve_cpu_float32 PASSED 2022-12-01T10:40:48.6351581Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_triu_cpu_float32 PASSED 2022-12-01T10:40:48.6351851Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_true_divide_cpu_float32 PASSED 2022-12-01T10:40:48.6352105Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_trunc_cpu_float32 PASSED 2022-12-01T10:40:48.6352351Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_unfold_cpu_float32 PASSED 2022-12-01T10:40:48.6352669Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6353024Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6353364Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6353628Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_unsqueeze_cpu_float32 PASSED 2022-12-01T10:40:48.6353877Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_var_cpu_float32 PASSED 2022-12-01T10:40:48.6354158Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_var_mean_cpu_float32 PASSED 2022-12-01T10:40:48.6354420Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_view_cpu_float32 PASSED 2022-12-01T10:40:48.6354687Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_vstack_cpu_float32 PASSED 2022-12-01T10:40:48.6354933Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_where_cpu_float32 PASSED 2022-12-01T10:40:48.6355152Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_xlogy_cpu_float32 PASSED 2022-12-01T10:40:48.6355368Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_T_cpu_float32 PASSED 2022-12-01T10:40:48.6355722Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___getitem___cpu_float32 PASSED 2022-12-01T10:40:48.6356015Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___getitem___functorch_cpu_float32 PASSED 2022-12-01T10:40:48.6356299Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___radd___cpu_float32 PASSED 2022-12-01T10:40:48.6356566Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___rdiv___cpu_float32 PASSED 2022-12-01T10:40:48.6356867Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___rmatmul___cpu_float32 PASSED 2022-12-01T10:40:48.6357157Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___rmod___cpu_float32 PASSED 2022-12-01T10:40:48.6357567Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___rpow___cpu_float32 PASSED 2022-12-01T10:40:48.6357853Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___rsub___cpu_float32 PASSED 2022-12-01T10:40:48.6358138Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_addbmm_cpu_float32 PASSED 2022-12-01T10:40:48.6358431Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_addcdiv_cpu_float32 PASSED 2022-12-01T10:40:48.6358702Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_addmm_cpu_float32 PASSED 2022-12-01T10:40:48.6358978Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_addmv_cpu_float32 PASSED 2022-12-01T10:40:48.6359247Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_amax_cpu_float32 PASSED 2022-12-01T10:40:48.6359752Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6360064Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_angle_cpu_float32 PASSED 2022-12-01T10:40:48.6360433Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6360837Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6361143Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_as_strided_cpu_float32 PASSED 2022-12-01T10:40:48.6361516Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_asin_cpu_float32 PASSED 2022-12-01T10:40:48.6361812Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_atan_cpu_float32 PASSED 2022-12-01T10:40:48.6362111Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_atanh_cpu_float32 PASSED 2022-12-01T10:40:48.6362429Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_atleast_1d_cpu_float32 PASSED 2022-12-01T10:40:48.6362709Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_atleast_2d_cpu_float32 PASSED 2022-12-01T10:40:48.6362980Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_bmm_cpu_float32 PASSED 2022-12-01T10:40:48.6363330Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6363710Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6364075Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6364541Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6364774Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cartesian_prod_cpu_float32 PASSED 2022-12-01T10:40:48.6365121Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6365348Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cholesky_cpu_float32 PASSED 2022-12-01T10:40:48.6365598Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_clamp_min_cpu_float32 PASSED 2022-12-01T10:40:48.6365824Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_clone_cpu_float32 PASSED 2022-12-01T10:40:48.6366068Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_column_stack_cpu_float32 PASSED 2022-12-01T10:40:48.6366318Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_combinations_cpu_float32 PASSED 2022-12-01T10:40:48.6366536Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_conj_cpu_float32 PASSED 2022-12-01T10:40:48.6366812Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_conj_physical_cpu_float32 PASSED 2022-12-01T10:40:48.6367088Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_constant_pad_nd_cpu_float32 PASSED 2022-12-01T10:40:48.6367344Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_contiguous_cpu_float32 PASSED 2022-12-01T10:40:48.6367602Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_corrcoef_cpu_float32 PASSED 2022-12-01T10:40:48.6367940Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cos_cpu_float32 PASSED 2022-12-01T10:40:48.6368182Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cosh_cpu_float32 PASSED 2022-12-01T10:40:48.6368435Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cross_cpu_float32 PASSED 2022-12-01T10:40:48.6368686Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cumprod_cpu_float32 PASSED 2022-12-01T10:40:48.6368946Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_diagflat_cpu_float32 PASSED 2022-12-01T10:40:48.6369189Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_diagonal_cpu_float32 PASSED 2022-12-01T10:40:48.6369429Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_diff_cpu_float32 PASSED 2022-12-01T10:40:48.6369793Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_div_no_rounding_mode_cpu_float32 PASSED 2022-12-01T10:40:48.6370065Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_div_trunc_rounding_cpu_float32 PASSED 2022-12-01T10:40:48.6370318Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_dot_cpu_float32 PASSED 2022-12-01T10:40:48.6370579Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_einsum_cpu_float32 PASSED 2022-12-01T10:40:48.6370825Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_erf_cpu_float32 PASSED 2022-12-01T10:40:48.6371083Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_erfinv_cpu_float32 PASSED 2022-12-01T10:40:48.6371360Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_expand_as_cpu_float32 PASSED 2022-12-01T10:40:48.6371628Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_expm1_cpu_float32 PASSED 2022-12-01T10:40:48.6371901Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_fft2_cpu_float32 PASSED 2022-12-01T10:40:48.6372162Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_fftshift_cpu_float32 PASSED 2022-12-01T10:40:48.6372390Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_hfft_cpu_float32 PASSED 2022-12-01T10:40:48.6372727Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ihfft_cpu_float32 PASSED 2022-12-01T10:40:48.6373008Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ihfftn_cpu_float32 PASSED 2022-12-01T10:40:48.6373282Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_irfftn_cpu_float32 PASSED 2022-12-01T10:40:48.6373559Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fliplr_cpu_float32 PASSED 2022-12-01T10:40:48.6373893Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_float_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:40:48.6374192Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_float_power_cpu_float32 PASSED 2022-12-01T10:40:48.6374476Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_floor_cpu_float32 PASSED 2022-12-01T10:40:48.6374764Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_frexp_cpu_float32 PASSED 2022-12-01T10:40:48.6375137Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6375518Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6375864Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_half_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:40:48.6376233Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6376528Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_hsplit_cpu_float32 PASSED 2022-12-01T10:40:48.6376837Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_hypot_cpu_float32 PASSED 2022-12-01T10:40:48.6377260Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_i0_cpu_float32 PASSED 2022-12-01T10:40:48.6377645Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6377962Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_index_copy_cpu_float32 PASSED 2022-12-01T10:40:48.6378279Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_index_reduce_cpu_float32 PASSED 2022-12-01T10:40:48.6378869Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6379219Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6379579Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6379944Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:40:48.6380227Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_kron_cpu_float32 PASSED 2022-12-01T10:40:48.6380706Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6380971Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_lerp_cpu_float32 PASSED 2022-12-01T10:40:48.6381246Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_cond_cpu_float32 PASSED 2022-12-01T10:40:48.6381609Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_det_cpu_float32 PASSED 2022-12-01T10:40:48.6381864Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_eigvals_cpu_float32 PASSED 2022-12-01T10:40:48.6382133Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_eigvalsh_cpu_float32 PASSED 2022-12-01T10:40:48.6382395Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_inv_cpu_float32 PASSED 2022-12-01T10:40:48.6382749Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6382999Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lstsq_cpu_float32 PASSED 2022-12-01T10:40:48.6383233Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lu_factor_cpu_float32 PASSED 2022-12-01T10:40:48.6383495Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lu_factor_ex_cpu_float32 PASSED 2022-12-01T10:40:48.6383778Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_matrix_norm_cpu_float32 PASSED 2022-12-01T10:40:48.6384056Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_matrix_power_cpu_float32 PASSED 2022-12-01T10:40:48.6384392Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6384666Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_multi_dot_cpu_float32 PASSED 2022-12-01T10:40:48.6384939Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_pinv_cpu_float32 PASSED 2022-12-01T10:40:48.6385352Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T10:40:48.6385614Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_solve_cpu_float32 PASSED 2022-12-01T10:40:48.6385860Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_svdvals_cpu_float32 PASSED 2022-12-01T10:40:48.6386122Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_tensorsolve_cpu_float32 PASSED 2022-12-01T10:40:48.6386374Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_vander_cpu_float32 PASSED 2022-12-01T10:40:48.6386648Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_vector_norm_cpu_float32 PASSED 2022-12-01T10:40:48.6386888Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_log1p_cpu_float32 PASSED 2022-12-01T10:40:48.6387127Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_log_cpu_float32 PASSED 2022-12-01T10:40:48.6387369Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_log_softmax_dtype_cpu_float32 PASSED 2022-12-01T10:40:48.6387601Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logaddexp_cpu_float32 PASSED 2022-12-01T10:40:48.6387863Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logcumsumexp_cpu_float32 PASSED 2022-12-01T10:40:48.6388106Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logdet_cpu_float32 PASSED 2022-12-01T10:40:48.6388569Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6388825Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logsumexp_cpu_float32 PASSED 2022-12-01T10:40:48.6389060Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mH_cpu_float32 PASSED 2022-12-01T10:40:48.6389273Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mT_cpu_float32 PASSED 2022-12-01T10:40:48.6389499Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_amax_cpu_float32 PASSED 2022-12-01T10:40:48.6389754Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_amin_cpu_float32 PASSED 2022-12-01T10:40:48.6390187Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6390518Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6390800Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_cumsum_cpu_float32 PASSED 2022-12-01T10:40:48.6391068Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_log_softmax_cpu_float32 PASSED 2022-12-01T10:40:48.6391341Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_logsumexp_cpu_float32 PASSED 2022-12-01T10:40:48.6391609Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_mean_cpu_float32 PASSED 2022-12-01T10:40:48.6391870Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_norm_cpu_float32 PASSED 2022-12-01T10:40:48.6392158Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_normalize_cpu_float32 PASSED 2022-12-01T10:40:48.6392423Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_scatter_cpu_float32 PASSED 2022-12-01T10:40:48.6392667Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_select_cpu_float32 PASSED 2022-12-01T10:40:48.6392899Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_var_cpu_float32 PASSED 2022-12-01T10:40:48.6393132Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_matmul_cpu_float32 PASSED 2022-12-01T10:40:48.6393394Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_matrix_exp_cpu_float32 PASSED 2022-12-01T10:40:48.6393661Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_max_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:40:48.6393944Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_max_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:40:48.6394173Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_maximum_cpu_float32 PASSED 2022-12-01T10:40:48.6394401Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mean_cpu_float32 PASSED 2022-12-01T10:40:48.6394633Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_median_cpu_float32 PASSED 2022-12-01T10:40:48.6394917Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_meshgrid_variadic_tensors_cpu_float32 PASSED 2022-12-01T10:40:48.6395183Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_min_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:40:48.6395476Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_min_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:40:48.6395710Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mode_cpu_float32 PASSED 2022-12-01T10:40:48.6395973Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_movedim_cpu_float32 PASSED 2022-12-01T10:40:48.6396196Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_msort_cpu_float32 PASSED 2022-12-01T10:40:48.6396412Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mul_cpu_float32 PASSED 2022-12-01T10:40:48.6396730Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6396971Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mv_cpu_float32 PASSED 2022-12-01T10:40:48.6397255Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED 2022-12-01T10:40:48.6397517Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nan_to_num_cpu_float32 PASSED 2022-12-01T10:40:48.6397891Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nanmean_cpu_float32 PASSED 2022-12-01T10:40:48.6398131Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nanquantile_cpu_float32 PASSED 2022-12-01T10:40:48.6398393Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_native_layer_norm_cpu_float32 XFAIL 2022-12-01T10:40:48.6398754Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6399087Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6399434Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6399866Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6400228Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6400516Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:40:48.6400789Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:40:48.6401265Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:40:48.6401576Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:40:48.6401918Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_binary_cross_entropy_cpu_float32 PASSED 2022-12-01T10:40:48.6402279Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED 2022-12-01T10:40:48.6402612Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_no_bias_cpu_float32 PASSED 2022-12-01T10:40:48.6402988Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.6403383Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED 2022-12-01T10:40:48.6403734Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_cosine_similarity_cpu_float32 PASSED 2022-12-01T10:40:48.6404062Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_ctc_loss_cpu_float32 XFAIL 2022-12-01T10:40:48.6404367Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_dropout3d_cpu_float32 PASSED 2022-12-01T10:40:48.6404687Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_embedding_cpu_float32 PASSED 2022-12-01T10:40:48.6405091Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED 2022-12-01T10:40:48.6405507Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED 2022-12-01T10:40:48.6405862Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_fractional_max_pool2d_cpu_float32 PASSED 2022-12-01T10:40:48.6406233Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_fractional_max_pool3d_cpu_float32 PASSED 2022-12-01T10:40:48.6406567Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_glu_cpu_float32 PASSED 2022-12-01T10:40:48.6407013Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_grid_sample_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T10:40:48.6407367Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_hardshrink_cpu_float32 PASSED 2022-12-01T10:40:48.6407710Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_hardtanh_cpu_float32 PASSED 2022-12-01T10:40:48.6408072Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_hinge_embedding_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6408515Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_instance_norm_cpu_float32 PASSED 2022-12-01T10:40:48.6408851Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_bicubic_cpu_float32 PASSED 2022-12-01T10:40:48.6409223Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_bilinear_cpu_float32 PASSED 2022-12-01T10:40:48.6409578Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_linear_cpu_float32 PASSED 2022-12-01T10:40:48.6410007Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_nearest_cpu_float32 PASSED 2022-12-01T10:40:48.6410282Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_trilinear_cpu_float32 PASSED 2022-12-01T10:40:48.6410638Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_leaky_relu_cpu_float32 PASSED 2022-12-01T10:40:48.6410902Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_linear_cpu_float32 PASSED 2022-12-01T10:40:48.6411198Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool1d_grad_cpu_float32 PASSED 2022-12-01T10:40:48.6411528Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.6411821Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool3d_cpu_float32 PASSED 2022-12-01T10:40:48.6412100Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_mish_cpu_float32 PASSED 2022-12-01T10:40:48.6412355Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_nll_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6412616Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pad_circular_cpu_float32 PASSED 2022-12-01T10:40:48.6412896Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pad_constant_cpu_float32 PASSED 2022-12-01T10:40:48.6413178Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pad_replicate_cpu_float32 PASSED 2022-12-01T10:40:48.6413466Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_poisson_nll_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6413747Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_relu6_cpu_float32 PASSED 2022-12-01T10:40:48.6414012Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_rrelu_cpu_float32 PASSED 2022-12-01T10:40:48.6414279Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_silu_cpu_float32 PASSED 2022-12-01T10:40:48.6414585Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_smooth_l1_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6414860Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_softmin_cpu_float32 PASSED 2022-12-01T10:40:48.6415177Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_softmin_with_dtype_cpu_float32 PASSED 2022-12-01T10:40:48.6415482Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_softshrink_cpu_float32 PASSED 2022-12-01T10:40:48.6415771Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_softsign_cpu_float32 PASSED 2022-12-01T10:40:48.6416075Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_tanhshrink_cpu_float32 PASSED 2022-12-01T10:40:48.6416384Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_threshold_cpu_float32 PASSED 2022-12-01T10:40:48.6416745Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6417197Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_unfold_cpu_float32 PASSED 2022-12-01T10:40:48.6417479Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_upsample_bilinear_cpu_float32 PASSED 2022-12-01T10:40:48.6417716Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_norm_cpu_float32 PASSED 2022-12-01T10:40:48.6418098Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_normal_number_mean_cpu_float32 PASSED 2022-12-01T10:40:48.6418611Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6419066Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6419429Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ormqr_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6419727Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_pca_lowrank_cpu_float32 PASSED 2022-12-01T10:40:48.6420028Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_pinverse_cpu_float32 PASSED 2022-12-01T10:40:48.6420320Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_polar_cpu_float32 PASSED 2022-12-01T10:40:48.6420756Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_polygamma_polygamma_n_2_cpu_float32 PASSED 2022-12-01T10:40:48.6421100Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_polygamma_polygamma_n_3_cpu_float32 PASSED 2022-12-01T10:40:48.6421385Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_positive_cpu_float32 PASSED 2022-12-01T10:40:48.6421633Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_put_cpu_float32 PASSED 2022-12-01T10:40:48.6421966Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6422291Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6422636Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6422903Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ravel_cpu_float32 PASSED 2022-12-01T10:40:48.6423177Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_real_cpu_float32 PASSED 2022-12-01T10:40:48.6423458Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_remainder_cpu_float32 PASSED 2022-12-01T10:40:48.6423737Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_reshape_as_cpu_float32 PASSED 2022-12-01T10:40:48.6424015Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_reshape_cpu_float32 PASSED 2022-12-01T10:40:48.6424305Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_resolve_conj_cpu_float32 PASSED 2022-12-01T10:40:48.6424570Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_resolve_neg_cpu_float32 PASSED 2022-12-01T10:40:48.6424853Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_rot90_cpu_float32 PASSED 2022-12-01T10:40:48.6425175Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_round_decimals_neg_3_cpu_float32 PASSED 2022-12-01T10:40:48.6425510Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_reduce_amax_cpu_float32 PASSED 2022-12-01T10:40:48.6425826Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_reduce_prod_cpu_float32 PASSED 2022-12-01T10:40:48.6426253Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_segment_reduce_offsets_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T10:40:48.6426644Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sgn_cpu_float32 PASSED 2022-12-01T10:40:48.6426912Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sign_cpu_float32 PASSED 2022-12-01T10:40:48.6427146Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sin_cpu_float32 PASSED 2022-12-01T10:40:48.6427403Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sinc_cpu_float32 PASSED 2022-12-01T10:40:48.6427629Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sinh_cpu_float32 PASSED 2022-12-01T10:40:48.6427848Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sort_cpu_float32 PASSED 2022-12-01T10:40:48.6428189Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6428526Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6429147Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6429918Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.6430243Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_erfcx_cpu_float32 PASSED 2022-12-01T10:40:48.6430671Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6430968Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_i0e_cpu_float32 PASSED 2022-12-01T10:40:48.6431358Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_i1_cpu_float32 PASSED 2022-12-01T10:40:48.6431808Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6432145Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_log_ndtr_cpu_float32 PASSED 2022-12-01T10:40:48.6432527Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6432918Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6433346Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6433796Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6434561Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.6434959Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6435372Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_xlog1py_cpu_float32 PASSED 2022-12-01T10:40:48.6435649Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_split_list_args_cpu_float32 PASSED 2022-12-01T10:40:48.6435936Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_split_with_sizes_cpu_float32 PASSED 2022-12-01T10:40:48.6436192Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_square_cpu_float32 PASSED 2022-12-01T10:40:48.6436459Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_squeeze_cpu_float32 PASSED 2022-12-01T10:40:48.6436693Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_stack_cpu_float32 PASSED 2022-12-01T10:40:48.6436923Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_std_cpu_float32 PASSED 2022-12-01T10:40:48.6437172Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_std_mean_cpu_float32 PASSED 2022-12-01T10:40:48.6437438Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_stft_cpu_float32 PASSED 2022-12-01T10:40:48.6437705Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sum_cpu_float32 PASSED 2022-12-01T10:40:48.6437941Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_svd_cpu_float32 PASSED 2022-12-01T10:40:48.6438208Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_svd_lowrank_cpu_float32 PASSED 2022-12-01T10:40:48.6438477Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_symeig_cpu_float32 PASSED 2022-12-01T10:40:48.6438748Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_tensordot_cpu_float32 PASSED 2022-12-01T10:40:48.6439017Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_tile_cpu_float32 PASSED 2022-12-01T10:40:48.6439262Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_to_cpu_float32 PASSED 2022-12-01T10:40:48.6439493Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_to_sparse_cpu_float32 PASSED 2022-12-01T10:40:48.6439854Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_topk_cpu_float32 PASSED 2022-12-01T10:40:48.6440098Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_trace_cpu_float32 PASSED 2022-12-01T10:40:48.6440365Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_trapz_cpu_float32 PASSED 2022-12-01T10:40:48.6440615Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_triu_cpu_float32 PASSED 2022-12-01T10:40:48.6440889Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_true_divide_cpu_float32 PASSED 2022-12-01T10:40:48.6441127Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_unbind_cpu_float32 PASSED 2022-12-01T10:40:48.6441532Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6441929Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6442197Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_view_as_complex_cpu_float32 PASSED 2022-12-01T10:40:48.6442555Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6442827Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___getitem___cpu_float32 XFAIL 2022-12-01T10:40:48.6443116Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___getitem___functorch_cpu_float32 PASSED 2022-12-01T10:40:48.6443356Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___radd___cpu_float32 PASSED 2022-12-01T10:40:48.6443588Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___rdiv___cpu_float32 PASSED 2022-12-01T10:40:48.6443850Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___rmatmul___cpu_float32 PASSED 2022-12-01T10:40:48.6444099Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_abs_cpu_float32 PASSED 2022-12-01T10:40:48.6444337Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_acosh_cpu_float32 PASSED 2022-12-01T10:40:48.6444583Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_add_cpu_float32 PASSED 2022-12-01T10:40:48.6444857Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_addbmm_cpu_float32 PASSED 2022-12-01T10:40:48.6445125Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_addcmul_cpu_float32 PASSED 2022-12-01T10:40:48.6445379Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_addmm_cpu_float32 PASSED 2022-12-01T10:40:48.6445678Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_addmm_decomposed_cpu_float32 PASSED 2022-12-01T10:40:48.6445944Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_addmv_cpu_float32 PASSED 2022-12-01T10:40:48.6446212Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_addr_cpu_float32 PASSED 2022-12-01T10:40:48.6446543Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6446783Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_amax_cpu_float32 PASSED 2022-12-01T10:40:48.6447010Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_amin_cpu_float32 PASSED 2022-12-01T10:40:48.6447331Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6447642Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6447953Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6448213Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_as_strided_scatter_cpu_float32 XFAIL 2022-12-01T10:40:48.6448481Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_atan2_cpu_float32 PASSED 2022-12-01T10:40:48.6448733Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_baddbmm_cpu_float32 PASSED 2022-12-01T10:40:48.6449034Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_bernoulli_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.6449285Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_bfloat16_cpu_float32 XFAIL 2022-12-01T10:40:48.6449710Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_bfloat16_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:40:48.6450064Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6450343Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_broadcast_tensors_cpu_float32 PASSED 2022-12-01T10:40:48.6450599Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_broadcast_to_cpu_float32 PASSED 2022-12-01T10:40:48.6450916Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6451368Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6451627Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cat_cpu_float32 PASSED 2022-12-01T10:40:48.6451894Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ceil_cpu_float32 PASSED 2022-12-01T10:40:48.6452174Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cholesky_inverse_cpu_float32 PASSED 2022-12-01T10:40:48.6452429Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_chunk_cpu_float32 PASSED 2022-12-01T10:40:48.6452662Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_clamp_min_cpu_float32 PASSED 2022-12-01T10:40:48.6452906Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_complex_cpu_float32 PASSED 2022-12-01T10:40:48.6453156Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_conj_cpu_float32 PASSED 2022-12-01T10:40:48.6453437Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_conj_physical_cpu_float32 PASSED 2022-12-01T10:40:48.6453692Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_copysign_cpu_float32 PASSED 2022-12-01T10:40:48.6453955Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_corrcoef_cpu_float32 PASSED 2022-12-01T10:40:48.6454201Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cosh_cpu_float32 PASSED 2022-12-01T10:40:48.6454460Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cummax_cpu_float32 PASSED 2022-12-01T10:40:48.6454724Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cummin_cpu_float32 PASSED 2022-12-01T10:40:48.6455002Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cumprod_cpu_float32 PASSED 2022-12-01T10:40:48.6455266Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cumsum_cpu_float32 PASSED 2022-12-01T10:40:48.6455583Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cumulative_trapezoid_cpu_float32 PASSED 2022-12-01T10:40:48.6455868Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_deg2rad_cpu_float32 PASSED 2022-12-01T10:40:48.6456159Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_diagonal_scatter_cpu_float32 PASSED 2022-12-01T10:40:48.6456423Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_diff_cpu_float32 PASSED 2022-12-01T10:40:48.6456669Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_digamma_cpu_float32 PASSED 2022-12-01T10:40:48.6456902Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_dist_cpu_float32 PASSED 2022-12-01T10:40:48.6457493Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_div_floor_rounding_cpu_float32 PASSED 2022-12-01T10:40:48.6457807Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_div_trunc_rounding_cpu_float32 PASSED 2022-12-01T10:40:48.6458093Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_dot_cpu_float32 PASSED 2022-12-01T10:40:48.6458361Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_double_cpu_float32 XFAIL 2022-12-01T10:40:48.6458739Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6459039Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_erfc_cpu_float32 PASSED 2022-12-01T10:40:48.6459343Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_exp2_cpu_float32 PASSED 2022-12-01T10:40:48.6459648Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_expand_as_cpu_float32 PASSED 2022-12-01T10:40:48.6460102Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_fft2_cpu_float32 PASSED 2022-12-01T10:40:48.6460404Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_fftn_cpu_float32 PASSED 2022-12-01T10:40:48.6460695Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_fftshift_cpu_float32 PASSED 2022-12-01T10:40:48.6460991Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_hfftn_cpu_float32 PASSED 2022-12-01T10:40:48.6461285Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ifft2_cpu_float32 PASSED 2022-12-01T10:40:48.6461591Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ifft_cpu_float32 PASSED 2022-12-01T10:40:48.6461913Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ifftn_cpu_float32 PASSED 2022-12-01T10:40:48.6462331Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ihfft2_cpu_float32 PASSED 2022-12-01T10:40:48.6462663Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_irfft2_cpu_float32 PASSED 2022-12-01T10:40:48.6462981Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_irfft_cpu_float32 PASSED 2022-12-01T10:40:48.6463287Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_rfft_cpu_float32 PASSED 2022-12-01T10:40:48.6463592Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fill_cpu_float32 PASSED 2022-12-01T10:40:48.6463884Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_flip_cpu_float32 PASSED 2022-12-01T10:40:48.6464193Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_float_cpu_float32 XFAIL 2022-12-01T10:40:48.6464536Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_float_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:40:48.6464910Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6465185Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fmin_cpu_float32 PASSED 2022-12-01T10:40:48.6465464Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_frac_cpu_float32 PASSED 2022-12-01T10:40:48.6465850Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6466275Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6466525Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_gradient_cpu_float32 PASSED 2022-12-01T10:40:48.6466828Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_half_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:40:48.6467153Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6467498Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6467726Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_hstack_cpu_float32 PASSED 2022-12-01T10:40:48.6468039Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6468293Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_index_add_cpu_float32 PASSED 2022-12-01T10:40:48.6468551Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_index_copy_cpu_float32 PASSED 2022-12-01T10:40:48.6468793Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_index_fill_cpu_float32 PASSED 2022-12-01T10:40:48.6469041Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_index_put_cpu_float32 XFAIL 2022-12-01T10:40:48.6469294Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:40:48.6469610Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6469965Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6470290Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6470650Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_istft_cpu_float32 PASSED 2022-12-01T10:40:48.6470952Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:40:48.6471277Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:40:48.6471596Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:40:48.6471872Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_kthvalue_cpu_float32 PASSED 2022-12-01T10:40:48.6472119Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ldexp_cpu_float32 PASSED 2022-12-01T10:40:48.6472457Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_lgamma_cpu_float32 PASSED 2022-12-01T10:40:48.6472732Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_det_cpu_float32 PASSED 2022-12-01T10:40:48.6473023Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_det_singular_cpu_float32 PASSED 2022-12-01T10:40:48.6473289Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_eig_cpu_float32 PASSED 2022-12-01T10:40:48.6473573Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_eigh_cpu_float32 PASSED 2022-12-01T10:40:48.6473862Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_eigvals_cpu_float32 PASSED 2022-12-01T10:40:48.6474147Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_eigvalsh_cpu_float32 PASSED 2022-12-01T10:40:48.6474418Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_inv_cpu_float32 PASSED 2022-12-01T10:40:48.6474713Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_inv_ex_cpu_float32 PASSED 2022-12-01T10:40:48.6475095Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6475371Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lstsq_cpu_float32 PASSED 2022-12-01T10:40:48.6475642Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lstsq_grad_oriented_cpu_float32 PASSED 2022-12-01T10:40:48.6475997Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lu_factor_cpu_float32 PASSED 2022-12-01T10:40:48.6476292Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lu_factor_ex_cpu_float32 PASSED 2022-12-01T10:40:48.6476717Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6477017Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_multi_dot_cpu_float32 PASSED 2022-12-01T10:40:48.6477313Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_norm_cpu_float32 PASSED 2022-12-01T10:40:48.6477769Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T10:40:48.6478095Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_solve_ex_cpu_float32 PASSED 2022-12-01T10:40:48.6478440Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_solve_triangular_cpu_float32 PASSED 2022-12-01T10:40:48.6478745Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_svd_cpu_float32 PASSED 2022-12-01T10:40:48.6479070Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_svdvals_cpu_float32 PASSED 2022-12-01T10:40:48.6479380Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_tensorinv_cpu_float32 PASSED 2022-12-01T10:40:48.6479669Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_vander_cpu_float32 PASSED 2022-12-01T10:40:48.6479968Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_vecdot_cpu_float32 PASSED 2022-12-01T10:40:48.6480249Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_log2_cpu_float32 PASSED 2022-12-01T10:40:48.6480548Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_log_cpu_float32 PASSED 2022-12-01T10:40:48.6480998Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logaddexp_cpu_float32 PASSED 2022-12-01T10:40:48.6481397Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logcumsumexp_cpu_float32 PASSED 2022-12-01T10:40:48.6481792Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6482211Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6482522Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logit_cpu_float32 PASSED 2022-12-01T10:40:48.6482928Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6483352Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6483789Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6484169Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6484468Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_lu_cpu_float32 PASSED 2022-12-01T10:40:48.6484868Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_lu_unpack_cpu_float32 PASSED 2022-12-01T10:40:48.6485117Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mH_cpu_float32 PASSED 2022-12-01T10:40:48.6485360Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_amax_cpu_float32 PASSED 2022-12-01T10:40:48.6485608Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_amin_cpu_float32 PASSED 2022-12-01T10:40:48.6485867Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_cumprod_cpu_float32 PASSED 2022-12-01T10:40:48.6486112Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_cumsum_cpu_float32 PASSED 2022-12-01T10:40:48.6486412Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_fill_functorch_Scalar_only_cpu_float32 PASSED 2022-12-01T10:40:48.6486708Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_logaddexp_cpu_float32 PASSED 2022-12-01T10:40:48.6486988Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_median_cpu_float32 PASSED 2022-12-01T10:40:48.6487260Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_norm_cpu_float32 PASSED 2022-12-01T10:40:48.6487508Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_prod_cpu_float32 PASSED 2022-12-01T10:40:48.6487747Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_select_cpu_float32 XFAIL 2022-12-01T10:40:48.6488027Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_softmin_cpu_float32 PASSED 2022-12-01T10:40:48.6488287Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_var_cpu_float32 PASSED 2022-12-01T10:40:48.6488569Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_matmul_cpu_float32 PASSED 2022-12-01T10:40:48.6488827Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_matrix_exp_cpu_float32 PASSED 2022-12-01T10:40:48.6489110Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_max_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:40:48.6489411Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_max_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:40:48.6489685Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_maximum_cpu_float32 PASSED 2022-12-01T10:40:48.6489955Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mean_cpu_float32 PASSED 2022-12-01T10:40:48.6490202Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_median_cpu_float32 PASSED 2022-12-01T10:40:48.6490473Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_min_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:40:48.6490708Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_minimum_cpu_float32 PASSED 2022-12-01T10:40:48.6490943Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mm_cpu_float32 PASSED 2022-12-01T10:40:48.6491333Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_msort_cpu_float32 PASSED 2022-12-01T10:40:48.6491588Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mul_cpu_float32 PASSED 2022-12-01T10:40:48.6491940Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6492203Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED 2022-12-01T10:40:48.6492447Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nan_to_num_cpu_float32 PASSED 2022-12-01T10:40:48.6492689Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nanmean_cpu_float32 PASSED 2022-12-01T10:40:48.6493064Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nanmedian_cpu_float32 PASSED 2022-12-01T10:40:48.6493346Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nanquantile_cpu_float32 PASSED 2022-12-01T10:40:48.6493708Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6493965Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_narrow_cpu_float32 XFAIL 2022-12-01T10:40:48.6494233Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_native_layer_norm_cpu_float32 PASSED 2022-12-01T10:40:48.6494523Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6494863Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6495197Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6495518Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6495847Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6496183Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED 2022-12-01T10:40:48.6496510Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED 2022-12-01T10:40:48.6496815Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_bilinear_cpu_float32 PASSED 2022-12-01T10:40:48.6497282Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_binary_cross_entropy_cpu_float32 PASSED 2022-12-01T10:40:48.6497640Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED 2022-12-01T10:40:48.6497900Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_celu_cpu_float32 PASSED 2022-12-01T10:40:48.6498203Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.6498505Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.6498804Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED 2022-12-01T10:40:48.6499134Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED 2022-12-01T10:40:48.6499474Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.6499793Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv_transpose1d_cpu_float32 PASSED 2022-12-01T10:40:48.6500109Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv_transpose3d_cpu_float32 PASSED 2022-12-01T10:40:48.6500431Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_cosine_embedding_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6500849Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_cosine_similarity_cpu_float32 PASSED 2022-12-01T10:40:48.6501123Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_dropout3d_cpu_float32 XFAIL 2022-12-01T10:40:48.6501387Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_elu_cpu_float32 PASSED 2022-12-01T10:40:48.6501654Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_embedding_bag_cpu_float32 PASSED 2022-12-01T10:40:48.6501932Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_embedding_cpu_float32 PASSED 2022-12-01T10:40:48.6502235Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_embedding_functorch_cpu_float32 PASSED 2022-12-01T10:40:48.6502704Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.6502994Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_gelu_cpu_float32 PASSED 2022-12-01T10:40:48.6503304Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_group_norm_cpu_float32 PASSED 2022-12-01T10:40:48.6503587Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_hardtanh_cpu_float32 PASSED 2022-12-01T10:40:48.6503896Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_hinge_embedding_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6504177Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_linear_cpu_float32 PASSED 2022-12-01T10:40:48.6504457Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_trilinear_cpu_float32 PASSED 2022-12-01T10:40:48.6504736Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_kl_div_cpu_float32 PASSED 2022-12-01T10:40:48.6505024Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_linear_cpu_float32 PASSED 2022-12-01T10:40:48.6505333Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_logsigmoid_cpu_float32 PASSED 2022-12-01T10:40:48.6505639Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_margin_ranking_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6505915Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_pool2d_cpu_float32 PASSED 2022-12-01T10:40:48.6506199Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_pool3d_cpu_float32 PASSED 2022-12-01T10:40:48.6506507Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool1d_cpu_float32 PASSED 2022-12-01T10:40:48.6506828Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool1d_grad_cpu_float32 PASSED 2022-12-01T10:40:48.6507123Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool3d_cpu_float32 PASSED 2022-12-01T10:40:48.6507462Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool3d_grad_cpu_float32 PASSED 2022-12-01T10:40:48.6507770Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_mish_cpu_float32 PASSED 2022-12-01T10:40:48.6508114Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_mse_loss_functorch_cpu_float32 PASSED 2022-12-01T10:40:48.6508403Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_multi_margin_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6508665Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_nll_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6509062Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pad_circular_cpu_float32 PASSED 2022-12-01T10:40:48.6509387Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pad_reflect_cpu_float32 PASSED 2022-12-01T10:40:48.6509722Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pad_replicate_cpu_float32 PASSED 2022-12-01T10:40:48.6510046Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pixel_shuffle_cpu_float32 PASSED 2022-12-01T10:40:48.6510393Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_poisson_nll_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6510844Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_relu_cpu_float32 PASSED 2022-12-01T10:40:48.6511188Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_smooth_l1_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6511539Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6511882Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_softmin_cpu_float32 PASSED 2022-12-01T10:40:48.6512200Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_softplus_cpu_float32 PASSED 2022-12-01T10:40:48.6512532Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_softshrink_cpu_float32 PASSED 2022-12-01T10:40:48.6512983Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_softsign_cpu_float32 PASSED 2022-12-01T10:40:48.6513336Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_threshold_cpu_float32 PASSED 2022-12-01T10:40:48.6513651Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_norm_fro_cpu_float32 PASSED 2022-12-01T10:40:48.6513948Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_norm_nuc_cpu_float32 PASSED 2022-12-01T10:40:48.6514301Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_normal_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.6514705Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6515215Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6515594Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ops_aten_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:40:48.6515978Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ormqr_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6516276Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_pca_lowrank_cpu_float32 XFAIL 2022-12-01T10:40:48.6516536Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_permute_cpu_float32 PASSED 2022-12-01T10:40:48.6516851Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_polygamma_polygamma_n_4_cpu_float32 PASSED 2022-12-01T10:40:48.6517145Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_positive_cpu_float32 PASSED 2022-12-01T10:40:48.6517515Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_pow_cpu_float32 PASSED 2022-12-01T10:40:48.6517758Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_rad2deg_cpu_float32 PASSED 2022-12-01T10:40:48.6518076Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6518441Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6518706Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_reciprocal_cpu_float32 PASSED 2022-12-01T10:40:48.6518963Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_remainder_cpu_float32 PASSED 2022-12-01T10:40:48.6519224Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_repeat_interleave_cpu_float32 PASSED 2022-12-01T10:40:48.6519474Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_reshape_as_cpu_float32 PASSED 2022-12-01T10:40:48.6519720Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_reshape_cpu_float32 PASSED 2022-12-01T10:40:48.6519969Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_resolve_neg_cpu_float32 PASSED 2022-12-01T10:40:48.6520203Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_roll_cpu_float32 PASSED 2022-12-01T10:40:48.6520470Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_round_decimals_0_cpu_float32 PASSED 2022-12-01T10:40:48.6520727Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_rsqrt_cpu_float32 PASSED 2022-12-01T10:40:48.6520961Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_rsub_cpu_float32 PASSED 2022-12-01T10:40:48.6521433Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_reduce_prod_cpu_float32 PASSED 2022-12-01T10:40:48.6521726Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_reduce_sum_cpu_float32 PASSED 2022-12-01T10:40:48.6522081Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6522373Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_segment_reduce_lengths_cpu_float32 PASSED 2022-12-01T10:40:48.6522631Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_select_scatter_cpu_float32 PASSED 2022-12-01T10:40:48.6522865Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_slice_cpu_float32 PASSED 2022-12-01T10:40:48.6523188Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_softmax_cpu_float32 PASSED 2022-12-01T10:40:48.6523473Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_softmax_with_dtype_cpu_float32 PASSED 2022-12-01T10:40:48.6523813Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6524200Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6524571Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6524956Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6525227Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_i1_cpu_float32 PASSED 2022-12-01T10:40:48.6525506Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_i1e_cpu_float32 PASSED 2022-12-01T10:40:48.6525902Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6526289Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6526687Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6527086Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6527360Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_ndtr_cpu_float32 PASSED 2022-12-01T10:40:48.6527657Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:40:48.6528016Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6528525Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6529322Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.6529647Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_split_list_args_cpu_float32 PASSED 2022-12-01T10:40:48.6529945Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_stack_cpu_float32 PASSED 2022-12-01T10:40:48.6530242Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_stft_cpu_float32 PASSED 2022-12-01T10:40:48.6530537Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sum_cpu_float32 PASSED 2022-12-01T10:40:48.6530814Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_svd_cpu_float32 PASSED 2022-12-01T10:40:48.6531140Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_take_along_dim_cpu_float32 PASSED 2022-12-01T10:40:48.6531426Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_take_cpu_float32 PASSED 2022-12-01T10:40:48.6531861Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_tensor_split_cpu_float32 XFAIL 2022-12-01T10:40:48.6532215Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_to_sparse_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.6532509Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_transpose_cpu_float32 PASSED 2022-12-01T10:40:48.6532809Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_trapezoid_cpu_float32 PASSED 2022-12-01T10:40:48.6533144Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_triangular_solve_cpu_float32 PASSED 2022-12-01T10:40:48.6533433Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_triu_cpu_float32 PASSED 2022-12-01T10:40:48.6533750Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_trunc_cpu_float32 PASSED 2022-12-01T10:40:48.6534138Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_unflatten_cpu_float32 PASSED 2022-12-01T10:40:48.6534419Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_unfold_cpu_float32 PASSED 2022-12-01T10:40:48.6534826Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6535120Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_unsqueeze_cpu_float32 PASSED 2022-12-01T10:40:48.6535448Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_view_as_complex_cpu_float32 XFAIL 2022-12-01T10:40:48.6535754Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_view_as_cpu_float32 PASSED 2022-12-01T10:40:48.6536056Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_vsplit_cpu_float32 PASSED 2022-12-01T10:40:48.6536329Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_where_cpu_float32 PASSED 2022-12-01T10:40:48.6536596Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_xlogy_cpu_float32 PASSED 2022-12-01T10:40:48.6536950Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_zero__cpu_float32 PASSED 2022-12-01T10:40:48.6537363Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___getitem___cpu_float64 PASSED 2022-12-01T10:40:48.6537667Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___getitem___functorch_cpu_float32 PASSED 2022-12-01T10:40:48.6537939Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___radd___cpu_float32 PASSED 2022-12-01T10:40:48.6538223Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___radd___cpu_float64 PASSED 2022-12-01T10:40:48.6538500Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rdiv___cpu_float64 PASSED 2022-12-01T10:40:48.6538800Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmatmul___cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.6539052Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmod___cpu_float32 PASSED 2022-12-01T10:40:48.6539324Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmod___cpu_float64 PASSED 2022-12-01T10:40:48.6539605Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rpow___cpu_float64 PASSED 2022-12-01T10:40:48.6539900Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rsub___cpu_float32 PASSED 2022-12-01T10:40:48.6540172Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rsub___cpu_float64 PASSED 2022-12-01T10:40:48.6540445Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_acos_cpu_float64 PASSED 2022-12-01T10:40:48.6540729Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_add_cpu_float32 PASSED 2022-12-01T10:40:48.6541017Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addbmm_cpu_float32 PASSED 2022-12-01T10:40:48.6541301Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addcdiv_cpu_float32 PASSED 2022-12-01T10:40:48.6541574Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addcdiv_cpu_float64 PASSED 2022-12-01T10:40:48.6541833Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addcmul_cpu_float32 PASSED 2022-12-01T10:40:48.6542241Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addcmul_cpu_float64 PASSED 2022-12-01T10:40:48.6542505Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmm_cpu_float32 PASSED 2022-12-01T10:40:48.6542786Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmm_cpu_float64 PASSED 2022-12-01T10:40:48.6543097Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmm_decomposed_cpu_float32 PASSED 2022-12-01T10:40:48.6543365Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmv_cpu_float32 PASSED 2022-12-01T10:40:48.6543672Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_allclose_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6544029Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_amax_cpu_float32 PASSED 2022-12-01T10:40:48.6544287Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_amax_cpu_float64 PASSED 2022-12-01T10:40:48.6544558Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_angle_cpu_float32 PASSED 2022-12-01T10:40:48.6544842Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_angle_cpu_float64 PASSED 2022-12-01T10:40:48.6545206Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6545574Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argwhere_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6545831Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_as_strided_cpu_float64 PASSED 2022-12-01T10:40:48.6546124Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_as_strided_scatter_cpu_float32 XFAIL 2022-12-01T10:40:48.6546423Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_as_strided_scatter_cpu_float64 XFAIL 2022-12-01T10:40:48.6546679Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_asin_cpu_float32 PASSED 2022-12-01T10:40:48.6546952Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atan2_cpu_float32 PASSED 2022-12-01T10:40:48.6547240Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atan2_cpu_float64 PASSED 2022-12-01T10:40:48.6547510Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atanh_cpu_float32 PASSED 2022-12-01T10:40:48.6547794Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atanh_cpu_float64 PASSED 2022-12-01T10:40:48.6548093Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_1d_cpu_float32 PASSED 2022-12-01T10:40:48.6548388Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_1d_cpu_float64 PASSED 2022-12-01T10:40:48.6548685Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_2d_cpu_float32 PASSED 2022-12-01T10:40:48.6548936Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_2d_cpu_float64 PASSED 2022-12-01T10:40:48.6549187Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_3d_cpu_float32 PASSED 2022-12-01T10:40:48.6549449Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_3d_cpu_float64 PASSED 2022-12-01T10:40:48.6549720Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_baddbmm_cpu_float32 PASSED 2022-12-01T10:40:48.6549991Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bernoulli_cpu_float32 PASSED 2022-12-01T10:40:48.6550311Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bfloat16_functorch_no_channels_last_cpu_float64 PASSED 2022-12-01T10:40:48.6550581Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_block_diag_cpu_float32 PASSED 2022-12-01T10:40:48.6550860Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bmm_cpu_float64 PASSED 2022-12-01T10:40:48.6551219Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6551562Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bool_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6552035Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6552393Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6552662Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_broadcast_to_cpu_float64 PASSED 2022-12-01T10:40:48.6553013Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6553440Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6553775Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_byte_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6554042Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cat_cpu_float32 PASSED 2022-12-01T10:40:48.6554317Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cat_cpu_float64 PASSED 2022-12-01T10:40:48.6554576Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ceil_cpu_float32 PASSED 2022-12-01T10:40:48.6554853Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ceil_cpu_float64 PASSED 2022-12-01T10:40:48.6555111Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_chalf_cpu_float64 PASSED 2022-12-01T10:40:48.6555472Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6555861Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_char_functorch_no_channels_last_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6556181Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_inverse_cpu_float32 PASSED 2022-12-01T10:40:48.6556490Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_solve_cpu_float32 PASSED 2022-12-01T10:40:48.6556765Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_max_cpu_float64 PASSED 2022-12-01T10:40:48.6557027Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clone_cpu_float32 PASSED 2022-12-01T10:40:48.6557300Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_complex_cpu_float32 PASSED 2022-12-01T10:40:48.6557602Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_complex_cpu_float64 PASSED 2022-12-01T10:40:48.6557876Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_conj_cpu_float32 PASSED 2022-12-01T10:40:48.6558200Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_conj_physical_cpu_float64 PASSED 2022-12-01T10:40:48.6558519Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_constant_pad_nd_cpu_float64 PASSED 2022-12-01T10:40:48.6558840Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_contiguous_cpu_float64 PASSED 2022-12-01T10:40:48.6559131Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_copysign_cpu_float32 PASSED 2022-12-01T10:40:48.6559387Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_copysign_cpu_float64 PASSED 2022-12-01T10:40:48.6559646Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_corrcoef_cpu_float32 PASSED 2022-12-01T10:40:48.6559888Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_corrcoef_cpu_float64 PASSED 2022-12-01T10:40:48.6560150Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cos_cpu_float32 PASSED 2022-12-01T10:40:48.6560535Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cos_cpu_float64 PASSED 2022-12-01T10:40:48.6560948Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_count_nonzero_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6561486Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cov_cpu_float32 PASSED 2022-12-01T10:40:48.6561807Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cummax_cpu_float32 PASSED 2022-12-01T10:40:48.6562126Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cummax_cpu_float64 PASSED 2022-12-01T10:40:48.6562438Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cummin_cpu_float64 PASSED 2022-12-01T10:40:48.6562770Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumprod_cpu_float64 PASSED 2022-12-01T10:40:48.6563094Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumulative_trapezoid_cpu_float64 PASSED 2022-12-01T10:40:48.6563509Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_deg2rad_cpu_float32 PASSED 2022-12-01T10:40:48.6563853Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_deg2rad_cpu_float64 PASSED 2022-12-01T10:40:48.6564193Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diag_cpu_float32 PASSED 2022-12-01T10:40:48.6564522Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diag_cpu_float64 PASSED 2022-12-01T10:40:48.6564845Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diag_embed_cpu_float32 PASSED 2022-12-01T10:40:48.6565201Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diag_embed_cpu_float64 PASSED 2022-12-01T10:40:48.6565536Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagflat_cpu_float64 PASSED 2022-12-01T10:40:48.6565859Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagonal_cpu_float32 PASSED 2022-12-01T10:40:48.6566193Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagonal_cpu_float64 PASSED 2022-12-01T10:40:48.6566565Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagonal_scatter_cpu_float32 PASSED 2022-12-01T10:40:48.6566880Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diff_cpu_float64 PASSED 2022-12-01T10:40:48.6567186Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_digamma_cpu_float32 PASSED 2022-12-01T10:40:48.6567475Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dist_cpu_float32 PASSED 2022-12-01T10:40:48.6567793Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_floor_rounding_cpu_float32 PASSED 2022-12-01T10:40:48.6568130Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_floor_rounding_cpu_float64 PASSED 2022-12-01T10:40:48.6568536Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_no_rounding_mode_cpu_float64 PASSED 2022-12-01T10:40:48.6568809Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_trunc_rounding_cpu_float32 PASSED 2022-12-01T10:40:48.6569108Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_trunc_rounding_cpu_float64 PASSED 2022-12-01T10:40:48.6569387Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dot_cpu_float32 PASSED 2022-12-01T10:40:48.6569653Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dot_cpu_float64 PASSED 2022-12-01T10:40:48.6569933Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_double_cpu_float64 PASSED 2022-12-01T10:40:48.6570232Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_double_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:40:48.6570539Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_double_functorch_no_channels_last_cpu_float64 PASSED 2022-12-01T10:40:48.6570807Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dsplit_cpu_float32 PASSED 2022-12-01T10:40:48.6571052Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dstack_cpu_float32 PASSED 2022-12-01T10:40:48.6571315Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dstack_cpu_float64 PASSED 2022-12-01T10:40:48.6571586Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_einsum_cpu_float32 PASSED 2022-12-01T10:40:48.6572044Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6572378Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6572741Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_equal_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6573009Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_erf_cpu_float64 PASSED 2022-12-01T10:40:48.6573284Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_erfc_cpu_float64 PASSED 2022-12-01T10:40:48.6573529Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_exp2_cpu_float32 PASSED 2022-12-01T10:40:48.6573864Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_exp_cpu_float64 PASSED 2022-12-01T10:40:48.6574149Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expand_as_cpu_float64 PASSED 2022-12-01T10:40:48.6574429Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fft2_cpu_float32 PASSED 2022-12-01T10:40:48.6574721Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fftn_cpu_float32 PASSED 2022-12-01T10:40:48.6574990Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fftn_cpu_float64 PASSED 2022-12-01T10:40:48.6575276Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfft2_cpu_float32 PASSED 2022-12-01T10:40:48.6575563Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfft_cpu_float32 PASSED 2022-12-01T10:40:48.6575845Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifft2_cpu_float32 PASSED 2022-12-01T10:40:48.6576128Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifft2_cpu_float64 PASSED 2022-12-01T10:40:48.6576404Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifftn_cpu_float32 PASSED 2022-12-01T10:40:48.6576714Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifftshift_cpu_float32 PASSED 2022-12-01T10:40:48.6577155Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfft2_cpu_float64 PASSED 2022-12-01T10:40:48.6577467Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfft_cpu_float32 PASSED 2022-12-01T10:40:48.6577770Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfft2_cpu_float32 PASSED 2022-12-01T10:40:48.6578079Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfft2_cpu_float64 PASSED 2022-12-01T10:40:48.6578349Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfft_cpu_float64 PASSED 2022-12-01T10:40:48.6578606Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfftn_cpu_float32 PASSED 2022-12-01T10:40:48.6578975Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfftn_cpu_float64 PASSED 2022-12-01T10:40:48.6579262Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfft2_cpu_float64 PASSED 2022-12-01T10:40:48.6579576Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfftn_cpu_float32 PASSED 2022-12-01T10:40:48.6579877Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fill_cpu_float32 PASSED 2022-12-01T10:40:48.6580197Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_flatten_cpu_float64 PASSED 2022-12-01T10:40:48.6580509Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_flip_cpu_float32 PASSED 2022-12-01T10:40:48.6580829Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fliplr_cpu_float32 PASSED 2022-12-01T10:40:48.6581148Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_flipud_cpu_float32 PASSED 2022-12-01T10:40:48.6581475Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_cpu_float32 PASSED 2022-12-01T10:40:48.6581775Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_cpu_float64 PASSED 2022-12-01T10:40:48.6582305Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:40:48.6582685Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_functorch_no_channels_last_cpu_float64 PASSED 2022-12-01T10:40:48.6583036Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_power_cpu_float32 PASSED 2022-12-01T10:40:48.6583351Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_power_cpu_float64 PASSED 2022-12-01T10:40:48.6583659Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_floor_cpu_float64 PASSED 2022-12-01T10:40:48.6583988Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmin_cpu_float32 PASSED 2022-12-01T10:40:48.6584438Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmod_cpu_float64 PASSED 2022-12-01T10:40:48.6584780Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_frac_cpu_float32 PASSED 2022-12-01T10:40:48.6585066Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_frexp_cpu_float64 PASSED 2022-12-01T10:40:48.6585437Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6585753Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gather_cpu_float32 PASSED 2022-12-01T10:40:48.6586147Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6586560Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ge_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6586962Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gt_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6587353Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6587799Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histc_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6588150Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histogram_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6588511Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6588871Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histogramdd_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6589160Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hsplit_cpu_float32 PASSED 2022-12-01T10:40:48.6589432Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hsplit_cpu_float64 PASSED 2022-12-01T10:40:48.6589681Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hypot_cpu_float32 PASSED 2022-12-01T10:40:48.6589955Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_i0_cpu_float32 PASSED 2022-12-01T10:40:48.6590329Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6590692Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_igammac_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6590974Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_add_cpu_float64 PASSED 2022-12-01T10:40:48.6591275Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_fill_cpu_float32 PASSED 2022-12-01T10:40:48.6591552Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_fill_cpu_float64 PASSED 2022-12-01T10:40:48.6591858Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_put_cpu_float64 PASSED 2022-12-01T10:40:48.6592156Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_put_functorch_cpu_float64 PASSED 2022-12-01T10:40:48.6592563Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_reduce_cpu_float32 PASSED 2022-12-01T10:40:48.6592839Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_reduce_cpu_float64 PASSED 2022-12-01T10:40:48.6593139Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_select_cpu_float64 PASSED 2022-12-01T10:40:48.6593420Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_inner_cpu_float32 PASSED 2022-12-01T10:40:48.6593700Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_inner_cpu_float64 PASSED 2022-12-01T10:40:48.6594053Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_int_functorch_no_channels_last_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6594472Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6594829Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6595178Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6595545Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6595897Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6596149Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_istft_cpu_float32 PASSED 2022-12-01T10:40:48.6596489Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:40:48.6596834Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) 2022-12-01T10:40:48.6597168Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:40:48.6597519Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) 2022-12-01T10:40:48.6597855Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:40:48.6598202Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) 2022-12-01T10:40:48.6598492Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_kron_cpu_float64 PASSED 2022-12-01T10:40:48.6598789Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_kthvalue_cpu_float64 PASSED 2022-12-01T10:40:48.6599108Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ldexp_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.6599433Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_le_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6599679Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lerp_cpu_float64 PASSED 2022-12-01T10:40:48.6599929Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lgamma_cpu_float32 PASSED 2022-12-01T10:40:48.6600184Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lgamma_cpu_float64 PASSED 2022-12-01T10:40:48.6600460Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cond_cpu_float64 PASSED 2022-12-01T10:40:48.6600728Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cross_cpu_float32 PASSED 2022-12-01T10:40:48.6601008Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cross_cpu_float64 PASSED 2022-12-01T10:40:48.6601389Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_det_cpu_float32 PASSED 2022-12-01T10:40:48.6601781Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_det_cpu_float64 PASSED 2022-12-01T10:40:48.6602091Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_det_singular_cpu_float32 PASSED 2022-12-01T10:40:48.6602369Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_det_singular_cpu_float64 PASSED 2022-12-01T10:40:48.6602642Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigvals_cpu_float32 PASSED 2022-12-01T10:40:48.6602903Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigvals_cpu_float64 PASSED 2022-12-01T10:40:48.6603186Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigvalsh_cpu_float64 PASSED 2022-12-01T10:40:48.6603579Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_householder_product_cpu_float32 PASSED 2022-12-01T10:40:48.6603850Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_inv_cpu_float32 PASSED 2022-12-01T10:40:48.6604133Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_inv_ex_cpu_float32 PASSED 2022-12-01T10:40:48.6604415Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_inv_ex_cpu_float64 PASSED 2022-12-01T10:40:48.6604805Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6605190Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6605529Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6605781Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lstsq_cpu_float64 PASSED 2022-12-01T10:40:48.6606059Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_cpu_float32 PASSED 2022-12-01T10:40:48.6606359Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_factor_cpu_float32 PASSED 2022-12-01T10:40:48.6606665Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_factor_cpu_float64 PASSED 2022-12-01T10:40:48.6606966Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_factor_ex_cpu_float32 PASSED 2022-12-01T10:40:48.6607244Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_factor_ex_cpu_float64 PASSED 2022-12-01T10:40:48.6607531Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_solve_cpu_float32 PASSED 2022-12-01T10:40:48.6607845Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_norm_cpu_float32 PASSED 2022-12-01T10:40:48.6608165Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_norm_cpu_float64 PASSED 2022-12-01T10:40:48.6608466Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_power_cpu_float32 PASSED 2022-12-01T10:40:48.6608801Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_power_cpu_float64 PASSED 2022-12-01T10:40:48.6609207Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6609555Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_multi_dot_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.6609856Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_multi_dot_cpu_float64 SKIPPED (Skipped!) 2022-12-01T10:40:48.6610128Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_norm_cpu_float32 PASSED 2022-12-01T10:40:48.6610519Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_pinv_cpu_float32 PASSED 2022-12-01T10:40:48.6610877Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_pinv_hermitian_cpu_float32 PASSED 2022-12-01T10:40:48.6611219Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_pinv_hermitian_cpu_float64 PASSED 2022-12-01T10:40:48.6611828Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T10:40:48.6612145Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_qr_cpu_float32 PASSED 2022-12-01T10:40:48.6612480Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_slogdet_cpu_float64 PASSED 2022-12-01T10:40:48.6612827Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_cpu_float32 PASSED 2022-12-01T10:40:48.6613169Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_cpu_float64 PASSED 2022-12-01T10:40:48.6613620Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_triangular_cpu_float32 PASSED 2022-12-01T10:40:48.6613981Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_triangular_cpu_float64 PASSED 2022-12-01T10:40:48.6614337Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_svd_cpu_float32 PASSED 2022-12-01T10:40:48.6614687Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_svd_cpu_float64 PASSED 2022-12-01T10:40:48.6615017Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_svdvals_cpu_float64 PASSED 2022-12-01T10:40:48.6615370Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_tensorinv_cpu_float32 PASSED 2022-12-01T10:40:48.6615742Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_tensorinv_cpu_float64 PASSED 2022-12-01T10:40:48.6616095Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vander_cpu_float64 PASSED 2022-12-01T10:40:48.6616449Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vecdot_cpu_float32 PASSED 2022-12-01T10:40:48.6616803Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vecdot_cpu_float64 PASSED 2022-12-01T10:40:48.6617311Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vector_norm_cpu_float32 PASSED 2022-12-01T10:40:48.6617652Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vector_norm_cpu_float64 PASSED 2022-12-01T10:40:48.6618049Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6618320Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log10_cpu_float32 PASSED 2022-12-01T10:40:48.6618623Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log10_cpu_float64 PASSED 2022-12-01T10:40:48.6619018Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log2_cpu_float32 PASSED 2022-12-01T10:40:48.6619286Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log2_cpu_float64 PASSED 2022-12-01T10:40:48.6619544Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_cpu_float32 PASSED 2022-12-01T10:40:48.6619826Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_softmax_cpu_float64 PASSED 2022-12-01T10:40:48.6620138Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_softmax_dtype_cpu_float32 PASSED 2022-12-01T10:40:48.6620413Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logaddexp_cpu_float32 PASSED 2022-12-01T10:40:48.6620710Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logcumsumexp_cpu_float32 PASSED 2022-12-01T10:40:48.6621024Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6621371Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_not_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6621709Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6622195Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_xor_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6622456Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logit_cpu_float32 PASSED 2022-12-01T10:40:48.6622721Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logit_cpu_float64 PASSED 2022-12-01T10:40:48.6623086Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logspace_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6623388Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logsumexp_cpu_float32 PASSED 2022-12-01T10:40:48.6623732Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_long_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6624166Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lt_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6624406Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_cpu_float64 PASSED 2022-12-01T10:40:48.6624686Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_solve_cpu_float32 PASSED 2022-12-01T10:40:48.6624963Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_solve_cpu_float64 PASSED 2022-12-01T10:40:48.6625250Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_unpack_cpu_float64 PASSED 2022-12-01T10:40:48.6625527Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mH_cpu_float32 PASSED 2022-12-01T10:40:48.6625809Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_amax_cpu_float32 PASSED 2022-12-01T10:40:48.6626178Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6626553Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6626844Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_cumprod_cpu_float32 PASSED 2022-12-01T10:40:48.6627156Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_cumprod_cpu_float64 PASSED 2022-12-01T10:40:48.6627458Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_cumsum_cpu_float64 PASSED 2022-12-01T10:40:48.6627769Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_fill_cpu_float32 PASSED 2022-12-01T10:40:48.6628133Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_fill_functorch_Scalar_only_cpu_float32 PASSED 2022-12-01T10:40:48.6628470Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_logaddexp_cpu_float32 PASSED 2022-12-01T10:40:48.6628784Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_logsumexp_cpu_float64 PASSED 2022-12-01T10:40:48.6629051Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_mean_cpu_float64 PASSED 2022-12-01T10:40:48.6629324Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_norm_cpu_float64 PASSED 2022-12-01T10:40:48.6629711Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_select_cpu_float32 XFAIL 2022-12-01T10:40:48.6630035Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_select_cpu_float64 XFAIL 2022-12-01T10:40:48.6630361Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_softmax_cpu_float32 PASSED 2022-12-01T10:40:48.6630690Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_softmax_cpu_float64 PASSED 2022-12-01T10:40:48.6631010Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_std_cpu_float32 PASSED 2022-12-01T10:40:48.6631334Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_std_cpu_float64 PASSED 2022-12-01T10:40:48.6631669Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_sum_cpu_float64 PASSED 2022-12-01T10:40:48.6632003Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_matrix_exp_cpu_float32 PASSED 2022-12-01T10:40:48.6632455Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_binary_cpu_float32 PASSED 2022-12-01T10:40:48.6632796Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:40:48.6633146Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:40:48.6633515Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_reduction_with_dim_cpu_float64 PASSED 2022-12-01T10:40:48.6633833Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_maximum_cpu_float32 PASSED 2022-12-01T10:40:48.6634145Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_median_cpu_float64 PASSED 2022-12-01T10:40:48.6634626Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_meshgrid_variadic_tensors_cpu_float32 PASSED 2022-12-01T10:40:48.6634984Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_binary_cpu_float64 PASSED 2022-12-01T10:40:48.6635353Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:40:48.6635681Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_reduction_no_dim_cpu_float64 PASSED 2022-12-01T10:40:48.6635961Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_minimum_cpu_float32 PASSED 2022-12-01T10:40:48.6636263Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mm_cpu_float32 PASSED 2022-12-01T10:40:48.6636565Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mm_cpu_float64 PASSED 2022-12-01T10:40:48.6636896Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mode_cpu_float32 PASSED 2022-12-01T10:40:48.6637218Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mode_cpu_float64 PASSED 2022-12-01T10:40:48.6637544Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_msort_cpu_float64 PASSED 2022-12-01T10:40:48.6637939Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6638402Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_multinomial_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6638702Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED 2022-12-01T10:40:48.6638992Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED 2022-12-01T10:40:48.6639314Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED 2022-12-01T10:40:48.6639627Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED 2022-12-01T10:40:48.6639911Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nan_to_num_cpu_float64 PASSED 2022-12-01T10:40:48.6640164Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanmean_cpu_float32 PASSED 2022-12-01T10:40:48.6640446Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanmedian_cpu_float32 PASSED 2022-12-01T10:40:48.6640824Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6641297Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_narrow_copy_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6641577Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_narrow_cpu_float32 PASSED 2022-12-01T10:40:48.6641850Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_narrow_cpu_float64 PASSED 2022-12-01T10:40:48.6642193Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_native_layer_norm_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.6642559Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6642989Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ne_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6643249Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_neg_cpu_float32 PASSED 2022-12-01T10:40:48.6643584Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_empty_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6643980Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6644340Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6644755Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_ones_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6645075Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6645417Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_zeros_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6645759Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED 2022-12-01T10:40:48.6646113Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:40:48.6646439Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:40:48.6646756Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:40:48.6647043Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED 2022-12-01T10:40:48.6647387Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool2d_cpu_float64 PASSED 2022-12-01T10:40:48.6647692Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool3d_cpu_float64 PASSED 2022-12-01T10:40:48.6648001Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:40:48.6648317Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_avg_pool3d_cpu_float64 PASSED 2022-12-01T10:40:48.6648633Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_batch_norm_cpu_float32 PASSED 2022-12-01T10:40:48.6648956Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_bilinear_cpu_float32 PASSED 2022-12-01T10:40:48.6649288Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_bilinear_cpu_float64 PASSED 2022-12-01T10:40:48.6649641Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_cpu_float32 PASSED 2022-12-01T10:40:48.6649991Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED 2022-12-01T10:40:48.6650271Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv1d_cpu_float32 PASSED 2022-12-01T10:40:48.6650551Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv1d_cpu_float64 PASSED 2022-12-01T10:40:48.6650848Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_cpu_float64 PASSED 2022-12-01T10:40:48.6651182Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float64 PASSED 2022-12-01T10:40:48.6651522Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.6652044Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_groups_with_bias_cpu_float64 PASSED 2022-12-01T10:40:48.6652373Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED 2022-12-01T10:40:48.6652704Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_no_bias_cpu_float64 PASSED 2022-12-01T10:40:48.6653014Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_no_bias_cpu_float64 PASSED 2022-12-01T10:40:48.6653347Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_with_bias_cpu_float64 PASSED 2022-12-01T10:40:48.6653750Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.6654110Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED 2022-12-01T10:40:48.6654461Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float64 PASSED 2022-12-01T10:40:48.6654774Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose1d_cpu_float64 SKIPPED (Skipped!) 2022-12-01T10:40:48.6655144Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose3d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.6655493Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose3d_cpu_float64 SKIPPED (Skipped!) 2022-12-01T10:40:48.6655827Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cosine_embedding_loss_cpu_float64 PASSED 2022-12-01T10:40:48.6656124Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cross_entropy_cpu_float32 PASSED 2022-12-01T10:40:48.6656418Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout2d_cpu_float32 PASSED 2022-12-01T10:40:48.6656740Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout2d_cpu_float64 PASSED 2022-12-01T10:40:48.6657210Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout3d_cpu_float64 PASSED 2022-12-01T10:40:48.6657522Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout_cpu_float64 PASSED 2022-12-01T10:40:48.6657809Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_elu_cpu_float64 PASSED 2022-12-01T10:40:48.6658114Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_bag_cpu_float64 PASSED 2022-12-01T10:40:48.6658445Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_cpu_float32 PASSED 2022-12-01T10:40:48.6658796Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_functorch_cpu_float64 PASSED 2022-12-01T10:40:48.6659195Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED 2022-12-01T10:40:48.6659580Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED 2022-12-01T10:40:48.6659980Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED 2022-12-01T10:40:48.6660297Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_fractional_max_pool2d_cpu_float64 PASSED 2022-12-01T10:40:48.6660599Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_fractional_max_pool3d_cpu_float32 PASSED 2022-12-01T10:40:48.6661045Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_fractional_max_pool3d_cpu_float64 PASSED 2022-12-01T10:40:48.6661412Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_gaussian_nll_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6661931Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_gaussian_nll_loss_cpu_float64 PASSED 2022-12-01T10:40:48.6662282Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_gelu_cpu_float32 PASSED 2022-12-01T10:40:48.6662630Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_glu_cpu_float64 PASSED 2022-12-01T10:40:48.6662990Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_grid_sample_cpu_float64 PASSED 2022-12-01T10:40:48.6663365Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_group_norm_cpu_float32 PASSED 2022-12-01T10:40:48.6663846Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_group_norm_cpu_float64 PASSED 2022-12-01T10:40:48.6664207Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardsigmoid_cpu_float64 PASSED 2022-12-01T10:40:48.6664564Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardtanh_cpu_float32 PASSED 2022-12-01T10:40:48.6664973Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hinge_embedding_loss_cpu_float64 PASSED 2022-12-01T10:40:48.6665346Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_huber_loss_cpu_float64 PASSED 2022-12-01T10:40:48.6665705Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_instance_norm_cpu_float64 PASSED 2022-12-01T10:40:48.6666128Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_bicubic_cpu_float32 PASSED 2022-12-01T10:40:48.6666526Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_bilinear_cpu_float32 PASSED 2022-12-01T10:40:48.6666934Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_bilinear_cpu_float64 PASSED 2022-12-01T10:40:48.6667345Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_linear_cpu_float32 PASSED 2022-12-01T10:40:48.6667747Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_nearest_cpu_float64 PASSED 2022-12-01T10:40:48.6668112Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_trilinear_cpu_float32 PASSED 2022-12-01T10:40:48.6668465Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_trilinear_cpu_float64 PASSED 2022-12-01T10:40:48.6668780Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_kl_div_cpu_float32 PASSED 2022-12-01T10:40:48.6669127Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_layer_norm_cpu_float64 PASSED 2022-12-01T10:40:48.6669560Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_leaky_relu_cpu_float32 PASSED 2022-12-01T10:40:48.6669852Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_linear_cpu_float32 PASSED 2022-12-01T10:40:48.6670175Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_linear_cpu_float64 PASSED 2022-12-01T10:40:48.6670522Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_local_response_norm_cpu_float64 PASSED 2022-12-01T10:40:48.6670867Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_logsigmoid_cpu_float32 PASSED 2022-12-01T10:40:48.6671175Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_margin_ranking_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6671507Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool2d_cpu_float64 PASSED 2022-12-01T10:40:48.6671843Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool1d_cpu_float64 PASSED 2022-12-01T10:40:48.6672159Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool1d_grad_cpu_float32 PASSED 2022-12-01T10:40:48.6672572Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool2d_cpu_float32 XFAIL 2022-12-01T10:40:48.6672855Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool3d_cpu_float32 PASSED 2022-12-01T10:40:48.6673132Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mish_cpu_float64 PASSED 2022-12-01T10:40:48.6673434Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mse_loss_functorch_cpu_float64 PASSED 2022-12-01T10:40:48.6673742Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multi_margin_loss_cpu_float64 PASSED 2022-12-01T10:40:48.6674158Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multilabel_margin_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6674488Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multilabel_margin_loss_cpu_float64 PASSED 2022-12-01T10:40:48.6674839Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 PASSED 2022-12-01T10:40:48.6675142Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_nll_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6675446Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_nll_loss_cpu_float64 PASSED 2022-12-01T10:40:48.6675751Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_normalize_cpu_float32 PASSED 2022-12-01T10:40:48.6676047Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_circular_cpu_float64 PASSED 2022-12-01T10:40:48.6676349Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_constant_cpu_float32 PASSED 2022-12-01T10:40:48.6676670Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_constant_cpu_float64 PASSED 2022-12-01T10:40:48.6677002Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_reflect_cpu_float64 PASSED 2022-12-01T10:40:48.6677327Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pairwise_distance_cpu_float32 PASSED 2022-12-01T10:40:48.6677657Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pixel_unshuffle_cpu_float64 PASSED 2022-12-01T10:40:48.6677986Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_poisson_nll_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6678302Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_poisson_nll_loss_cpu_float64 PASSED 2022-12-01T10:40:48.6678622Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_relu_cpu_float32 PASSED 2022-12-01T10:40:48.6678949Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_rrelu_cpu_float64 PASSED 2022-12-01T10:40:48.6679265Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_silu_cpu_float64 PASSED 2022-12-01T10:40:48.6679619Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_smooth_l1_loss_cpu_float64 PASSED 2022-12-01T10:40:48.6679955Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softmin_cpu_float32 PASSED 2022-12-01T10:40:48.6680286Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softmin_cpu_float64 PASSED 2022-12-01T10:40:48.6680594Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softmin_with_dtype_cpu_float32 PASSED 2022-12-01T10:40:48.6680888Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softmin_with_dtype_cpu_float64 PASSED 2022-12-01T10:40:48.6681386Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softplus_cpu_float32 PASSED 2022-12-01T10:40:48.6681747Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softshrink_cpu_float32 PASSED 2022-12-01T10:40:48.6682217Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softshrink_cpu_float64 PASSED 2022-12-01T10:40:48.6682565Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softsign_cpu_float32 PASSED 2022-12-01T10:40:48.6682921Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softsign_cpu_float64 PASSED 2022-12-01T10:40:48.6683284Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_tanhshrink_cpu_float32 PASSED 2022-12-01T10:40:48.6683657Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_tanhshrink_cpu_float64 PASSED 2022-12-01T10:40:48.6684024Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_threshold_cpu_float32 PASSED 2022-12-01T10:40:48.6684492Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_triplet_margin_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6684924Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 PASSED 2022-12-01T10:40:48.6685326Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_upsample_bilinear_cpu_float32 PASSED 2022-12-01T10:40:48.6685688Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_upsample_bilinear_cpu_float64 PASSED 2022-12-01T10:40:48.6686085Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_upsample_nearest_cpu_float32 PASSED 2022-12-01T10:40:48.6686467Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_upsample_nearest_cpu_float64 PASSED 2022-12-01T10:40:48.6686907Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6687300Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nonzero_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6687598Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_cpu_float64 PASSED 2022-12-01T10:40:48.6687911Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_fro_cpu_float32 PASSED 2022-12-01T10:40:48.6688220Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_fro_cpu_float64 PASSED 2022-12-01T10:40:48.6688551Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_inf_cpu_float64 PASSED 2022-12-01T10:40:48.6688871Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_nuc_cpu_float32 PASSED 2022-12-01T10:40:48.6689189Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_nuc_cpu_float64 PASSED 2022-12-01T10:40:48.6689474Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_normal_cpu_float32 PASSED 2022-12-01T10:40:48.6689950Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ones_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6690304Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ones_like_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6690745Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6691196Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6691511Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ops_aten_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:40:48.6691775Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pca_lowrank_cpu_float64 PASSED 2022-12-01T10:40:48.6692059Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_permute_cpu_float32 PASSED 2022-12-01T10:40:48.6692348Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_permute_cpu_float64 PASSED 2022-12-01T10:40:48.6692763Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pinverse_cpu_float32 PASSED 2022-12-01T10:40:48.6693030Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polar_cpu_float64 PASSED 2022-12-01T10:40:48.6693349Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:40:48.6693677Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_0_cpu_float64 PASSED 2022-12-01T10:40:48.6694009Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_1_cpu_float32 PASSED 2022-12-01T10:40:48.6694299Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_1_cpu_float64 PASSED 2022-12-01T10:40:48.6694672Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_2_cpu_float32 PASSED 2022-12-01T10:40:48.6694976Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_2_cpu_float64 PASSED 2022-12-01T10:40:48.6695300Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_3_cpu_float32 PASSED 2022-12-01T10:40:48.6695617Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_3_cpu_float64 PASSED 2022-12-01T10:40:48.6695935Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_4_cpu_float32 PASSED 2022-12-01T10:40:48.6696211Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_4_cpu_float64 PASSED 2022-12-01T10:40:48.6696472Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_positive_cpu_float32 PASSED 2022-12-01T10:40:48.6696746Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_positive_cpu_float64 PASSED 2022-12-01T10:40:48.6697137Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_prod_cpu_float64 PASSED 2022-12-01T10:40:48.6697405Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_put_cpu_float64 PASSED 2022-12-01T10:40:48.6697691Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_qr_cpu_float64 PASSED 2022-12-01T10:40:48.6697973Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_quantile_cpu_float64 PASSED 2022-12-01T10:40:48.6698262Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rad2deg_cpu_float32 PASSED 2022-12-01T10:40:48.6698518Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rad2deg_cpu_float64 PASSED 2022-12-01T10:40:48.6698841Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6699220Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6699551Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randint_like_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6699885Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6700253Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randn_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6700608Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6700975Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randn_like_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6701266Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ravel_cpu_float32 PASSED 2022-12-01T10:40:48.6701563Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ravel_cpu_float64 PASSED 2022-12-01T10:40:48.6701818Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_real_cpu_float32 PASSED 2022-12-01T10:40:48.6702228Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_remainder_cpu_float64 PASSED 2022-12-01T10:40:48.6702517Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_repeat_interleave_cpu_float32 PASSED 2022-12-01T10:40:48.6702802Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_reshape_as_cpu_float64 PASSED 2022-12-01T10:40:48.6703091Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_reshape_cpu_float32 PASSED 2022-12-01T10:40:48.6703373Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_reshape_cpu_float64 PASSED 2022-12-01T10:40:48.6703704Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6704143Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resize_as__cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6704416Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resolve_conj_cpu_float32 PASSED 2022-12-01T10:40:48.6704701Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resolve_conj_cpu_float64 PASSED 2022-12-01T10:40:48.6704976Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resolve_neg_cpu_float32 PASSED 2022-12-01T10:40:48.6705225Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_roll_cpu_float64 PASSED 2022-12-01T10:40:48.6705468Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rot90_cpu_float32 PASSED 2022-12-01T10:40:48.6705743Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_cpu_float64 PASSED 2022-12-01T10:40:48.6706053Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_0_cpu_float64 PASSED 2022-12-01T10:40:48.6706348Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_3_cpu_float32 PASSED 2022-12-01T10:40:48.6706626Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_3_cpu_float64 PASSED 2022-12-01T10:40:48.6706874Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rsqrt_cpu_float64 PASSED 2022-12-01T10:40:48.6707124Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rsub_cpu_float32 PASSED 2022-12-01T10:40:48.6707403Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_add_cpu_float32 PASSED 2022-12-01T10:40:48.6707687Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_cpu_float32 PASSED 2022-12-01T10:40:48.6707957Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_cpu_float64 PASSED 2022-12-01T10:40:48.6708268Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_amin_cpu_float64 PASSED 2022-12-01T10:40:48.6708566Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_mean_cpu_float32 PASSED 2022-12-01T10:40:48.6708866Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_mean_cpu_float64 PASSED 2022-12-01T10:40:48.6709185Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_prod_cpu_float32 PASSED 2022-12-01T10:40:48.6709504Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_prod_cpu_float64 PASSED 2022-12-01T10:40:48.6709821Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_sum_cpu_float64 PASSED 2022-12-01T10:40:48.6710227Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6710630Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_searchsorted_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6710895Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_select_cpu_float32 PASSED 2022-12-01T10:40:48.6711140Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sgn_cpu_float64 PASSED 2022-12-01T10:40:48.6711626Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6712201Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_short_functorch_no_channels_last_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6712507Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sigmoid_cpu_float32 PASSED 2022-12-01T10:40:48.6712817Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sign_cpu_float32 PASSED 2022-12-01T10:40:48.6713224Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signbit_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6713544Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sinc_cpu_float64 PASSED 2022-12-01T10:40:48.6713945Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sinh_cpu_float32 PASSED 2022-12-01T10:40:48.6714256Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_slice_cpu_float64 PASSED 2022-12-01T10:40:48.6714588Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_softmax_cpu_float32 PASSED 2022-12-01T10:40:48.6714893Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_softmax_cpu_float64 PASSED 2022-12-01T10:40:48.6715242Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_softmax_with_dtype_cpu_float64 PASSED 2022-12-01T10:40:48.6715580Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sort_cpu_float64 PASSED 2022-12-01T10:40:48.6715998Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.6716421Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6716892Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6717330Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6717767Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6718255Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6719067Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.6719867Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.6720651Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.6720920Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_entr_cpu_float32 PASSED 2022-12-01T10:40:48.6721274Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_entr_cpu_float64 PASSED 2022-12-01T10:40:48.6721623Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6721899Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_i0e_cpu_float32 PASSED 2022-12-01T10:40:48.6722177Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_i0e_cpu_float64 PASSED 2022-12-01T10:40:48.6722451Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_i1_cpu_float32 PASSED 2022-12-01T10:40:48.6722703Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_i1e_cpu_float32 PASSED 2022-12-01T10:40:48.6723243Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6723933Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.6724286Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6724655Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6724950Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_ndtri_cpu_float32 PASSED 2022-12-01T10:40:48.6725346Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_ndtri_cpu_float64 PASSED 2022-12-01T10:40:48.6725695Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:40:48.6726043Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_polygamma_special_polygamma_n_0_cpu_float64 PASSED 2022-12-01T10:40:48.6726461Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6727192Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.6727599Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6727932Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_xlog1py_cpu_float64 PASSED 2022-12-01T10:40:48.6728334Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_zeta_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6728655Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_list_args_cpu_float32 PASSED 2022-12-01T10:40:48.6728936Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_with_sizes_cpu_float32 PASSED 2022-12-01T10:40:48.6729208Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_with_sizes_cpu_float64 PASSED 2022-12-01T10:40:48.6729592Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sqrt_cpu_float64 PASSED 2022-12-01T10:40:48.6729903Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_square_cpu_float32 PASSED 2022-12-01T10:40:48.6730203Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_squeeze_cpu_float64 PASSED 2022-12-01T10:40:48.6730508Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_stack_cpu_float32 PASSED 2022-12-01T10:40:48.6730824Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_std_cpu_float64 PASSED 2022-12-01T10:40:48.6731148Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_std_mean_cpu_float32 PASSED 2022-12-01T10:40:48.6731463Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_stft_cpu_float64 PASSED 2022-12-01T10:40:48.6731767Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sum_cpu_float32 PASSED 2022-12-01T10:40:48.6732079Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sum_cpu_float64 PASSED 2022-12-01T10:40:48.6732412Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sum_to_size_cpu_float32 PASSED 2022-12-01T10:40:48.6732738Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sum_to_size_cpu_float64 PASSED 2022-12-01T10:40:48.6733058Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_svd_lowrank_cpu_float32 PASSED 2022-12-01T10:40:48.6733404Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_svd_lowrank_cpu_float64 PASSED 2022-12-01T10:40:48.6733859Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_symeig_cpu_float32 PASSED 2022-12-01T10:40:48.6734178Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_t_cpu_float64 PASSED 2022-12-01T10:40:48.6734508Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tan_cpu_float32 PASSED 2022-12-01T10:40:48.6734836Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tanh_cpu_float32 PASSED 2022-12-01T10:40:48.6735168Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tanh_cpu_float64 PASSED 2022-12-01T10:40:48.6735487Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tensor_split_cpu_float32 PASSED 2022-12-01T10:40:48.6735783Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tensor_split_cpu_float64 PASSED 2022-12-01T10:40:48.6736205Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tensordot_cpu_float32 PASSED 2022-12-01T10:40:48.6736553Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tensordot_cpu_float64 PASSED 2022-12-01T10:40:48.6736874Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_to_cpu_float64 PASSED 2022-12-01T10:40:48.6737448Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_to_sparse_cpu_float32 XFAIL 2022-12-01T10:40:48.6737740Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trace_cpu_float64 PASSED 2022-12-01T10:40:48.6738044Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_transpose_cpu_float32 PASSED 2022-12-01T10:40:48.6738427Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_transpose_cpu_float64 PASSED 2022-12-01T10:40:48.6738705Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trapezoid_cpu_float64 PASSED 2022-12-01T10:40:48.6738958Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trapz_cpu_float32 PASSED 2022-12-01T10:40:48.6739242Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trapz_cpu_float64 PASSED 2022-12-01T10:40:48.6739559Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_triangular_solve_cpu_float64 PASSED 2022-12-01T10:40:48.6739838Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tril_cpu_float32 PASSED 2022-12-01T10:40:48.6740094Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tril_cpu_float64 PASSED 2022-12-01T10:40:48.6740333Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_triu_cpu_float32 PASSED 2022-12-01T10:40:48.6740609Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_triu_cpu_float64 PASSED 2022-12-01T10:40:48.6740910Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_true_divide_cpu_float32 PASSED 2022-12-01T10:40:48.6741192Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_true_divide_cpu_float64 PASSED 2022-12-01T10:40:48.6741469Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unfold_cpu_float64 PASSED 2022-12-01T10:40:48.6741865Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6742268Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unique_consecutive_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6742624Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6742957Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unique_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6743238Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unsqueeze_cpu_float64 PASSED 2022-12-01T10:40:48.6743525Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vdot_cpu_float64 PASSED 2022-12-01T10:40:48.6743843Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_as_complex_cpu_float64 PASSED 2022-12-01T10:40:48.6744132Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_as_cpu_float32 PASSED 2022-12-01T10:40:48.6744497Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_cpu_float32 PASSED 2022-12-01T10:40:48.6744745Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vsplit_cpu_float32 PASSED 2022-12-01T10:40:48.6745007Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_where_cpu_float32 PASSED 2022-12-01T10:40:48.6745271Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_xlogy_cpu_float32 PASSED 2022-12-01T10:40:48.6745533Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zero__cpu_float64 PASSED 2022-12-01T10:40:48.6745900Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6746372Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6746615Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_H_cpu_float32 PASSED 2022-12-01T10:40:48.6746854Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___getitem___cpu_float32 PASSED 2022-12-01T10:40:48.6747123Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___rdiv___cpu_float32 PASSED 2022-12-01T10:40:48.6747377Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___rsub___cpu_float32 PASSED 2022-12-01T10:40:48.6747617Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_abs_cpu_float32 PASSED 2022-12-01T10:40:48.6747880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_acos_cpu_float32 PASSED 2022-12-01T10:40:48.6748158Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_addbmm_cpu_float32 PASSED 2022-12-01T10:40:48.6748420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_addcmul_cpu_float32 PASSED 2022-12-01T10:40:48.6748696Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_addmm_cpu_float32 PASSED 2022-12-01T10:40:48.6748958Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_addmv_cpu_float32 PASSED 2022-12-01T10:40:48.6749239Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_addr_cpu_float32 PASSED 2022-12-01T10:40:48.6749603Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_allclose_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6749842Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_amin_cpu_float32 PASSED 2022-12-01T10:40:48.6750083Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_angle_cpu_float32 PASSED 2022-12-01T10:40:48.6750419Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_argsort_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6750777Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_argwhere_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6751088Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_as_strided_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.6751384Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_as_strided_scatter_cpu_float32 PASSED 2022-12-01T10:40:48.6751611Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_asinh_cpu_float32 PASSED 2022-12-01T10:40:48.6751856Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_atan2_cpu_float32 PASSED 2022-12-01T10:40:48.6752099Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_atan_cpu_float32 PASSED 2022-12-01T10:40:48.6752337Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_atanh_cpu_float32 PASSED 2022-12-01T10:40:48.6752594Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_atleast_1d_cpu_float32 PASSED 2022-12-01T10:40:48.6752854Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_atleast_3d_cpu_float32 PASSED 2022-12-01T10:40:48.6753239Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_bfloat16_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6753491Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_block_diag_cpu_float32 PASSED 2022-12-01T10:40:48.6753944Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_bool_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6754290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6754551Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_broadcast_to_cpu_float32 PASSED 2022-12-01T10:40:48.6754862Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_byte_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6755241Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6755684Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cdist_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6756027Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_chalf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6756368Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cholesky_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6756663Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cholesky_solve_cpu_float32 PASSED 2022-12-01T10:40:48.6756944Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_clamp_cpu_float32 PASSED 2022-12-01T10:40:48.6757207Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_clamp_max_cpu_float32 PASSED 2022-12-01T10:40:48.6757499Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_clamp_min_cpu_float32 PASSED 2022-12-01T10:40:48.6757782Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_clone_cpu_float32 PASSED 2022-12-01T10:40:48.6758093Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_combinations_cpu_float32 PASSED 2022-12-01T10:40:48.6758375Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_conj_cpu_float32 PASSED 2022-12-01T10:40:48.6758640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_constant_pad_nd_cpu_float32 PASSED 2022-12-01T10:40:48.6758889Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_contiguous_cpu_float32 PASSED 2022-12-01T10:40:48.6759267Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_copysign_cpu_float32 PASSED 2022-12-01T10:40:48.6759554Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cos_cpu_float32 PASSED 2022-12-01T10:40:48.6759938Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_count_nonzero_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6760236Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cummin_cpu_float32 PASSED 2022-12-01T10:40:48.6760543Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cumprod_cpu_float32 PASSED 2022-12-01T10:40:48.6760852Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cumsum_cpu_float32 PASSED 2022-12-01T10:40:48.6761315Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cumulative_trapezoid_cpu_float32 PASSED 2022-12-01T10:40:48.6761644Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_deg2rad_cpu_float32 PASSED 2022-12-01T10:40:48.6761947Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_diag_cpu_float32 PASSED 2022-12-01T10:40:48.6762265Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_diagonal_cpu_float32 PASSED 2022-12-01T10:40:48.6762566Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_diagonal_scatter_cpu_float32 PASSED 2022-12-01T10:40:48.6762866Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_diff_cpu_float32 PASSED 2022-12-01T10:40:48.6763197Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_digamma_cpu_float32 PASSED 2022-12-01T10:40:48.6763542Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_div_floor_rounding_cpu_float32 PASSED 2022-12-01T10:40:48.6763867Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_dsplit_cpu_float32 PASSED 2022-12-01T10:40:48.6764159Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_dstack_cpu_float32 PASSED 2022-12-01T10:40:48.6764711Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_empty_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6765129Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_empty_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6765537Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_eq_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6765841Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_exp_cpu_float32 PASSED 2022-12-01T10:40:48.6766158Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_expand_cpu_float32 PASSED 2022-12-01T10:40:48.6766521Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_eye_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6766903Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_fft2_cpu_float32 PASSED 2022-12-01T10:40:48.6767198Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_fft_cpu_float32 PASSED 2022-12-01T10:40:48.6767528Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_fftn_cpu_float32 PASSED 2022-12-01T10:40:48.6767920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_hfft2_cpu_float32 PASSED 2022-12-01T10:40:48.6768189Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_hfft_cpu_float32 PASSED 2022-12-01T10:40:48.6768434Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ifftshift_cpu_float32 PASSED 2022-12-01T10:40:48.6768685Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ihfft_cpu_float32 PASSED 2022-12-01T10:40:48.6768936Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ihfftn_cpu_float32 PASSED 2022-12-01T10:40:48.6769175Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_irfft2_cpu_float32 PASSED 2022-12-01T10:40:48.6769444Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_irfft_cpu_float32 PASSED 2022-12-01T10:40:48.6769700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_irfftn_cpu_float32 PASSED 2022-12-01T10:40:48.6769961Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_rfft_cpu_float32 PASSED 2022-12-01T10:40:48.6770213Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fill_cpu_float32 PASSED 2022-12-01T10:40:48.6770593Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_float_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6770869Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_float_power_cpu_float32 PASSED 2022-12-01T10:40:48.6771218Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_floor_divide_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6771476Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fmin_cpu_float32 PASSED 2022-12-01T10:40:48.6771718Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_frac_cpu_float32 PASSED 2022-12-01T10:40:48.6771967Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_frexp_cpu_float32 PASSED 2022-12-01T10:40:48.6772311Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ge_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6772667Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_geqrf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6772985Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_gt_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6773381Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_half_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6773654Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_H_cpu_float32 PASSED 2022-12-01T10:40:48.6773983Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___getitem___functorch_cpu_float32 PASSED 2022-12-01T10:40:48.6774292Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___radd___cpu_float32 PASSED 2022-12-01T10:40:48.6774701Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rdiv___cpu_float32 PASSED 2022-12-01T10:40:48.6775012Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rmod___cpu_float32 PASSED 2022-12-01T10:40:48.6775327Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rsub___cpu_float32 PASSED 2022-12-01T10:40:48.6775637Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_abs_cpu_float32 PASSED 2022-12-01T10:40:48.6775929Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_acos_cpu_float32 PASSED 2022-12-01T10:40:48.6776190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_acosh_cpu_float32 PASSED 2022-12-01T10:40:48.6776550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addmm_decomposed_cpu_float32 PASSED 2022-12-01T10:40:48.6776825Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addmv_cpu_float32 PASSED 2022-12-01T10:40:48.6777394Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addr_cpu_float32 PASSED 2022-12-01T10:40:48.6777703Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_amin_cpu_float32 PASSED 2022-12-01T10:40:48.6778114Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_any_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6778490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_as_strided_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.6778835Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atan2_cpu_float32 PASSED 2022-12-01T10:40:48.6779184Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atleast_3d_cpu_float32 PASSED 2022-12-01T10:40:48.6779532Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_baddbmm_cpu_float32 PASSED 2022-12-01T10:40:48.6779902Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bernoulli_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.6780374Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bfloat16_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6780731Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_block_diag_cpu_float32 PASSED 2022-12-01T10:40:48.6781063Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bmm_cpu_float32 PASSED 2022-12-01T10:40:48.6781471Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bool_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6781968Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6782414Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_byte_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6782866Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6783205Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cartesian_prod_cpu_float32 PASSED 2022-12-01T10:40:48.6783529Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cat_cpu_float32 PASSED 2022-12-01T10:40:48.6783863Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ceil_cpu_float32 PASSED 2022-12-01T10:40:48.6784289Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_char_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6784771Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6785112Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cholesky_inverse_cpu_float32 PASSED 2022-12-01T10:40:48.6785685Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_clamp_min_cpu_float32 PASSED 2022-12-01T10:40:48.6785980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_column_stack_cpu_float32 PASSED 2022-12-01T10:40:48.6786291Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_complex_cpu_float32 XFAIL 2022-12-01T10:40:48.6786609Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_constant_pad_nd_cpu_float32 PASSED 2022-12-01T10:40:48.6786914Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_copysign_cpu_float32 XFAIL 2022-12-01T10:40:48.6787170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_corrcoef_cpu_float32 PASSED 2022-12-01T10:40:48.6787534Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cos_cpu_float32 PASSED 2022-12-01T10:40:48.6787838Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cosh_cpu_float32 PASSED 2022-12-01T10:40:48.6788148Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cummin_cpu_float32 PASSED 2022-12-01T10:40:48.6788468Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cumulative_trapezoid_cpu_float32 PASSED 2022-12-01T10:40:48.6788763Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_deg2rad_cpu_float32 PASSED 2022-12-01T10:40:48.6789077Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diag_embed_cpu_float32 PASSED 2022-12-01T10:40:48.6789389Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diagflat_cpu_float32 PASSED 2022-12-01T10:40:48.6789708Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diagonal_scatter_cpu_float32 PASSED 2022-12-01T10:40:48.6789972Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_digamma_cpu_float32 PASSED 2022-12-01T10:40:48.6790259Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_dist_cpu_float32 PASSED 2022-12-01T10:40:48.6790566Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_div_trunc_rounding_cpu_float32 PASSED 2022-12-01T10:40:48.6790941Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_empty_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6791312Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_eq_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6791581Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_erf_cpu_float32 PASSED 2022-12-01T10:40:48.6791851Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_erfc_cpu_float32 PASSED 2022-12-01T10:40:48.6792138Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_exp2_cpu_float32 PASSED 2022-12-01T10:40:48.6792434Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_expand_as_cpu_float32 PASSED 2022-12-01T10:40:48.6792734Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_expm1_cpu_float32 PASSED 2022-12-01T10:40:48.6793038Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_fft_cpu_float32 PASSED 2022-12-01T10:40:48.6793354Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_fftshift_cpu_float32 PASSED 2022-12-01T10:40:48.6793621Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_hfft_cpu_float32 PASSED 2022-12-01T10:40:48.6793884Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_hfftn_cpu_float32 PASSED 2022-12-01T10:40:48.6794181Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ifft_cpu_float32 PASSED 2022-12-01T10:40:48.6794493Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ifftshift_cpu_float32 PASSED 2022-12-01T10:40:48.6794775Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ihfft2_cpu_float32 XFAIL 2022-12-01T10:40:48.6795197Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ihfftn_cpu_float32 XFAIL 2022-12-01T10:40:48.6795472Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_irfft2_cpu_float32 PASSED 2022-12-01T10:40:48.6795773Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_irfft_cpu_float32 PASSED 2022-12-01T10:40:48.6796085Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_rfft2_cpu_float32 PASSED 2022-12-01T10:40:48.6796393Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_rfft_cpu_float32 PASSED 2022-12-01T10:40:48.6796693Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_flatten_cpu_float32 PASSED 2022-12-01T10:40:48.6797034Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_flipud_cpu_float32 PASSED 2022-12-01T10:40:48.6797400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_float_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6797689Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fmax_cpu_float32 PASSED 2022-12-01T10:40:48.6797992Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_frexp_cpu_float32 PASSED 2022-12-01T10:40:48.6798345Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_full_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6798692Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ge_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6799038Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_geqrf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6799331Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_gradient_cpu_float32 PASSED 2022-12-01T10:40:48.6799613Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_hsplit_cpu_float32 PASSED 2022-12-01T10:40:48.6799925Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_hstack_cpu_float32 PASSED 2022-12-01T10:40:48.6800217Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_hypot_cpu_float32 PASSED 2022-12-01T10:40:48.6800588Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_igammac_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6800850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_inner_cpu_float32 PASSED 2022-12-01T10:40:48.6801300Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6801676Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isfinite_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6802054Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isnan_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6802345Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_istft_cpu_float32 PASSED 2022-12-01T10:40:48.6802683Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:40:48.6803022Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:40:48.6803321Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_kron_cpu_float32 PASSED 2022-12-01T10:40:48.6803693Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_le_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6804028Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_eig_cpu_float32 PASSED 2022-12-01T10:40:48.6804364Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_eigh_cpu_float32 PASSED 2022-12-01T10:40:48.6804828Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_eigvals_cpu_float32 PASSED 2022-12-01T10:40:48.6805113Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_inv_cpu_float32 PASSED 2022-12-01T10:40:48.6805471Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6805953Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_lstsq_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6806285Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_lu_cpu_float32 XFAIL 2022-12-01T10:40:48.6806774Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_lu_factor_cpu_float32 XFAIL 2022-12-01T10:40:48.6807152Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_matrix_norm_cpu_float32 PASSED 2022-12-01T10:40:48.6807527Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_matrix_power_cpu_float32 PASSED 2022-12-01T10:40:48.6807994Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6808337Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_norm_cpu_float32 PASSED 2022-12-01T10:40:48.6808736Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_norm_subgradients_at_zero_cpu_float32 PASSED 2022-12-01T10:40:48.6809108Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_pinv_hermitian_cpu_float32 PASSED 2022-12-01T10:40:48.6809458Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_qr_cpu_float32 PASSED 2022-12-01T10:40:48.6809811Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_svd_cpu_float32 PASSED 2022-12-01T10:40:48.6810189Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_vecdot_cpu_float32 XFAIL 2022-12-01T10:40:48.6810510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log2_cpu_float32 PASSED 2022-12-01T10:40:48.6810868Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log_cpu_float32 PASSED 2022-12-01T10:40:48.6811252Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log_softmax_dtype_cpu_float32 PASSED 2022-12-01T10:40:48.6811704Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logcumsumexp_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6812168Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logical_not_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6812603Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logical_or_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6812940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logsumexp_cpu_float32 PASSED 2022-12-01T10:40:48.6813276Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lu_solve_cpu_float32 PASSED 2022-12-01T10:40:48.6813598Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lu_unpack_cpu_float32 XFAIL 2022-12-01T10:40:48.6813973Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_cumprod_cpu_float32 XFAIL 2022-12-01T10:40:48.6814415Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_cumsum_cpu_float32 PASSED 2022-12-01T10:40:48.6814760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_fill_functorch_Scalar_only_cpu_float32 PASSED 2022-12-01T10:40:48.6815040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_log_softmax_cpu_float32 PASSED 2022-12-01T10:40:48.6815443Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_mean_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.6815734Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_median_cpu_float32 PASSED 2022-12-01T10:40:48.6816050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_normalize_cpu_float32 PASSED 2022-12-01T10:40:48.6816370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_prod_cpu_float32 PASSED 2022-12-01T10:40:48.6816671Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_select_cpu_float32 PASSED 2022-12-01T10:40:48.6816964Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_softmax_cpu_float32 PASSED 2022-12-01T10:40:48.6817500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_sum_cpu_float32 PASSED 2022-12-01T10:40:48.6817795Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_max_binary_cpu_float32 PASSED 2022-12-01T10:40:48.6818114Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_max_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:40:48.6818391Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mean_cpu_float32 PASSED 2022-12-01T10:40:48.6818684Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_median_cpu_float32 PASSED 2022-12-01T10:40:48.6819008Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_meshgrid_variadic_tensors_cpu_float32 PASSED 2022-12-01T10:40:48.6819312Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_min_binary_cpu_float32 PASSED 2022-12-01T10:40:48.6819606Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mode_cpu_float32 PASSED 2022-12-01T10:40:48.6819892Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_msort_cpu_float32 PASSED 2022-12-01T10:40:48.6820189Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mul_cpu_float32 PASSED 2022-12-01T10:40:48.6820500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nanmean_cpu_float32 XFAIL 2022-12-01T10:40:48.6820814Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nanmedian_cpu_float32 PASSED 2022-12-01T10:40:48.6821140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_native_batch_norm_cpu_float32 XFAIL 2022-12-01T10:40:48.6821541Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ne_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6821925Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_new_full_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6822269Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_new_zeros_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6822596Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:40:48.6823042Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:40:48.6823431Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED 2022-12-01T10:40:48.6823803Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:40:48.6824173Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:40:48.6824546Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_batch_norm_cpu_float32 XFAIL 2022-12-01T10:40:48.6824939Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_binary_cross_entropy_cpu_float32 PASSED 2022-12-01T10:40:48.6825367Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED 2022-12-01T10:40:48.6825880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_celu_cpu_float32 PASSED 2022-12-01T10:40:48.6826219Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv1d_cpu_float32 PASSED 2022-12-01T10:40:48.6826546Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_cpu_float32 PASSED 2022-12-01T10:40:48.6826880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_no_bias_cpu_float32 PASSED 2022-12-01T10:40:48.6827255Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.6827721Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED 2022-12-01T10:40:48.6828134Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.6828492Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.6828895Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED 2022-12-01T10:40:48.6829312Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.6829697Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.6830112Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose1d_cpu_float32 PASSED 2022-12-01T10:40:48.6830485Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose2d_cpu_float32 PASSED 2022-12-01T10:40:48.6830860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose3d_cpu_float32 PASSED 2022-12-01T10:40:48.6831281Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_cosine_embedding_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6831668Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_cross_entropy_cpu_float32 PASSED 2022-12-01T10:40:48.6832032Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_dropout2d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.6832358Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_elu_cpu_float32 PASSED 2022-12-01T10:40:48.6832817Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_embedding_bag_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6833234Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_embedding_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.6833598Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_embedding_functorch_cpu_float32 PASSED 2022-12-01T10:40:48.6833980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_fractional_max_pool2d_cpu_float32 XFAIL 2022-12-01T10:40:48.6834393Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_fractional_max_pool3d_cpu_float32 XFAIL 2022-12-01T10:40:48.6834785Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_gelu_cpu_float32 PASSED 2022-12-01T10:40:48.6835172Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_hardshrink_cpu_float32 PASSED 2022-12-01T10:40:48.6835563Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_hardswish_cpu_float32 PASSED 2022-12-01T10:40:48.6836076Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_hardtanh_cpu_float32 PASSED 2022-12-01T10:40:48.6836478Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_hinge_embedding_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6836845Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_instance_norm_cpu_float32 PASSED 2022-12-01T10:40:48.6837222Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_area_cpu_float32 PASSED 2022-12-01T10:40:48.6837635Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_bilinear_cpu_float32 PASSED 2022-12-01T10:40:48.6838131Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_nearest_cpu_float32 PASSED 2022-12-01T10:40:48.6838490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_kl_div_cpu_float32 PASSED 2022-12-01T10:40:48.6838840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_l1_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6839211Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_leaky_relu_cpu_float32 PASSED 2022-12-01T10:40:48.6839697Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_local_response_norm_cpu_float32 PASSED 2022-12-01T10:40:48.6840053Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_logsigmoid_cpu_float32 PASSED 2022-12-01T10:40:48.6840387Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_margin_ranking_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6840703Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_pool3d_cpu_float32 XFAIL 2022-12-01T10:40:48.6841026Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.6841471Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool2d_grad_cpu_float32 XFAIL 2022-12-01T10:40:48.6841834Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_mse_loss_functorch_cpu_float32 PASSED 2022-12-01T10:40:48.6842189Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6842524Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_normalize_cpu_float32 PASSED 2022-12-01T10:40:48.6842869Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pad_reflect_cpu_float32 PASSED 2022-12-01T10:40:48.6843232Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pad_replicate_cpu_float32 PASSED 2022-12-01T10:40:48.6843556Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pairwise_distance_cpu_float32 PASSED 2022-12-01T10:40:48.6843855Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pixel_shuffle_cpu_float32 PASSED 2022-12-01T10:40:48.6844155Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_relu6_cpu_float32 PASSED 2022-12-01T10:40:48.6844480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_relu_cpu_float32 PASSED 2022-12-01T10:40:48.6844822Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_rrelu_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.6845112Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_selu_cpu_float32 PASSED 2022-12-01T10:40:48.6845407Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_silu_cpu_float32 PASSED 2022-12-01T10:40:48.6845721Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_softmin_cpu_float32 PASSED 2022-12-01T10:40:48.6846149Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_softplus_cpu_float32 PASSED 2022-12-01T10:40:48.6846496Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_softshrink_cpu_float32 PASSED 2022-12-01T10:40:48.6846806Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_threshold_cpu_float32 PASSED 2022-12-01T10:40:48.6847149Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6847469Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_upsample_bilinear_cpu_float32 PASSED 2022-12-01T10:40:48.6847908Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_upsample_nearest_cpu_float32 PASSED 2022-12-01T10:40:48.6848192Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_norm_inf_cpu_float32 PASSED 2022-12-01T10:40:48.6848586Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_normal_number_mean_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6848943Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ones_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6849414Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6849760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ops_aten_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:40:48.6850150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ormqr_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6850405Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_permute_cpu_float32 PASSED 2022-12-01T10:40:48.6850678Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_pinverse_cpu_float32 PASSED 2022-12-01T10:40:48.6850952Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polar_cpu_float32 XFAIL 2022-12-01T10:40:48.6851263Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_1_cpu_float32 PASSED 2022-12-01T10:40:48.6851568Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_2_cpu_float32 PASSED 2022-12-01T10:40:48.6851854Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_positive_cpu_float32 PASSED 2022-12-01T10:40:48.6852147Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_pow_cpu_float32 PASSED 2022-12-01T10:40:48.6852432Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_put_cpu_float32 XFAIL 2022-12-01T10:40:48.6852721Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_quantile_cpu_float32 XFAIL 2022-12-01T10:40:48.6853048Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_randint_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6853411Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_randn_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6853684Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ravel_cpu_float32 PASSED 2022-12-01T10:40:48.6853960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_real_cpu_float32 PASSED 2022-12-01T10:40:48.6854251Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_reciprocal_cpu_float32 PASSED 2022-12-01T10:40:48.6854547Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_remainder_cpu_float32 PASSED 2022-12-01T10:40:48.6854849Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_repeat_interleave_cpu_float32 PASSED 2022-12-01T10:40:48.6855269Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_reshape_as_cpu_float32 PASSED 2022-12-01T10:40:48.6855634Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_resize_as__cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6855926Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_resolve_conj_cpu_float32 PASSED 2022-12-01T10:40:48.6856188Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_resolve_neg_cpu_float32 PASSED 2022-12-01T10:40:48.6856461Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_roll_cpu_float32 PASSED 2022-12-01T10:40:48.6856754Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_rot90_cpu_float32 PASSED 2022-12-01T10:40:48.6857307Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_round_cpu_float32 PASSED 2022-12-01T10:40:48.6857624Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_round_decimals_0_cpu_float32 PASSED 2022-12-01T10:40:48.6857904Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_rsqrt_cpu_float32 PASSED 2022-12-01T10:40:48.6858199Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_rsub_cpu_float32 PASSED 2022-12-01T10:40:48.6858514Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_add_cpu_float32 PASSED 2022-12-01T10:40:48.6858822Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_reduce_mean_cpu_float32 XFAIL 2022-12-01T10:40:48.6859165Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_reduce_sum_cpu_float32 XFAIL 2022-12-01T10:40:48.6859477Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sign_cpu_float32 PASSED 2022-12-01T10:40:48.6859886Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_signbit_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6860170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sinc_cpu_float32 PASSED 2022-12-01T10:40:48.6860430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_slice_cpu_float32 PASSED 2022-12-01T10:40:48.6860715Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_slice_scatter_cpu_float32 PASSED 2022-12-01T10:40:48.6861225Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6862057Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.6862418Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_i0e_cpu_float32 PASSED 2022-12-01T10:40:48.6862756Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_i1e_cpu_float32 PASSED 2022-12-01T10:40:48.6863242Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6863614Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_log_ndtr_cpu_float32 XFAIL 2022-12-01T10:40:48.6864055Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6864516Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6865002Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6865485Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6866028Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_ndtri_cpu_float32 PASSED 2022-12-01T10:40:48.6866458Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:40:48.6866956Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6867464Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6868352Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.6869158Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.6869588Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_xlog1py_cpu_float32 PASSED 2022-12-01T10:40:48.6869973Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_zeta_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6870261Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_split_cpu_float32 PASSED 2022-12-01T10:40:48.6870568Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_split_list_args_cpu_float32 PASSED 2022-12-01T10:40:48.6870857Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_split_with_sizes_cpu_float32 PASSED 2022-12-01T10:40:48.6871135Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_square_cpu_float32 PASSED 2022-12-01T10:40:48.6871415Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_stack_cpu_float32 PASSED 2022-12-01T10:40:48.6871702Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_std_mean_cpu_float32 PASSED 2022-12-01T10:40:48.6871956Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_stft_cpu_float32 PASSED 2022-12-01T10:40:48.6872222Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sum_cpu_float32 PASSED 2022-12-01T10:40:48.6872579Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_symeig_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6872856Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_t_cpu_float32 PASSED 2022-12-01T10:40:48.6873182Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_take_along_dim_cpu_float32 PASSED 2022-12-01T10:40:48.6873465Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_topk_cpu_float32 PASSED 2022-12-01T10:40:48.6873759Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_trace_cpu_float32 PASSED 2022-12-01T10:40:48.6874028Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_trapezoid_cpu_float32 PASSED 2022-12-01T10:40:48.6874331Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_triangular_solve_cpu_float32 PASSED 2022-12-01T10:40:48.6874601Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tril_cpu_float32 PASSED 2022-12-01T10:40:48.6874917Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_true_divide_cpu_float32 PASSED 2022-12-01T10:40:48.6875217Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_trunc_cpu_float32 PASSED 2022-12-01T10:40:48.6875511Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unbind_cpu_float32 PASSED 2022-12-01T10:40:48.6875817Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unflatten_cpu_float32 PASSED 2022-12-01T10:40:48.6876241Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unfold_cpu_float32 PASSED 2022-12-01T10:40:48.6876630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_uniform_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6877041Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unique_consecutive_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6877434Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unique_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6877752Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unsqueeze_cpu_float32 PASSED 2022-12-01T10:40:48.6878135Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_vdot_cpu_float32 XFAIL 2022-12-01T10:40:48.6878434Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_view_cpu_float32 PASSED 2022-12-01T10:40:48.6878704Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_where_cpu_float32 PASSED 2022-12-01T10:40:48.6879180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_zeros_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6879555Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_histc_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6879947Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_histogram_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6880253Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_hstack_cpu_float32 PASSED 2022-12-01T10:40:48.6880650Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_igamma_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6880951Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_copy_cpu_float32 PASSED 2022-12-01T10:40:48.6881353Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_fill_cpu_float32 PASSED 2022-12-01T10:40:48.6881680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_put_cpu_float32 PASSED 2022-12-01T10:40:48.6882019Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:40:48.6882431Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_reduce_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6882791Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_int_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6883206Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6883618Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_isclose_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6884031Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_isfinite_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6884415Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_isnan_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6884800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_isreal_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6885209Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:40:48.6885638Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:40:48.6886039Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:40:48.6886346Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_kthvalue_cpu_float32 PASSED 2022-12-01T10:40:48.6886709Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_le_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6887166Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_lerp_cpu_float32 PASSED 2022-12-01T10:40:48.6887475Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_lgamma_cpu_float32 PASSED 2022-12-01T10:40:48.6887862Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_cond_cpu_float32 PASSED 2022-12-01T10:40:48.6888125Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_eig_cpu_float32 PASSED 2022-12-01T10:40:48.6888376Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_eigh_cpu_float32 PASSED 2022-12-01T10:40:48.6888626Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_eigvals_cpu_float32 PASSED 2022-12-01T10:40:48.6888992Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_eigvalsh_cpu_float32 PASSED 2022-12-01T10:40:48.6889262Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_inv_ex_cpu_float32 PASSED 2022-12-01T10:40:48.6889654Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6890005Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lstsq_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6890287Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lu_factor_cpu_float32 PASSED 2022-12-01T10:40:48.6890528Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_matrix_norm_cpu_float32 PASSED 2022-12-01T10:40:48.6890898Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6891186Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_norm_cpu_float32 PASSED 2022-12-01T10:40:48.6891539Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_norm_subgradients_at_zero_cpu_float32 PASSED 2022-12-01T10:40:48.6891807Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_pinv_cpu_float32 PASSED 2022-12-01T10:40:48.6892111Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_pinv_hermitian_cpu_float32 PASSED 2022-12-01T10:40:48.6892405Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_slogdet_cpu_float32 PASSED 2022-12-01T10:40:48.6892700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_solve_ex_cpu_float32 PASSED 2022-12-01T10:40:48.6893012Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_solve_triangular_cpu_float32 PASSED 2022-12-01T10:40:48.6893256Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_svdvals_cpu_float32 PASSED 2022-12-01T10:40:48.6893514Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_tensorinv_cpu_float32 PASSED 2022-12-01T10:40:48.6893789Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_vecdot_cpu_float32 PASSED 2022-12-01T10:40:48.6894150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linspace_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6894417Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_log10_cpu_float32 PASSED 2022-12-01T10:40:48.6894691Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_log_softmax_cpu_float32 PASSED 2022-12-01T10:40:48.6894928Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logdet_cpu_float32 PASSED 2022-12-01T10:40:48.6895249Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logical_not_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6895594Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logical_or_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6895838Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logit_cpu_float32 PASSED 2022-12-01T10:40:48.6896199Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_long_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6896474Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_lu_solve_cpu_float32 PASSED 2022-12-01T10:40:48.6896844Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_lu_unpack_cpu_float32 PASSED 2022-12-01T10:40:48.6897223Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_amax_cpu_float32 PASSED 2022-12-01T10:40:48.6897567Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_argmin_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6897857Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_cumprod_cpu_float32 PASSED 2022-12-01T10:40:48.6898145Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_fill_functorch_Scalar_only_cpu_float32 PASSED 2022-12-01T10:40:48.6898432Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_log_softmax_cpu_float32 PASSED 2022-12-01T10:40:48.6898845Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_logaddexp_cpu_float32 PASSED 2022-12-01T10:40:48.6899121Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_softmin_cpu_float32 PASSED 2022-12-01T10:40:48.6899403Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_sum_cpu_float32 PASSED 2022-12-01T10:40:48.6899686Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_var_cpu_float32 PASSED 2022-12-01T10:40:48.6899975Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_matrix_exp_cpu_float32 PASSED 2022-12-01T10:40:48.6900257Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_max_binary_cpu_float32 PASSED 2022-12-01T10:40:48.6900533Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_max_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:40:48.6900767Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_median_cpu_float32 PASSED 2022-12-01T10:40:48.6901029Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_meshgrid_list_of_tensors_cpu_float32 PASSED 2022-12-01T10:40:48.6901290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_minimum_cpu_float32 PASSED 2022-12-01T10:40:48.6901549Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mode_cpu_float32 PASSED 2022-12-01T10:40:48.6901798Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_msort_cpu_float32 PASSED 2022-12-01T10:40:48.6902036Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mv_cpu_float32 PASSED 2022-12-01T10:40:48.6902338Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED 2022-12-01T10:40:48.6902607Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nan_to_num_cpu_float32 PASSED 2022-12-01T10:40:48.6902870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nanmean_cpu_float32 PASSED 2022-12-01T10:40:48.6903111Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_narrow_cpu_float32 PASSED 2022-12-01T10:40:48.6903450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_native_layer_norm_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6903781Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ne_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6904100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_new_empty_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6904434Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_new_full_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6904758Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_new_ones_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6905092Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nextafter_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6905406Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:40:48.6905748Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:40:48.6906060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED 2022-12-01T10:40:48.6906471Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED 2022-12-01T10:40:48.6906744Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:40:48.6907031Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:40:48.6907330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_batch_norm_cpu_float32 XFAIL 2022-12-01T10:40:48.6907632Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_bilinear_cpu_float32 PASSED 2022-12-01T10:40:48.6907959Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_binary_cross_entropy_cpu_float32 PASSED 2022-12-01T10:40:48.6908334Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv1d_cpu_float32 PASSED 2022-12-01T10:40:48.6908662Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.6909042Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED 2022-12-01T10:40:48.6909346Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.6909689Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv_transpose1d_cpu_float32 PASSED 2022-12-01T10:40:48.6910028Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv_transpose2d_cpu_float32 PASSED 2022-12-01T10:40:48.6910389Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_cosine_embedding_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6910707Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_cosine_similarity_cpu_float32 PASSED 2022-12-01T10:40:48.6910988Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_cross_entropy_cpu_float32 PASSED 2022-12-01T10:40:48.6911418Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_dropout3d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.6911774Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_dropout_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.6912100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_elu_cpu_float32 PASSED 2022-12-01T10:40:48.6912437Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_embedding_functorch_cpu_float32 PASSED 2022-12-01T10:40:48.6912863Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.6913304Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.6913644Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_glu_cpu_float32 PASSED 2022-12-01T10:40:48.6914023Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_hinge_embedding_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6914392Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_interpolate_area_cpu_float32 PASSED 2022-12-01T10:40:48.6914758Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_interpolate_bicubic_cpu_float32 PASSED 2022-12-01T10:40:48.6915139Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_interpolate_trilinear_cpu_float32 PASSED 2022-12-01T10:40:48.6915485Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_l1_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6915849Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_logsigmoid_cpu_float32 PASSED 2022-12-01T10:40:48.6916207Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_margin_ranking_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6916583Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_pool2d_cpu_float32 PASSED 2022-12-01T10:40:48.6917081Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool1d_grad_cpu_float32 PASSED 2022-12-01T10:40:48.6917461Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool2d_grad_cpu_float32 PASSED 2022-12-01T10:40:48.6917846Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool3d_grad_cpu_float32 PASSED 2022-12-01T10:40:48.6918207Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_mse_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6918638Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6919045Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_nll_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6919394Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_normalize_cpu_float32 PASSED 2022-12-01T10:40:48.6919722Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pad_circular_cpu_float32 PASSED 2022-12-01T10:40:48.6920132Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pad_constant_cpu_float32 PASSED 2022-12-01T10:40:48.6920431Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pad_reflect_cpu_float32 PASSED 2022-12-01T10:40:48.6920808Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pdist_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6921092Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_prelu_cpu_float32 PASSED 2022-12-01T10:40:48.6921477Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_relu_cpu_float32 PASSED 2022-12-01T10:40:48.6921774Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_rrelu_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.6922044Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_selu_cpu_float32 PASSED 2022-12-01T10:40:48.6922315Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_silu_cpu_float32 PASSED 2022-12-01T10:40:48.6922598Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_smooth_l1_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6922883Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_softplus_cpu_float32 PASSED 2022-12-01T10:40:48.6923170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_softshrink_cpu_float32 PASSED 2022-12-01T10:40:48.6923454Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_softsign_cpu_float32 PASSED 2022-12-01T10:40:48.6923738Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_tanhshrink_cpu_float32 PASSED 2022-12-01T10:40:48.6924106Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED 2022-12-01T10:40:48.6924400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_unfold_cpu_float32 PASSED 2022-12-01T10:40:48.6924719Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_upsample_nearest_cpu_float32 PASSED 2022-12-01T10:40:48.6925027Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_normal_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6925323Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ones_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6925665Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ones_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6925980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ops_aten_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:40:48.6926260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_outer_cpu_float32 PASSED 2022-12-01T10:40:48.6926554Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_pca_lowrank_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.6926937Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_permute_cpu_float32 PASSED 2022-12-01T10:40:48.6927230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_pinverse_cpu_float32 PASSED 2022-12-01T10:40:48.6927525Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_polygamma_polygamma_n_2_cpu_float32 PASSED 2022-12-01T10:40:48.6927817Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_polygamma_polygamma_n_4_cpu_float32 PASSED 2022-12-01T10:40:48.6928107Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_positive_cpu_float32 PASSED 2022-12-01T10:40:48.6928370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_pow_cpu_float32 PASSED 2022-12-01T10:40:48.6928648Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_put_cpu_float32 PASSED 2022-12-01T10:40:48.6929019Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_rad2deg_cpu_float32 PASSED 2022-12-01T10:40:48.6929402Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_randn_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6929754Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_randn_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6929997Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ravel_cpu_float32 PASSED 2022-12-01T10:40:48.6930236Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_real_cpu_float32 PASSED 2022-12-01T10:40:48.6930606Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_remainder_cpu_float32 PASSED 2022-12-01T10:40:48.6930908Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_repeat_cpu_float32 PASSED 2022-12-01T10:40:48.6931210Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_reshape_as_cpu_float32 PASSED 2022-12-01T10:40:48.6931600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_resize__cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6931918Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_resolve_conj_cpu_float32 PASSED 2022-12-01T10:40:48.6932240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_resolve_neg_cpu_float32 PASSED 2022-12-01T10:40:48.6932538Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_roll_cpu_float32 PASSED 2022-12-01T10:40:48.6932845Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_rot90_cpu_float32 PASSED 2022-12-01T10:40:48.6933135Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_round_cpu_float32 PASSED 2022-12-01T10:40:48.6933474Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_round_decimals_3_cpu_float32 PASSED 2022-12-01T10:40:48.6933759Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_rsub_cpu_float32 PASSED 2022-12-01T10:40:48.6934077Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_add_cpu_float32 PASSED 2022-12-01T10:40:48.6934437Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_reduce_amax_cpu_float32 PASSED 2022-12-01T10:40:48.6934762Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_reduce_mean_cpu_float32 PASSED 2022-12-01T10:40:48.6935207Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_reduce_prod_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6935637Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_searchsorted_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6936091Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_segment_reduce_offsets_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6936369Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_select_cpu_float32 PASSED 2022-12-01T10:40:48.6936643Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sgn_cpu_float32 PASSED 2022-12-01T10:40:48.6936947Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sigmoid_cpu_float32 PASSED 2022-12-01T10:40:48.6937392Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sinc_cpu_float32 PASSED 2022-12-01T10:40:48.6937844Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sinh_cpu_float32 PASSED 2022-12-01T10:40:48.6938157Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_slice_scatter_cpu_float32 PASSED 2022-12-01T10:40:48.6938465Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_softmax_cpu_float32 PASSED 2022-12-01T10:40:48.6938760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_softmax_with_dtype_cpu_float32 PASSED 2022-12-01T10:40:48.6939217Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6939557Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6940050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6940759Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.6941111Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6941779Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.6942081Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_log_ndtr_cpu_float32 PASSED 2022-12-01T10:40:48.6942464Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6942886Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6943576Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.6943935Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6944209Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_split_list_args_cpu_float32 PASSED 2022-12-01T10:40:48.6944466Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sqrt_cpu_float32 PASSED 2022-12-01T10:40:48.6944735Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_square_cpu_float32 PASSED 2022-12-01T10:40:48.6945006Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_squeeze_cpu_float32 PASSED 2022-12-01T10:40:48.6945265Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_stack_cpu_float32 PASSED 2022-12-01T10:40:48.6945506Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sub_cpu_float32 PASSED 2022-12-01T10:40:48.6945779Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_svd_lowrank_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.6946111Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_symeig_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6946353Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_t_cpu_float32 PASSED 2022-12-01T10:40:48.6946632Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_take_along_dim_cpu_float32 PASSED 2022-12-01T10:40:48.6946903Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_take_cpu_float32 PASSED 2022-12-01T10:40:48.6947168Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_tan_cpu_float32 PASSED 2022-12-01T10:40:48.6947420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_tanh_cpu_float32 PASSED 2022-12-01T10:40:48.6947672Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_tensor_split_cpu_float32 XFAIL 2022-12-01T10:40:48.6947950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_tensordot_cpu_float32 PASSED 2022-12-01T10:40:48.6948323Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_tile_cpu_float32 PASSED 2022-12-01T10:40:48.6948599Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_transpose_cpu_float32 PASSED 2022-12-01T10:40:48.6948869Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_trapezoid_cpu_float32 PASSED 2022-12-01T10:40:48.6949133Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_tril_cpu_float32 PASSED 2022-12-01T10:40:48.6949392Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_triu_cpu_float32 PASSED 2022-12-01T10:40:48.6949679Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_true_divide_cpu_float32 PASSED 2022-12-01T10:40:48.6949964Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_unflatten_cpu_float32 PASSED 2022-12-01T10:40:48.6950326Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_unfold_cpu_float32 PASSED 2022-12-01T10:40:48.6950692Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_unique_consecutive_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6951004Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_unique_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6951238Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_var_cpu_float32 PASSED 2022-12-01T10:40:48.6951485Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_var_mean_cpu_float32 PASSED 2022-12-01T10:40:48.6951734Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_vdot_cpu_float32 PASSED 2022-12-01T10:40:48.6951986Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_view_as_cpu_float32 PASSED 2022-12-01T10:40:48.6952233Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_vsplit_cpu_float32 PASSED 2022-12-01T10:40:48.6952600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_zeros_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:40:48.6952854Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_H_cpu_float32 PASSED 2022-12-01T10:40:48.6953118Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_T_cpu_float32 PASSED 2022-12-01T10:40:48.6953362Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rdiv___cpu_float32 PASSED 2022-12-01T10:40:48.6953594Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rpow___cpu_float32 PASSED 2022-12-01T10:40:48.6953850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rsub___cpu_float32 PASSED 2022-12-01T10:40:48.6954082Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_abs_cpu_float32 PASSED 2022-12-01T10:40:48.6954341Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_acos_cpu_float32 PASSED 2022-12-01T10:40:48.6954597Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addcmul_cpu_float32 PASSED 2022-12-01T10:40:48.6954877Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addmm_decomposed_cpu_float32 PASSED 2022-12-01T10:40:48.6955128Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addmv_cpu_float32 PASSED 2022-12-01T10:40:48.6955447Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6955809Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6956129Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6956467Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6956727Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_as_strided_scatter_cpu_float32 XFAIL 2022-12-01T10:40:48.6956978Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_asinh_cpu_float32 PASSED 2022-12-01T10:40:48.6957238Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atan2_cpu_float32 PASSED 2022-12-01T10:40:48.6957513Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atan_cpu_float32 PASSED 2022-12-01T10:40:48.6957899Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atanh_cpu_float32 PASSED 2022-12-01T10:40:48.6958191Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atleast_3d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.6958431Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bfloat16_cpu_float32 XFAIL 2022-12-01T10:40:48.6958763Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bfloat16_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:40:48.6959148Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6959522Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6959889Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ceil_cpu_float32 PASSED 2022-12-01T10:40:48.6960197Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cholesky_cpu_float32 XFAIL 2022-12-01T10:40:48.6960504Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cholesky_inverse_cpu_float32 PASSED 2022-12-01T10:40:48.6960771Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cholesky_solve_cpu_float32 PASSED 2022-12-01T10:40:48.6961018Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_clamp_min_cpu_float32 PASSED 2022-12-01T10:40:48.6961472Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_column_stack_cpu_float32 PASSED 2022-12-01T10:40:48.6961784Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_combinations_cpu_float32 PASSED 2022-12-01T10:40:48.6962084Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_conj_cpu_float32 PASSED 2022-12-01T10:40:48.6962386Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_conj_physical_cpu_float32 PASSED 2022-12-01T10:40:48.6962719Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_constant_pad_nd_cpu_float32 PASSED 2022-12-01T10:40:48.6963041Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_contiguous_cpu_float32 PASSED 2022-12-01T10:40:48.6963356Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cosh_cpu_float32 PASSED 2022-12-01T10:40:48.6963661Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cross_cpu_float32 PASSED 2022-12-01T10:40:48.6963955Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cummin_cpu_float32 PASSED 2022-12-01T10:40:48.6964266Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cumsum_cpu_float32 PASSED 2022-12-01T10:40:48.6964570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_deg2rad_cpu_float32 PASSED 2022-12-01T10:40:48.6964886Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diag_embed_cpu_float32 PASSED 2022-12-01T10:40:48.6965198Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diagonal_cpu_float32 PASSED 2022-12-01T10:40:48.6965545Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diagonal_scatter_cpu_float32 PASSED 2022-12-01T10:40:48.6965872Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_dist_cpu_float32 PASSED 2022-12-01T10:40:48.6966205Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_div_no_rounding_mode_cpu_float32 PASSED 2022-12-01T10:40:48.6966560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_div_trunc_rounding_cpu_float32 PASSED 2022-12-01T10:40:48.6966865Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_dot_cpu_float32 PASSED 2022-12-01T10:40:48.6967187Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_dstack_cpu_float32 PASSED 2022-12-01T10:40:48.6967596Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6968016Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6968337Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_erf_cpu_float32 PASSED 2022-12-01T10:40:48.6968617Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_erfc_cpu_float32 PASSED 2022-12-01T10:40:48.6969058Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_exp2_cpu_float32 PASSED 2022-12-01T10:40:48.6969343Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_expm1_cpu_float32 PASSED 2022-12-01T10:40:48.6969636Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_fftshift_cpu_float32 PASSED 2022-12-01T10:40:48.6969938Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_hfft_cpu_float32 PASSED 2022-12-01T10:40:48.6970225Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_hfftn_cpu_float32 PASSED 2022-12-01T10:40:48.6970522Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ifft2_cpu_float32 PASSED 2022-12-01T10:40:48.6970929Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ifft_cpu_float32 PASSED 2022-12-01T10:40:48.6971298Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ifftshift_cpu_float32 PASSED 2022-12-01T10:40:48.6971569Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_irfft2_cpu_float32 PASSED 2022-12-01T10:40:48.6971813Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_irfft_cpu_float32 PASSED 2022-12-01T10:40:48.6972068Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_rfft_cpu_float32 PASSED 2022-12-01T10:40:48.6972312Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_rfftn_cpu_float32 PASSED 2022-12-01T10:40:48.6972548Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_flatten_cpu_float32 PASSED 2022-12-01T10:40:48.6972811Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_flip_cpu_float32 PASSED 2022-12-01T10:40:48.6973065Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fliplr_cpu_float32 PASSED 2022-12-01T10:40:48.6973313Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_flipud_cpu_float32 PASSED 2022-12-01T10:40:48.6973583Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_float_power_cpu_float32 PASSED 2022-12-01T10:40:48.6973919Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6974195Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fmax_cpu_float32 PASSED 2022-12-01T10:40:48.6974519Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6974858Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6975094Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_half_cpu_float32 XFAIL 2022-12-01T10:40:48.6975421Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6975687Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_hsplit_cpu_float32 PASSED 2022-12-01T10:40:48.6975963Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_hypot_cpu_float32 PASSED 2022-12-01T10:40:48.6976228Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_i0_cpu_float32 PASSED 2022-12-01T10:40:48.6976561Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6976909Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6977329Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_add_cpu_float32 PASSED 2022-12-01T10:40:48.6977601Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_fill_cpu_float32 PASSED 2022-12-01T10:40:48.6977885Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_put_cpu_float32 PASSED 2022-12-01T10:40:48.6978198Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:40:48.6978490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_select_cpu_float32 PASSED 2022-12-01T10:40:48.6978777Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_inner_cpu_float32 PASSED 2022-12-01T10:40:48.6979273Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6979685Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6979998Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6980293Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6980746Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6981171Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_istft_cpu_float32 PASSED 2022-12-01T10:40:48.6981552Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:40:48.6981962Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:40:48.6982334Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:40:48.6982705Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:40:48.6983018Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_kron_cpu_float32 PASSED 2022-12-01T10:40:48.6983409Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6983711Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_det_cpu_float32 PASSED 2022-12-01T10:40:48.6984038Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_eigvals_cpu_float32 PASSED 2022-12-01T10:40:48.6984380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_eigvalsh_cpu_float32 PASSED 2022-12-01T10:40:48.6984806Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6985209Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6985585Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lstsq_grad_oriented_cpu_float32 PASSED 2022-12-01T10:40:48.6985915Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_cpu_float32 PASSED 2022-12-01T10:40:48.6986257Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_factor_cpu_float32 PASSED 2022-12-01T10:40:48.6986673Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6986959Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_multi_dot_cpu_float32 PASSED 2022-12-01T10:40:48.6987270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_norm_cpu_float32 PASSED 2022-12-01T10:40:48.6987766Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T10:40:48.6988074Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_qr_cpu_float32 PASSED 2022-12-01T10:40:48.6988389Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_solve_cpu_float32 PASSED 2022-12-01T10:40:48.6988686Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_solve_ex_cpu_float32 PASSED 2022-12-01T10:40:48.6988982Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_svd_cpu_float32 PASSED 2022-12-01T10:40:48.6989384Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_svdvals_cpu_float32 PASSED 2022-12-01T10:40:48.6989665Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_tensorsolve_cpu_float32 PASSED 2022-12-01T10:40:48.6990046Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_vander_cpu_float32 PASSED 2022-12-01T10:40:48.6990321Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_vecdot_cpu_float32 PASSED 2022-12-01T10:40:48.6990583Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log1p_cpu_float32 PASSED 2022-12-01T10:40:48.6990818Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log2_cpu_float32 PASSED 2022-12-01T10:40:48.6991072Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logcumsumexp_cpu_float32 XFAIL 2022-12-01T10:40:48.6991433Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6991708Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logit_cpu_float32 PASSED 2022-12-01T10:40:48.6992134Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6992543Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6992814Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lu_solve_cpu_float32 PASSED 2022-12-01T10:40:48.6993087Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mH_cpu_float32 PASSED 2022-12-01T10:40:48.6993431Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6993681Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_fill_cpu_float32 PASSED 2022-12-01T10:40:48.6993944Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_mean_cpu_float32 PASSED 2022-12-01T10:40:48.6994212Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_median_cpu_float32 PASSED 2022-12-01T10:40:48.6994511Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_scatter_cpu_float32 PASSED 2022-12-01T10:40:48.6994789Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_select_cpu_float32 PASSED 2022-12-01T10:40:48.6995052Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_softmax_cpu_float32 PASSED 2022-12-01T10:40:48.6995304Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_softmin_cpu_float32 PASSED 2022-12-01T10:40:48.6995566Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_var_cpu_float32 PASSED 2022-12-01T10:40:48.6995853Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_max_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:40:48.6996141Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_max_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:40:48.6996426Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_maximum_cpu_float32 PASSED 2022-12-01T10:40:48.6996706Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_median_cpu_float32 PASSED 2022-12-01T10:40:48.6997047Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_meshgrid_list_of_tensors_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.6997354Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_meshgrid_variadic_tensors_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.6997686Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6997958Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mv_cpu_float32 PASSED 2022-12-01T10:40:48.6998227Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mvlgamma_mvlgamma_p_3_cpu_float32 XFAIL 2022-12-01T10:40:48.6998525Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mvlgamma_mvlgamma_p_5_cpu_float32 XFAIL 2022-12-01T10:40:48.6998809Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nansum_cpu_float32 PASSED 2022-12-01T10:40:48.6999070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_narrow_cpu_float32 PASSED 2022-12-01T10:40:48.6999419Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.6999892Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7000271Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7000572Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7000879Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7001310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.7001715Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:40:48.7002020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED 2022-12-01T10:40:48.7002313Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:40:48.7002620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:40:48.7002904Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:40:48.7003195Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_batch_norm_cpu_float32 XFAIL 2022-12-01T10:40:48.7003463Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_binary_cross_entropy_cpu_float32 XFAIL 2022-12-01T10:40:48.7003781Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED 2022-12-01T10:40:48.7004061Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv1d_cpu_float32 PASSED 2022-12-01T10:40:48.7004342Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_cpu_float32 PASSED 2022-12-01T10:40:48.7004677Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.7005028Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.7005350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.7005676Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv_transpose1d_cpu_float32 PASSED 2022-12-01T10:40:48.7006001Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_cosine_embedding_loss_cpu_float32 PASSED 2022-12-01T10:40:48.7006290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_cosine_similarity_cpu_float32 PASSED 2022-12-01T10:40:48.7006574Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_cross_entropy_cpu_float32 PASSED 2022-12-01T10:40:48.7006865Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_dropout_cpu_float32 XFAIL 2022-12-01T10:40:48.7007150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_elu_cpu_float32 PASSED 2022-12-01T10:40:48.7007464Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_embedding_cpu_float32 PASSED 2022-12-01T10:40:48.7007811Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 XFAIL 2022-12-01T10:40:48.7008152Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED 2022-12-01T10:40:48.7008480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_fractional_max_pool2d_cpu_float32 XFAIL 2022-12-01T10:40:48.7008781Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_gelu_cpu_float32 PASSED 2022-12-01T10:40:48.7009164Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_glu_cpu_float32 PASSED 2022-12-01T10:40:48.7009499Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_hardshrink_cpu_float32 PASSED 2022-12-01T10:40:48.7009823Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_hardsigmoid_cpu_float32 XFAIL 2022-12-01T10:40:48.7010153Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_hardtanh_cpu_float32 PASSED 2022-12-01T10:40:48.7010453Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_huber_loss_cpu_float32 XFAIL 2022-12-01T10:40:48.7010728Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_instance_norm_cpu_float32 XFAIL 2022-12-01T10:40:48.7011218Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_linear_cpu_float32 PASSED 2022-12-01T10:40:48.7011580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_nearest_cpu_float32 PASSED 2022-12-01T10:40:48.7011912Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_linear_cpu_float32 PASSED 2022-12-01T10:40:48.7012252Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_local_response_norm_cpu_float32 PASSED 2022-12-01T10:40:48.7012599Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_logsigmoid_cpu_float32 XFAIL 2022-12-01T10:40:48.7012946Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_pool1d_cpu_float32 PASSED 2022-12-01T10:40:48.7013299Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool1d_cpu_float32 PASSED 2022-12-01T10:40:48.7013656Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool2d_cpu_float32 XFAIL 2022-12-01T10:40:48.7014026Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool3d_cpu_float32 PASSED 2022-12-01T10:40:48.7014367Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_multi_margin_loss_cpu_float32 XFAIL 2022-12-01T10:40:48.7014748Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_multilabel_margin_loss_cpu_float32 XFAIL 2022-12-01T10:40:48.7015150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 XFAIL 2022-12-01T10:40:48.7015501Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_nll_loss_cpu_float32 PASSED 2022-12-01T10:40:48.7015868Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pairwise_distance_cpu_float32 PASSED 2022-12-01T10:40:48.7016243Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pixel_shuffle_cpu_float32 PASSED 2022-12-01T10:40:48.7016623Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_poisson_nll_loss_cpu_float32 PASSED 2022-12-01T10:40:48.7017133Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_relu6_cpu_float32 PASSED 2022-12-01T10:40:48.7017496Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_relu_cpu_float32 PASSED 2022-12-01T10:40:48.7017849Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_rrelu_cpu_float32 XFAIL 2022-12-01T10:40:48.7018197Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_selu_cpu_float32 PASSED 2022-12-01T10:40:48.7018502Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_silu_cpu_float32 PASSED 2022-12-01T10:40:48.7018807Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_smooth_l1_loss_cpu_float32 PASSED 2022-12-01T10:40:48.7019131Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_soft_margin_loss_cpu_float32 XFAIL 2022-12-01T10:40:48.7019463Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_softmin_cpu_float32 PASSED 2022-12-01T10:40:48.7019915Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_softmin_with_dtype_cpu_float32 PASSED 2022-12-01T10:40:48.7020365Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_softplus_cpu_float32 PASSED 2022-12-01T10:40:48.7020675Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_tanhshrink_cpu_float32 PASSED 2022-12-01T10:40:48.7021011Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED 2022-12-01T10:40:48.7021339Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7021582Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_norm_inf_cpu_float32 PASSED 2022-12-01T10:40:48.7021815Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_normal_cpu_float32 XFAIL 2022-12-01T10:40:48.7022197Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_normal_number_mean_cpu_float32 XFAIL 2022-12-01T10:40:48.7022524Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7022932Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7023235Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ops_aten_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:40:48.7023580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ormqr_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7023859Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_outer_cpu_float32 PASSED 2022-12-01T10:40:48.7024126Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_pinverse_cpu_float32 PASSED 2022-12-01T10:40:48.7024426Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polygamma_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:40:48.7024686Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polygamma_polygamma_n_2_cpu_float32 PASSED 2022-12-01T10:40:48.7024958Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polygamma_polygamma_n_3_cpu_float32 PASSED 2022-12-01T10:40:48.7025248Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polygamma_polygamma_n_4_cpu_float32 PASSED 2022-12-01T10:40:48.7025521Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_positive_cpu_float32 PASSED 2022-12-01T10:40:48.7025788Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_pow_cpu_float32 PASSED 2022-12-01T10:40:48.7026055Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_prod_cpu_float32 PASSED 2022-12-01T10:40:48.7026315Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_qr_cpu_float32 PASSED 2022-12-01T10:40:48.7026669Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7027024Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7027279Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ravel_cpu_float32 PASSED 2022-12-01T10:40:48.7027560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_real_cpu_float32 PASSED 2022-12-01T10:40:48.7027844Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_remainder_cpu_float32 PASSED 2022-12-01T10:40:48.7028116Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_renorm_cpu_float32 XFAIL 2022-12-01T10:40:48.7028415Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_reshape_cpu_float32 PASSED 2022-12-01T10:40:48.7028790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7029096Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_resolve_conj_cpu_float32 PASSED 2022-12-01T10:40:48.7029350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_rot90_cpu_float32 PASSED 2022-12-01T10:40:48.7029596Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_round_decimals_3_cpu_float32 PASSED 2022-12-01T10:40:48.7029954Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_rsub_cpu_float32 PASSED 2022-12-01T10:40:48.7030371Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_cpu_float32 PASSED 2022-12-01T10:40:48.7030701Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_reduce_amin_cpu_float32 PASSED 2022-12-01T10:40:48.7031021Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_reduce_mean_cpu_float32 PASSED 2022-12-01T10:40:48.7031358Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_reduce_prod_cpu_float32 XFAIL 2022-12-01T10:40:48.7031688Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_reduce_sum_cpu_float32 PASSED 2022-12-01T10:40:48.7032101Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7032542Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_segment_reduce_lengths_cpu_float32 XFAIL 2022-12-01T10:40:48.7032879Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_segment_reduce_offsets_cpu_float32 XFAIL 2022-12-01T10:40:48.7033209Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_select_scatter_cpu_float32 PASSED 2022-12-01T10:40:48.7033508Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sigmoid_cpu_float32 PASSED 2022-12-01T10:40:48.7033816Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sin_cpu_float32 PASSED 2022-12-01T10:40:48.7034132Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sinc_cpu_float32 PASSED 2022-12-01T10:40:48.7034434Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sinh_cpu_float32 PASSED 2022-12-01T10:40:48.7034753Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_softmax_cpu_float32 PASSED 2022-12-01T10:40:48.7035100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_softmax_with_dtype_cpu_float32 PASSED 2022-12-01T10:40:48.7035536Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7035947Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7036361Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7037172Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.7037915Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.7038336Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7038745Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_i0e_cpu_float32 PASSED 2022-12-01T10:40:48.7039128Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7039818Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.7040108Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_log_ndtr_cpu_float32 PASSED 2022-12-01T10:40:48.7040432Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7041138Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.7041923Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.7042338Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_xlog1py_cpu_float32 PASSED 2022-12-01T10:40:48.7042622Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_split_cpu_float32 PASSED 2022-12-01T10:40:48.7042890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_split_list_args_cpu_float32 PASSED 2022-12-01T10:40:48.7043133Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sqrt_cpu_float32 PASSED 2022-12-01T10:40:48.7043386Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_square_cpu_float32 PASSED 2022-12-01T10:40:48.7043632Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_squeeze_cpu_float32 PASSED 2022-12-01T10:40:48.7043891Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_stack_cpu_float32 PASSED 2022-12-01T10:40:48.7044243Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_stft_cpu_float32 PASSED 2022-12-01T10:40:48.7044505Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sub_cpu_float32 PASSED 2022-12-01T10:40:48.7044751Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_svd_lowrank_cpu_float32 XFAIL 2022-12-01T10:40:48.7045006Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_take_along_dim_cpu_float32 PASSED 2022-12-01T10:40:48.7045261Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_take_cpu_float32 XFAIL 2022-12-01T10:40:48.7045513Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_tanh_cpu_float32 PASSED 2022-12-01T10:40:48.7045786Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_tensor_split_cpu_float32 XFAIL 2022-12-01T10:40:48.7046056Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_tensordot_cpu_float32 PASSED 2022-12-01T10:40:48.7046321Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_topk_cpu_float32 PASSED 2022-12-01T10:40:48.7046597Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_transpose_cpu_float32 PASSED 2022-12-01T10:40:48.7046834Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_tril_cpu_float32 PASSED 2022-12-01T10:40:48.7047088Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_triu_cpu_float32 PASSED 2022-12-01T10:40:48.7047371Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_true_divide_cpu_float32 PASSED 2022-12-01T10:40:48.7047612Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_trunc_cpu_float32 PASSED 2022-12-01T10:40:48.7047954Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7048233Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_vdot_cpu_float32 PASSED 2022-12-01T10:40:48.7048493Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_view_as_complex_cpu_float32 XFAIL 2022-12-01T10:40:48.7048760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_view_cpu_float32 PASSED 2022-12-01T10:40:48.7049048Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_vstack_cpu_float32 PASSED 2022-12-01T10:40:48.7049324Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_where_cpu_float32 PASSED 2022-12-01T10:40:48.7049604Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_zero__cpu_float32 PASSED 2022-12-01T10:40:48.7049939Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7050160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_H_cpu_float32 PASSED 2022-12-01T10:40:48.7050392Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___radd___cpu_float32 PASSED 2022-12-01T10:40:48.7050614Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___rdiv___cpu_float32 PASSED 2022-12-01T10:40:48.7050857Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___rmod___cpu_float32 PASSED 2022-12-01T10:40:48.7051102Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___rmul___cpu_float32 PASSED 2022-12-01T10:40:48.7051348Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_addcdiv_cpu_float32 PASSED 2022-12-01T10:40:48.7051618Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_addmm_decomposed_cpu_float32 PASSED 2022-12-01T10:40:48.7051984Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_addmv_cpu_float32 PASSED 2022-12-01T10:40:48.7052302Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7052615Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7052923Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7053151Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_angle_cpu_float32 PASSED 2022-12-01T10:40:48.7053462Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7053874Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7054134Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_asinh_cpu_float32 PASSED 2022-12-01T10:40:48.7054370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_atan2_cpu_float32 PASSED 2022-12-01T10:40:48.7054622Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_atan_cpu_float32 PASSED 2022-12-01T10:40:48.7054895Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_atleast_1d_cpu_float32 PASSED 2022-12-01T10:40:48.7055148Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_atleast_2d_cpu_float32 PASSED 2022-12-01T10:40:48.7055398Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_atleast_3d_cpu_float32 PASSED 2022-12-01T10:40:48.7055637Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_baddbmm_cpu_float32 PASSED 2022-12-01T10:40:48.7055935Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_bfloat16_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:40:48.7056189Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_block_diag_cpu_float32 PASSED 2022-12-01T10:40:48.7056523Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7056888Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7057366Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7057686Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7058076Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7071134Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cartesian_prod_cpu_float32 PASSED 2022-12-01T10:40:48.7071463Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cat_cpu_float32 PASSED 2022-12-01T10:40:48.7071725Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ceil_cpu_float32 PASSED 2022-12-01T10:40:48.7071972Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_chalf_cpu_float32 XFAIL 2022-12-01T10:40:48.7072320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7072605Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cholesky_solve_cpu_float32 PASSED 2022-12-01T10:40:48.7072863Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_clamp_cpu_float32 PASSED 2022-12-01T10:40:48.7073118Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_clamp_max_cpu_float32 PASSED 2022-12-01T10:40:48.7073350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_clone_cpu_float32 PASSED 2022-12-01T10:40:48.7073594Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_complex_cpu_float32 PASSED 2022-12-01T10:40:48.7073839Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_conj_cpu_float32 PASSED 2022-12-01T10:40:48.7074114Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_conj_physical_cpu_float32 PASSED 2022-12-01T10:40:48.7074528Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cosh_cpu_float32 PASSED 2022-12-01T10:40:48.7074873Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7075132Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cummax_cpu_float32 PASSED 2022-12-01T10:40:48.7075400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cummin_cpu_float32 PASSED 2022-12-01T10:40:48.7075651Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cumprod_cpu_float32 PASSED 2022-12-01T10:40:48.7075916Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_diag_cpu_float32 PASSED 2022-12-01T10:40:48.7076178Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_diagflat_cpu_float32 PASSED 2022-12-01T10:40:48.7076550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_diagonal_cpu_float32 PASSED 2022-12-01T10:40:48.7076833Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_diff_cpu_float32 PASSED 2022-12-01T10:40:48.7077143Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_div_floor_rounding_cpu_float32 PASSED 2022-12-01T10:40:48.7077460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_div_no_rounding_mode_cpu_float32 PASSED 2022-12-01T10:40:48.7077782Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_double_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:40:48.7078010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_dsplit_cpu_float32 PASSED 2022-12-01T10:40:48.7078249Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_einsum_cpu_float32 PASSED 2022-12-01T10:40:48.7078674Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7078967Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_erf_cpu_float32 PASSED 2022-12-01T10:40:48.7079253Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_erfc_cpu_float32 PASSED 2022-12-01T10:40:48.7079534Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_exp_cpu_float32 PASSED 2022-12-01T10:40:48.7079835Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_expand_as_cpu_float32 PASSED 2022-12-01T10:40:48.7080132Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_expand_cpu_float32 PASSED 2022-12-01T10:40:48.7080432Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_fft2_cpu_float32 PASSED 2022-12-01T10:40:48.7080729Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_hfftn_cpu_float32 PASSED 2022-12-01T10:40:48.7081035Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ifft2_cpu_float32 PASSED 2022-12-01T10:40:48.7081432Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ihfft2_cpu_float32 PASSED 2022-12-01T10:40:48.7081737Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ihfft_cpu_float32 PASSED 2022-12-01T10:40:48.7082026Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_irfft_cpu_float32 PASSED 2022-12-01T10:40:48.7082324Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_irfftn_cpu_float32 PASSED 2022-12-01T10:40:48.7082642Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_rfft2_cpu_float32 PASSED 2022-12-01T10:40:48.7082932Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_rfft_cpu_float32 PASSED 2022-12-01T10:40:48.7083215Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_flip_cpu_float32 PASSED 2022-12-01T10:40:48.7083521Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fliplr_cpu_float32 PASSED 2022-12-01T10:40:48.7083809Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_flipud_cpu_float32 PASSED 2022-12-01T10:40:48.7084187Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_float_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:40:48.7084504Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_float_power_cpu_float32 PASSED 2022-12-01T10:40:48.7084883Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7085290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fmod_cpu_float32 PASSED 2022-12-01T10:40:48.7085690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7086067Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7086445Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7086785Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7087028Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_half_cpu_float32 XFAIL 2022-12-01T10:40:48.7087532Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_half_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:40:48.7087802Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_H_cpu_float32 PASSED 2022-12-01T10:40:48.7088098Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_T_cpu_float32 PASSED 2022-12-01T10:40:48.7088417Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___getitem___functorch_cpu_float32 PASSED 2022-12-01T10:40:48.7088708Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___radd___cpu_float32 PASSED 2022-12-01T10:40:48.7088967Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rmul___cpu_float32 PASSED 2022-12-01T10:40:48.7089222Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rpow___cpu_float32 PASSED 2022-12-01T10:40:48.7089490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rsub___cpu_float32 PASSED 2022-12-01T10:40:48.7089785Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_abs_cpu_float32 PASSED 2022-12-01T10:40:48.7090081Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_acos_cpu_float32 PASSED 2022-12-01T10:40:48.7090354Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_add_cpu_float32 PASSED 2022-12-01T10:40:48.7090647Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addbmm_cpu_float32 PASSED 2022-12-01T10:40:48.7090947Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addcdiv_cpu_float32 PASSED 2022-12-01T10:40:48.7091250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addcmul_cpu_float32 PASSED 2022-12-01T10:40:48.7091539Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addmm_cpu_float32 PASSED 2022-12-01T10:40:48.7091800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addmv_cpu_float32 PASSED 2022-12-01T10:40:48.7092052Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addr_cpu_float32 PASSED 2022-12-01T10:40:48.7092322Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_amax_cpu_float32 PASSED 2022-12-01T10:40:48.7092617Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_angle_cpu_float32 PASSED 2022-12-01T10:40:48.7092983Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7093306Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7093635Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7093940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_as_strided_scatter_cpu_float32 XFAIL 2022-12-01T10:40:48.7094220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_asin_cpu_float32 PASSED 2022-12-01T10:40:48.7094522Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_asinh_cpu_float32 PASSED 2022-12-01T10:40:48.7094802Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atanh_cpu_float32 PASSED 2022-12-01T10:40:48.7095229Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bernoulli_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.7095484Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bfloat16_cpu_float32 XFAIL 2022-12-01T10:40:48.7095808Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bfloat16_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:40:48.7096096Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bmm_cpu_float32 PASSED 2022-12-01T10:40:48.7096423Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7096912Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7097500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7097829Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_broadcast_tensors_cpu_float32 PASSED 2022-12-01T10:40:48.7098209Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7098616Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7098900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cartesian_prod_cpu_float32 PASSED 2022-12-01T10:40:48.7099161Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cat_cpu_float32 PASSED 2022-12-01T10:40:48.7099433Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cdist_cpu_float32 PASSED 2022-12-01T10:40:48.7099722Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ceil_cpu_float32 PASSED 2022-12-01T10:40:48.7100079Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7100465Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7100736Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cholesky_cpu_float32 PASSED 2022-12-01T10:40:48.7101008Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cholesky_solve_cpu_float32 PASSED 2022-12-01T10:40:48.7101242Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_clamp_cpu_float32 PASSED 2022-12-01T10:40:48.7101517Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_clamp_max_cpu_float32 PASSED 2022-12-01T10:40:48.7101787Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_conj_cpu_float32 PASSED 2022-12-01T10:40:48.7102069Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_conj_physical_cpu_float32 PASSED 2022-12-01T10:40:48.7102349Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_copysign_cpu_float32 XFAIL 2022-12-01T10:40:48.7102650Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_corrcoef_cpu_float32 PASSED 2022-12-01T10:40:48.7102935Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cos_cpu_float32 PASSED 2022-12-01T10:40:48.7103214Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cosh_cpu_float32 PASSED 2022-12-01T10:40:48.7103481Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cummax_cpu_float32 XFAIL 2022-12-01T10:40:48.7103718Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cummin_cpu_float32 XFAIL 2022-12-01T10:40:48.7103990Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cumprod_cpu_float32 XFAIL 2022-12-01T10:40:48.7104275Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cumsum_cpu_float32 PASSED 2022-12-01T10:40:48.7104729Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_deg2rad_cpu_float32 PASSED 2022-12-01T10:40:48.7105012Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diag_cpu_float32 PASSED 2022-12-01T10:40:48.7105293Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diag_embed_cpu_float32 PASSED 2022-12-01T10:40:48.7105567Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diagonal_cpu_float32 PASSED 2022-12-01T10:40:48.7105880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diagonal_scatter_cpu_float32 PASSED 2022-12-01T10:40:48.7106193Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_div_no_rounding_mode_cpu_float32 PASSED 2022-12-01T10:40:48.7106656Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_double_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:40:48.7106969Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_einsum_cpu_float32 PASSED 2022-12-01T10:40:48.7107375Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7107661Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_exp_cpu_float32 PASSED 2022-12-01T10:40:48.7107931Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_expand_as_cpu_float32 PASSED 2022-12-01T10:40:48.7108190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_expm1_cpu_float32 PASSED 2022-12-01T10:40:48.7108643Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7108970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_fft_cpu_float32 PASSED 2022-12-01T10:40:48.7109272Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_fftn_cpu_float32 PASSED 2022-12-01T10:40:48.7109611Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_hfft_cpu_float32 PASSED 2022-12-01T10:40:48.7109943Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_hfftn_cpu_float32 PASSED 2022-12-01T10:40:48.7110275Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ifft2_cpu_float32 PASSED 2022-12-01T10:40:48.7110608Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ihfftn_cpu_float32 XFAIL 2022-12-01T10:40:48.7110939Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_irfft_cpu_float32 PASSED 2022-12-01T10:40:48.7111284Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_irfftn_cpu_float32 PASSED 2022-12-01T10:40:48.7111603Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_rfft2_cpu_float32 PASSED 2022-12-01T10:40:48.7111930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_rfft_cpu_float32 PASSED 2022-12-01T10:40:48.7112268Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_rfftn_cpu_float32 PASSED 2022-12-01T10:40:48.7112603Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fill_cpu_float32 PASSED 2022-12-01T10:40:48.7112949Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_flatten_cpu_float32 PASSED 2022-12-01T10:40:48.7113257Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_float_cpu_float32 XFAIL 2022-12-01T10:40:48.7113676Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_float_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:40:48.7114008Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fmod_cpu_float32 PASSED 2022-12-01T10:40:48.7114344Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_frac_cpu_float32 PASSED 2022-12-01T10:40:48.7114685Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_frexp_cpu_float32 PASSED 2022-12-01T10:40:48.7115150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_gather_cpu_float32 PASSED 2022-12-01T10:40:48.7115519Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7115901Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7116294Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7116741Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7117152Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_hypot_cpu_float32 PASSED 2022-12-01T10:40:48.7117583Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7117870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_copy_cpu_float32 XFAIL 2022-12-01T10:40:48.7118148Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:40:48.7118489Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7118829Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7119144Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7119486Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7119875Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:40:48.7120215Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:40:48.7120559Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:40:48.7120866Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:40:48.7121134Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_kron_cpu_float32 PASSED 2022-12-01T10:40:48.7121509Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lerp_cpu_float32 PASSED 2022-12-01T10:40:48.7121809Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_cross_cpu_float32 PASSED 2022-12-01T10:40:48.7122096Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_det_cpu_float32 PASSED 2022-12-01T10:40:48.7122387Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_eigh_cpu_float32 PASSED 2022-12-01T10:40:48.7122692Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_eigvalsh_cpu_float32 PASSED 2022-12-01T10:40:48.7123030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_householder_product_cpu_float32 XFAIL 2022-12-01T10:40:48.7123408Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7123722Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lstsq_cpu_float32 PASSED 2022-12-01T10:40:48.7124063Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lstsq_grad_oriented_cpu_float32 PASSED 2022-12-01T10:40:48.7124390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lu_factor_ex_cpu_float32 XFAIL 2022-12-01T10:40:48.7124728Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_matrix_norm_cpu_float32 PASSED 2022-12-01T10:40:48.7125158Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_multi_dot_cpu_float32 PASSED 2022-12-01T10:40:48.7125460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_norm_cpu_float32 PASSED 2022-12-01T10:40:48.7125765Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_norm_subgradients_at_zero_cpu_float32 PASSED 2022-12-01T10:40:48.7126135Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_pinv_cpu_float32 PASSED 2022-12-01T10:40:48.7126441Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_qr_cpu_float32 PASSED 2022-12-01T10:40:48.7126875Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_slogdet_cpu_float32 PASSED 2022-12-01T10:40:48.7127196Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_svd_cpu_float32 PASSED 2022-12-01T10:40:48.7127578Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_svdvals_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.7127939Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_tensorsolve_cpu_float32 PASSED 2022-12-01T10:40:48.7128274Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_vector_norm_cpu_float32 PASSED 2022-12-01T10:40:48.7128603Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log10_cpu_float32 PASSED 2022-12-01T10:40:48.7128932Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log1p_cpu_float32 PASSED 2022-12-01T10:40:48.7129266Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log2_cpu_float32 PASSED 2022-12-01T10:40:48.7129616Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log_softmax_dtype_cpu_float32 PASSED 2022-12-01T10:40:48.7129944Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logdet_cpu_float32 PASSED 2022-12-01T10:40:48.7130385Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7130798Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7131138Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logit_cpu_float32 PASSED 2022-12-01T10:40:48.7131465Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lu_cpu_float32 XFAIL 2022-12-01T10:40:48.7131801Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lu_solve_cpu_float32 XFAIL 2022-12-01T10:40:48.7132117Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lu_unpack_cpu_float32 XFAIL 2022-12-01T10:40:48.7132427Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mH_cpu_float32 PASSED 2022-12-01T10:40:48.7132735Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mT_cpu_float32 PASSED 2022-12-01T10:40:48.7133078Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_amax_cpu_float32 PASSED 2022-12-01T10:40:48.7133510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7133863Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_cumprod_cpu_float32 XFAIL 2022-12-01T10:40:48.7134173Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_cumsum_cpu_float32 PASSED 2022-12-01T10:40:48.7134480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_log_softmax_cpu_float32 PASSED 2022-12-01T10:40:48.7134912Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_mean_cpu_float32 PASSED 2022-12-01T10:40:48.7135196Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_norm_cpu_float32 PASSED 2022-12-01T10:40:48.7135635Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_normalize_cpu_float32 PASSED 2022-12-01T10:40:48.7135938Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_prod_cpu_float32 PASSED 2022-12-01T10:40:48.7136240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_select_cpu_float32 XFAIL 2022-12-01T10:40:48.7136513Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_softmin_cpu_float32 PASSED 2022-12-01T10:40:48.7136791Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_sum_cpu_float32 PASSED 2022-12-01T10:40:48.7137239Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_var_cpu_float32 PASSED 2022-12-01T10:40:48.7137695Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_matrix_exp_cpu_float32 PASSED 2022-12-01T10:40:48.7137987Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_maximum_cpu_float32 PASSED 2022-12-01T10:40:48.7138330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_meshgrid_variadic_tensors_cpu_float32 PASSED 2022-12-01T10:40:48.7138637Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_min_binary_cpu_float32 PASSED 2022-12-01T10:40:48.7138943Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_movedim_cpu_float32 PASSED 2022-12-01T10:40:48.7139203Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mul_cpu_float32 PASSED 2022-12-01T10:40:48.7139542Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7139817Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nan_to_num_cpu_float32 PASSED 2022-12-01T10:40:48.7140120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nanmean_cpu_float32 XFAIL 2022-12-01T10:40:48.7140436Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_native_batch_norm_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.7140712Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_neg_cpu_float32 PASSED 2022-12-01T10:40:48.7141044Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7141378Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7141719Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7142063Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:40:48.7142419Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED 2022-12-01T10:40:48.7142766Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED 2022-12-01T10:40:48.7143065Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:40:48.7143396Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_binary_cross_entropy_cpu_float32 PASSED 2022-12-01T10:40:48.7143704Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_celu_cpu_float32 PASSED 2022-12-01T10:40:48.7143995Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv1d_cpu_float32 PASSED 2022-12-01T10:40:48.7144308Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_cpu_float32 PASSED 2022-12-01T10:40:48.7144684Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.7145056Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.7145558Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED 2022-12-01T10:40:48.7145955Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.7146265Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.7146576Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv_transpose1d_cpu_float32 PASSED 2022-12-01T10:40:48.7146972Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv_transpose2d_cpu_float32 PASSED 2022-12-01T10:40:48.7147302Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_cosine_embedding_loss_cpu_float32 PASSED 2022-12-01T10:40:48.7147649Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_dropout2d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.7147962Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_dropout3d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.7148267Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_dropout_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.7148576Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_embedding_functorch_cpu_float32 PASSED 2022-12-01T10:40:48.7148876Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_grid_sample_cpu_float32 PASSED 2022-12-01T10:40:48.7149194Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_instance_norm_cpu_float32 PASSED 2022-12-01T10:40:48.7149512Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_area_cpu_float32 PASSED 2022-12-01T10:40:48.7149851Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_bicubic_cpu_float32 PASSED 2022-12-01T10:40:48.7150183Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_bilinear_cpu_float32 PASSED 2022-12-01T10:40:48.7150524Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_linear_cpu_float32 PASSED 2022-12-01T10:40:48.7150838Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_nearest_cpu_float32 PASSED 2022-12-01T10:40:48.7151136Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_layer_norm_cpu_float32 PASSED 2022-12-01T10:40:48.7151463Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_leaky_relu_cpu_float32 PASSED 2022-12-01T10:40:48.7151815Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_local_response_norm_cpu_float32 PASSED 2022-12-01T10:40:48.7152147Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_margin_ranking_loss_cpu_float32 PASSED 2022-12-01T10:40:48.7152453Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_pool1d_cpu_float32 PASSED 2022-12-01T10:40:48.7152776Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_pool2d_cpu_float32 PASSED 2022-12-01T10:40:48.7153109Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_unpool2d_cpu_float32 XFAIL 2022-12-01T10:40:48.7153419Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_unpool3d_cpu_float32 XFAIL 2022-12-01T10:40:48.7153795Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_multilabel_margin_loss_cpu_float32 XFAIL 2022-12-01T10:40:48.7154179Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:40:48.7154642Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pad_reflect_cpu_float32 PASSED 2022-12-01T10:40:48.7154953Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pairwise_distance_cpu_float32 PASSED 2022-12-01T10:40:48.7155359Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pixel_shuffle_cpu_float32 PASSED 2022-12-01T10:40:48.7155717Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pixel_unshuffle_cpu_float32 PASSED 2022-12-01T10:40:48.7156090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_poisson_nll_loss_cpu_float32 PASSED 2022-12-01T10:40:48.7156525Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_relu6_cpu_float32 PASSED 2022-12-01T10:40:48.7156889Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_selu_cpu_float32 PASSED 2022-12-01T10:40:48.7157238Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_silu_cpu_float32 PASSED 2022-12-01T10:40:48.7157606Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_softplus_cpu_float32 PASSED 2022-12-01T10:40:48.7157978Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_softshrink_cpu_float32 PASSED 2022-12-01T10:40:48.7158354Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_softsign_cpu_float32 PASSED 2022-12-01T10:40:48.7158705Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_tanhshrink_cpu_float32 PASSED 2022-12-01T10:40:48.7159127Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED 2022-12-01T10:40:48.7159563Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7159921Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_norm_fro_cpu_float32 PASSED 2022-12-01T10:40:48.7160242Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_norm_inf_cpu_float32 PASSED 2022-12-01T10:40:48.7160585Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_norm_nuc_cpu_float32 PASSED 2022-12-01T10:40:48.7160957Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_normal_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.7161449Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_normal_number_mean_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.7161885Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7162429Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7162816Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ormqr_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7163130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_outer_cpu_float32 PASSED 2022-12-01T10:40:48.7163459Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_pca_lowrank_cpu_float32 XFAIL 2022-12-01T10:40:48.7163939Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_1_cpu_float32 PASSED 2022-12-01T10:40:48.7164241Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_3_cpu_float32 PASSED 2022-12-01T10:40:48.7164541Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_4_cpu_float32 PASSED 2022-12-01T10:40:48.7164820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_positive_cpu_float32 PASSED 2022-12-01T10:40:48.7165183Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_prod_cpu_float32 PASSED 2022-12-01T10:40:48.7165447Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_put_cpu_float32 XFAIL 2022-12-01T10:40:48.7165701Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_qr_cpu_float32 PASSED 2022-12-01T10:40:48.7165971Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_quantile_cpu_float32 XFAIL 2022-12-01T10:40:48.7166315Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7166671Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7167133Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7167409Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_real_cpu_float32 PASSED 2022-12-01T10:40:48.7167671Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_renorm_cpu_float32 XFAIL 2022-12-01T10:40:48.7167937Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_repeat_cpu_float32 PASSED 2022-12-01T10:40:48.7168240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_repeat_interleave_cpu_float32 PASSED 2022-12-01T10:40:48.7168544Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_reshape_as_cpu_float32 PASSED 2022-12-01T10:40:48.7168841Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_reshape_cpu_float32 PASSED 2022-12-01T10:40:48.7169194Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7169580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7169863Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_roll_cpu_float32 PASSED 2022-12-01T10:40:48.7170139Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_rot90_cpu_float32 PASSED 2022-12-01T10:40:48.7170436Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_round_cpu_float32 PASSED 2022-12-01T10:40:48.7170744Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_round_decimals_0_cpu_float32 PASSED 2022-12-01T10:40:48.7171087Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_round_decimals_neg_3_cpu_float32 PASSED 2022-12-01T10:40:48.7171390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_rsqrt_cpu_float32 PASSED 2022-12-01T10:40:48.7171699Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_rsub_cpu_float32 PASSED 2022-12-01T10:40:48.7171994Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_cpu_float32 PASSED 2022-12-01T10:40:48.7172280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_reduce_amax_cpu_float32 XFAIL 2022-12-01T10:40:48.7172660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_reduce_amin_cpu_float32 XFAIL 2022-12-01T10:40:48.7172986Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_reduce_mean_cpu_float32 XFAIL 2022-12-01T10:40:48.7173332Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_reduce_prod_cpu_float32 XFAIL 2022-12-01T10:40:48.7173677Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_segment_reduce_lengths_cpu_float32 XFAIL 2022-12-01T10:40:48.7174042Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_segment_reduce_offsets_cpu_float32 XFAIL 2022-12-01T10:40:48.7174376Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_select_cpu_float32 PASSED 2022-12-01T10:40:48.7174845Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7175326Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sin_cpu_float32 PASSED 2022-12-01T10:40:48.7175654Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sinc_cpu_float32 PASSED 2022-12-01T10:40:48.7175975Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sinh_cpu_float32 PASSED 2022-12-01T10:40:48.7176277Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_slice_cpu_float32 PASSED 2022-12-01T10:40:48.7176618Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_softmax_cpu_float32 PASSED 2022-12-01T10:40:48.7177161Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sparse_sampled_addmm_cpu_float32 XFAIL 2022-12-01T10:40:48.7177735Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7178234Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7179034Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.7179375Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_erfcx_cpu_float32 PASSED 2022-12-01T10:40:48.7179845Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7180640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.7180972Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_log_ndtr_cpu_float32 XFAIL 2022-12-01T10:40:48.7181493Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7181793Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_ndtr_cpu_float32 PASSED 2022-12-01T10:40:48.7182113Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_ndtri_cpu_float32 PASSED 2022-12-01T10:40:48.7182474Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:40:48.7182878Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7183247Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7184010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.7184721Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.7185444Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.7185718Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_split_cpu_float32 PASSED 2022-12-01T10:40:48.7186015Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_split_list_args_cpu_float32 PASSED 2022-12-01T10:40:48.7186311Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_split_with_sizes_cpu_float32 PASSED 2022-12-01T10:40:48.7186730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sqrt_cpu_float32 PASSED 2022-12-01T10:40:48.7187013Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_squeeze_cpu_float32 PASSED 2022-12-01T10:40:48.7187258Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sum_cpu_float32 PASSED 2022-12-01T10:40:48.7187514Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_svd_cpu_float32 PASSED 2022-12-01T10:40:48.7187802Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_svd_lowrank_cpu_float32 XFAIL 2022-12-01T10:40:48.7188077Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tanh_cpu_float32 PASSED 2022-12-01T10:40:48.7188388Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tensor_split_cpu_float32 XFAIL 2022-12-01T10:40:48.7188768Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tensordot_cpu_float32 PASSED 2022-12-01T10:40:48.7189056Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_topk_cpu_float32 PASSED 2022-12-01T10:40:48.7189319Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unbind_cpu_float32 PASSED 2022-12-01T10:40:48.7189587Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unflatten_cpu_float32 PASSED 2022-12-01T10:40:48.7189957Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7190311Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7190672Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7190971Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_view_cpu_float32 PASSED 2022-12-01T10:40:48.7191245Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_zero__cpu_float32 PASSED 2022-12-01T10:40:48.7191606Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7191958Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7192303Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7192622Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7192865Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_hstack_cpu_float32 PASSED 2022-12-01T10:40:48.7193115Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_index_add_cpu_float32 PASSED 2022-12-01T10:40:48.7193397Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_index_copy_cpu_float32 PASSED 2022-12-01T10:40:48.7193661Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_index_fill_cpu_float32 PASSED 2022-12-01T10:40:48.7193928Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_index_put_cpu_float32 XFAIL 2022-12-01T10:40:48.7194162Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_index_select_cpu_float32 PASSED 2022-12-01T10:40:48.7194472Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7194796Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7195113Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7195463Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7195805Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7196229Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7196539Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:40:48.7196791Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_kthvalue_cpu_float32 PASSED 2022-12-01T10:40:48.7197096Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7197364Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_lerp_cpu_float32 PASSED 2022-12-01T10:40:48.7197628Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_lgamma_cpu_float32 PASSED 2022-12-01T10:40:48.7197898Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_cond_cpu_float32 PASSED 2022-12-01T10:40:48.7198246Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_det_cpu_float32 PASSED 2022-12-01T10:40:48.7198523Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_eig_cpu_float32 XFAIL 2022-12-01T10:40:48.7198810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_eigh_cpu_float32 PASSED 2022-12-01T10:40:48.7199091Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_eigvalsh_cpu_float32 PASSED 2022-12-01T10:40:48.7199418Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_householder_product_cpu_float32 XFAIL 2022-12-01T10:40:48.7199690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_inv_cpu_float32 PASSED 2022-12-01T10:40:48.7199988Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_inv_ex_cpu_float32 PASSED 2022-12-01T10:40:48.7200353Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7200682Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7200945Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lu_factor_ex_cpu_float32 PASSED 2022-12-01T10:40:48.7201443Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lu_solve_cpu_float32 PASSED 2022-12-01T10:40:48.7201764Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_matrix_power_cpu_float32 PASSED 2022-12-01T10:40:48.7202146Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7202570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7202875Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_multi_dot_cpu_float32 PASSED 2022-12-01T10:40:48.7203190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_norm_cpu_float32 PASSED 2022-12-01T10:40:48.7203515Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_pinv_cpu_float32 PASSED 2022-12-01T10:40:48.7203853Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_pinv_hermitian_cpu_float32 PASSED 2022-12-01T10:40:48.7204173Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_qr_cpu_float32 PASSED 2022-12-01T10:40:48.7204475Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_slogdet_cpu_float32 PASSED 2022-12-01T10:40:48.7204806Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_solve_triangular_cpu_float32 PASSED 2022-12-01T10:40:48.7205175Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_svdvals_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.7205495Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_tensorinv_cpu_float32 PASSED 2022-12-01T10:40:48.7205837Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_tensorsolve_cpu_float32 PASSED 2022-12-01T10:40:48.7206146Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_vander_cpu_float32 PASSED 2022-12-01T10:40:48.7206486Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_vecdot_cpu_float32 PASSED 2022-12-01T10:40:48.7207014Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7207329Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_log1p_cpu_float32 PASSED 2022-12-01T10:40:48.7207635Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_log_cpu_float32 PASSED 2022-12-01T10:40:48.7207973Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_log_softmax_dtype_cpu_float32 PASSED 2022-12-01T10:40:48.7208269Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logaddexp2_cpu_float32 PASSED 2022-12-01T10:40:48.7208548Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logaddexp_cpu_float32 PASSED 2022-12-01T10:40:48.7208832Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logit_cpu_float32 PASSED 2022-12-01T10:40:48.7209292Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7209593Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_lu_cpu_float32 PASSED 2022-12-01T10:40:48.7209971Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_lu_unpack_cpu_float32 PASSED 2022-12-01T10:40:48.7210212Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mH_cpu_float32 PASSED 2022-12-01T10:40:48.7210450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_amax_cpu_float32 PASSED 2022-12-01T10:40:48.7210700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_cumprod_cpu_float32 PASSED 2022-12-01T10:40:48.7210950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_cumsum_cpu_float32 PASSED 2022-12-01T10:40:48.7211208Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_fill_cpu_float32 PASSED 2022-12-01T10:40:48.7211529Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_fill_functorch_Scalar_only_cpu_float32 PASSED 2022-12-01T10:40:48.7211829Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_log_softmax_cpu_float32 PASSED 2022-12-01T10:40:48.7212110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_logaddexp_cpu_float32 PASSED 2022-12-01T10:40:48.7212379Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_mean_cpu_float32 PASSED 2022-12-01T10:40:48.7212628Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_median_cpu_float32 PASSED 2022-12-01T10:40:48.7212871Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_norm_cpu_float32 PASSED 2022-12-01T10:40:48.7213141Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_normalize_cpu_float32 PASSED 2022-12-01T10:40:48.7213401Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_scatter_cpu_float32 XFAIL 2022-12-01T10:40:48.7213680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_softmin_cpu_float32 PASSED 2022-12-01T10:40:48.7213960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_sum_cpu_float32 PASSED 2022-12-01T10:40:48.7214226Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_var_cpu_float32 PASSED 2022-12-01T10:40:48.7214493Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_matmul_cpu_float32 PASSED 2022-12-01T10:40:48.7214765Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_matrix_exp_cpu_float32 PASSED 2022-12-01T10:40:48.7215018Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_maximum_cpu_float32 PASSED 2022-12-01T10:40:48.7215328Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_meshgrid_list_of_tensors_cpu_float32 PASSED 2022-12-01T10:40:48.7215595Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_min_binary_cpu_float32 PASSED 2022-12-01T10:40:48.7215882Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_min_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:40:48.7216193Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_min_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:40:48.7216482Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_minimum_cpu_float32 PASSED 2022-12-01T10:40:48.7216759Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mode_cpu_float32 PASSED 2022-12-01T10:40:48.7217277Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_movedim_cpu_float32 PASSED 2022-12-01T10:40:48.7217539Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED 2022-12-01T10:40:48.7217875Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nansum_cpu_float32 PASSED 2022-12-01T10:40:48.7218231Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7218583Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_native_batch_norm_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.7218939Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7219231Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_neg_cpu_float32 PASSED 2022-12-01T10:40:48.7219750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7220150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7220546Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7220918Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:40:48.7221283Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:40:48.7221595Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:40:48.7221913Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED 2022-12-01T10:40:48.7222229Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED 2022-12-01T10:40:48.7222531Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:40:48.7222850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:40:48.7223156Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_batch_norm_cpu_float32 PASSED 2022-12-01T10:40:48.7223481Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_bilinear_cpu_float32 PASSED 2022-12-01T10:40:48.7223824Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_binary_cross_entropy_cpu_float32 PASSED 2022-12-01T10:40:48.7224187Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED 2022-12-01T10:40:48.7224484Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_celu_cpu_float32 PASSED 2022-12-01T10:40:48.7224811Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv1d_cpu_float32 PASSED 2022-12-01T10:40:48.7225131Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_cpu_float32 PASSED 2022-12-01T10:40:48.7225539Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.7225914Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.7226271Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.7226773Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED 2022-12-01T10:40:48.7227145Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.7227458Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.7227751Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv_transpose1d_cpu_float32 PASSED 2022-12-01T10:40:48.7228180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_cosine_embedding_loss_cpu_float32 PASSED 2022-12-01T10:40:48.7228475Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_cosine_similarity_cpu_float32 PASSED 2022-12-01T10:40:48.7228778Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_dropout2d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.7229193Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_elu_cpu_float32 PASSED 2022-12-01T10:40:48.7229508Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_embedding_bag_cpu_float32 PASSED 2022-12-01T10:40:48.7229840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_embedding_cpu_float32 PASSED 2022-12-01T10:40:48.7230311Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_embedding_functorch_cpu_float32 PASSED 2022-12-01T10:40:48.7230757Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.7231192Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.7231559Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_fractional_max_pool3d_cpu_float32 XFAIL 2022-12-01T10:40:48.7231902Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_gelu_cpu_float32 PASSED 2022-12-01T10:40:48.7232265Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_hardshrink_cpu_float32 PASSED 2022-12-01T10:40:48.7232591Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_hardsigmoid_cpu_float32 PASSED 2022-12-01T10:40:48.7232915Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_hardswish_cpu_float32 PASSED 2022-12-01T10:40:48.7233241Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_hardtanh_cpu_float32 PASSED 2022-12-01T10:40:48.7233623Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_hinge_embedding_loss_cpu_float32 PASSED 2022-12-01T10:40:48.7233965Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_huber_loss_cpu_float32 PASSED 2022-12-01T10:40:48.7234338Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_interpolate_linear_cpu_float32 PASSED 2022-12-01T10:40:48.7234652Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_interpolate_trilinear_cpu_float32 PASSED 2022-12-01T10:40:48.7234956Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_kl_div_cpu_float32 PASSED 2022-12-01T10:40:48.7235276Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_l1_loss_cpu_float32 PASSED 2022-12-01T10:40:48.7235616Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_layer_norm_cpu_float32 PASSED 2022-12-01T10:40:48.7235997Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_local_response_norm_cpu_float32 PASSED 2022-12-01T10:40:48.7236341Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_pool1d_cpu_float32 PASSED 2022-12-01T10:40:48.7236684Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_pool2d_cpu_float32 PASSED 2022-12-01T10:40:48.7237008Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool1d_grad_cpu_float32 PASSED 2022-12-01T10:40:48.7237321Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool2d_cpu_float32 XFAIL 2022-12-01T10:40:48.7237689Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool2d_grad_cpu_float32 XFAIL 2022-12-01T10:40:48.7238069Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool3d_grad_cpu_float32 PASSED 2022-12-01T10:40:48.7238436Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_mse_loss_functorch_cpu_float32 PASSED 2022-12-01T10:40:48.7238819Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_multilabel_margin_loss_cpu_float32 PASSED 2022-12-01T10:40:48.7239331Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:40:48.7239684Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_nll_loss_cpu_float32 PASSED 2022-12-01T10:40:48.7240025Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pairwise_distance_cpu_float32 PASSED 2022-12-01T10:40:48.7240360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pixel_unshuffle_cpu_float32 PASSED 2022-12-01T10:40:48.7240677Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_poisson_nll_loss_cpu_float32 PASSED 2022-12-01T10:40:48.7241113Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_prelu_cpu_float32 PASSED 2022-12-01T10:40:48.7241559Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_relu6_cpu_float32 PASSED 2022-12-01T10:40:48.7241881Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_selu_cpu_float32 PASSED 2022-12-01T10:40:48.7242176Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_silu_cpu_float32 PASSED 2022-12-01T10:40:48.7242499Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:40:48.7242832Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_tanhshrink_cpu_float32 PASSED 2022-12-01T10:40:48.7243209Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED 2022-12-01T10:40:48.7243587Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_upsample_bilinear_cpu_float32 PASSED 2022-12-01T10:40:48.7243940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_upsample_nearest_cpu_float32 PASSED 2022-12-01T10:40:48.7244326Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7244598Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_norm_cpu_float32 PASSED 2022-12-01T10:40:48.7244894Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_norm_fro_cpu_float32 PASSED 2022-12-01T10:40:48.7245208Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_norm_inf_cpu_float32 PASSED 2022-12-01T10:40:48.7245485Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_norm_nuc_cpu_float32 PASSED 2022-12-01T10:40:48.7245813Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_normal_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.7246218Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7246718Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7247081Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ops_aten_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:40:48.7247485Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ormqr_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7247796Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_outer_cpu_float32 PASSED 2022-12-01T10:40:48.7248087Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_permute_cpu_float32 PASSED 2022-12-01T10:40:48.7248352Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_polar_cpu_float32 PASSED 2022-12-01T10:40:48.7248662Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_polygamma_polygamma_n_2_cpu_float32 PASSED 2022-12-01T10:40:48.7248950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_prod_cpu_float32 PASSED 2022-12-01T10:40:48.7249229Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_put_cpu_float32 PASSED 2022-12-01T10:40:48.7249503Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_qr_cpu_float32 PASSED 2022-12-01T10:40:48.7249778Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_quantile_cpu_float32 XFAIL 2022-12-01T10:40:48.7250330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7250726Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7251101Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7251455Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7251738Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_real_cpu_float32 PASSED 2022-12-01T10:40:48.7252023Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_reciprocal_cpu_float32 PASSED 2022-12-01T10:40:48.7252434Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_remainder_cpu_float32 PASSED 2022-12-01T10:40:48.7252716Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_repeat_cpu_float32 PASSED 2022-12-01T10:40:48.7253031Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_repeat_interleave_cpu_float32 PASSED 2022-12-01T10:40:48.7253326Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_reshape_as_cpu_float32 PASSED 2022-12-01T10:40:48.7253625Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_reshape_cpu_float32 PASSED 2022-12-01T10:40:48.7254026Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7254412Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7254712Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_resolve_neg_cpu_float32 PASSED 2022-12-01T10:40:48.7254987Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_roll_cpu_float32 PASSED 2022-12-01T10:40:48.7255285Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_round_decimals_0_cpu_float32 PASSED 2022-12-01T10:40:48.7255607Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_round_decimals_neg_3_cpu_float32 PASSED 2022-12-01T10:40:48.7255916Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_rsqrt_cpu_float32 PASSED 2022-12-01T10:40:48.7256248Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_reduce_amax_cpu_float32 PASSED 2022-12-01T10:40:48.7256563Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_reduce_amin_cpu_float32 PASSED 2022-12-01T10:40:48.7256881Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_reduce_prod_cpu_float32 XFAIL 2022-12-01T10:40:48.7257336Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_select_cpu_float32 PASSED 2022-12-01T10:40:48.7257666Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_select_scatter_cpu_float32 PASSED 2022-12-01T10:40:48.7257977Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sgn_cpu_float32 PASSED 2022-12-01T10:40:48.7258375Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7258705Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sign_cpu_float32 PASSED 2022-12-01T10:40:48.7259024Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sinc_cpu_float32 PASSED 2022-12-01T10:40:48.7259345Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_slice_cpu_float32 PASSED 2022-12-01T10:40:48.7259661Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_slice_scatter_cpu_float32 PASSED 2022-12-01T10:40:48.7259917Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sort_cpu_float32 PASSED 2022-12-01T10:40:48.7260222Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sparse_sampled_addmm_cpu_float32 XFAIL 2022-12-01T10:40:48.7260629Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7260943Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_i0e_cpu_float32 PASSED 2022-12-01T10:40:48.7261693Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.7262177Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_log_ndtr_cpu_float32 PASSED 2022-12-01T10:40:48.7262601Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7262916Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_ndtr_cpu_float32 PASSED 2022-12-01T10:40:48.7263239Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_ndtri_cpu_float32 PASSED 2022-12-01T10:40:48.7263659Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7264215Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7265044Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.7265841Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.7266292Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7266606Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_split_with_sizes_cpu_float32 PASSED 2022-12-01T10:40:48.7266914Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sqrt_cpu_float32 PASSED 2022-12-01T10:40:48.7267234Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_square_cpu_float32 PASSED 2022-12-01T10:40:48.7267518Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_squeeze_cpu_float32 PASSED 2022-12-01T10:40:48.7267791Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sub_cpu_float32 PASSED 2022-12-01T10:40:48.7268057Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_svd_cpu_float32 PASSED 2022-12-01T10:40:48.7268334Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_t_cpu_float32 PASSED 2022-12-01T10:40:48.7268610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_take_cpu_float32 XFAIL 2022-12-01T10:40:48.7268946Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_tile_cpu_float32 PASSED 2022-12-01T10:40:48.7269211Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_to_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.7269475Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_to_sparse_cpu_float32 XFAIL 2022-12-01T10:40:48.7269746Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_transpose_cpu_float32 PASSED 2022-12-01T10:40:48.7270006Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_trapz_cpu_float32 PASSED 2022-12-01T10:40:48.7270264Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_unbind_cpu_float32 PASSED 2022-12-01T10:40:48.7270573Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7270915Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7271229Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7271476Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_var_mean_cpu_float32 PASSED 2022-12-01T10:40:48.7271717Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_vdot_cpu_float32 PASSED 2022-12-01T10:40:48.7271959Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_view_as_cpu_float32 PASSED 2022-12-01T10:40:48.7272206Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_view_cpu_float32 PASSED 2022-12-01T10:40:48.7272450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_vsplit_cpu_float32 PASSED 2022-12-01T10:40:48.7272825Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_vstack_cpu_float32 PASSED 2022-12-01T10:40:48.7273082Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_where_cpu_float32 PASSED 2022-12-01T10:40:48.7273340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_zero__cpu_float32 PASSED 2022-12-01T10:40:48.7273633Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7273952Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7274214Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___getitem___cpu_float32 PASSED 2022-12-01T10:40:48.7274483Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___radd___cpu_float32 PASSED 2022-12-01T10:40:48.7274840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rsub___cpu_float32 PASSED 2022-12-01T10:40:48.7275099Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_acosh_cpu_float32 PASSED 2022-12-01T10:40:48.7275378Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addcdiv_cpu_float32 PASSED 2022-12-01T10:40:48.7275674Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addmm_decomposed_cpu_float32 PASSED 2022-12-01T10:40:48.7275925Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addmv_cpu_float32 PASSED 2022-12-01T10:40:48.7276263Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7276535Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_amin_cpu_float32 PASSED 2022-12-01T10:40:48.7276898Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7277271Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7277647Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7277951Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_as_strided_cpu_float32 XFAIL 2022-12-01T10:40:48.7278222Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_asinh_cpu_float32 PASSED 2022-12-01T10:40:48.7278459Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atanh_cpu_float32 PASSED 2022-12-01T10:40:48.7278723Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atleast_2d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.7279077Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_baddbmm_cpu_float32 PASSED 2022-12-01T10:40:48.7279409Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bernoulli_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.7279777Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bfloat16_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:40:48.7280090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_block_diag_cpu_float32 PASSED 2022-12-01T10:40:48.7280390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bmm_cpu_float32 PASSED 2022-12-01T10:40:48.7280837Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7281280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_broadcast_tensors_cpu_float32 PASSED 2022-12-01T10:40:48.7281609Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_broadcast_to_cpu_float32 PASSED 2022-12-01T10:40:48.7281998Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7282378Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7282788Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7283212Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cat_cpu_float32 PASSED 2022-12-01T10:40:48.7283525Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ceil_cpu_float32 PASSED 2022-12-01T10:40:48.7283835Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_chalf_cpu_float32 XFAIL 2022-12-01T10:40:48.7284230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7284665Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7285001Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_column_stack_cpu_float32 PASSED 2022-12-01T10:40:48.7285306Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_conj_cpu_float32 PASSED 2022-12-01T10:40:48.7285737Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_contiguous_cpu_float32 PASSED 2022-12-01T10:40:48.7286044Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_corrcoef_cpu_float32 PASSED 2022-12-01T10:40:48.7286320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cos_cpu_float32 PASSED 2022-12-01T10:40:48.7286608Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cov_cpu_float32 PASSED 2022-12-01T10:40:48.7286896Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cummin_cpu_float32 PASSED 2022-12-01T10:40:48.7287220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cumprod_cpu_float32 PASSED 2022-12-01T10:40:48.7287617Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cumsum_cpu_float32 PASSED 2022-12-01T10:40:48.7287905Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cumulative_trapezoid_cpu_float32 PASSED 2022-12-01T10:40:48.7288162Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_deg2rad_cpu_float32 PASSED 2022-12-01T10:40:48.7288426Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diag_embed_cpu_float32 PASSED 2022-12-01T10:40:48.7288671Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diagonal_cpu_float32 PASSED 2022-12-01T10:40:48.7288931Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_digamma_cpu_float32 PASSED 2022-12-01T10:40:48.7289211Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_div_no_rounding_mode_cpu_float32 PASSED 2022-12-01T10:40:48.7289488Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_dot_cpu_float32 PASSED 2022-12-01T10:40:48.7289821Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_double_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:40:48.7290091Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_dsplit_cpu_float32 PASSED 2022-12-01T10:40:48.7290324Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_dstack_cpu_float32 PASSED 2022-12-01T10:40:48.7290559Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_einsum_cpu_float32 PASSED 2022-12-01T10:40:48.7290886Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7291164Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_erf_cpu_float32 PASSED 2022-12-01T10:40:48.7291452Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_erfinv_cpu_float32 PASSED 2022-12-01T10:40:48.7291699Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_exp_cpu_float32 PASSED 2022-12-01T10:40:48.7291965Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_expand_cpu_float32 PASSED 2022-12-01T10:40:48.7292244Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_fft2_cpu_float32 PASSED 2022-12-01T10:40:48.7292504Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_fft_cpu_float32 PASSED 2022-12-01T10:40:48.7292792Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_hfft2_cpu_float32 PASSED 2022-12-01T10:40:48.7293063Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_hfftn_cpu_float32 PASSED 2022-12-01T10:40:48.7293322Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ifft_cpu_float32 PASSED 2022-12-01T10:40:48.7293695Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ifftn_cpu_float32 PASSED 2022-12-01T10:40:48.7293953Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ifftshift_cpu_float32 PASSED 2022-12-01T10:40:48.7294241Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_irfftn_cpu_float32 PASSED 2022-12-01T10:40:48.7294510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_rfft_cpu_float32 PASSED 2022-12-01T10:40:48.7294766Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_rfftn_cpu_float32 PASSED 2022-12-01T10:40:48.7295019Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_flatten_cpu_float32 PASSED 2022-12-01T10:40:48.7295257Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_float_cpu_float32 XFAIL 2022-12-01T10:40:48.7295597Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_float_power_cpu_float32 PASSED 2022-12-01T10:40:48.7295851Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fmin_cpu_float32 PASSED 2022-12-01T10:40:48.7296189Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7296471Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_gather_cpu_float32 PASSED 2022-12-01T10:40:48.7296811Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7297315Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7297535Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_half_cpu_float32 XFAIL 2022-12-01T10:40:48.7297877Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7298229Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7298476Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_hstack_cpu_float32 PASSED 2022-12-01T10:40:48.7298741Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_hypot_cpu_float32 PASSED 2022-12-01T10:40:48.7299028Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_add_cpu_float32 PASSED 2022-12-01T10:40:48.7299297Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_copy_cpu_float32 PASSED 2022-12-01T10:40:48.7299579Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_fill_cpu_float32 PASSED 2022-12-01T10:40:48.7299868Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_reduce_cpu_float32 XFAIL 2022-12-01T10:40:48.7300142Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_select_cpu_float32 PASSED 2022-12-01T10:40:48.7300502Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7300831Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7301136Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7301439Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7301698Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_istft_cpu_float32 PASSED 2022-12-01T10:40:48.7302027Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:40:48.7302292Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_kthvalue_cpu_float32 PASSED 2022-12-01T10:40:48.7302545Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ldexp_cpu_float32 PASSED 2022-12-01T10:40:48.7302814Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lerp_cpu_float32 PASSED 2022-12-01T10:40:48.7303079Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lgamma_cpu_float32 PASSED 2022-12-01T10:40:48.7303525Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_cross_cpu_float32 PASSED 2022-12-01T10:40:48.7303767Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_eig_cpu_float32 XFAIL 2022-12-01T10:40:48.7304023Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_eigh_cpu_float32 PASSED 2022-12-01T10:40:48.7304288Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_eigvals_cpu_float32 XFAIL 2022-12-01T10:40:48.7304571Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_householder_product_cpu_float32 XFAIL 2022-12-01T10:40:48.7304835Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_inv_ex_cpu_float32 PASSED 2022-12-01T10:40:48.7305282Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7305591Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lstsq_grad_oriented_cpu_float32 PASSED 2022-12-01T10:40:48.7305872Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lu_factor_ex_cpu_float32 PASSED 2022-12-01T10:40:48.7306164Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lu_solve_cpu_float32 PASSED 2022-12-01T10:40:48.7306453Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_matrix_norm_cpu_float32 PASSED 2022-12-01T10:40:48.7306814Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7307154Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7307419Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_multi_dot_cpu_float32 PASSED 2022-12-01T10:40:48.7307737Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_norm_subgradients_at_zero_cpu_float32 PASSED 2022-12-01T10:40:48.7308130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T10:40:48.7308430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_solve_ex_cpu_float32 PASSED 2022-12-01T10:40:48.7308693Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_svd_cpu_float32 PASSED 2022-12-01T10:40:48.7308973Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_tensorsolve_cpu_float32 PASSED 2022-12-01T10:40:48.7309261Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_vander_cpu_float32 PASSED 2022-12-01T10:40:48.7309547Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log_softmax_cpu_float32 PASSED 2022-12-01T10:40:48.7309827Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logaddexp_cpu_float32 PASSED 2022-12-01T10:40:48.7310133Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logcumsumexp_cpu_float32 PASSED 2022-12-01T10:40:48.7310515Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7310889Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7311241Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7311488Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logsumexp_cpu_float32 PASSED 2022-12-01T10:40:48.7311904Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7312199Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lu_unpack_cpu_float32 PASSED 2022-12-01T10:40:48.7312492Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mT_cpu_float32 PASSED 2022-12-01T10:40:48.7312791Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_amin_cpu_float32 PASSED 2022-12-01T10:40:48.7313199Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7313731Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7314037Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_cumprod_cpu_float32 PASSED 2022-12-01T10:40:48.7314365Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_cumsum_cpu_float32 PASSED 2022-12-01T10:40:48.7314689Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_fill_cpu_float32 PASSED 2022-12-01T10:40:48.7315045Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_fill_functorch_Scalar_only_cpu_float32 PASSED 2022-12-01T10:40:48.7315472Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_logaddexp_cpu_float32 PASSED 2022-12-01T10:40:48.7315830Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_logsumexp_cpu_float32 PASSED 2022-12-01T10:40:48.7316173Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_mean_cpu_float32 PASSED 2022-12-01T10:40:48.7316501Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_median_cpu_float32 PASSED 2022-12-01T10:40:48.7316807Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_norm_cpu_float32 PASSED 2022-12-01T10:40:48.7317144Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_softmax_cpu_float32 PASSED 2022-12-01T10:40:48.7317480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_softmin_cpu_float32 PASSED 2022-12-01T10:40:48.7317808Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_sum_cpu_float32 PASSED 2022-12-01T10:40:48.7318130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_max_binary_cpu_float32 PASSED 2022-12-01T10:40:48.7318493Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_max_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:40:48.7318847Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_max_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:40:48.7319142Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mean_cpu_float32 PASSED 2022-12-01T10:40:48.7319453Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_min_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:40:48.7319716Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_minimum_cpu_float32 PASSED 2022-12-01T10:40:48.7320008Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mm_cpu_float32 PASSED 2022-12-01T10:40:48.7320401Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mode_cpu_float32 PASSED 2022-12-01T10:40:48.7320658Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_msort_cpu_float32 PASSED 2022-12-01T10:40:48.7320904Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mul_cpu_float32 PASSED 2022-12-01T10:40:48.7321249Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mv_cpu_float32 PASSED 2022-12-01T10:40:48.7321555Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED 2022-12-01T10:40:48.7321846Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED 2022-12-01T10:40:48.7322112Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nan_to_num_cpu_float32 PASSED 2022-12-01T10:40:48.7322336Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nanmedian_cpu_float32 PASSED 2022-12-01T10:40:48.7322602Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nanquantile_cpu_float32 XFAIL 2022-12-01T10:40:48.7322938Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7323196Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_native_batch_norm_cpu_float32 XFAIL 2022-12-01T10:40:48.7323532Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7323866Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7324330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7324674Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7325031Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7325339Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:40:48.7325636Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:40:48.7326020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED 2022-12-01T10:40:48.7326360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED 2022-12-01T10:40:48.7326654Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_celu_cpu_float32 PASSED 2022-12-01T10:40:48.7326954Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_cpu_float32 PASSED 2022-12-01T10:40:48.7327263Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_no_bias_cpu_float32 PASSED 2022-12-01T10:40:48.7327587Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED 2022-12-01T10:40:48.7327934Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED 2022-12-01T10:40:48.7328260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.7328635Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED 2022-12-01T10:40:48.7329021Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED 2022-12-01T10:40:48.7329354Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv_transpose1d_cpu_float32 PASSED 2022-12-01T10:40:48.7329699Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv_transpose3d_cpu_float32 PASSED 2022-12-01T10:40:48.7330056Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_cosine_embedding_loss_cpu_float32 PASSED 2022-12-01T10:40:48.7330375Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_cross_entropy_cpu_float32 PASSED 2022-12-01T10:40:48.7330646Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_ctc_loss_cpu_float32 XFAIL 2022-12-01T10:40:48.7331062Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_dropout2d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.7331399Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_dropout3d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.7331776Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_dropout_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.7332127Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_embedding_functorch_cpu_float32 PASSED 2022-12-01T10:40:48.7332533Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED 2022-12-01T10:40:48.7332930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_fractional_max_pool2d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:40:48.7333394Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_grid_sample_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T10:40:48.7333866Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_hardsigmoid_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T10:40:48.7334336Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_hardtanh_cpu_float32 PASSED 2022-12-01T10:40:48.7334705Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_hinge_embedding_loss_cpu_float32 PASSED 2022-12-01T10:40:48.7335064Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_huber_loss_cpu_float32 PASSED 2022-12-01T10:40:48.7335392Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_instance_norm_cpu_float32 XFAIL 2022-12-01T10:40:48.7335755Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_area_cpu_float32 PASSED 2022-12-01T10:40:48.7336147Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_bicubic_cpu_float32 PASSED 2022-12-01T10:40:48.7336642Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_bilinear_cpu_float32 PASSED 2022-12-01T10:40:48.7337188Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_linear_cpu_float32 PASSED 2022-12-01T10:40:48.7337552Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_nearest_cpu_float32 PASSED 2022-12-01T10:40:48.7337913Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_trilinear_cpu_float32 PASSED 2022-12-01T10:40:48.7338232Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_kl_div_cpu_float32 PASSED 2022-12-01T10:40:48.7338584Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_l1_loss_cpu_float32 PASSED 2022-12-01T10:40:48.7338910Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_linear_cpu_float32 PASSED 2022-12-01T10:40:48.7339289Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_margin_ranking_loss_cpu_float32 PASSED 2022-12-01T10:40:48.7339706Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_pool2d_cpu_float32 XFAIL 2022-12-01T10:40:48.7340003Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool1d_grad_cpu_float32 PASSED 2022-12-01T10:40:48.7340286Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool2d_cpu_float32 XFAIL 2022-12-01T10:40:48.7340588Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool3d_grad_cpu_float32 PASSED 2022-12-01T10:40:48.7340885Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_mse_loss_cpu_float32 PASSED 2022-12-01T10:40:48.7341232Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:40:48.7341535Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_normalize_cpu_float32 PASSED 2022-12-01T10:40:48.7341819Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pad_circular_cpu_float32 PASSED 2022-12-01T10:40:48.7342094Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pad_constant_cpu_float32 PASSED 2022-12-01T10:40:48.7342497Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pdist_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T10:40:48.7342806Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_prelu_cpu_float32 PASSED 2022-12-01T10:40:48.7343087Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_relu_cpu_float32 PASSED 2022-12-01T10:40:48.7343375Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_rrelu_cpu_float32 XFAIL 2022-12-01T10:40:48.7343673Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_selu_cpu_float32 PASSED 2022-12-01T10:40:48.7343972Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_silu_cpu_float32 PASSED 2022-12-01T10:40:48.7344313Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_softmin_with_dtype_cpu_float32 PASSED 2022-12-01T10:40:48.7344589Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_softshrink_cpu_float32 PASSED 2022-12-01T10:40:48.7345023Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_threshold_cpu_float32 PASSED 2022-12-01T10:40:48.7345325Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_triplet_margin_loss_cpu_float32 PASSED 2022-12-01T10:40:48.7345689Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED 2022-12-01T10:40:48.7345982Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_unfold_cpu_float32 PASSED 2022-12-01T10:40:48.7346294Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_upsample_bilinear_cpu_float32 PASSED 2022-12-01T10:40:48.7346529Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_norm_cpu_float32 PASSED 2022-12-01T10:40:48.7346888Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_norm_fro_cpu_float32 PASSED 2022-12-01T10:40:48.7347155Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_norm_inf_cpu_float32 PASSED 2022-12-01T10:40:48.7347478Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7347834Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ormqr_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7348109Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_pca_lowrank_cpu_float32 XFAIL 2022-12-01T10:40:48.7348379Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_permute_cpu_float32 PASSED 2022-12-01T10:40:48.7348616Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polar_cpu_float32 PASSED 2022-12-01T10:40:48.7348905Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polygamma_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:40:48.7349222Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polygamma_polygamma_n_1_cpu_float32 PASSED 2022-12-01T10:40:48.7349485Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polygamma_polygamma_n_4_cpu_float32 PASSED 2022-12-01T10:40:48.7349751Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_pow_cpu_float32 PASSED 2022-12-01T10:40:48.7350018Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_prod_cpu_float32 PASSED 2022-12-01T10:40:48.7350277Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_put_cpu_float32 XFAIL 2022-12-01T10:40:48.7350642Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7350998Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7351296Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_reciprocal_cpu_float32 PASSED 2022-12-01T10:40:48.7351583Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_renorm_cpu_float32 PASSED 2022-12-01T10:40:48.7351831Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_repeat_cpu_float32 PASSED 2022-12-01T10:40:48.7352077Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_reshape_cpu_float32 PASSED 2022-12-01T10:40:48.7352367Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7352644Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_resolve_conj_cpu_float32 PASSED 2022-12-01T10:40:48.7352898Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_roll_cpu_float32 PASSED 2022-12-01T10:40:48.7353138Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_rot90_cpu_float32 PASSED 2022-12-01T10:40:48.7353388Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_round_cpu_float32 PASSED 2022-12-01T10:40:48.7353673Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_round_decimals_0_cpu_float32 PASSED 2022-12-01T10:40:48.7353979Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_reduce_amin_cpu_float32 PASSED 2022-12-01T10:40:48.7354270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_reduce_mean_cpu_float32 PASSED 2022-12-01T10:40:48.7354649Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_reduce_sum_cpu_float32 PASSED 2022-12-01T10:40:48.7354961Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7355337Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_segment_reduce_lengths_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T10:40:48.7355590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_select_cpu_float32 PASSED 2022-12-01T10:40:48.7355860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_select_scatter_cpu_float32 PASSED 2022-12-01T10:40:48.7356198Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sgn_cpu_float32 PASSED 2022-12-01T10:40:48.7356462Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sigmoid_cpu_float32 PASSED 2022-12-01T10:40:48.7356784Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7357064Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sinc_cpu_float32 PASSED 2022-12-01T10:40:48.7357326Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_softmax_cpu_float32 PASSED 2022-12-01T10:40:48.7357609Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_softmax_with_dtype_cpu_float32 PASSED 2022-12-01T10:40:48.7357956Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7358285Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7358664Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7359376Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.7360015Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.7360313Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_erfcx_cpu_float32 PASSED 2022-12-01T10:40:48.7360710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7361015Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_i0e_cpu_float32 PASSED 2022-12-01T10:40:48.7361389Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_i1_cpu_float32 PASSED 2022-12-01T10:40:48.7361702Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_i1e_cpu_float32 PASSED 2022-12-01T10:40:48.7362104Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7362454Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7362932Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7363341Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7363648Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_ndtr_cpu_float32 PASSED 2022-12-01T10:40:48.7364051Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:40:48.7364504Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7365443Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.7366195Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:40:48.7366624Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7366941Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sqrt_cpu_float32 PASSED 2022-12-01T10:40:48.7367270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_stack_cpu_float32 PASSED 2022-12-01T10:40:48.7367667Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_std_mean_cpu_float32 PASSED 2022-12-01T10:40:48.7368013Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sum_to_size_cpu_float32 PASSED 2022-12-01T10:40:48.7368325Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_svd_cpu_float32 PASSED 2022-12-01T10:40:48.7368648Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_svd_lowrank_cpu_float32 XFAIL 2022-12-01T10:40:48.7368956Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_t_cpu_float32 PASSED 2022-12-01T10:40:48.7369283Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_take_along_dim_cpu_float32 PASSED 2022-12-01T10:40:48.7369603Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tanh_cpu_float32 PASSED 2022-12-01T10:40:48.7369903Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tensor_split_cpu_float32 XFAIL 2022-12-01T10:40:48.7370191Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tensordot_cpu_float32 PASSED 2022-12-01T10:40:48.7370472Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tile_cpu_float32 PASSED 2022-12-01T10:40:48.7370776Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_to_sparse_cpu_float32 XFAIL 2022-12-01T10:40:48.7371067Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_topk_cpu_float32 PASSED 2022-12-01T10:40:48.7371452Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_trace_cpu_float32 PASSED 2022-12-01T10:40:48.7371699Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_transpose_cpu_float32 PASSED 2022-12-01T10:40:48.7371958Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_trapezoid_cpu_float32 PASSED 2022-12-01T10:40:48.7372232Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_trapz_cpu_float32 PASSED 2022-12-01T10:40:48.7372514Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_triangular_solve_cpu_float32 PASSED 2022-12-01T10:40:48.7372779Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tril_cpu_float32 PASSED 2022-12-01T10:40:48.7373042Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_true_divide_cpu_float32 PASSED 2022-12-01T10:40:48.7373289Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unbind_cpu_float32 PASSED 2022-12-01T10:40:48.7373645Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7373887Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unsqueeze_cpu_float32 PASSED 2022-12-01T10:40:48.7374140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_var_mean_cpu_float32 PASSED 2022-12-01T10:40:48.7374394Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_view_as_cpu_float32 PASSED 2022-12-01T10:40:48.7374642Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_view_cpu_float32 PASSED 2022-12-01T10:40:48.7374894Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_vsplit_cpu_float32 PASSED 2022-12-01T10:40:48.7375143Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_where_cpu_float32 PASSED 2022-12-01T10:40:48.7375423Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_xlogy_cpu_float32 PASSED 2022-12-01T10:40:48.7375690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_zero__cpu_float32 PASSED 2022-12-01T10:40:48.7376138Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7376438Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:40:48.7376470Z 2022-12-01T10:40:48.7376627Z =============================== warnings summary =============================== 2022-12-01T10:40:48.7377146Z ../../../../../opt/conda/lib/python3.7/site-packages/_pytest/config/__init__.py:1130 2022-12-01T10:40:48.7377787Z /opt/conda/lib/python3.7/site-packages/_pytest/config/__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-12-01T10:40:48.7377953Z self._mark_plugins_for_rewrite(hook) 2022-12-01T10:40:48.7378079Z 2022-12-01T10:40:48.7378327Z test_ops.py::TestOperatorsCPU::test_extremal_numerics_softmax_cpu 2022-12-01T10:40:48.7378766Z /var/lib/jenkins/workspace/test/functorch/test_ops.py:1476: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-12-01T10:40:48.7378968Z result = torch.nn.functional.softmax(input) 2022-12-01T10:40:48.7378979Z 2022-12-01T10:40:48.7379219Z test_ops.py::TestOperatorsCPU::test_extremal_numerics_softmax_cpu 2022-12-01T10:40:48.7379963Z /opt/conda/lib/python3.7/site-packages/functorch/_src/eager_transforms.py:289: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-12-01T10:40:48.7380107Z primals_out = func(*primals) 2022-12-01T10:40:48.7380133Z 2022-12-01T10:40:48.7380364Z test_ops.py::TestOperatorsCPU::test_grad_cholesky_cpu_float32 2022-12-01T10:40:48.7381165Z /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:40:48.7381296Z L = torch.cholesky(A) 2022-12-01T10:40:48.7381416Z should be replaced with 2022-12-01T10:40:48.7381556Z L = torch.linalg.cholesky(A) 2022-12-01T10:40:48.7381647Z and 2022-12-01T10:40:48.7381898Z U = torch.cholesky(A, upper=True) 2022-12-01T10:40:48.7382022Z should be replaced with 2022-12-01T10:40:48.7382192Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T10:40:48.7382737Z 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:40:48.7382899Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7382911Z 2022-12-01T10:40:48.7383187Z test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_cpu_float32 2022-12-01T10:40:48.7384398Z /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:40:48.7384578Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7384589Z 2022-12-01T10:40:48.7384832Z test_ops.py::TestOperatorsCPU::test_grad_qr_cpu_float32 2022-12-01T10:40:48.7385640Z /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:40:48.7386086Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:40:48.7386222Z Q, R = torch.qr(A, some) 2022-12-01T10:40:48.7386370Z should be replaced with 2022-12-01T10:40:48.7387113Z 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:40:48.7387291Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7387454Z 2022-12-01T10:40:48.7387750Z test_ops.py::TestOperatorsCPU::test_grad_scatter_reduce_amin_cpu_float32 2022-12-01T10:40:48.7388745Z /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:40:48.7388913Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7388923Z 2022-12-01T10:40:48.7389224Z test_ops.py::TestOperatorsCPU::test_grad_sparse_sampled_addmm_cpu_float32 2022-12-01T10:40:48.7390869Z /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:40:48.7391065Z torch.eye(m, n, device=device, dtype=dtype) 2022-12-01T10:40:48.7391077Z 2022-12-01T10:40:48.7391275Z test_ops.py::TestOperatorsCPU::test_grad_stft_cpu_float32 2022-12-01T10:40:48.7392364Z /opt/conda/lib/python3.7/site-packages/torch/functional.py:633: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:804.) 2022-12-01T10:40:48.7392520Z normalized, onesided, return_complex) 2022-12-01T10:40:48.7392529Z 2022-12-01T10:40:48.7392728Z test_ops.py::TestOperatorsCPU::test_grad_symeig_cpu_float32 2022-12-01T10:40:48.7393493Z /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:40:48.7393849Z 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:40:48.7394001Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:40:48.7394138Z should be replaced with 2022-12-01T10:40:48.7394454Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:40:48.7394559Z and 2022-12-01T10:40:48.7394722Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:40:48.7394859Z should be replaced with 2022-12-01T10:40:48.7395444Z 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:40:48.7395588Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7395597Z 2022-12-01T10:40:48.7395819Z test_ops.py::TestOperatorsCPU::test_jvp___rpow___cpu_float32 2022-12-01T10:40:48.7396033Z test_ops.py::TestOperatorsCPU::test_vjpvjp___rpow___cpu_float32 2022-12-01T10:40:48.7396284Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rpow___cpu_float64 2022-12-01T10:40:48.7396513Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rpow___cpu_float32 2022-12-01T10:40:48.7396769Z test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rpow___cpu_float32 2022-12-01T10:40:48.7397599Z /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:40:48.7397830Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:40:48.7397841Z 2022-12-01T10:40:48.7398040Z test_ops.py::TestOperatorsCPU::test_jvp_istft_cpu_float32 2022-12-01T10:40:48.7399134Z /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:40:48.7399415Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7399425Z 2022-12-01T10:40:48.7399633Z test_ops.py::TestOperatorsCPU::test_jvp_lu_cpu_float32 2022-12-01T10:40:48.7400368Z /opt/conda/lib/python3.7/site-packages/torch/functional.py:1682: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-12-01T10:40:48.7400539Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T10:40:48.7400683Z should be replaced with 2022-12-01T10:40:48.7400870Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T10:40:48.7400967Z and 2022-12-01T10:40:48.7401373Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T10:40:48.7401518Z should be replaced with 2022-12-01T10:40:48.7401959Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1925.) 2022-12-01T10:40:48.7402210Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T10:40:48.7402222Z 2022-12-01T10:40:48.7402483Z test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_dropout2d_cpu_float32 2022-12-01T10:40:48.7402738Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout2d_cpu_float32 2022-12-01T10:40:48.7402972Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout2d_cpu_float64 2022-12-01T10:40:48.7404366Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-12-01T10:40:48.7404833Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:40:48.7404843Z 2022-12-01T10:40:48.7405090Z test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_kl_div_cpu_float32 2022-12-01T10:40:48.7405340Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_kl_div_cpu_float32 2022-12-01T10:40:48.7405585Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_kl_div_cpu_float32 2022-12-01T10:40:48.7405852Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_kl_div_cpu_float32 2022-12-01T10:40:48.7406091Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_kl_div_cpu_float32 2022-12-01T10:40:48.7406340Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_kl_div_cpu_float32 2022-12-01T10:40:48.7407375Z /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:40:48.7407795Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:40:48.7407808Z 2022-12-01T10:40:48.7408058Z test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_upsample_bilinear_cpu_float32 2022-12-01T10:40:48.7408329Z test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_upsample_bilinear_cpu_float32 2022-12-01T10:40:48.7408574Z test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_upsample_bilinear_cpu_float32 2022-12-01T10:40:48.7408841Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_upsample_bilinear_cpu_float32 2022-12-01T10:40:48.7409135Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_upsample_bilinear_cpu_float64 2022-12-01T10:40:48.7409447Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_upsample_bilinear_cpu_float32 2022-12-01T10:40:48.7409843Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_upsample_bilinear_cpu_float32 2022-12-01T10:40:48.7410120Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_upsample_bilinear_cpu_float32 2022-12-01T10:40:48.7410793Z /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:40:48.7411131Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:40:48.7411160Z 2022-12-01T10:40:48.7411413Z test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_upsample_nearest_cpu_float32 2022-12-01T10:40:48.7411791Z test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_upsample_nearest_cpu_float32 2022-12-01T10:40:48.7412079Z test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_upsample_nearest_cpu_float32 2022-12-01T10:40:48.7412410Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_upsample_nearest_cpu_float32 2022-12-01T10:40:48.7412711Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_upsample_nearest_cpu_float64 2022-12-01T10:40:48.7412989Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_upsample_nearest_cpu_float32 2022-12-01T10:40:48.7413352Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_upsample_nearest_cpu_float32 2022-12-01T10:40:48.7413641Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_upsample_nearest_cpu_float32 2022-12-01T10:40:48.7414367Z /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:40:48.7414759Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:40:48.7414772Z 2022-12-01T10:40:48.7415053Z test_ops.py::TestOperatorsCPU::test_jvp_triangular_solve_cpu_float32 2022-12-01T10:40:48.7415981Z /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:40:48.7416345Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:40:48.7416534Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:40:48.7416681Z should be replaced with 2022-12-01T10:40:48.7417278Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T10:40:48.7417463Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7417475Z 2022-12-01T10:40:48.7417764Z test_ops.py::TestOperatorsCPU::test_jvpvjp_index_reduce_cpu_float32 2022-12-01T10:40:48.7418857Z /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:40:48.7419037Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7419048Z 2022-12-01T10:40:48.7419304Z test_ops.py::TestOperatorsCPU::test_vjp_chalf_cpu_float32 2022-12-01T10:40:48.7420441Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:14122: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:40:48.7420654Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-12-01T10:40:48.7420665Z 2022-12-01T10:40:48.7420944Z test_ops.py::TestOperatorsCPU::test_vjpvmap_as_strided_scatter_cpu_float32 2022-12-01T10:40:48.7421217Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_as_strided_scatter_cpu_float32 2022-12-01T10:40:48.7421655Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_as_strided_scatter_cpu_float32 2022-12-01T10:40:48.7423258Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:10636: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::as_strided_scatter. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7423511Z torch.as_strided_scatter(x, src, size, stride, storage_offset=storage_offset), 2022-12-01T10:40:48.7423523Z 2022-12-01T10:40:48.7423749Z test_ops.py::TestOperatorsCPU::test_vjpvmap_complex_cpu_float32 2022-12-01T10:40:48.7424070Z test_ops.py::TestOperatorsCPU::test_vmapvjp_complex_cpu_float32 2022-12-01T10:40:48.7425373Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::complex. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7425535Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7425546Z 2022-12-01T10:40:48.7425750Z test_ops.py::TestOperatorsCPU::test_vjpvmap_copysign_cpu_float32 2022-12-01T10:40:48.7426003Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_copysign_cpu_float32 2022-12-01T10:40:48.7427342Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copysign.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7427495Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7427510Z 2022-12-01T10:40:48.7427749Z test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ihfft2_cpu_float32 2022-12-01T10:40:48.7429118Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fft_ihfft2. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7429275Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7429285Z 2022-12-01T10:40:48.7429512Z test_ops.py::TestOperatorsCPU::test_vjpvmap_index_fill_cpu_float32 2022-12-01T10:40:48.7429766Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_fill_cpu_float32 2022-12-01T10:40:48.7430016Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_fill_cpu_float32 2022-12-01T10:40:48.7430254Z test_ops.py::TestOperatorsCPU::test_vmapvjp_index_fill_cpu_float32 2022-12-01T10:40:48.7430503Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_fill_cpu_float32 2022-12-01T10:40:48.7431944Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_fill.int_Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7432091Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7432101Z 2022-12-01T10:40:48.7432438Z test_ops.py::TestOperatorsCPU::test_vjpvmap_istft_cpu_float32 2022-12-01T10:40:48.7433966Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::istft. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7434254Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7434282Z 2022-12-01T10:40:48.7434535Z test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_eigh_cpu_float32 2022-12-01T10:40:48.7436118Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_eigh. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7436311Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7436322Z 2022-12-01T10:40:48.7436698Z test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lu_factor_cpu_float32 2022-12-01T10:40:48.7438323Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu_factor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7438496Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7438506Z 2022-12-01T10:40:48.7438765Z test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_vander_cpu_float32 2022-12-01T10:40:48.7440387Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_vander. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7440544Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7440560Z 2022-12-01T10:40:48.7440821Z test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_vecdot_cpu_float32 2022-12-01T10:40:48.7442401Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_vecdot. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7442559Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7442570Z 2022-12-01T10:40:48.7442802Z test_ops.py::TestOperatorsCPU::test_vjpvmap_lu_unpack_cpu_float32 2022-12-01T10:40:48.7443028Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lu_factor_cpu_float32 2022-12-01T10:40:48.7443260Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_lu_unpack_cpu_float32 2022-12-01T10:40:48.7443514Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_factor_cpu_float32 2022-12-01T10:40:48.7443738Z test_ops.py::TestOperatorsCPU::test_vmapvjp_lu_unpack_cpu_float32 2022-12-01T10:40:48.7443990Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lu_unpack_cpu_float32 2022-12-01T10:40:48.7445408Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_unpack. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7445556Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7445566Z 2022-12-01T10:40:48.7445777Z test_ops.py::TestOperatorsCPU::test_vjpvmap_matrix_exp_cpu_float32 2022-12-01T10:40:48.7447148Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::matrix_exp. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7447398Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7447407Z 2022-12-01T10:40:48.7447623Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nanmean_cpu_float32 2022-12-01T10:40:48.7448995Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanmean. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7449150Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7449160Z 2022-12-01T10:40:48.7449478Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nanquantile_cpu_float32 2022-12-01T10:40:48.7450858Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanquantile.scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7451017Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7451027Z 2022-12-01T10:40:48.7451261Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nanquantile_cpu_float32 2022-12-01T10:40:48.7452672Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanquantile. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7452807Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7452820Z 2022-12-01T10:40:48.7453097Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional__scaled_dot_product_attention_cpu_float32 2022-12-01T10:40:48.7454507Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:7970: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_scaled_dot_product_attention. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7454657Z return op(*args, **kwargs) 2022-12-01T10:40:48.7454668Z 2022-12-01T10:40:48.7454921Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_bilinear_cpu_float32 2022-12-01T10:40:48.7456209Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::bilinear. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7456358Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7456368Z 2022-12-01T10:40:48.7456625Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_embedding_bag_cpu_float32 2022-12-01T10:40:48.7458113Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2393: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::embedding_bag.padding_idx. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7458446Z weight, input, offsets, scale_grad_by_freq, mode_enum, sparse, per_sample_weights, include_last_offset, padding_idx 2022-12-01T10:40:48.7458458Z 2022-12-01T10:40:48.7458826Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_kl_div_cpu_float32 2022-12-01T10:40:48.7460133Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2928: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::kl_div. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7460375Z reduced = torch.kl_div(input, target, reduction_enum, log_target=log_target) 2022-12-01T10:40:48.7460385Z 2022-12-01T10:40:48.7460652Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_margin_ranking_loss_cpu_float32 2022-12-01T10:40:48.7462205Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3331: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::margin_ranking_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7462473Z return torch.margin_ranking_loss(input1, input2, target, margin, reduction_enum) 2022-12-01T10:40:48.7462498Z 2022-12-01T10:40:48.7462733Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_pool3d_cpu_float32 2022-12-01T10:40:48.7464239Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:843: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool3d_with_indices. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7464591Z return torch._C._nn.max_pool3d_with_indices(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-12-01T10:40:48.7464604Z 2022-12-01T10:40:48.7464914Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_pool3d_cpu_float32 2022-12-01T10:40:48.7466427Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:868: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool3d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7466730Z return torch.max_pool3d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-12-01T10:40:48.7466741Z 2022-12-01T10:40:48.7467068Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool1d_cpu_float32 2022-12-01T10:40:48.7467391Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool1d_grad_cpu_float32 2022-12-01T10:40:48.7467737Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool1d_grad_cpu_float32 2022-12-01T10:40:48.7468038Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool1d_cpu_float32 2022-12-01T10:40:48.7468382Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool1d_grad_cpu_float32 2022-12-01T10:40:48.7468720Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool1d_grad_cpu_float32 2022-12-01T10:40:48.7470305Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:948: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_unpool2d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7470788Z return torch._C._nn.max_unpool2d(input.unsqueeze(-1), indices.unsqueeze(-1), output_size).squeeze(-1) 2022-12-01T10:40:48.7470803Z 2022-12-01T10:40:48.7471112Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool3d_cpu_float32 2022-12-01T10:40:48.7471397Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool3d_grad_cpu_float32 2022-12-01T10:40:48.7471901Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool3d_grad_cpu_float32 2022-12-01T10:40:48.7472161Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool3d_cpu_float32 2022-12-01T10:40:48.7472435Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool3d_grad_cpu_float32 2022-12-01T10:40:48.7472720Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool3d_grad_cpu_float32 2022-12-01T10:40:48.7474148Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1012: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_unpool3d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7474408Z return torch._C._nn.max_unpool3d(input, indices, output_size, _stride, padding) 2022-12-01T10:40:48.7474426Z 2022-12-01T10:40:48.7474692Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_mse_loss_functorch_cpu_float32 2022-12-01T10:40:48.7476242Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: An output with one or more elements was resized since it had shape [25], which does not match the required output shape [2, 25]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing 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:40:48.7476499Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:40:48.7476509Z 2022-12-01T10:40:48.7476782Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_mse_loss_functorch_cpu_float32 2022-12-01T10:40:48.7478352Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: An output with one or more elements was resized since it had shape [125], which does not match the required output shape [2, 125]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing 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:40:48.7478645Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:40:48.7478655Z 2022-12-01T10:40:48.7478930Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_mse_loss_functorch_cpu_float32 2022-12-01T10:40:48.7480598Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: An output with one or more elements was resized since it had shape [625], which does not match the required output shape [2, 625]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing 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:40:48.7480889Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:40:48.7480898Z 2022-12-01T10:40:48.7481160Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_multi_margin_loss_cpu_float32 2022-12-01T10:40:48.7482756Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3530: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::multi_margin_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7483067Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-12-01T10:40:48.7483232Z 2022-12-01T10:40:48.7483529Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_smooth_l1_loss_cpu_float32 2022-12-01T10:40:48.7483847Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_smooth_l1_loss_cpu_float32 2022-12-01T10:40:48.7484165Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_smooth_l1_loss_cpu_float32 2022-12-01T10:40:48.7485726Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3200: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::smooth_l1_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7486174Z return torch._C._nn.smooth_l1_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), beta) 2022-12-01T10:40:48.7486188Z 2022-12-01T10:40:48.7486525Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_soft_margin_loss_cpu_float32 2022-12-01T10:40:48.7486854Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_soft_margin_loss_cpu_float32 2022-12-01T10:40:48.7488388Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3411: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::soft_margin_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7488651Z return torch._C._nn.soft_margin_loss(input, target, reduction_enum) 2022-12-01T10:40:48.7488664Z 2022-12-01T10:40:48.7488820Z test_ops.py: 14 warnings 2022-12-01T10:40:48.7490702Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_reduce.two. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7490862Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7490873Z 2022-12-01T10:40:48.7491118Z test_ops.py::TestOperatorsCPU::test_vjpvmap_segment_reduce_lengths_cpu_float32 2022-12-01T10:40:48.7492455Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::segment_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7492620Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7492629Z 2022-12-01T10:40:48.7492855Z test_ops.py::TestOperatorsCPU::test_vjpvmap_stft_cpu_float32 2022-12-01T10:40:48.7494170Z /opt/conda/lib/python3.7/site-packages/torch/functional.py:633: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::stft. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7494353Z normalized, onesided, return_complex) 2022-12-01T10:40:48.7494363Z 2022-12-01T10:40:48.7494605Z test_ops.py::TestOperatorsCPU::test_vjpvmap_take_cpu_float32 2022-12-01T10:40:48.7494811Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_take_cpu_float32 2022-12-01T10:40:48.7495027Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_take_cpu_float32 2022-12-01T10:40:48.7495229Z test_ops.py::TestOperatorsCPU::test_vmapvjp_take_cpu_float32 2022-12-01T10:40:48.7496597Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::take. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7496859Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7496867Z 2022-12-01T10:40:48.7497221Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_as_strided_cpu_float64 2022-12-01T10:40:48.7497457Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_stft_cpu_float64 2022-12-01T10:40:48.7497675Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_stft_cpu_float32 2022-12-01T10:40:48.7499139Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_add_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7499403Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:40:48.7499414Z 2022-12-01T10:40:48.7499660Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cummax_cpu_float32 2022-12-01T10:40:48.7499910Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cummax_cpu_float64 2022-12-01T10:40:48.7500113Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cummin_cpu_float64 2022-12-01T10:40:48.7500338Z test_ops.py::TestOperatorsCPU::test_vmapvjp_cummax_cpu_float32 2022-12-01T10:40:48.7500574Z test_ops.py::TestOperatorsCPU::test_vmapvjp_cummin_cpu_float32 2022-12-01T10:40:48.7501993Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::cummaxmin_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7502272Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:40:48.7502283Z 2022-12-01T10:40:48.7502404Z test_ops.py: 11 warnings 2022-12-01T10:40:48.7503722Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::cumprod_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7504000Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:40:48.7504009Z 2022-12-01T10:40:48.7504243Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfft2_cpu_float64 2022-12-01T10:40:48.7504460Z test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ihfft2_cpu_float32 2022-12-01T10:40:48.7505710Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_conj_physical. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7505975Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:40:48.7505987Z 2022-12-01T10:40:48.7506249Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_fill_cpu_float32 2022-12-01T10:40:48.7506509Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_fill_cpu_float64 2022-12-01T10:40:48.7506754Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_reduce_cpu_float32 2022-12-01T10:40:48.7506999Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_reduce_cpu_float64 2022-12-01T10:40:48.7507218Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_fill_cpu_float32 2022-12-01T10:40:48.7507567Z test_ops.py::TestOperatorsCPU::test_vmapvjp_index_copy_cpu_float32 2022-12-01T10:40:48.7507778Z test_ops.py::TestOperatorsCPU::test_vmapvjp_index_fill_cpu_float32 2022-12-01T10:40:48.7508013Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_copy_cpu_float32 2022-12-01T10:40:48.7508238Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_fill_cpu_float32 2022-12-01T10:40:48.7509627Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_fill.int_Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7510010Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:40:48.7510023Z 2022-12-01T10:40:48.7510346Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_householder_product_cpu_float32 2022-12-01T10:40:48.7510643Z test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_householder_product_cpu_float32 2022-12-01T10:40:48.7510946Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_householder_product_cpu_float32 2022-12-01T10:40:48.7512320Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::tril_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7512627Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:40:48.7512639Z 2022-12-01T10:40:48.7512907Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_solve_cpu_float32 2022-12-01T10:40:48.7513765Z /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:40:48.7514017Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T10:40:48.7514188Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T10:40:48.7514346Z should be replaced with 2022-12-01T10:40:48.7514790Z 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:40:48.7514967Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7514979Z 2022-12-01T10:40:48.7515283Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_bilinear_cpu_float32 2022-12-01T10:40:48.7515600Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_bilinear_cpu_float64 2022-12-01T10:40:48.7515896Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_bilinear_cpu_float32 2022-12-01T10:40:48.7517504Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_trilinear. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7517829Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:40:48.7517840Z 2022-12-01T10:40:48.7518191Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_bag_cpu_float64 2022-12-01T10:40:48.7518525Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_embedding_bag_cpu_float32 2022-12-01T10:40:48.7520084Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_embedding_bag_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7520619Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:40:48.7520631Z 2022-12-01T10:40:48.7520951Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_fractional_max_pool2d_cpu_float64 2022-12-01T10:40:48.7522461Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fractional_max_pool2d_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7522726Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:40:48.7522742Z 2022-12-01T10:40:48.7523034Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_fractional_max_pool3d_cpu_float32 2022-12-01T10:40:48.7523312Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_fractional_max_pool3d_cpu_float64 2022-12-01T10:40:48.7524675Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fractional_max_pool3d_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7524932Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:40:48.7524942Z 2022-12-01T10:40:48.7525228Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_huber_loss_cpu_float64 2022-12-01T10:40:48.7525489Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_huber_loss_cpu_float32 2022-12-01T10:40:48.7525770Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_huber_loss_cpu_float32 2022-12-01T10:40:48.7527154Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::huber_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7527439Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:40:48.7527451Z 2022-12-01T10:40:48.7527739Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mish_cpu_float64 2022-12-01T10:40:48.7529156Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::mish_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7529407Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:40:48.7529417Z 2022-12-01T10:40:48.7529695Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multi_margin_loss_cpu_float64 2022-12-01T10:40:48.7531295Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::multi_margin_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7531606Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:40:48.7531737Z 2022-12-01T10:40:48.7532080Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multilabel_margin_loss_cpu_float32 2022-12-01T10:40:48.7532442Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multilabel_margin_loss_cpu_float64 2022-12-01T10:40:48.7532776Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_multilabel_margin_loss_cpu_float32 2022-12-01T10:40:48.7534374Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::multilabel_margin_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7534807Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:40:48.7534821Z 2022-12-01T10:40:48.7535167Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_rrelu_cpu_float64 2022-12-01T10:40:48.7536724Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::rrelu_with_noise_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7537204Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:40:48.7537218Z 2022-12-01T10:40:48.7537562Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_smooth_l1_loss_cpu_float64 2022-12-01T10:40:48.7537883Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_smooth_l1_loss_cpu_float32 2022-12-01T10:40:48.7539336Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::smooth_l1_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7539629Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:40:48.7539640Z 2022-12-01T10:40:48.7539894Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_put_cpu_float64 2022-12-01T10:40:48.7540121Z test_ops.py::TestOperatorsCPU::test_vmapvjp_put_cpu_float32 2022-12-01T10:40:48.7540346Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_put_cpu_float32 2022-12-01T10:40:48.7541664Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::take. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7541941Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:40:48.7541952Z 2022-12-01T10:40:48.7542209Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_put_cpu_float64 2022-12-01T10:40:48.7542432Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_take_cpu_float32 2022-12-01T10:40:48.7542665Z test_ops.py::TestOperatorsCPU::test_vmapvjp_put_cpu_float32 2022-12-01T10:40:48.7543932Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::put. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7544211Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:40:48.7544352Z 2022-12-01T10:40:48.7544609Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_to_sparse_cpu_float32 2022-12-01T10:40:48.7545872Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::to_dense_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7546159Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:40:48.7546170Z 2022-12-01T10:40:48.7546422Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unfold_cpu_float64 2022-12-01T10:40:48.7547860Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::unfold_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7548147Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:40:48.7548158Z 2022-12-01T10:40:48.7548417Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_cumprod_cpu_float32 2022-12-01T10:40:48.7549854Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7550002Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7550012Z 2022-12-01T10:40:48.7550237Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ihfftn_cpu_float32 2022-12-01T10:40:48.7550456Z test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ihfft2_cpu_float32 2022-12-01T10:40:48.7551825Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_conj_physical. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7551966Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7551976Z 2022-12-01T10:40:48.7552258Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_logsigmoid_cpu_float32 2022-12-01T10:40:48.7552505Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_logsigmoid_cpu_float32 2022-12-01T10:40:48.7554049Z /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 [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:40:48.7554220Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7554230Z 2022-12-01T10:40:48.7554462Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_vecdot_cpu_float32 2022-12-01T10:40:48.7554687Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_vdot_cpu_float32 2022-12-01T10:40:48.7554904Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_vecdot_cpu_float32 2022-12-01T10:40:48.7555119Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_vdot_cpu_float32 2022-12-01T10:40:48.7555350Z test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_vecdot_cpu_float32 2022-12-01T10:40:48.7555693Z test_ops.py::TestOperatorsCPU::test_vmapvjp_vdot_cpu_float32 2022-12-01T10:40:48.7557081Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::vdot. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7557245Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7557256Z 2022-12-01T10:40:48.7557516Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_cumprod_cpu_float32 2022-12-01T10:40:48.7558981Z /opt/conda/lib/python3.7/site-packages/torch/masked/_ops.py:1196: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7559217Z return torch.cumprod(mask_input, dim_, dtype=dtype).to(dtype=dtype) 2022-12-01T10:40:48.7559227Z 2022-12-01T10:40:48.7559573Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nanmean_cpu_float32 2022-12-01T10:40:48.7559814Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nansum_cpu_float32 2022-12-01T10:40:48.7560066Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nansum_cpu_float32 2022-12-01T10:40:48.7561719Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nansum. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7561898Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7561910Z 2022-12-01T10:40:48.7562228Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_bilinear_cpu_float32 2022-12-01T10:40:48.7562531Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_bilinear_cpu_float32 2022-12-01T10:40:48.7564148Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_trilinear. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7564311Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7564322Z 2022-12-01T10:40:48.7564643Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_glu_cpu_float32 2022-12-01T10:40:48.7564957Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_glu_cpu_float32 2022-12-01T10:40:48.7566511Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1493: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::glu_jvp. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7566704Z return torch._C._nn.glu(input, dim) 2022-12-01T10:40:48.7566716Z 2022-12-01T10:40:48.7567027Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool2d_grad_cpu_float32 2022-12-01T10:40:48.7567331Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool2d_cpu_float32 2022-12-01T10:40:48.7567643Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool2d_cpu_float32 2022-12-01T10:40:48.7568051Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool2d_grad_cpu_float32 2022-12-01T10:40:48.7568331Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool2d_cpu_float32 2022-12-01T10:40:48.7569557Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:980: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_unpool2d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7569906Z return torch._C._nn.max_unpool2d(input, indices, output_size) 2022-12-01T10:40:48.7569918Z 2022-12-01T10:40:48.7570174Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_smooth_l1_loss_cpu_float32 2022-12-01T10:40:48.7570429Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_smooth_l1_loss_cpu_float32 2022-12-01T10:40:48.7571858Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3200: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::smooth_l1_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7572159Z return torch._C._nn.smooth_l1_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), beta) 2022-12-01T10:40:48.7572169Z 2022-12-01T10:40:48.7572403Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_put_cpu_float32 2022-12-01T10:40:48.7572636Z test_ops.py::TestOperatorsCPU::test_vmapvjp_put_cpu_float32 2022-12-01T10:40:48.7572871Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_put_cpu_float32 2022-12-01T10:40:48.7574237Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::put. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7574396Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7574411Z 2022-12-01T10:40:48.7574677Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_log_ndtr_cpu_float32 2022-12-01T10:40:48.7574920Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_log_ndtr_cpu_float32 2022-12-01T10:40:48.7575188Z test_ops.py::TestOperatorsCPU::test_vmapvjp_special_log_ndtr_cpu_float32 2022-12-01T10:40:48.7576575Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_log_ndtr. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7576841Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7576853Z 2022-12-01T10:40:48.7577287Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_combinations_cpu_float32 2022-12-01T10:40:48.7577575Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_select_cpu_float32 2022-12-01T10:40:48.7579084Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_scatter. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7579396Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:40:48.7579410Z 2022-12-01T10:40:48.7579692Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_cpu_float32 2022-12-01T10:40:48.7581295Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7581632Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7581644Z 2022-12-01T10:40:48.7581955Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_factor_cpu_float32 2022-12-01T10:40:48.7582239Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lu_solve_cpu_float32 2022-12-01T10:40:48.7582540Z test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lu_factor_ex_cpu_float32 2022-12-01T10:40:48.7582824Z test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lu_solve_cpu_float32 2022-12-01T10:40:48.7583045Z test_ops.py::TestOperatorsCPU::test_vmapvjp_lu_cpu_float32 2022-12-01T10:40:48.7583312Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lu_factor_ex_cpu_float32 2022-12-01T10:40:48.7583592Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lu_solve_cpu_float32 2022-12-01T10:40:48.7585269Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_unpack. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7585579Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:40:48.7585593Z 2022-12-01T10:40:48.7585930Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_fill_cpu_float32 2022-12-01T10:40:48.7586168Z test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_fill_cpu_float32 2022-12-01T10:40:48.7586410Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_fill_cpu_float32 2022-12-01T10:40:48.7587777Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7587943Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7587954Z 2022-12-01T10:40:48.7588216Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_scatter_cpu_float32 2022-12-01T10:40:48.7588476Z test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_scatter_cpu_float32 2022-12-01T10:40:48.7589899Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_scatter. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7590046Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7590061Z 2022-12-01T10:40:48.7590289Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_glu_cpu_float32 2022-12-01T10:40:48.7591665Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::glu_backward_jvp. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7591900Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:40:48.7591926Z 2022-12-01T10:40:48.7592158Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_reduce_prod_cpu_float32 2022-12-01T10:40:48.7592400Z test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_reduce_prod_cpu_float32 2022-12-01T10:40:48.7593755Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_reduce.two. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7594144Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:40:48.7594155Z 2022-12-01T10:40:48.7594422Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_reduce_prod_cpu_float32 2022-12-01T10:40:48.7594664Z test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_reduce_prod_cpu_float32 2022-12-01T10:40:48.7594896Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_reduce_cpu_float32 2022-12-01T10:40:48.7596327Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::any. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7596619Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:40:48.7596635Z 2022-12-01T10:40:48.7596871Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_take_cpu_float32 2022-12-01T10:40:48.7597074Z test_ops.py::TestOperatorsCPU::test_vmapvjp_take_cpu_float32 2022-12-01T10:40:48.7597281Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_put_cpu_float32 2022-12-01T10:40:48.7598583Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::put_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7599605Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass/opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-12-01T10:40:48.7599768Z warnings.warn(msg, FutureWarning) 2022-12-01T10:40:48.7600692Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16, torch.bfloat16). 2022-12-01T10:40:48.7600846Z warnings.warn(msg, FutureWarning) 2022-12-01T10:40:48.7601814Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.bfloat16, torch.float16). 2022-12-01T10:40:48.7601982Z warnings.warn(msg, FutureWarning) 2022-12-01T10:40:48.7602850Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16). 2022-12-01T10:40:48.7603012Z warnings.warn(msg, FutureWarning) 2022-12-01T10:40:48.7604300Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16). 2022-12-01T10:40:48.7604474Z warnings.warn(msg, FutureWarning) 2022-12-01T10:40:48.7605849Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16, torch.complex32). 2022-12-01T10:40:48.7606155Z warnings.warn(msg, FutureWarning) 2022-12-01T10:40:48.7606169Z 2022-12-01T10:40:48.7606178Z 2022-12-01T10:40:48.7606556Z test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-12-01T10:40:48.7606878Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-12-01T10:40:48.7607231Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-12-01T10:40:48.7609163Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: An output with one or more elements was resized since it had shape [5], which does not match the required output shape [2, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:40:48.7609483Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:40:48.7609496Z 2022-12-01T10:40:48.7609872Z test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-12-01T10:40:48.7610244Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-12-01T10:40:48.7610589Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-12-01T10:40:48.7612525Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: An output with one or more elements was resized since it had shape [5, 5], which does not match the required output shape [2, 5, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:40:48.7612828Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:40:48.7612839Z 2022-12-01T10:40:48.7613117Z test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tanh_cpu_float32 2022-12-01T10:40:48.7613746Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1956: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead. 2022-12-01T10:40:48.7614053Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-12-01T10:40:48.7614066Z 2022-12-01T10:40:48.7614465Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_embedding_bag_cpu_float32 2022-12-01T10:40:48.7615728Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2393: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_embedding_bag. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7616050Z weight, input, offsets, scale_grad_by_freq, mode_enum, sparse, per_sample_weights, include_last_offset, padding_idx 2022-12-01T10:40:48.7616060Z 2022-12-01T10:40:48.7616339Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_huber_loss_cpu_float32 2022-12-01T10:40:48.7616617Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_huber_loss_cpu_float32 2022-12-01T10:40:48.7618013Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3230: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::huber_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7618445Z return torch._C._nn.huber_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), delta) 2022-12-01T10:40:48.7618456Z 2022-12-01T10:40:48.7618754Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_multilabel_margin_loss_cpu_float32 2022-12-01T10:40:48.7620146Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3389: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::multilabel_margin_loss_forward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7620514Z return torch._C._nn.multilabel_margin_loss(input, target, reduction_enum) 2022-12-01T10:40:48.7620527Z 2022-12-01T10:40:48.7620793Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_soft_margin_loss_cpu_float32 2022-12-01T10:40:48.7622248Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::soft_margin_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7622484Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:40:48.7622509Z 2022-12-01T10:40:48.7622817Z test_ops.py::TestOperatorsCPU::test_vmapvjp_quantile_cpu_float32 2022-12-01T10:40:48.7623082Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nanquantile_cpu_float32 2022-12-01T10:40:48.7624641Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lerp_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7624829Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7624839Z 2022-12-01T10:40:48.7625106Z test_ops.py::TestOperatorsCPU::test_vmapvjp_quantile_cpu_float32 2022-12-01T10:40:48.7625393Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nanquantile_cpu_float32 2022-12-01T10:40:48.7626860Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::all. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7627018Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7627028Z 2022-12-01T10:40:48.7627267Z test_ops.py::TestOperatorsCPU::test_vmapvjp_to_sparse_cpu_float32 2022-12-01T10:40:48.7627523Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_to_sparse_cpu_float32 2022-12-01T10:40:48.7629062Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:15086: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::to_sparse. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7629244Z op=lambda x, *args: x.to_sparse(*args), 2022-12-01T10:40:48.7629257Z 2022-12-01T10:40:48.7629543Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_reduce_cpu_float32 2022-12-01T10:40:48.7631112Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7631409Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7631423Z 2022-12-01T10:40:48.7631707Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_reduce_cpu_float32 2022-12-01T10:40:48.7633179Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7633602Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:40:48.7633616Z 2022-12-01T10:40:48.7633868Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_renorm_cpu_float32 2022-12-01T10:40:48.7635467Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::renorm. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:40:48.7635635Z return self.op(*args, **kwargs) 2022-12-01T10:40:48.7635660Z 2022-12-01T10:40:48.7636106Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-12-01T10:40:48.7636801Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/functorch.test_ops/functorch.test_ops-4cea113fda154871.xml - 2022-12-01T10:40:48.7637071Z = 3293 passed, 918 skipped, 12 deselected, 158 xfailed, 259 warnings in 1691.21s (0:28:11) = 2022-12-01T10:40:48.7637391Z 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:40:48.7637406Z 2022-12-01T10:40:48.7637939Z ##[endgroup] 2022-12-01T10:40:48.7638541Z FINISHED PRINTING LOG FILE of functorch/test_ops (/var/lib/jenkins/workspace/test/test-reports/functorch-test_ops_7hdioaie) 2022-12-01T10:40:48.7638553Z 2022-12-01T10:41:49.4113123Z 2022-12-01T10:41:49.4113711Z Expand the folded group to see the log file of functorch/test_ops 2022-12-01T10:41:49.4114547Z ##[group]PRINTING LOG FILE of functorch/test_ops (/var/lib/jenkins/workspace/test/test-reports/functorch-test_ops_e868wahc) 2022-12-01T10:41:49.4124215Z Test results will be stored in test-reports/python-pytest/functorch.test_ops/functorch.test_ops-0fdbdcc860a73f28.xml 2022-12-01T10:41:49.4124775Z ============================= test session starts ============================== 2022-12-01T10:41:49.4125432Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:41:49.4125886Z cachedir: .pytest_cache 2022-12-01T10:41:49.4126594Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:41:49.4127269Z rootdir: /var/lib/jenkins/workspace/test/functorch, configfile: pytest.ini 2022-12-01T10:41:49.4127886Z 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:41:49.4128341Z collecting ... collected 8880 items / 16 deselected / 8864 selected 2022-12-01T10:41:49.4613649Z Running 4483 items in this shard: test_ops.py::TestOperatorsCPU::test_extremal_numerics_binary_cross_entropy_cpu, test_ops.py::TestOperatorsCPU::test_extremal_numerics_cross_entropy_cpu, test_ops.py::TestOperatorsCPU::test_extremal_numerics_log_softmax_cpu, test_ops.py::TestOperatorsCPU::test_extremal_numerics_mse_loss_cpu, test_ops.py::TestOperatorsCPU::test_grad_T_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad___getitem___cpu_float32, test_ops.py::TestOperatorsCPU::test_grad___radd___cpu_float32, test_ops.py::TestOperatorsCPU::test_grad___rdiv___cpu_float32, test_ops.py::TestOperatorsCPU::test_grad___rmatmul___cpu_float32, test_ops.py::TestOperatorsCPU::test_grad___rpow___cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_acos_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_acosh_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_addcdiv_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_addmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_addr_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_argmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_as_strided_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_as_strided_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_asin_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_atan_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_atanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_atleast_1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_bernoulli_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_bool_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_bool_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_broadcast_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_byte_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_cdist_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_ceil_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_chalf_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_cholesky_inverse_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_cholesky_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_clamp_min_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_clone_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_combinations_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_conj_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_conj_physical_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_constant_pad_nd_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_cos_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_count_nonzero_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_cov_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_cross_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_cummax_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_cummin_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_cumprod_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_cumsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_cumulative_trapezoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_diagflat_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_diagonal_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_diff_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_div_floor_rounding_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_div_no_rounding_mode_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_dot_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_double_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_double_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_dstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_einsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_empty_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_equal_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_erfinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_exp_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_expand_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_expand_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_expm1_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_eye_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_fft_fft_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_fft_fftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_fft_fftshift_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_fft_hfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_fft_hfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_fft_ifft_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_fft_ihfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_fft_irfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_fft_irfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_fft_irfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_fft_rfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_fft_rfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_fft_rfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_flatten_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_flip_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_fliplr_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_float_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_float_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_floor_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_fmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_fmod_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_frac_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_gather_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_geqrf_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_gradient_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_half_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_heaviside_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_histc_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_igamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_index_copy_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_index_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_index_reduce_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_int_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_isclose_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_isin_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_isinf_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_isnan_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_istft_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_jiterator_2inputs_2outputs_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_jiterator_4inputs_with_extra_args_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_jiterator_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_jiterator_binary_return_by_ref_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_ldexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_lerp_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_cond_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_det_singular_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_eig_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_eigh_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_inv_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_lstsq_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_lu_factor_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_lu_factor_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_lu_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_matrix_power_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_multi_dot_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_norm_subgradients_at_zero_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_pinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_pinv_singular_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_solve_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_solve_triangular_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_svdvals_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_vander_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_vecdot_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_vector_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linspace_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_log10_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_logaddexp2_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_logcumsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_logdet_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_logit_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_logspace_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_lu_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_lu_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_masked_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_masked_cumsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_masked_normalize_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_masked_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_masked_softmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_masked_std_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_matmul_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_max_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_max_reduction_no_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_median_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_meshgrid_variadic_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_min_reduction_with_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_mm_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_mode_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_movedim_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_msort_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_mul_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_mv_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_mvlgamma_mvlgamma_p_1_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nan_to_num_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nanmean_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nanmedian_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_narrow_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_ne_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_new_empty_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_new_full_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_new_zeros_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_avg_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_max_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_avg_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_batch_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_binary_cross_entropy_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_celu_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_groups_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_padding_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_padding_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv_transpose3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_cosine_similarity_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_ctc_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_dropout2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_dropout3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_dropout_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_embedding_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_fractional_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_glu_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_group_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_hardsigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_hardtanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_hinge_embedding_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_huber_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_instance_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_area_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_linear_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_nearest_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_trilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_kl_div_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_l1_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_layer_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_linear_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_logsigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_margin_ranking_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool1d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool3d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_mse_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_mse_loss_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_multi_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_multilabel_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_multilabel_soft_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_normalize_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pixel_shuffle_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_rrelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_selu_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_silu_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_smooth_l1_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_soft_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_softmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_softplus_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_threshold_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_unfold_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_upsample_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nn_functional_upsample_nearest_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_nonzero_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_norm_fro_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_normal_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_normal_number_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_ones_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_ones_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_ops_aten_index_put_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_ormqr_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_pca_lowrank_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_pinverse_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_polygamma_polygamma_n_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_polygamma_polygamma_n_2_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_polygamma_polygamma_n_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_positive_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_pow_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_put_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_rad2deg_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_randint_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_randn_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_reciprocal_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_remainder_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_renorm_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_reshape_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_reshape_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_resolve_conj_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_rot90_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_round_decimals_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_round_decimals_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_round_decimals_neg_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_rsub_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_scatter_reduce_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_scatter_reduce_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_select_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_sgn_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_short_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_short_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_sigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_sign_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_signbit_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_sinh_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_slice_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_slice_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_sort_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_special_bessel_j1_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_special_bessel_y0_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_special_bessel_y1_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_special_chebyshev_polynomial_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_special_chebyshev_polynomial_v_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_special_chebyshev_polynomial_w_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_special_entr_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_special_i1_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_special_log_ndtr_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_special_modified_bessel_i0_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_special_modified_bessel_k0_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_special_modified_bessel_k1_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_special_polygamma_special_polygamma_n_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_special_scaled_modified_bessel_k1_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_special_shifted_chebyshev_polynomial_u_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_special_spherical_bessel_j0_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_split_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_split_list_args_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_split_with_sizes_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_sqrt_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_std_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_sub_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_svd_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_take_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_tensor_split_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_tensordot_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_to_sparse_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_topk_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_trace_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_triangular_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_triu_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_uniform_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_unique_consecutive_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_unique_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_unsqueeze_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_view_as_complex_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_zeros_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_zeros_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_H_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_T_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp___getitem___cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp___getitem___functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_abs_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_acos_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_acosh_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_addmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_addmm_decomposed_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_addmv_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_addr_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_all_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_angle_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_arange_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_argmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_argwhere_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_as_strided_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_as_strided_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_atanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_atleast_1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_atleast_2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_atleast_3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_baddbmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_bernoulli_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_bfloat16_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_bfloat16_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_block_diag_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_broadcast_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_byte_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_cartesian_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_cdist_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_cholesky_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_clamp_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_clamp_max_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_copysign_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_corrcoef_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_cosh_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_cov_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_cummax_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_cummin_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_cumprod_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_cumsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_cumulative_trapezoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_deg2rad_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_diag_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_diagonal_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_digamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_div_floor_rounding_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_div_no_rounding_mode_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_div_trunc_rounding_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_dot_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_equal_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_exp2_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_exp_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_expand_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_expand_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_expm1_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_fft_fft_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_fft_hfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_fft_hfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_fft_ifft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_fft_ifft_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_fft_ifftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_fft_irfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_fft_irfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_fft_rfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_fft_rfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_fft_rfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_flatten_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_float_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_floor_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_fmod_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_gather_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_gradient_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_half_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_half_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_heaviside_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_histogram_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_hypot_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_igamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_igammac_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_index_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_index_put_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_index_put_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_index_reduce_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_index_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_inner_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_int_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_isfinite_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_isneginf_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_isposinf_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_isreal_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_jiterator_2inputs_2outputs_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_jiterator_binary_return_by_ref_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_jiterator_unary_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_kthvalue_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_le_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_lerp_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_cross_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_det_singular_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_eig_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_eigh_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_eigvals_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_eigvalsh_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_householder_product_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_inv_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_ldl_factor_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_ldl_factor_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_ldl_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_lstsq_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_lstsq_grad_oriented_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_lu_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_lu_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_matrix_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_matrix_power_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_matrix_rank_hermitian_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_multi_dot_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_norm_subgradients_at_zero_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_qr_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_slogdet_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_solve_triangular_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_svd_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_svdvals_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_tensorsolve_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_vander_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_log10_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_log1p_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_log2_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_log_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_logaddexp2_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_logaddexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_logcumsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_logical_or_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_logical_xor_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_long_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_lt_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_lu_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_lu_unpack_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_masked_argmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_masked_argmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_masked_cumprod_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_masked_logaddexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_masked_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_masked_median_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_masked_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_masked_normalize_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_masked_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_masked_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_masked_std_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_matmul_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_matrix_exp_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_max_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_max_reduction_no_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_median_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_meshgrid_variadic_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_min_reduction_no_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_min_reduction_with_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_mode_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_movedim_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_mul_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_mv_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_mvlgamma_mvlgamma_p_1_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_mvlgamma_mvlgamma_p_5_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nanmean_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nanmedian_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nansum_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_narrow_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_native_batch_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_native_layer_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_ne_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_new_empty_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_new_empty_strided_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nextafter_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_avg_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_batch_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_binary_cross_entropy_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_celu_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv_transpose3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_cosine_embedding_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_cosine_similarity_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_cross_entropy_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_ctc_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_dropout_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_elu_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_fractional_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_gaussian_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_gelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_hardshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_hinge_embedding_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_instance_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_area_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_bicubic_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_linear_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_nearest_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_trilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_l1_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_layer_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_linear_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_logsigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool2d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool3d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_mish_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_mse_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_multi_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_multilabel_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_normalize_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pad_circular_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pad_reflect_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pad_replicate_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pairwise_distance_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pdist_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_poisson_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_prelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_relu6_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_rrelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_selu_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_silu_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_smooth_l1_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_softshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_softsign_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_threshold_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_triplet_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_nonzero_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_norm_fro_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_norm_nuc_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_normal_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_normal_number_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_ones_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_ops_aten_index_put_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_outer_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_pca_lowrank_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_polygamma_polygamma_n_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_polygamma_polygamma_n_2_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_put_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_qr_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_rad2deg_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_randn_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_remainder_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_renorm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_repeat_interleave_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_reshape_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_resize_as__cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_rsqrt_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_rsub_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_scatter_reduce_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_scatter_reduce_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_searchsorted_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_segment_reduce_lengths_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_select_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_sign_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_signbit_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_sin_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_sinc_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_softmax_with_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_sort_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_sparse_sampled_addmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_special_bessel_y1_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_special_chebyshev_polynomial_u_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_special_entr_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_special_erfcx_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_special_hermite_polynomial_h_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_special_hermite_polynomial_he_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_special_i1_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_special_i1e_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_special_modified_bessel_i0_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_special_modified_bessel_i1_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_special_modified_bessel_k0_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_special_ndtr_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_special_polygamma_special_polygamma_n_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_special_shifted_chebyshev_polynomial_u_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_special_shifted_chebyshev_polynomial_v_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_split_with_sizes_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_square_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_squeeze_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_std_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_sub_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_sum_to_size_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_svd_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_symeig_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_take_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_tanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_tensor_split_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_tensordot_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_topk_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_trace_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_trapz_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_trunc_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_unbind_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_unflatten_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_unfold_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_uniform_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_unique_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_var_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_vdot_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_view_as_complex_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_view_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_vsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_vstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_zero__cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_zeros_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_H_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp___getitem___functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp___radd___cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp___rmatmul___cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp___rmod___cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp___rmul___cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp___rpow___cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_abs_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_addmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_addmm_decomposed_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_addr_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_all_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_allclose_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_aminmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_angle_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_any_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_argmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_argwhere_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_asin_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_atleast_1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_atleast_2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_baddbmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_bernoulli_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_bmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_bool_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_bool_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_broadcast_shapes_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_broadcast_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_byte_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_byte_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_cat_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_cdist_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_ceil_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_chalf_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_char_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_cholesky_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_cholesky_inverse_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_clone_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_column_stack_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_complex_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_conj_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_cosh_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_count_nonzero_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_cov_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_cross_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_cummax_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_cummin_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_cumulative_trapezoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_deg2rad_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_diag_embed_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_dist_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_div_floor_rounding_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_div_no_rounding_mode_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_double_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_double_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_dsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_dstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_eq_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_erfinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_exp2_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_expand_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_expm1_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_fft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_fftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_hfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ifft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ifft_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ifftshift_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ihfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ihfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_irfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_irfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_rfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_fliplr_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_float_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_float_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_float_power_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_floor_divide_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_fmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_frac_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_full_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_gather_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_gradient_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_gt_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_histogramdd_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_hypot_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_i0_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_index_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_index_copy_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_index_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_index_put_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_index_put_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_inner_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_int_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_isclose_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_isfinite_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_isnan_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_isreal_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_jiterator_2inputs_2outputs_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_jiterator_4inputs_with_extra_args_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_ldexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_le_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_lerp_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_lgamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_cond_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_cross_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_det_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_det_singular_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_eig_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_eigh_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_eigvals_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_eigvalsh_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_householder_product_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_inv_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_ldl_factor_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_ldl_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lstsq_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lstsq_grad_oriented_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lu_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_matrix_rank_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_matrix_rank_hermitian_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_norm_subgradients_at_zero_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_pinv_hermitian_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_pinv_singular_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_qr_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_solve_triangular_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_svdvals_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_tensorinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_tensorsolve_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_vander_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_vecdot_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linspace_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_log_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_logaddexp2_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_logcumsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_logdet_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_logical_and_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_logical_or_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_logical_xor_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_logit_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_logsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_long_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_lt_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_lu_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_lu_unpack_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_argmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_argmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_logaddexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_logsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_normalize_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_var_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_matmul_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_max_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_median_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_meshgrid_list_of_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_min_reduction_no_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_min_reduction_with_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_minimum_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_mm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_movedim_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_mul_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_mv_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_mvlgamma_mvlgamma_p_1_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_mvlgamma_mvlgamma_p_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_narrow_copy_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_native_batch_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_native_layer_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_ne_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_neg_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_new_full_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_new_ones_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_new_zeros_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nextafter_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_avg_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_avg_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_avg_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv_transpose3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_cosine_embedding_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_cross_entropy_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_dropout2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_dropout3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_embedding_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_gaussian_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_gelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_hardshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_hinge_embedding_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_huber_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_instance_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_area_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_kl_div_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_margin_ranking_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool1d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool2d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool3d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_mse_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_normalize_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pad_circular_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pad_constant_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pairwise_distance_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pdist_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pixel_unshuffle_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_relu6_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_rrelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_silu_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_smooth_l1_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_softmin_with_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_tanhshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_triplet_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_upsample_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_nonzero_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_norm_fro_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_norm_inf_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_normal_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_ones_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_permute_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_pinverse_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_polygamma_polygamma_n_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_positive_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_pow_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_qr_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_rad2deg_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_rand_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_real_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_renorm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_repeat_interleave_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_reshape_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_resolve_conj_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_rot90_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_round_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_round_decimals_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_rsqrt_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_reduce_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_segment_reduce_offsets_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_select_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_short_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_sign_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_sin_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_sinc_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_sinh_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_slice_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_slice_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_softmax_with_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_sparse_sampled_addmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_special_bessel_j1_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_special_chebyshev_polynomial_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_special_chebyshev_polynomial_u_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_special_chebyshev_polynomial_v_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_special_erfcx_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_special_hermite_polynomial_h_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_special_i1e_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_special_log_ndtr_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_special_modified_bessel_i0_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_special_scaled_modified_bessel_k1_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_special_shifted_chebyshev_polynomial_u_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_special_shifted_chebyshev_polynomial_v_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_split_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_split_with_sizes_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_sqrt_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_squeeze_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_stack_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_std_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_stft_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_sub_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_symeig_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_tan_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_tanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_tensor_split_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_tensordot_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_tile_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_to_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_to_sparse_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_topk_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_trapz_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_triangular_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_triu_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_true_divide_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_unbind_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_unfold_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_unique_consecutive_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_unsqueeze_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_var_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_var_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_vdot_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_view_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_view_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_where_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_zeros_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_T_grad_op_jvp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_T_grad_op_vjp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_conj_grad_op_jvp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_conj_grad_op_vjp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_contiguous_grad_op_jvp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_diagonal_grad_op_jvp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_expand_grad_op_jvp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_expand_grad_op_vjp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_flatten_grad_op_jvp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_dsplit_grad_op_vjp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_hsplit_grad_op_vjp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_split_grad_op_jvp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_split_list_args_grad_op_vjp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_unbind_grad_op_jvp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_unbind_grad_op_vjp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_vsplit_grad_op_jvp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_mH_grad_op_jvp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_movedim_grad_op_vjp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_narrow_grad_op_jvp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_narrow_grad_op_vjp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_permute_grad_op_vjp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_positive_grad_op_jvp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_reshape_grad_op_jvp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_resolve_conj_grad_op_vjp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_resolve_neg_grad_op_vjp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_special_grad_op_vjp_cpu, test_ops.py::TestOperatorsCPU::test_view_then_inplace_transpose_grad_op_jvp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_transpose_grad_op_vjp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_unflatten_grad_op_jvp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_unflatten_grad_op_vjp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_unfold_grad_op_jvp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_unfold_grad_op_vjp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_grad_op_jvp_cpu_float32, test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_grad_op_vjp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_T_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp___getitem___cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp___rmod___cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp___rpow___cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_acos_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_acosh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_addcdiv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_addcmul_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_addmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_addmv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_addr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_allclose_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_argmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_as_strided_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_as_strided_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_asinh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_atan2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_atanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_atleast_1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_bernoulli_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_bmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_bool_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_broadcast_shapes_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_broadcast_to_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_cat_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_cdist_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_char_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_char_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_cholesky_inverse_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_cholesky_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_clamp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_clone_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_column_stack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_complex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_conj_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_conj_physical_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_constant_pad_nd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_cosh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_cummax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_cumsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_cumulative_trapezoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_diag_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_diagflat_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_diff_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_digamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_div_floor_rounding_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_div_trunc_rounding_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_dot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_double_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_dsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_einsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_empty_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_erfc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_expand_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_expm1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_eye_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_fft_fft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_fft_hfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_fft_hfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_fft_ifftshift_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_fft_irfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_fft_irfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_fft_rfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_fft_rfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_flatten_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_flip_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_fliplr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_flipud_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_float_power_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_floor_divide_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_fmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_geqrf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_gradient_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_heaviside_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_histogramdd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_igamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_index_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_index_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_index_put_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_index_put_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_index_reduce_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_index_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_int_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_isnan_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_isreal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_istft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_jiterator_2inputs_2outputs_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_jiterator_4inputs_with_extra_args_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_jiterator_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_jiterator_binary_return_by_ref_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_kron_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_ldexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_le_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_lerp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_det_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_det_singular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_eig_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_eigvals_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_eigvalsh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_householder_product_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_inv_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_ldl_factor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_ldl_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_lstsq_grad_oriented_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_lu_factor_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_matrix_power_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_matrix_rank_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_multi_dot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_pinv_hermitian_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_pinv_singular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_qr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_slogdet_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_solve_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_solve_triangular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_svd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_svdvals_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_vecdot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_log1p_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_log2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_log_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_logical_and_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_logical_xor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_logit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_long_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_lt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_lu_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_lu_unpack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_masked_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_masked_argmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_masked_fill_functorch_Scalar_only_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_masked_log_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_masked_logaddexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_masked_normalize_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_masked_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_masked_softmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_masked_std_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_masked_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_masked_var_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_matmul_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_max_reduction_no_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_maximum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_median_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_min_reduction_no_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_mode_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_mul_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_mvlgamma_mvlgamma_p_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nanmean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nanquantile_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nansum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_narrow_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_native_batch_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_native_layer_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_neg_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_new_empty_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_new_empty_strided_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_new_zeros_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nextafter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional__scaled_dot_product_attention_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_avg_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_avg_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_avg_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_batch_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_celu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv_transpose1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv_transpose3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_cosine_embedding_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_dropout2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_embedding_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_fractional_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_gaussian_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_group_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_hardsigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_hardtanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_huber_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_interpolate_area_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_interpolate_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_interpolate_nearest_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_interpolate_trilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_kl_div_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_local_response_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_margin_ranking_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_unpool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_unpool1d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_unpool2d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_unpool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_mish_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_multilabel_soft_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_normalize_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pad_constant_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pdist_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pixel_shuffle_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pixel_unshuffle_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_relu6_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_silu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_soft_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_softmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_softplus_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_tanhshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_threshold_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_triplet_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_unfold_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_nonzero_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_norm_inf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_ormqr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_pca_lowrank_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_permute_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_pinverse_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_polygamma_polygamma_n_1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_polygamma_polygamma_n_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_positive_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_randn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_randn_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_ravel_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_repeat_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_reshape_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_resize__cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_resize_as__cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_resolve_conj_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_resolve_neg_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_rot90_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_rsqrt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_scatter_reduce_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_scatter_reduce_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_scatter_reduce_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_segment_reduce_lengths_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_segment_reduce_offsets_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_select_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_short_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_sign_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_signbit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_sinh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_slice_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_slice_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_softmax_with_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_sparse_sampled_addmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_special_bessel_j0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_special_bessel_y0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_special_chebyshev_polynomial_v_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_special_entr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_special_erfcx_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_special_hermite_polynomial_h_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_special_laguerre_polynomial_l_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_special_log_ndtr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_special_modified_bessel_i0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_special_modified_bessel_k0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_special_modified_bessel_k1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_special_scaled_modified_bessel_k0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_special_shifted_chebyshev_polynomial_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_special_spherical_bessel_j0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_special_xlog1py_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_split_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_split_list_args_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_squeeze_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_stack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_std_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_sub_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_sum_to_size_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_svd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_symeig_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_take_along_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_take_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_tile_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_topk_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_transpose_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_trapezoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_trapz_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_tril_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_unbind_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_unflatten_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_vdot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_view_as_complex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_view_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_vsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_zero__cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_zeros_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_zeros_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_H_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp___rmul___cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_abs_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_acos_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_acosh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_addcmul_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_addmm_decomposed_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_addr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_all_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_allclose_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_any_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_argmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_argsort_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_argwhere_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_as_strided_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_asinh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_atan2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_atleast_3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_baddbmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_bernoulli_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_bfloat16_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_bfloat16_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_block_diag_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_bool_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_broadcast_shapes_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_broadcast_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_broadcast_to_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_cat_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_cdist_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_ceil_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_chalf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_char_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_cholesky_inverse_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_cholesky_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_chunk_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_clamp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_clamp_max_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_complex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_copysign_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_count_nonzero_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_cov_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_cummax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_cummin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_cumsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_cumulative_trapezoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_deg2rad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_diag_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_diag_embed_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_diagonal_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_digamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_dist_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_div_floor_rounding_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_double_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_double_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_dsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_dstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_empty_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_empty_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_eq_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_equal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_erfc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_exp2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_exp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_expand_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_eye_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_fft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_fftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_hfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_hfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ifft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ifft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ifftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ifftshift_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ihfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_irfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_irfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_rfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_rfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_rfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_flatten_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_flip_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_flipud_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_float_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_floor_divide_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_fmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_fmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_fmod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_frac_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_full_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_gather_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_gradient_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_gt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_half_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_histc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_histogram_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_histogramdd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_hstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_igammac_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_index_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_index_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_index_put_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_index_put_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_index_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_inner_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_int_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_isclose_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_isin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_isinf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_isnan_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_isneginf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_isposinf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_istft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_jiterator_2inputs_2outputs_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_jiterator_4inputs_with_extra_args_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_jiterator_binary_return_by_ref_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_jiterator_unary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_kthvalue_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_ldexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_lgamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_cross_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_det_singular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_eig_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_eigh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_householder_product_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_inv_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_ldl_factor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_ldl_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lstsq_grad_oriented_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lu_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_matrix_rank_hermitian_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_norm_subgradients_at_zero_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_pinv_hermitian_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_qr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_slogdet_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_solve_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_solve_triangular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_svd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_tensorinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_vecdot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linspace_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_log10_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_log2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_log_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_logaddexp2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_logical_and_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_logical_not_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_logical_or_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_logical_xor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_logit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_long_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_long_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_lt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_lu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_lu_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_lu_unpack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_cumprod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_fill_functorch_Scalar_only_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_logaddexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_median_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_softmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_std_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_max_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_meshgrid_list_of_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_min_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_minimum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_mm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_mvlgamma_mvlgamma_p_1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_mvlgamma_mvlgamma_p_5_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nanmedian_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nansum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_narrow_copy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_narrow_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_native_batch_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_ne_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_neg_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_new_empty_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional__scaled_dot_product_attention_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_avg_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_max_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_avg_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_batch_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_celu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv_transpose1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv_transpose2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv_transpose3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_cosine_embedding_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_cross_entropy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_dropout2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_dropout_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_elu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_embedding_bag_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_embedding_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_gaussian_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_gelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_group_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_hardsigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_hardswish_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_huber_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_area_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_kl_div_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_l1_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_layer_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_local_response_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_logsigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_margin_ranking_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool2d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool3d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_mse_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_mse_loss_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_multi_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_multilabel_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_normalize_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pad_reflect_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pairwise_distance_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pdist_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pixel_shuffle_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pixel_unshuffle_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_prelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_relu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_selu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_soft_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_softplus_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_triplet_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_upsample_nearest_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_nonzero_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_norm_fro_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_norm_inf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_norm_nuc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_normal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_ones_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_ops_aten_index_put_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_outer_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_permute_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_polygamma_polygamma_n_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_polygamma_polygamma_n_1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_polygamma_polygamma_n_4_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_pow_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_qr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_quantile_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_rad2deg_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_rand_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_reciprocal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_renorm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_repeat_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_repeat_interleave_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_resize__cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_resize_as__cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_roll_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_round_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_round_decimals_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_round_decimals_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_rsqrt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_rsub_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_reduce_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_reduce_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_reduce_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_searchsorted_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_segment_reduce_lengths_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_select_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_short_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_short_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_sigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_signbit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_slice_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_slice_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_softmax_with_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_sparse_sampled_addmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_special_bessel_j1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_special_bessel_y0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_special_bessel_y1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_special_chebyshev_polynomial_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_special_chebyshev_polynomial_v_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_special_entr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_special_hermite_polynomial_he_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_special_i1e_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_special_legendre_polynomial_p_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_special_modified_bessel_i0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_special_modified_bessel_i1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_special_ndtr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_special_ndtri_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_special_polygamma_special_polygamma_n_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_special_shifted_chebyshev_polynomial_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_special_shifted_chebyshev_polynomial_v_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_special_shifted_chebyshev_polynomial_w_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_special_zeta_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_split_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_sqrt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_sub_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_sum_to_size_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_take_along_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_take_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_tan_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_tanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_tensor_split_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_transpose_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_trapezoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_triangular_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_tril_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_trunc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_unflatten_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_unfold_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_uniform_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_unsqueeze_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_var_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_var_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_vdot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_view_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_view_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_vsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_vstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_where_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_xlogy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_zero__cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_zeros_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_H_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_T_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap___rmod___cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap___rmul___cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap___rpow___cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap___rsub___cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_acos_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_addcdiv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_all_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_angle_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_argmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_argmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_argsort_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_argwhere_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_as_strided_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_asin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_asinh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_atan_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_atanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_atleast_1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_atleast_2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_atleast_3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_block_diag_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_bmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_bool_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_broadcast_shapes_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_byte_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_cartesian_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_cdist_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_chalf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_char_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_char_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_cholesky_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_cholesky_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_clamp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_clamp_max_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_clone_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_column_stack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_combinations_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_constant_pad_nd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_contiguous_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_cos_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_count_nonzero_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_cov_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_cross_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_diag_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_diag_embed_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_diagflat_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_diagonal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_div_no_rounding_mode_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_double_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_dsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_dstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_einsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_empty_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_eq_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_equal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_erf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_erfinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_exp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_expand_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_expm1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_eye_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_fft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_hfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_hfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ifftshift_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ihfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ihfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_irfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_rfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_rfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_flatten_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_fliplr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_flipud_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_float_power_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_floor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_fmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_fmod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_frexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_gather_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_geqrf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_gt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_half_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_heaviside_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_histogram_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_hsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_hypot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_i0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_igammac_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_index_reduce_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_index_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_inner_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_int_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_int_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_isin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_isnan_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_isneginf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_isposinf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_isreal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_jiterator_binary_return_by_ref_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_jiterator_unary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_kron_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_le_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_lerp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_cond_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_cross_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_householder_product_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_ldl_factor_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_ldl_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lu_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_matrix_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_matrix_power_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_matrix_rank_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_norm_subgradients_at_zero_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_pinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_pinv_hermitian_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_qr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_slogdet_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_tensorsolve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_vector_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linspace_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_log10_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_log1p_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_log_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_log_softmax_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_logaddexp2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_logdet_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_logical_or_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_logical_xor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_logsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_lu_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_mT_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_argmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_argmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_log_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_logsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_normalize_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_std_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_max_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_meshgrid_list_of_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_meshgrid_variadic_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_min_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_min_reduction_with_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_mode_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_movedim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_mv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_mvlgamma_mvlgamma_p_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_mvlgamma_mvlgamma_p_5_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nansum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_native_batch_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_neg_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_new_empty_strided_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nextafter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_avg_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_avg_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_avg_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_max_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_avg_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_avg_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_avg_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_batch_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_stride_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_stride_padding_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_stride_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv_transpose2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_cross_entropy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_ctc_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_dropout2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_dropout_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_fractional_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_fractional_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_gaussian_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_glu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_grid_sample_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_hardshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_hardsigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_hardswish_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_huber_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_instance_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_area_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_bicubic_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_nearest_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_l1_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_layer_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_leaky_relu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_local_response_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool2d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_mse_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_multilabel_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_multilabel_soft_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_normalize_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pad_constant_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pairwise_distance_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pdist_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pixel_unshuffle_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_prelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_relu6_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_rrelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_selu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_silu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_softmin_with_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_tanhshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_triplet_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_unfold_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_upsample_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_upsample_nearest_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_nonzero_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_norm_inf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_normal_number_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_ones_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_outer_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_pinverse_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_polar_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_polygamma_polygamma_n_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_polygamma_polygamma_n_1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_polygamma_polygamma_n_2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_polygamma_polygamma_n_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_put_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_qr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_quantile_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_randn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_randn_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_ravel_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_real_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_renorm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_repeat_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_resize__cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_resize_as__cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_resolve_conj_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_rot90_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_round_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_round_decimals_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_round_decimals_neg_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_reduce_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_reduce_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_reduce_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_segment_reduce_offsets_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_sgn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_short_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_short_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_sigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_sign_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_signbit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_sin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_sinc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_sinh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_slice_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_sort_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_sparse_sampled_addmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_special_airy_ai_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_special_bessel_j0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_special_bessel_j1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_special_bessel_y0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_special_chebyshev_polynomial_v_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_special_chebyshev_polynomial_w_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_special_entr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_special_erfcx_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_special_hermite_polynomial_h_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_special_i0e_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_special_legendre_polynomial_p_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_special_log_ndtr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_special_modified_bessel_k1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_special_ndtri_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_special_shifted_chebyshev_polynomial_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_special_shifted_chebyshev_polynomial_v_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_special_shifted_chebyshev_polynomial_w_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_special_spherical_bessel_j0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_special_xlog1py_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_special_zeta_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_split_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_split_with_sizes_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_sqrt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_square_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_squeeze_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_std_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_std_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_sub_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_sum_to_size_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_svd_lowrank_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_symeig_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_tan_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_tanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_tensordot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_tile_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_to_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_topk_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_trace_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_trapz_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_tril_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_true_divide_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_unbind_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_uniform_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_unique_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_var_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_var_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_vdot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_view_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_vstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_zeros_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_zeros_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_H_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_H_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_T_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_T_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___getitem___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___getitem___functorch_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rdiv___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmatmul___cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmul___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmul___cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rpow___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_abs_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_abs_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_acos_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_acosh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_acosh_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_add_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addbmm_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmm_decomposed_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmv_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addr_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_all_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_all_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_allclose_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_amin_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_aminmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_aminmax_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_any_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_any_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_arange_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_arange_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argmax_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argmin_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argsort_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argwhere_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_as_strided_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_asin_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_asinh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_asinh_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atan_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atan_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_baddbmm_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bernoulli_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bfloat16_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bfloat16_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bfloat16_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_block_diag_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bool_functorch_no_channels_last_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_broadcast_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_broadcast_tensors_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_broadcast_to_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bucketize_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_byte_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_byte_functorch_no_channels_last_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cartesian_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cartesian_prod_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cdist_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cdist_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_chalf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_char_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_char_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_inverse_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_solve_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_chunk_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_chunk_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_max_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_min_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_min_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clone_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_column_stack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_column_stack_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_combinations_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_combinations_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_conj_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_conj_physical_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_constant_pad_nd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_contiguous_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cosh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cosh_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_count_nonzero_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cov_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cross_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cross_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cummin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumprod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumsum_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumulative_trapezoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagflat_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagonal_scatter_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diff_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_digamma_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dist_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_no_rounding_mode_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_double_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dsplit_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_einsum_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_empty_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_empty_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_empty_like_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_eq_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_eq_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_erf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_erfc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_erfinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_erfinv_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_exp2_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_exp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expand_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expand_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expand_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expm1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expm1_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_eye_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_eye_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fft2_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fft_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fftshift_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fftshift_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfft2_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfft_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfftn_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifft_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifftn_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifftshift_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfft_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfftn_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfft_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfftn_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fill_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_flatten_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_flip_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fliplr_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_flipud_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_floor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_floor_divide_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_floor_divide_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmax_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmin_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_frac_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_frexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_full_like_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gather_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_geqrf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_geqrf_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gradient_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gradient_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_half_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_half_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_half_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_half_functorch_no_channels_last_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_heaviside_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histogram_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hstack_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hypot_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_i0_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_igamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_igamma_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_copy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_copy_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_put_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_put_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_int_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_int_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_int_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isclose_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isclose_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isfinite_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isfinite_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isin_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isinf_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isnan_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isneginf_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isposinf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isposinf_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isreal_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_istft_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_2inputs_2outputs_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_2inputs_2outputs_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_4inputs_with_extra_args_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_kron_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_kthvalue_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ldexp_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_le_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lerp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cond_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eig_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eig_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigh_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigvalsh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_householder_product_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_inv_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_ldl_factor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_ldl_factor_ex_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_ldl_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lstsq_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lstsq_grad_oriented_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lstsq_grad_oriented_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_solve_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_rank_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_rank_hermitian_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_rank_hermitian_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_norm_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_norm_subgradients_at_zero_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_norm_subgradients_at_zero_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_pinv_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_pinv_singular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_qr_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_slogdet_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_ex_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_svdvals_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_tensorsolve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_tensorsolve_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vander_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linspace_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log1p_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log1p_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_softmax_dtype_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logaddexp2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logaddexp2_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logaddexp_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logcumsumexp_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logdet_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logdet_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_and_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_and_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_or_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_or_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logspace_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logsumexp_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_long_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_long_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_long_functorch_no_channels_last_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_unpack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mH_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mT_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mT_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_amax_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_amin_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_argmax_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_argmin_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_cumsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_fill_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_fill_functorch_Scalar_only_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_log_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_log_softmax_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_logaddexp_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_logsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_median_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_median_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_normalize_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_normalize_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_prod_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_scatter_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_softmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_softmin_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_var_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_var_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_matmul_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_matmul_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_matrix_exp_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_binary_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_reduction_no_dim_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_maximum_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mean_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_median_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_meshgrid_list_of_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_meshgrid_list_of_tensors_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_meshgrid_variadic_tensors_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_reduction_with_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_reduction_with_dim_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_minimum_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_movedim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_movedim_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_msort_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mul_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mul_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mv_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_3_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nan_to_num_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanmean_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanmedian_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanquantile_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanquantile_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nansum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nansum_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_native_batch_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_native_batch_norm_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_native_layer_norm_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_neg_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_empty_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_empty_strided_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_full_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_ones_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nextafter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nextafter_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional__scaled_dot_product_attention_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool1d_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool2d_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool3d_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool1d_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_avg_pool1d_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_avg_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_avg_pool2d_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_avg_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_batch_norm_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_celu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_celu_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_no_bias_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_with_bias_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_with_bias_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose2d_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cosine_embedding_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cosine_similarity_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cosine_similarity_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cross_entropy_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_ctc_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_ctc_loss_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_elu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_bag_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_fractional_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_gelu_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_glu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_grid_sample_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardshrink_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardsigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardswish_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardswish_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardtanh_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hinge_embedding_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_huber_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_instance_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_area_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_area_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_bicubic_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_linear_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_nearest_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_kl_div_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_l1_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_l1_loss_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_layer_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_leaky_relu_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_local_response_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_logsigmoid_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_margin_ranking_loss_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool1d_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool3d_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool1d_grad_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool2d_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool2d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool2d_grad_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool3d_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool3d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool3d_grad_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mish_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mse_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mse_loss_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mse_loss_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multi_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multilabel_soft_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_normalize_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_circular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_reflect_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_replicate_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_replicate_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pairwise_distance_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pdist_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pdist_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pixel_shuffle_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pixel_shuffle_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pixel_unshuffle_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_prelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_prelu_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_relu6_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_relu6_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_relu_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_rrelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_selu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_selu_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_silu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_smooth_l1_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_soft_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_soft_margin_loss_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softplus_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_threshold_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_triplet_margin_loss_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_unfold_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_unfold_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_inf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_normal_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_normal_number_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_normal_number_mean_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ones_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ones_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ops_aten_index_put_functorch_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ormqr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ormqr_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_outer_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_outer_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pca_lowrank_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pinverse_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polar_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pow_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pow_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_put_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_qr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_quantile_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rand_like_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_real_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_reciprocal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_reciprocal_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_remainder_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_renorm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_renorm_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_repeat_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_repeat_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_repeat_interleave_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_reshape_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resize__cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resize__cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resolve_neg_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_roll_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rot90_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_neg_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_neg_3_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rsqrt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rsub_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_add_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_amax_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_segment_reduce_lengths_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_segment_reduce_lengths_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_segment_reduce_offsets_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_segment_reduce_offsets_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_select_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_select_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_select_scatter_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sgn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_short_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_short_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sigmoid_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sign_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signbit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sin_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sinc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sinh_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_slice_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_slice_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_slice_scatter_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_softmax_with_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sort_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sparse_sampled_addmm_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_airy_ai_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_j0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_j1_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_y0_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_y1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_y1_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_u_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_u_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_w_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_erfcx_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_erfcx_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_hermite_polynomial_h_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_hermite_polynomial_he_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_hermite_polynomial_he_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_i1_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_i1e_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_laguerre_polynomial_l_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_legendre_polynomial_p_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_log_ndtr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_log_ndtr_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_i0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_i0_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_i1_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_k0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_k1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_k1_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_ndtr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_ndtr_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_scaled_modified_bessel_k0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_scaled_modified_bessel_k0_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_scaled_modified_bessel_k1_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_u_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_u_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_v_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_v_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_w_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_w_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_spherical_bessel_j0_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_xlog1py_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_zeta_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_list_args_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sqrt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_square_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_squeeze_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_stack_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_std_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_std_mean_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_stft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sub_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sub_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_svd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_svd_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_symeig_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_take_along_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_take_along_dim_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_take_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_take_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tan_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tile_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tile_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_to_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_to_sparse_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_topk_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_topk_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trace_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trapezoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_triangular_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trunc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trunc_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unbind_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unbind_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unflatten_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unflatten_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unfold_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_uniform_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_uniform_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unsqueeze_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_var_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_var_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_var_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_var_mean_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vdot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_as_complex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_as_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vsplit_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vstack_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_where_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_xlogy_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zero__cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zeros_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zeros_like_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmapjvpall_T_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall___getitem___functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall___radd___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall___rmatmul___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall___rmod___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall___rmul___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall___rpow___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_acosh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_addcdiv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_addmm_decomposed_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_all_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_aminmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_any_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_arange_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_argmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_argmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_asin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_atleast_2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_baddbmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_bernoulli_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_bfloat16_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_bmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_bool_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_broadcast_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_bucketize_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_cartesian_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_cat_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_ceil_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_char_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_char_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_cholesky_inverse_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_chunk_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_column_stack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_complex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_conj_physical_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_corrcoef_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_cosh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_cov_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_cross_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_cummax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_diag_embed_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_diagflat_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_dist_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_div_no_rounding_mode_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_div_trunc_rounding_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_dot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_double_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_double_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_einsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_equal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_erf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_erfc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_erfinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_exp2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_expand_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_expm1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_fftshift_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_hfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ifft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ifft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ifftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ihfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_rfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_rfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_flatten_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_flip_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_fliplr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_flipud_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_float_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_floor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_fmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_fmod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_full_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_gather_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_gradient_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_half_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_T_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___getitem___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rmatmul___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rmul___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rpow___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addbmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addcdiv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addcmul_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_all_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_allclose_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_aminmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_angle_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_arange_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_argmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_argmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_argsort_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_argwhere_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_as_strided_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_asin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_asinh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atan_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atleast_1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atleast_2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bfloat16_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_broadcast_shapes_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_broadcast_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_broadcast_to_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bucketize_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cdist_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_chalf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cholesky_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cholesky_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_chunk_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_clamp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_clamp_max_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_clone_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_combinations_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_conj_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_conj_physical_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_contiguous_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_count_nonzero_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cov_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cross_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cummax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cumprod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cumsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diag_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diagonal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diff_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_div_floor_rounding_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_div_no_rounding_mode_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_dot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_double_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_double_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_dsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_dstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_einsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_empty_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_equal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_erfinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_exp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_expand_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_eye_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_fft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_fftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_hfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ifft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ifftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ihfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_irfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_rfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_flip_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fliplr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_float_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_float_power_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_floor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_floor_divide_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fmod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_frac_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_gather_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_gt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_half_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_half_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_heaviside_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_histc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_histogram_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_histogramdd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_i0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_igamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_copy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_put_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_put_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_reduce_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_int_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isclose_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isinf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isneginf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isposinf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isreal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_jiterator_2inputs_2outputs_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_jiterator_4inputs_with_extra_args_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_jiterator_binary_return_by_ref_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_kthvalue_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ldexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lerp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lgamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_cond_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_cross_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_det_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_det_singular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_eigvalsh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_householder_product_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_inv_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_ldl_factor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_ldl_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_lstsq_grad_oriented_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_lu_factor_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_lu_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_matrix_rank_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_multi_dot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_pinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_pinv_singular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_slogdet_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_solve_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_solve_triangular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_svdvals_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_tensorinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_tensorsolve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_vander_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_vector_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linspace_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log10_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log1p_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logaddexp2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logaddexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logdet_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logical_and_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logical_xor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logspace_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_long_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_long_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mH_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mT_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_argmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_argmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_logaddexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_logsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_softmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_std_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_var_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_matmul_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_matrix_exp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_max_reduction_with_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_maximum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_meshgrid_list_of_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_min_reduction_no_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_min_reduction_with_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_minimum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_movedim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_multinomial_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_5_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nan_to_num_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nanquantile_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nansum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_narrow_copy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_narrow_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_native_layer_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_neg_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_new_empty_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_new_empty_strided_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_new_ones_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nextafter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional__scaled_dot_product_attention_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_avg_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_padding_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_cosine_similarity_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_ctc_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_dropout3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_dropout_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_gaussian_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_glu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_grid_sample_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_group_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_hardsigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_huber_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_bicubic_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_linear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_trilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_layer_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_linear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool1d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool3d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_mish_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_mse_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_multi_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_multilabel_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pad_circular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pad_constant_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pdist_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pixel_unshuffle_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_poisson_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_prelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_smooth_l1_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_soft_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_softmin_with_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_softsign_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_tanhshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_triplet_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_unfold_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nonzero_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_norm_fro_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_norm_nuc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_normal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ones_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_outer_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_pca_lowrank_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_4_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_qr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_rad2deg_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_rand_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_randn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_renorm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_repeat_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_reshape_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_resize__cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_round_decimals_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_round_decimals_neg_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_reduce_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_reduce_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_reduce_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_searchsorted_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_segment_reduce_lengths_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_segment_reduce_offsets_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_select_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sgn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_short_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_short_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sinh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_softmax_with_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sort_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sparse_sampled_addmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_airy_ai_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_bessel_j0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_bessel_y0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_bessel_y1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_u_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_w_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_entr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_erfcx_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_hermite_polynomial_h_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_hermite_polynomial_he_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_i1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_legendre_polynomial_p_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_ndtr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_shifted_chebyshev_polynomial_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_shifted_chebyshev_polynomial_w_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_spherical_bessel_j0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sqrt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_squeeze_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_std_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sub_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sum_to_size_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_svd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_svd_lowrank_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_take_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tan_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tensor_split_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tensordot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tile_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_to_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_to_sparse_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_transpose_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_trapz_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_triu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_var_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_var_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_view_as_complex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_view_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_vsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_vstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_xlogy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_zero__cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_zeros_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_heaviside_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_histogramdd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_hsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_hypot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_i0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_igammac_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_inner_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_isin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_isinf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_isneginf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_isposinf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_istft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_jiterator_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_jiterator_unary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_kron_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_ldexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_cross_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_det_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_det_singular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_householder_product_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_inv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_ldl_factor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_ldl_factor_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lstsq_grad_oriented_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lu_factor_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lu_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_matrix_power_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_matrix_rank_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_multi_dot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_pinv_singular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_qr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_svd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_tensorsolve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_vander_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_vector_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_log1p_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_log2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_log_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_log_softmax_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_logaddexp2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_logaddexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_logcumsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_logical_and_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_logical_xor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_logspace_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_logsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_long_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_lt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_lu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_mH_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_mT_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_argmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_cumsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_logsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_median_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_normalize_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_std_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_matmul_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_max_reduction_no_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_maximum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_meshgrid_variadic_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_min_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_min_reduction_no_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_min_reduction_with_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_mm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_movedim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_mul_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_multinomial_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_mvlgamma_mvlgamma_p_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_mvlgamma_mvlgamma_p_5_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nanmedian_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nanquantile_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nansum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_narrow_copy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_native_batch_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_neg_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_new_empty_strided_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_new_zeros_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional__scaled_dot_product_attention_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_avg_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_avg_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_celu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_groups_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_padding_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_padding_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv_transpose3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_ctc_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_dropout2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_embedding_bag_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_embedding_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_fractional_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_fractional_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_gaussian_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_gelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_grid_sample_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_group_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_hardshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_hardsigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_hardswish_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_hardtanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_huber_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_instance_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_interpolate_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_interpolate_linear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_interpolate_nearest_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_kl_div_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_layer_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_leaky_relu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_linear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_local_response_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_mish_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_mse_loss_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_multi_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_multilabel_soft_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pad_replicate_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pairwise_distance_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pixel_shuffle_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pixel_unshuffle_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_poisson_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_relu6_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_soft_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_softmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_softmin_with_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_threshold_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_triplet_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_upsample_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_nonzero_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_norm_fro_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_norm_inf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_norm_nuc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_normal_number_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_ormqr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_polar_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_polygamma_polygamma_n_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_polygamma_polygamma_n_1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_polygamma_polygamma_n_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_qr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_quantile_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_rand_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_randint_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_reciprocal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_renorm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_repeat_interleave_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_reshape_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_resize_as__cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_round_decimals_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_round_decimals_neg_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_rsqrt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_reduce_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_reduce_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_segment_reduce_lengths_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_select_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_short_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_short_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_sign_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_signbit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_sin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_slice_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_sort_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_airy_ai_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_bessel_j0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_bessel_j1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_bessel_y0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_chebyshev_polynomial_u_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_chebyshev_polynomial_w_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_entr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_erfcx_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_hermite_polynomial_h_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_i0e_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_i1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_i1e_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_laguerre_polynomial_l_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_modified_bessel_i0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_modified_bessel_i1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_modified_bessel_k0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_ndtr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_ndtri_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_polygamma_special_polygamma_n_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_scaled_modified_bessel_k0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_shifted_chebyshev_polynomial_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_shifted_chebyshev_polynomial_u_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_shifted_chebyshev_polynomial_v_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_xlog1py_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_zeta_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_split_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_split_with_sizes_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_std_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_std_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_stft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_sum_to_size_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_svd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_to_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_to_sparse_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_topk_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_trace_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_trapz_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_triangular_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_trunc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_unbind_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_uniform_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_unsqueeze_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_view_as_complex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_view_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_vstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_where_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_xlogy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_zero__cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_zeros_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___getitem___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___getitem___functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___radd___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rmatmul___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rmod___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rmul___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_acosh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addbmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addcdiv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_allclose_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_angle_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_any_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_argmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_argmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_argwhere_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_as_strided_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_asin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atleast_1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atleast_2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_baddbmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bernoulli_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_block_diag_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bool_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bool_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_broadcast_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_broadcast_to_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_byte_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_byte_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cartesian_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cat_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cdist_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_chalf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_char_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_char_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_chunk_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_clamp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_clamp_max_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_clone_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_complex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_copysign_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_corrcoef_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cos_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_count_nonzero_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cov_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cummax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cumprod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cumulative_trapezoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diag_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diagflat_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diff_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_digamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_div_floor_rounding_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_double_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_double_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_dsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_einsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_eq_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_equal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_erfinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_exp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_expand_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_expand_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_eye_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_fft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_fft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_fftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_hfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ifftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ihfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ihfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ihfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_irfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_rfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_float_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_float_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_floor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fmod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_frac_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_frexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_gather_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ge_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_gradient_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_gt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_half_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_heaviside_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_histc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_histogramdd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_hstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_copy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_reduce_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isfinite_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isinf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isneginf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isposinf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_jiterator_binary_return_by_ref_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_kthvalue_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ldexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lerp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lgamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_cond_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_cross_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_det_singular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_eig_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_eigh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_householder_product_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_inv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_inv_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_ldl_factor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lstsq_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_factor_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_matrix_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_matrix_power_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_matrix_rank_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_norm_subgradients_at_zero_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_pinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_pinv_hermitian_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_slogdet_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_solve_triangular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_tensorinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_vector_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linspace_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log10_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log_softmax_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logaddexp2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logaddexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logdet_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logical_and_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logical_or_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logical_xor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logspace_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lu_unpack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mT_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_argmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_cumprod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_cumsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_fill_functorch_Scalar_only_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_log_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_logaddexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_logsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_normalize_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_std_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_matmul_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_matrix_exp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_max_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_min_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_min_reduction_no_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_min_reduction_with_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_minimum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mode_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_movedim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_msort_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mul_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mvlgamma_mvlgamma_p_1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nan_to_num_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nanmean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nanmedian_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nanquantile_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_narrow_copy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_native_batch_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_native_layer_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_neg_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_new_full_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_new_zeros_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_avg_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_avg_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_celu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_stride_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_stride_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv_transpose2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv_transpose3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_ctc_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_dropout2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_dropout3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_embedding_bag_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_embedding_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_fractional_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_gaussian_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_grid_sample_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_group_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_hardswish_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_hinge_embedding_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_area_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_bicubic_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_trilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_kl_div_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_l1_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_layer_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_leaky_relu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_margin_ranking_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool1d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool2d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool3d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_mish_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_mse_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_mse_loss_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_normalize_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pad_circular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pad_constant_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pad_reflect_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pad_replicate_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pdist_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pixel_unshuffle_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_prelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_softshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_softsign_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_threshold_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_triplet_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_unfold_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_upsample_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_upsample_nearest_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_norm_fro_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_norm_nuc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ones_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_pca_lowrank_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_permute_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polar_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polygamma_polygamma_n_1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_put_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_quantile_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_rad2deg_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_randint_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_randn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_reciprocal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_repeat_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_repeat_interleave_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_reshape_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_resize_as__cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_resolve_neg_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_roll_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_round_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_round_decimals_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_round_decimals_neg_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_rsqrt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_reduce_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sgn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_short_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_short_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sign_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_signbit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_slice_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_slice_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sort_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sparse_sampled_addmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_airy_ai_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_bessel_j1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_bessel_y1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_chebyshev_polynomial_u_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_entr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_erfcx_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_hermite_polynomial_h_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_i1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_i1e_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_modified_bessel_i0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_modified_bessel_i1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_modified_bessel_k1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_ndtr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_ndtri_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_polygamma_special_polygamma_n_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_scaled_modified_bessel_k0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_scaled_modified_bessel_k1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_shifted_chebyshev_polynomial_v_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_shifted_chebyshev_polynomial_w_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_spherical_bessel_j0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_zeta_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_split_with_sizes_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_std_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_std_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sum_to_size_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_svd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_symeig_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_tan_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_tile_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_to_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_to_sparse_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_trace_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_trapezoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_trapz_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_triangular_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unbind_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unflatten_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unfold_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unique_consecutive_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unique_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unsqueeze_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_var_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_var_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_view_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_vsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_xlogy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_zeros_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_T_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp___getitem___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp___getitem___functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp___rmatmul___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp___rpow___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp___rsub___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_abs_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_acos_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_acosh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_addbmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_addcmul_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_addmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_addr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_arange_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_argmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_argsort_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_argwhere_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_as_strided_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_as_strided_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_asin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_atanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_bernoulli_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_bfloat16_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_bmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_bool_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_broadcast_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_broadcast_to_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_cdist_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_char_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_cholesky_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_cholesky_inverse_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_chunk_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_clamp_min_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_column_stack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_combinations_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_constant_pad_nd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_contiguous_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_copysign_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_corrcoef_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_cos_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_cov_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_cross_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_cumsum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_cumulative_trapezoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_deg2rad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_diag_embed_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_diagonal_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_digamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_dist_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_div_trunc_rounding_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_dot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_double_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_dstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_empty_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_eq_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_equal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_erfinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_exp2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_expm1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_eye_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_fft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_fftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_fftshift_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_hfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_hfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ifft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ifftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ifftshift_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ihfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_irfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_rfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_flatten_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_float_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_floor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_fmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_fmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_frac_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_frexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_gather_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_gradient_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___getitem___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rdiv___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rmatmul___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rmod___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_acosh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addmm_decomposed_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_all_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_allclose_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_aminmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_any_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_arange_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_argsort_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_as_strided_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atan2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atan_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atleast_1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atleast_2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atleast_3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_baddbmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_block_diag_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_broadcast_to_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_byte_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_chalf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cholesky_inverse_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_chunk_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_clamp_min_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_clone_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_column_stack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_combinations_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_complex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_constant_pad_nd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_contiguous_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_count_nonzero_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cov_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cross_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cumulative_trapezoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diagflat_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diff_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_digamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_dist_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_div_floor_rounding_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_div_trunc_rounding_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_dot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_double_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_dsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_dstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_empty_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_eq_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_equal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_erf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_erfc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_erfinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_exp2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_expand_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_fft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_fftshift_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_hfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ifft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ifftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ifftshift_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ihfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ihfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_irfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_flip_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fliplr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_flipud_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_float_power_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_floor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_floor_divide_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_full_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_geqrf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_gradient_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_half_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_half_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_heaviside_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_histogram_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_hsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_hstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_i0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_igammac_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_put_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_reduce_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_inner_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_int_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_int_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isfinite_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isneginf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isposinf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_istft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_jiterator_2inputs_2outputs_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_kthvalue_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ldexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_le_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lgamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_cond_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_det_singular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_eig_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_eigvals_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_inv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_inv_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_ldl_factor_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_ldl_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lu_factor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lu_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_matrix_power_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_matrix_rank_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_matrix_rank_hermitian_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_pinv_hermitian_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_pinv_singular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_solve_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_solve_triangular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_tensorinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_vander_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_vecdot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linspace_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logaddexp2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logaddexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logcumsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logical_and_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logical_not_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logspace_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_long_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_long_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_argmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_fill_functorch_Scalar_only_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_logaddexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_logsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_median_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_std_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_matmul_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_max_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_max_reduction_no_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_max_reduction_with_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_median_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_meshgrid_list_of_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_min_reduction_no_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_min_reduction_with_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_minimum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mode_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_msort_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_5_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nanmedian_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nanquantile_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nansum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_narrow_copy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_narrow_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_native_layer_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ne_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_new_empty_strided_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_new_zeros_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nextafter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional__scaled_dot_product_attention_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_avg_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_avg_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_batch_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_padding_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv_transpose3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_cosine_similarity_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_cross_entropy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_ctc_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_elu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_embedding_bag_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_embedding_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_fractional_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_fractional_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_gaussian_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_gelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_glu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_group_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_hardshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_hardsigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_hardswish_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_hardtanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_hinge_embedding_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_huber_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_trilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_kl_div_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_l1_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_linear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_logsigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_unpool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_unpool1d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_unpool2d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_unpool3d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_mish_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_mse_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_mse_loss_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_multi_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_normalize_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pad_circular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pad_constant_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pad_replicate_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pdist_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_prelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_relu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_rrelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_smooth_l1_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_soft_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_softmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_softmin_with_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_threshold_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_triplet_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_unfold_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_upsample_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_upsample_nearest_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ones_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ops_aten_index_put_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_permute_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_pinverse_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_polar_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_pow_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_rad2deg_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_randint_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ravel_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_reciprocal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_remainder_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_resolve_conj_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_resolve_neg_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_round_decimals_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_reduce_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_searchsorted_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_select_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sgn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_short_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sign_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_signbit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_slice_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_softmax_with_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sort_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_bessel_j0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_bessel_j1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_bessel_y0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_bessel_y1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_u_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_v_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_entr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_hermite_polynomial_he_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_i0e_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_i1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_i1e_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_laguerre_polynomial_l_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_modified_bessel_i1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_modified_bessel_k0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_modified_bessel_k1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_shifted_chebyshev_polynomial_v_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_spherical_bessel_j0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_xlog1py_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_zeta_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_square_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_stack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_std_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_std_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_stft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sub_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sum_to_size_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_symeig_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_take_along_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_take_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tan_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tile_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_to_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_to_sparse_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_trace_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_transpose_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_trapezoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_trapz_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_triangular_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tril_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_triu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_true_divide_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_trunc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unfold_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unsqueeze_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_var_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_var_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_vdot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_view_as_complex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_view_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_vsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_vstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_where_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_xlogy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_zeros_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_histogram_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_hsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_hypot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_i0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_igamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_igammac_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_index_put_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_index_reduce_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_inner_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_int_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_isfinite_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_isnan_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_isreal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_istft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_jiterator_2inputs_2outputs_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_jiterator_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_jiterator_binary_return_by_ref_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_jiterator_unary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_kron_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_ldexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_cross_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_det_singular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_eigvals_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_ldl_factor_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lstsq_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lstsq_grad_oriented_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lu_factor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_matrix_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_norm_subgradients_at_zero_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_pinv_singular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_solve_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_svd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_vector_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_log10_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_log2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_log_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_logcumsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_logdet_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_logical_and_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_logical_not_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_logical_or_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_logical_xor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_logspace_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_logsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_long_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_long_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_lu_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_mT_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_amin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_argmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_argmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_logsumexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_std_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_max_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_max_reduction_no_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_max_reduction_with_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_median_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_meshgrid_variadic_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_mm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_msort_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_mul_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_multinomial_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_mv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_mvlgamma_mvlgamma_p_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_mvlgamma_mvlgamma_p_5_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nan_to_num_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nanmean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nanmedian_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nanquantile_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_narrow_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_native_layer_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_new_empty_strided_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_new_ones_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_new_zeros_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional__scaled_dot_product_attention_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_max_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_avg_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv_transpose2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv_transpose3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_cross_entropy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_ctc_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_dropout3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_dropout_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_fractional_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_gaussian_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_glu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_grid_sample_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_group_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_instance_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_interpolate_area_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_interpolate_bicubic_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_interpolate_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_interpolate_nearest_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_leaky_relu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_linear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_logsigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_margin_ranking_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_mish_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_mse_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_multi_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_normalize_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pad_circular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pad_constant_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pad_reflect_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pad_replicate_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pdist_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pixel_shuffle_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_relu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_rrelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_smooth_l1_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_softmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_softmin_with_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_softplus_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_softshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_softsign_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_threshold_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_triplet_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_unfold_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_normal_number_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_ones_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_pca_lowrank_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_pinverse_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_polygamma_polygamma_n_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_polygamma_polygamma_n_1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_polygamma_polygamma_n_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_polygamma_polygamma_n_4_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_positive_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_pow_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_rad2deg_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_ravel_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_renorm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_resolve_conj_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_rot90_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_round_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_round_decimals_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_rsub_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_reduce_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_reduce_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_searchsorted_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_segment_reduce_lengths_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_segment_reduce_offsets_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_short_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_sigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_signbit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_sin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_sinh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_softmax_with_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_special_airy_ai_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_special_bessel_j0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_special_bessel_j1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_special_bessel_y0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_special_bessel_y1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_special_chebyshev_polynomial_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_special_chebyshev_polynomial_u_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_special_chebyshev_polynomial_v_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_special_chebyshev_polynomial_w_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_special_entr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_special_erfcx_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_special_hermite_polynomial_h_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_special_i1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_special_i1e_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_special_laguerre_polynomial_l_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_special_modified_bessel_i1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_special_modified_bessel_k0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_special_modified_bessel_k1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_special_polygamma_special_polygamma_n_0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_special_shifted_chebyshev_polynomial_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_special_shifted_chebyshev_polynomial_v_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_special_xlog1py_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_special_zeta_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_split_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_split_list_args_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_stack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_std_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_std_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_stft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_sum_to_size_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_svd_lowrank_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_symeig_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_take_along_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_tan_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_tanh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_tensor_split_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_tensordot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_topk_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_trace_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_trapezoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_triangular_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_tril_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_triu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_true_divide_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_trunc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_unflatten_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_unfold_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_unsqueeze_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_var_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_view_as_complex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_xlogy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_H_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_T_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___getitem___functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rdiv___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rmatmul___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rmod___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rmul___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rpow___cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_abs_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_acos_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addbmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addcmul_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_allclose_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_angle_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_any_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_arange_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_argmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_argsort_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_as_strided_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_asin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atan2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atan_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atleast_1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atleast_3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bfloat16_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bool_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_broadcast_shapes_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cartesian_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cdist_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cholesky_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cholesky_inverse_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cholesky_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_chunk_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_clamp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_clamp_max_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_clamp_min_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_clone_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_combinations_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_complex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_conj_physical_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_constant_pad_nd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_copysign_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cosh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_count_nonzero_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cross_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cummax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diag_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diagflat_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diagonal_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diff_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_dist_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_div_floor_rounding_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_div_trunc_rounding_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_double_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_empty_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_empty_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_equal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_erfc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_exp2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_expand_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_expm1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_eye_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_fftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_fftshift_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_hfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ifft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ihfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ihfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ihfftn_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_irfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_irfft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_rfft2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fill_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_flip_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fliplr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_flipud_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_float_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_floor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_floor_divide_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fmod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_frac_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_frexp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_gradient_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_gt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_half_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_histogram_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_histogramdd_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_hsplit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_i0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_igamma_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_igammac_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_put_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_put_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_inner_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_int_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isclose_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isinf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isnan_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isneginf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isposinf_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_jiterator_2inputs_2outputs_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_jiterator_4inputs_with_extra_args_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_jiterator_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_jiterator_unary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_kron_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_le_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_cond_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_det_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_det_singular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_eigvalsh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_inv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_ldl_factor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_ldl_factor_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lstsq_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lu_factor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_matrix_power_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_pinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_pinv_hermitian_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_qr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_slogdet_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_solve_triangular_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_svdvals_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_tensorinv_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_vecdot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_vector_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linspace_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log10_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log1p_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log_softmax_dtype_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logaddexp2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logdet_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logical_and_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logical_xor_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logit_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_long_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lu_solve_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mH_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_log_softmax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_normalize_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_select_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_std_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_var_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_matmul_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_matrix_exp_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_maximum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_median_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_meshgrid_list_of_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_meshgrid_variadic_tensors_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_min_binary_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_min_reduction_no_dim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_movedim_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_multinomial_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mvlgamma_mvlgamma_p_1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nanmean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nansum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_narrow_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_native_layer_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ne_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_neg_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_new_empty_strided_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional__scaled_dot_product_attention_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_avg_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_max_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_max_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_avg_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_avg_pool2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_avg_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_batch_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_bilinear_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_binary_cross_entropy_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_with_bias_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv_transpose2d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_cosine_similarity_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_elu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_embedding_bag_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_embedding_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_fractional_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_gaussian_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_gelu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_glu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_group_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_hardshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_hardswish_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_layer_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_leaky_relu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_local_response_norm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_logsigmoid_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_pool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_pool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool1d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool2d_grad_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool3d_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_mish_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_mse_loss_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_multi_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_multilabel_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pad_reflect_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pad_replicate_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pairwise_distance_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pixel_shuffle_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pixel_unshuffle_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_poisson_nll_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_relu6_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_smooth_l1_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_soft_margin_loss_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_softmin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_softplus_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_softsign_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_tanhshrink_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_upsample_nearest_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nonzero_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_norm_nuc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_normal_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_normal_number_mean_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ones_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ops_aten_index_put_functorch_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_outer_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_pinverse_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polygamma_polygamma_n_2_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polygamma_polygamma_n_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_positive_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_qr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_quantile_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_rad2deg_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_rand_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_randn_like_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ravel_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_real_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_remainder_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_repeat_interleave_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_reshape_as_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_resize_as__cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_resolve_neg_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_round_decimals_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_round_decimals_neg_3_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_rsqrt_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_rsub_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_add_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_reduce_amax_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_reduce_prod_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_segment_reduce_offsets_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_short_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_short_functorch_no_channels_last_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sign_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sin_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sinh_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_slice_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_slice_scatter_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sort_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sparse_sampled_addmm_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_airy_ai_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_bessel_j0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_bessel_y1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_chebyshev_polynomial_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_entr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_hermite_polynomial_h_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_legendre_polynomial_p_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_log_ndtr_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_modified_bessel_i1_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_ndtri_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_scaled_modified_bessel_k0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_shifted_chebyshev_polynomial_t_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_shifted_chebyshev_polynomial_w_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_spherical_bessel_j0_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_xlog1py_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_split_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_split_list_args_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_split_with_sizes_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_square_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_squeeze_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_std_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_stft_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sub_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sum_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_symeig_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_take_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tan_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_to_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_triu_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_trunc_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unflatten_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unfold_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_uniform_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unique_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_var_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_vdot_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_view_as_complex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_vstack_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvmapjvp_linalg_solve_cpu 2022-12-01T10:41:49.4979806Z 2022-12-01T10:41:49.4980150Z functorch/test_ops.py::TestOperatorsCPU::test_extremal_numerics_binary_cross_entropy_cpu PASSED 2022-12-01T10:41:49.4980525Z functorch/test_ops.py::TestOperatorsCPU::test_extremal_numerics_cross_entropy_cpu PASSED 2022-12-01T10:41:49.4980892Z functorch/test_ops.py::TestOperatorsCPU::test_extremal_numerics_log_softmax_cpu PASSED 2022-12-01T10:41:49.4981239Z functorch/test_ops.py::TestOperatorsCPU::test_extremal_numerics_mse_loss_cpu PASSED 2022-12-01T10:41:49.4981835Z functorch/test_ops.py::TestOperatorsCPU::test_grad_T_cpu_float32 PASSED 2022-12-01T10:41:49.4982160Z functorch/test_ops.py::TestOperatorsCPU::test_grad___getitem___cpu_float32 PASSED 2022-12-01T10:41:49.4982486Z functorch/test_ops.py::TestOperatorsCPU::test_grad___radd___cpu_float32 PASSED 2022-12-01T10:41:49.4982806Z functorch/test_ops.py::TestOperatorsCPU::test_grad___rdiv___cpu_float32 PASSED 2022-12-01T10:41:49.4983120Z functorch/test_ops.py::TestOperatorsCPU::test_grad___rmatmul___cpu_float32 PASSED 2022-12-01T10:41:49.4983440Z functorch/test_ops.py::TestOperatorsCPU::test_grad___rpow___cpu_float32 PASSED 2022-12-01T10:41:49.4983756Z functorch/test_ops.py::TestOperatorsCPU::test_grad_acos_cpu_float32 PASSED 2022-12-01T10:41:49.4984060Z functorch/test_ops.py::TestOperatorsCPU::test_grad_acosh_cpu_float32 PASSED 2022-12-01T10:41:49.4984432Z functorch/test_ops.py::TestOperatorsCPU::test_grad_add_cpu_float32 PASSED 2022-12-01T10:41:49.4984757Z functorch/test_ops.py::TestOperatorsCPU::test_grad_addcdiv_cpu_float32 PASSED 2022-12-01T10:41:49.4985081Z functorch/test_ops.py::TestOperatorsCPU::test_grad_addmm_cpu_float32 PASSED 2022-12-01T10:41:49.4985384Z functorch/test_ops.py::TestOperatorsCPU::test_grad_addr_cpu_float32 PASSED 2022-12-01T10:41:49.4985697Z functorch/test_ops.py::TestOperatorsCPU::test_grad_amax_cpu_float32 PASSED 2022-12-01T10:41:49.4986006Z functorch/test_ops.py::TestOperatorsCPU::test_grad_amin_cpu_float32 PASSED 2022-12-01T10:41:49.4986354Z functorch/test_ops.py::TestOperatorsCPU::test_grad_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.4986718Z functorch/test_ops.py::TestOperatorsCPU::test_grad_as_strided_cpu_float32 PASSED 2022-12-01T10:41:49.4987069Z functorch/test_ops.py::TestOperatorsCPU::test_grad_as_strided_scatter_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.4987420Z functorch/test_ops.py::TestOperatorsCPU::test_grad_asin_cpu_float32 PASSED 2022-12-01T10:41:49.4987723Z functorch/test_ops.py::TestOperatorsCPU::test_grad_atan_cpu_float32 PASSED 2022-12-01T10:41:49.4988041Z functorch/test_ops.py::TestOperatorsCPU::test_grad_atanh_cpu_float32 PASSED 2022-12-01T10:41:49.4988360Z functorch/test_ops.py::TestOperatorsCPU::test_grad_atleast_1d_cpu_float32 PASSED 2022-12-01T10:41:49.4988671Z functorch/test_ops.py::TestOperatorsCPU::test_grad_bernoulli_cpu_float32 PASSED 2022-12-01T10:41:49.4989035Z functorch/test_ops.py::TestOperatorsCPU::test_grad_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.4989462Z functorch/test_ops.py::TestOperatorsCPU::test_grad_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.4989857Z functorch/test_ops.py::TestOperatorsCPU::test_grad_broadcast_tensors_cpu_float32 PASSED 2022-12-01T10:41:49.4990245Z functorch/test_ops.py::TestOperatorsCPU::test_grad_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.4990622Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cdist_cpu_float32 PASSED 2022-12-01T10:41:49.4990938Z functorch/test_ops.py::TestOperatorsCPU::test_grad_ceil_cpu_float32 PASSED 2022-12-01T10:41:49.4991249Z functorch/test_ops.py::TestOperatorsCPU::test_grad_chalf_cpu_float32 XFAIL 2022-12-01T10:41:49.4991561Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cholesky_inverse_cpu_float32 PASSED 2022-12-01T10:41:49.4991901Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cholesky_solve_cpu_float32 PASSED 2022-12-01T10:41:49.4992231Z functorch/test_ops.py::TestOperatorsCPU::test_grad_clamp_min_cpu_float32 PASSED 2022-12-01T10:41:49.4992538Z functorch/test_ops.py::TestOperatorsCPU::test_grad_clone_cpu_float32 PASSED 2022-12-01T10:41:49.4992862Z functorch/test_ops.py::TestOperatorsCPU::test_grad_combinations_cpu_float32 PASSED 2022-12-01T10:41:49.4993186Z functorch/test_ops.py::TestOperatorsCPU::test_grad_conj_cpu_float32 PASSED 2022-12-01T10:41:49.4993508Z functorch/test_ops.py::TestOperatorsCPU::test_grad_conj_physical_cpu_float32 PASSED 2022-12-01T10:41:49.4993868Z functorch/test_ops.py::TestOperatorsCPU::test_grad_constant_pad_nd_cpu_float32 PASSED 2022-12-01T10:41:49.4994192Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cos_cpu_float32 PASSED 2022-12-01T10:41:49.4994561Z functorch/test_ops.py::TestOperatorsCPU::test_grad_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.4994909Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cov_cpu_float32 PASSED 2022-12-01T10:41:49.4995219Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cross_cpu_float32 PASSED 2022-12-01T10:41:49.4995538Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cummax_cpu_float32 PASSED 2022-12-01T10:41:49.4995860Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cummin_cpu_float32 PASSED 2022-12-01T10:41:49.4996163Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cumprod_cpu_float32 PASSED 2022-12-01T10:41:49.4996558Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cumsum_cpu_float32 PASSED 2022-12-01T10:41:49.4996897Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cumulative_trapezoid_cpu_float32 PASSED 2022-12-01T10:41:49.4997225Z functorch/test_ops.py::TestOperatorsCPU::test_grad_diagflat_cpu_float32 PASSED 2022-12-01T10:41:49.4997548Z functorch/test_ops.py::TestOperatorsCPU::test_grad_diagonal_cpu_float32 PASSED 2022-12-01T10:41:49.4997920Z functorch/test_ops.py::TestOperatorsCPU::test_grad_diff_cpu_float32 PASSED 2022-12-01T10:41:49.4998322Z functorch/test_ops.py::TestOperatorsCPU::test_grad_div_floor_rounding_cpu_float32 PASSED 2022-12-01T10:41:49.4998660Z functorch/test_ops.py::TestOperatorsCPU::test_grad_div_no_rounding_mode_cpu_float32 PASSED 2022-12-01T10:41:49.4998988Z functorch/test_ops.py::TestOperatorsCPU::test_grad_dot_cpu_float32 PASSED 2022-12-01T10:41:49.4999302Z functorch/test_ops.py::TestOperatorsCPU::test_grad_double_cpu_float32 PASSED 2022-12-01T10:41:49.4999643Z functorch/test_ops.py::TestOperatorsCPU::test_grad_double_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:41:49.4999993Z functorch/test_ops.py::TestOperatorsCPU::test_grad_dstack_cpu_float32 PASSED 2022-12-01T10:41:49.5000311Z functorch/test_ops.py::TestOperatorsCPU::test_grad_einsum_cpu_float32 PASSED 2022-12-01T10:41:49.5000671Z functorch/test_ops.py::TestOperatorsCPU::test_grad_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5001051Z functorch/test_ops.py::TestOperatorsCPU::test_grad_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5001488Z functorch/test_ops.py::TestOperatorsCPU::test_grad_erfinv_cpu_float32 PASSED 2022-12-01T10:41:49.5001805Z functorch/test_ops.py::TestOperatorsCPU::test_grad_exp_cpu_float32 PASSED 2022-12-01T10:41:49.5002114Z functorch/test_ops.py::TestOperatorsCPU::test_grad_expand_as_cpu_float32 PASSED 2022-12-01T10:41:49.5002442Z functorch/test_ops.py::TestOperatorsCPU::test_grad_expand_cpu_float32 PASSED 2022-12-01T10:41:49.5002762Z functorch/test_ops.py::TestOperatorsCPU::test_grad_expm1_cpu_float32 PASSED 2022-12-01T10:41:49.5003120Z functorch/test_ops.py::TestOperatorsCPU::test_grad_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5003465Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_fft_cpu_float32 PASSED 2022-12-01T10:41:49.5003787Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_fftn_cpu_float32 PASSED 2022-12-01T10:41:49.5004117Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_fftshift_cpu_float32 PASSED 2022-12-01T10:41:49.5004429Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_hfft2_cpu_float32 PASSED 2022-12-01T10:41:49.5004748Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_hfftn_cpu_float32 PASSED 2022-12-01T10:41:49.5005064Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_ifft_cpu_float32 PASSED 2022-12-01T10:41:49.5005389Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_ihfft2_cpu_float32 PASSED 2022-12-01T10:41:49.5005699Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_irfft2_cpu_float32 PASSED 2022-12-01T10:41:49.5006016Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_irfft_cpu_float32 PASSED 2022-12-01T10:41:49.5006407Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_irfftn_cpu_float32 PASSED 2022-12-01T10:41:49.5006714Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_rfft2_cpu_float32 PASSED 2022-12-01T10:41:49.5007040Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_rfft_cpu_float32 PASSED 2022-12-01T10:41:49.5007359Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_rfftn_cpu_float32 PASSED 2022-12-01T10:41:49.5007680Z functorch/test_ops.py::TestOperatorsCPU::test_grad_flatten_cpu_float32 PASSED 2022-12-01T10:41:49.5007985Z functorch/test_ops.py::TestOperatorsCPU::test_grad_flip_cpu_float32 PASSED 2022-12-01T10:41:49.5008306Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fliplr_cpu_float32 PASSED 2022-12-01T10:41:49.5008708Z functorch/test_ops.py::TestOperatorsCPU::test_grad_float_cpu_float32 PASSED 2022-12-01T10:41:49.5009186Z functorch/test_ops.py::TestOperatorsCPU::test_grad_float_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:41:49.5009557Z functorch/test_ops.py::TestOperatorsCPU::test_grad_floor_cpu_float32 PASSED 2022-12-01T10:41:49.5009871Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fmin_cpu_float32 PASSED 2022-12-01T10:41:49.5010183Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fmod_cpu_float32 PASSED 2022-12-01T10:41:49.5010485Z functorch/test_ops.py::TestOperatorsCPU::test_grad_frac_cpu_float32 PASSED 2022-12-01T10:41:49.5010813Z functorch/test_ops.py::TestOperatorsCPU::test_grad_gather_cpu_float32 PASSED 2022-12-01T10:41:49.5011162Z functorch/test_ops.py::TestOperatorsCPU::test_grad_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5011524Z functorch/test_ops.py::TestOperatorsCPU::test_grad_gradient_cpu_float32 PASSED 2022-12-01T10:41:49.5011876Z functorch/test_ops.py::TestOperatorsCPU::test_grad_half_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:41:49.5012268Z functorch/test_ops.py::TestOperatorsCPU::test_grad_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5012662Z functorch/test_ops.py::TestOperatorsCPU::test_grad_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5013057Z functorch/test_ops.py::TestOperatorsCPU::test_grad_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5013415Z functorch/test_ops.py::TestOperatorsCPU::test_grad_index_copy_cpu_float32 PASSED 2022-12-01T10:41:49.5013728Z functorch/test_ops.py::TestOperatorsCPU::test_grad_index_fill_cpu_float32 PASSED 2022-12-01T10:41:49.5014057Z functorch/test_ops.py::TestOperatorsCPU::test_grad_index_reduce_cpu_float32 PASSED 2022-12-01T10:41:49.5014450Z functorch/test_ops.py::TestOperatorsCPU::test_grad_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5014873Z functorch/test_ops.py::TestOperatorsCPU::test_grad_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5015255Z functorch/test_ops.py::TestOperatorsCPU::test_grad_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5015646Z functorch/test_ops.py::TestOperatorsCPU::test_grad_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5016033Z functorch/test_ops.py::TestOperatorsCPU::test_grad_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5016382Z functorch/test_ops.py::TestOperatorsCPU::test_grad_istft_cpu_float32 PASSED 2022-12-01T10:41:49.5016731Z functorch/test_ops.py::TestOperatorsCPU::test_grad_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.5017296Z functorch/test_ops.py::TestOperatorsCPU::test_grad_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.5017751Z functorch/test_ops.py::TestOperatorsCPU::test_grad_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.5018143Z functorch/test_ops.py::TestOperatorsCPU::test_grad_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.5018577Z functorch/test_ops.py::TestOperatorsCPU::test_grad_ldexp_cpu_float32 PASSED 2022-12-01T10:41:49.5018896Z functorch/test_ops.py::TestOperatorsCPU::test_grad_lerp_cpu_float32 PASSED 2022-12-01T10:41:49.5019219Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_cond_cpu_float32 PASSED 2022-12-01T10:41:49.5019544Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_det_singular_cpu_float32 PASSED 2022-12-01T10:41:49.5019885Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_eig_cpu_float32 XFAIL 2022-12-01T10:41:49.5020215Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_eigh_cpu_float32 PASSED 2022-12-01T10:41:49.5020542Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_inv_cpu_float32 PASSED 2022-12-01T10:41:49.5020898Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_lstsq_cpu_float32 PASSED 2022-12-01T10:41:49.5021238Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_lu_factor_cpu_float32 PASSED 2022-12-01T10:41:49.5021581Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_lu_factor_ex_cpu_float32 PASSED 2022-12-01T10:41:49.5043293Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_lu_solve_cpu_float32 PASSED 2022-12-01T10:41:49.5043819Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_matrix_power_cpu_float32 PASSED 2022-12-01T10:41:49.5044167Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_multi_dot_cpu_float32 PASSED 2022-12-01T10:41:49.5044511Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5044873Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_norm_subgradients_at_zero_cpu_float32 PASSED 2022-12-01T10:41:49.5045230Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_pinv_cpu_float32 PASSED 2022-12-01T10:41:49.5045642Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T10:41:49.5046051Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_solve_cpu_float32 PASSED 2022-12-01T10:41:49.5046389Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_solve_ex_cpu_float32 PASSED 2022-12-01T10:41:49.5046737Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_solve_triangular_cpu_float32 PASSED 2022-12-01T10:41:49.5047070Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_svdvals_cpu_float32 PASSED 2022-12-01T10:41:49.5047406Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_vander_cpu_float32 PASSED 2022-12-01T10:41:49.5047736Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_vecdot_cpu_float32 PASSED 2022-12-01T10:41:49.5048063Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_vector_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5048450Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5048811Z functorch/test_ops.py::TestOperatorsCPU::test_grad_log10_cpu_float32 PASSED 2022-12-01T10:41:49.5049140Z functorch/test_ops.py::TestOperatorsCPU::test_grad_logaddexp2_cpu_float32 PASSED 2022-12-01T10:41:49.5049465Z functorch/test_ops.py::TestOperatorsCPU::test_grad_logcumsumexp_cpu_float32 PASSED 2022-12-01T10:41:49.5049791Z functorch/test_ops.py::TestOperatorsCPU::test_grad_logdet_cpu_float32 PASSED 2022-12-01T10:41:49.5050108Z functorch/test_ops.py::TestOperatorsCPU::test_grad_logit_cpu_float32 PASSED 2022-12-01T10:41:49.5050457Z functorch/test_ops.py::TestOperatorsCPU::test_grad_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5050812Z functorch/test_ops.py::TestOperatorsCPU::test_grad_lu_cpu_float32 PASSED 2022-12-01T10:41:49.5051130Z functorch/test_ops.py::TestOperatorsCPU::test_grad_lu_solve_cpu_float32 PASSED 2022-12-01T10:41:49.5051457Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_amin_cpu_float32 PASSED 2022-12-01T10:41:49.5051778Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_cumsum_cpu_float32 PASSED 2022-12-01T10:41:49.5052282Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_normalize_cpu_float32 PASSED 2022-12-01T10:41:49.5052622Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_prod_cpu_float32 PASSED 2022-12-01T10:41:49.5052944Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_softmin_cpu_float32 PASSED 2022-12-01T10:41:49.5053275Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_std_cpu_float32 PASSED 2022-12-01T10:41:49.5053601Z functorch/test_ops.py::TestOperatorsCPU::test_grad_matmul_cpu_float32 PASSED 2022-12-01T10:41:49.5053927Z functorch/test_ops.py::TestOperatorsCPU::test_grad_max_binary_cpu_float32 PASSED 2022-12-01T10:41:49.5054252Z functorch/test_ops.py::TestOperatorsCPU::test_grad_max_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:41:49.5054627Z functorch/test_ops.py::TestOperatorsCPU::test_grad_mean_cpu_float32 PASSED 2022-12-01T10:41:49.5054949Z functorch/test_ops.py::TestOperatorsCPU::test_grad_median_cpu_float32 PASSED 2022-12-01T10:41:49.5055282Z functorch/test_ops.py::TestOperatorsCPU::test_grad_meshgrid_variadic_tensors_cpu_float32 PASSED 2022-12-01T10:41:49.5055640Z functorch/test_ops.py::TestOperatorsCPU::test_grad_min_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:41:49.5055970Z functorch/test_ops.py::TestOperatorsCPU::test_grad_mm_cpu_float32 PASSED 2022-12-01T10:41:49.5056284Z functorch/test_ops.py::TestOperatorsCPU::test_grad_mode_cpu_float32 PASSED 2022-12-01T10:41:49.5056586Z functorch/test_ops.py::TestOperatorsCPU::test_grad_movedim_cpu_float32 PASSED 2022-12-01T10:41:49.5056906Z functorch/test_ops.py::TestOperatorsCPU::test_grad_msort_cpu_float32 PASSED 2022-12-01T10:41:49.5057554Z functorch/test_ops.py::TestOperatorsCPU::test_grad_mul_cpu_float32 PASSED 2022-12-01T10:41:49.5057854Z functorch/test_ops.py::TestOperatorsCPU::test_grad_mv_cpu_float32 PASSED 2022-12-01T10:41:49.5058188Z functorch/test_ops.py::TestOperatorsCPU::test_grad_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED 2022-12-01T10:41:49.5058531Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nan_to_num_cpu_float32 PASSED 2022-12-01T10:41:49.5058858Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nanmean_cpu_float32 PASSED 2022-12-01T10:41:49.5059173Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nanmedian_cpu_float32 PASSED 2022-12-01T10:41:49.5059499Z functorch/test_ops.py::TestOperatorsCPU::test_grad_narrow_cpu_float32 PASSED 2022-12-01T10:41:49.5059854Z functorch/test_ops.py::TestOperatorsCPU::test_grad_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5060245Z functorch/test_ops.py::TestOperatorsCPU::test_grad_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5060646Z functorch/test_ops.py::TestOperatorsCPU::test_grad_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5061046Z functorch/test_ops.py::TestOperatorsCPU::test_grad_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5061436Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:41:49.5061800Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED 2022-12-01T10:41:49.5062169Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:41:49.5062527Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_batch_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5062881Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_bilinear_cpu_float32 PASSED 2022-12-01T10:41:49.5063236Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_binary_cross_entropy_cpu_float32 PASSED 2022-12-01T10:41:49.5063594Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_celu_cpu_float32 PASSED 2022-12-01T10:41:49.5063949Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_no_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5064316Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5064796Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5065205Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5065591Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv_transpose3d_cpu_float32 PASSED 2022-12-01T10:41:49.5065952Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_cosine_similarity_cpu_float32 PASSED 2022-12-01T10:41:49.5066312Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_ctc_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5066668Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_dropout2d_cpu_float32 PASSED 2022-12-01T10:41:49.5067075Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_dropout3d_cpu_float32 PASSED 2022-12-01T10:41:49.5067420Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_dropout_cpu_float32 PASSED 2022-12-01T10:41:49.5067773Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_embedding_cpu_float32 PASSED 2022-12-01T10:41:49.5068157Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED 2022-12-01T10:41:49.5068536Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_fractional_max_pool3d_cpu_float32 PASSED 2022-12-01T10:41:49.5068895Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_glu_cpu_float32 PASSED 2022-12-01T10:41:49.5069247Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_group_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5069607Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_hardsigmoid_cpu_float32 PASSED 2022-12-01T10:41:49.5069960Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_hardtanh_cpu_float32 PASSED 2022-12-01T10:41:49.5070330Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_hinge_embedding_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5070696Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_huber_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5071056Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_instance_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5071411Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_area_cpu_float32 PASSED 2022-12-01T10:41:49.5071784Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_linear_cpu_float32 PASSED 2022-12-01T10:41:49.5072162Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_nearest_cpu_float32 PASSED 2022-12-01T10:41:49.5072534Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_trilinear_cpu_float32 PASSED 2022-12-01T10:41:49.5072900Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_kl_div_cpu_float32 PASSED 2022-12-01T10:41:49.5073246Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_l1_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5073601Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_layer_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5073940Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_linear_cpu_float32 PASSED 2022-12-01T10:41:49.5074292Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_logsigmoid_cpu_float32 PASSED 2022-12-01T10:41:49.5074655Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_margin_ranking_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5075021Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_pool1d_cpu_float32 PASSED 2022-12-01T10:41:49.5075359Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_pool3d_cpu_float32 PASSED 2022-12-01T10:41:49.5075717Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool1d_grad_cpu_float32 PASSED 2022-12-01T10:41:49.5076083Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool3d_grad_cpu_float32 PASSED 2022-12-01T10:41:49.5076461Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_mse_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5076830Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_mse_loss_functorch_cpu_float32 PASSED 2022-12-01T10:41:49.5077198Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_multi_margin_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5077577Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_multilabel_margin_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5077955Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5078324Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_nll_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5078714Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_normalize_cpu_float32 PASSED 2022-12-01T10:41:49.5079076Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pixel_shuffle_cpu_float32 PASSED 2022-12-01T10:41:49.5079417Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_rrelu_cpu_float32 PASSED 2022-12-01T10:41:49.5079764Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_selu_cpu_float32 PASSED 2022-12-01T10:41:49.5080109Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_silu_cpu_float32 PASSED 2022-12-01T10:41:49.5080450Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_smooth_l1_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5080814Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5081250Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_softmin_cpu_float32 PASSED 2022-12-01T10:41:49.5081613Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_softplus_cpu_float32 PASSED 2022-12-01T10:41:49.5081955Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_threshold_cpu_float32 PASSED 2022-12-01T10:41:49.5082342Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5082720Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_unfold_cpu_float32 PASSED 2022-12-01T10:41:49.5083085Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_upsample_bilinear_cpu_float32 PASSED 2022-12-01T10:41:49.5083449Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_upsample_nearest_cpu_float32 PASSED 2022-12-01T10:41:49.5083838Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5084201Z functorch/test_ops.py::TestOperatorsCPU::test_grad_norm_fro_cpu_float32 PASSED 2022-12-01T10:41:49.5084514Z functorch/test_ops.py::TestOperatorsCPU::test_grad_normal_cpu_float32 PASSED 2022-12-01T10:41:49.5084851Z functorch/test_ops.py::TestOperatorsCPU::test_grad_normal_number_mean_cpu_float32 PASSED 2022-12-01T10:41:49.5085230Z functorch/test_ops.py::TestOperatorsCPU::test_grad_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5085631Z functorch/test_ops.py::TestOperatorsCPU::test_grad_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5086002Z functorch/test_ops.py::TestOperatorsCPU::test_grad_ops_aten_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:41:49.5086387Z functorch/test_ops.py::TestOperatorsCPU::test_grad_ormqr_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5086745Z functorch/test_ops.py::TestOperatorsCPU::test_grad_pca_lowrank_cpu_float32 PASSED 2022-12-01T10:41:49.5087072Z functorch/test_ops.py::TestOperatorsCPU::test_grad_pinverse_cpu_float32 PASSED 2022-12-01T10:41:49.5087406Z functorch/test_ops.py::TestOperatorsCPU::test_grad_polygamma_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:41:49.5087760Z functorch/test_ops.py::TestOperatorsCPU::test_grad_polygamma_polygamma_n_2_cpu_float32 PASSED 2022-12-01T10:41:49.5088153Z functorch/test_ops.py::TestOperatorsCPU::test_grad_polygamma_polygamma_n_3_cpu_float32 PASSED 2022-12-01T10:41:49.5088478Z functorch/test_ops.py::TestOperatorsCPU::test_grad_positive_cpu_float32 PASSED 2022-12-01T10:41:49.5088794Z functorch/test_ops.py::TestOperatorsCPU::test_grad_pow_cpu_float32 PASSED 2022-12-01T10:41:49.5089109Z functorch/test_ops.py::TestOperatorsCPU::test_grad_prod_cpu_float32 PASSED 2022-12-01T10:41:49.5089423Z functorch/test_ops.py::TestOperatorsCPU::test_grad_put_cpu_float32 PASSED 2022-12-01T10:41:49.5089727Z functorch/test_ops.py::TestOperatorsCPU::test_grad_rad2deg_cpu_float32 PASSED 2022-12-01T10:41:49.5090099Z functorch/test_ops.py::TestOperatorsCPU::test_grad_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5090572Z functorch/test_ops.py::TestOperatorsCPU::test_grad_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5090928Z functorch/test_ops.py::TestOperatorsCPU::test_grad_reciprocal_cpu_float32 PASSED 2022-12-01T10:41:49.5091262Z functorch/test_ops.py::TestOperatorsCPU::test_grad_remainder_cpu_float32 PASSED 2022-12-01T10:41:49.5091587Z functorch/test_ops.py::TestOperatorsCPU::test_grad_renorm_cpu_float32 PASSED 2022-12-01T10:41:49.5091910Z functorch/test_ops.py::TestOperatorsCPU::test_grad_reshape_as_cpu_float32 PASSED 2022-12-01T10:41:49.5092224Z functorch/test_ops.py::TestOperatorsCPU::test_grad_reshape_cpu_float32 PASSED 2022-12-01T10:41:49.5092552Z functorch/test_ops.py::TestOperatorsCPU::test_grad_resolve_conj_cpu_float32 PASSED 2022-12-01T10:41:49.5092872Z functorch/test_ops.py::TestOperatorsCPU::test_grad_rot90_cpu_float32 PASSED 2022-12-01T10:41:49.5093189Z functorch/test_ops.py::TestOperatorsCPU::test_grad_round_decimals_0_cpu_float32 PASSED 2022-12-01T10:41:49.5093531Z functorch/test_ops.py::TestOperatorsCPU::test_grad_round_decimals_3_cpu_float32 PASSED 2022-12-01T10:41:49.5093876Z functorch/test_ops.py::TestOperatorsCPU::test_grad_round_decimals_neg_3_cpu_float32 PASSED 2022-12-01T10:41:49.5094209Z functorch/test_ops.py::TestOperatorsCPU::test_grad_rsub_cpu_float32 PASSED 2022-12-01T10:41:49.5094526Z functorch/test_ops.py::TestOperatorsCPU::test_grad_scatter_reduce_amax_cpu_float32 PASSED 2022-12-01T10:41:49.5094870Z functorch/test_ops.py::TestOperatorsCPU::test_grad_scatter_reduce_prod_cpu_float32 PASSED 2022-12-01T10:41:49.5095204Z functorch/test_ops.py::TestOperatorsCPU::test_grad_select_cpu_float32 PASSED 2022-12-01T10:41:49.5095521Z functorch/test_ops.py::TestOperatorsCPU::test_grad_select_scatter_cpu_float32 PASSED 2022-12-01T10:41:49.5095848Z functorch/test_ops.py::TestOperatorsCPU::test_grad_sgn_cpu_float32 PASSED 2022-12-01T10:41:49.5096210Z functorch/test_ops.py::TestOperatorsCPU::test_grad_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5096639Z functorch/test_ops.py::TestOperatorsCPU::test_grad_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5097150Z functorch/test_ops.py::TestOperatorsCPU::test_grad_sigmoid_cpu_float32 PASSED 2022-12-01T10:41:49.5097583Z functorch/test_ops.py::TestOperatorsCPU::test_grad_sign_cpu_float32 PASSED 2022-12-01T10:41:49.5097945Z functorch/test_ops.py::TestOperatorsCPU::test_grad_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5098298Z functorch/test_ops.py::TestOperatorsCPU::test_grad_sinh_cpu_float32 PASSED 2022-12-01T10:41:49.5098602Z functorch/test_ops.py::TestOperatorsCPU::test_grad_slice_cpu_float32 PASSED 2022-12-01T10:41:49.5098930Z functorch/test_ops.py::TestOperatorsCPU::test_grad_slice_scatter_cpu_float32 PASSED 2022-12-01T10:41:49.5099256Z functorch/test_ops.py::TestOperatorsCPU::test_grad_sort_cpu_float32 PASSED 2022-12-01T10:41:49.5099621Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5100045Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5100524Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5100955Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5101654Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5102268Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5102683Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_entr_cpu_float32 PASSED 2022-12-01T10:41:49.5103058Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_i1_cpu_float32 PASSED 2022-12-01T10:41:49.5103392Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_log_ndtr_cpu_float32 PASSED 2022-12-01T10:41:49.5103791Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5104229Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5104666Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5105064Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:41:49.5105487Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5106099Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5106584Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5106950Z functorch/test_ops.py::TestOperatorsCPU::test_grad_split_cpu_float32 PASSED 2022-12-01T10:41:49.5107285Z functorch/test_ops.py::TestOperatorsCPU::test_grad_split_list_args_cpu_float32 PASSED 2022-12-01T10:41:49.5107625Z functorch/test_ops.py::TestOperatorsCPU::test_grad_split_with_sizes_cpu_float32 PASSED 2022-12-01T10:41:49.5107940Z functorch/test_ops.py::TestOperatorsCPU::test_grad_sqrt_cpu_float32 PASSED 2022-12-01T10:41:49.5108253Z functorch/test_ops.py::TestOperatorsCPU::test_grad_std_cpu_float32 PASSED 2022-12-01T10:41:49.5108564Z functorch/test_ops.py::TestOperatorsCPU::test_grad_sub_cpu_float32 PASSED 2022-12-01T10:41:49.5108878Z functorch/test_ops.py::TestOperatorsCPU::test_grad_sum_cpu_float32 PASSED 2022-12-01T10:41:49.5109175Z functorch/test_ops.py::TestOperatorsCPU::test_grad_svd_cpu_float32 PASSED 2022-12-01T10:41:49.5109485Z functorch/test_ops.py::TestOperatorsCPU::test_grad_t_cpu_float32 PASSED 2022-12-01T10:41:49.5109794Z functorch/test_ops.py::TestOperatorsCPU::test_grad_take_cpu_float32 PASSED 2022-12-01T10:41:49.5110106Z functorch/test_ops.py::TestOperatorsCPU::test_grad_tensor_split_cpu_float32 XFAIL 2022-12-01T10:41:49.5110433Z functorch/test_ops.py::TestOperatorsCPU::test_grad_tensordot_cpu_float32 PASSED 2022-12-01T10:41:49.5110759Z functorch/test_ops.py::TestOperatorsCPU::test_grad_to_sparse_cpu_float32 XFAIL 2022-12-01T10:41:49.5111080Z functorch/test_ops.py::TestOperatorsCPU::test_grad_topk_cpu_float32 PASSED 2022-12-01T10:41:49.5111383Z functorch/test_ops.py::TestOperatorsCPU::test_grad_trace_cpu_float32 PASSED 2022-12-01T10:41:49.5111711Z functorch/test_ops.py::TestOperatorsCPU::test_grad_triangular_solve_cpu_float32 PASSED 2022-12-01T10:41:49.5112040Z functorch/test_ops.py::TestOperatorsCPU::test_grad_triu_cpu_float32 PASSED 2022-12-01T10:41:49.5112390Z functorch/test_ops.py::TestOperatorsCPU::test_grad_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5112879Z functorch/test_ops.py::TestOperatorsCPU::test_grad_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5113290Z functorch/test_ops.py::TestOperatorsCPU::test_grad_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5113651Z functorch/test_ops.py::TestOperatorsCPU::test_grad_unsqueeze_cpu_float32 PASSED 2022-12-01T10:41:49.5113977Z functorch/test_ops.py::TestOperatorsCPU::test_grad_view_as_complex_cpu_float32 PASSED 2022-12-01T10:41:49.5114348Z functorch/test_ops.py::TestOperatorsCPU::test_grad_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5114781Z functorch/test_ops.py::TestOperatorsCPU::test_grad_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5115137Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_H_cpu_float32 PASSED 2022-12-01T10:41:49.5115432Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_T_cpu_float32 PASSED 2022-12-01T10:41:49.5115754Z functorch/test_ops.py::TestOperatorsCPU::test_jvp___getitem___cpu_float32 PASSED 2022-12-01T10:41:49.5116091Z functorch/test_ops.py::TestOperatorsCPU::test_jvp___getitem___functorch_cpu_float32 PASSED 2022-12-01T10:41:49.5116406Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_abs_cpu_float32 PASSED 2022-12-01T10:41:49.5116718Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_acos_cpu_float32 PASSED 2022-12-01T10:41:49.5117032Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_acosh_cpu_float32 PASSED 2022-12-01T10:41:49.5117350Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_addmm_cpu_float32 PASSED 2022-12-01T10:41:49.5117668Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_addmm_decomposed_cpu_float32 PASSED 2022-12-01T10:41:49.5117999Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_addmv_cpu_float32 PASSED 2022-12-01T10:41:49.5118311Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_addr_cpu_float32 PASSED 2022-12-01T10:41:49.5118658Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_all_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5119011Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_angle_cpu_float32 PASSED 2022-12-01T10:41:49.5119373Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_arange_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5119773Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_argmax_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5120163Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_argwhere_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5120523Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_as_strided_cpu_float32 PASSED 2022-12-01T10:41:49.5120861Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_as_strided_scatter_cpu_float32 PASSED 2022-12-01T10:41:49.5121258Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_atanh_cpu_float32 PASSED 2022-12-01T10:41:49.5121589Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_atleast_1d_cpu_float32 PASSED 2022-12-01T10:41:49.5121913Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_atleast_2d_cpu_float32 PASSED 2022-12-01T10:41:49.5122239Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_atleast_3d_cpu_float32 PASSED 2022-12-01T10:41:49.5122549Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_baddbmm_cpu_float32 PASSED 2022-12-01T10:41:49.5122876Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_bernoulli_cpu_float32 PASSED 2022-12-01T10:41:49.5123247Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_bfloat16_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5123684Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_bfloat16_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5124063Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_block_diag_cpu_float32 PASSED 2022-12-01T10:41:49.5124399Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_broadcast_tensors_cpu_float32 PASSED 2022-12-01T10:41:49.5124843Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5125220Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cartesian_prod_cpu_float32 PASSED 2022-12-01T10:41:49.5125587Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cdist_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5125989Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cholesky_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5126346Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_clamp_cpu_float32 PASSED 2022-12-01T10:41:49.5126655Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_clamp_max_cpu_float32 PASSED 2022-12-01T10:41:49.5127009Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_copysign_cpu_float32 PASSED 2022-12-01T10:41:49.5127339Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_corrcoef_cpu_float32 PASSED 2022-12-01T10:41:49.5127647Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cosh_cpu_float32 PASSED 2022-12-01T10:41:49.5127960Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cov_cpu_float32 PASSED 2022-12-01T10:41:49.5128273Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cummax_cpu_float32 PASSED 2022-12-01T10:41:49.5128592Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cummin_cpu_float32 PASSED 2022-12-01T10:41:49.5128897Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cumprod_cpu_float32 PASSED 2022-12-01T10:41:49.5129215Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cumsum_cpu_float32 PASSED 2022-12-01T10:41:49.5129549Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cumulative_trapezoid_cpu_float32 PASSED 2022-12-01T10:41:49.5129872Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_deg2rad_cpu_float32 PASSED 2022-12-01T10:41:49.5130188Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_diag_cpu_float32 PASSED 2022-12-01T10:41:49.5130515Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_diagonal_scatter_cpu_float32 PASSED 2022-12-01T10:41:49.5130849Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_digamma_cpu_float32 PASSED 2022-12-01T10:41:49.5131165Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_div_floor_rounding_cpu_float32 PASSED 2022-12-01T10:41:49.5131509Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_div_no_rounding_mode_cpu_float32 PASSED 2022-12-01T10:41:49.5131856Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_div_trunc_rounding_cpu_float32 PASSED 2022-12-01T10:41:49.5132169Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_dot_cpu_float32 PASSED 2022-12-01T10:41:49.5132528Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_equal_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5132881Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_exp2_cpu_float32 PASSED 2022-12-01T10:41:49.5133197Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_exp_cpu_float32 PASSED 2022-12-01T10:41:49.5133502Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_expand_as_cpu_float32 PASSED 2022-12-01T10:41:49.5133828Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_expand_cpu_float32 PASSED 2022-12-01T10:41:49.5134145Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_expm1_cpu_float32 PASSED 2022-12-01T10:41:49.5134448Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_fft_cpu_float32 PASSED 2022-12-01T10:41:49.5134767Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_hfft_cpu_float32 PASSED 2022-12-01T10:41:49.5135088Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_hfftn_cpu_float32 PASSED 2022-12-01T10:41:49.5135410Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_ifft2_cpu_float32 PASSED 2022-12-01T10:41:49.5135716Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_ifft_cpu_float32 PASSED 2022-12-01T10:41:49.5136037Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_ifftn_cpu_float32 PASSED 2022-12-01T10:41:49.5136360Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_irfft2_cpu_float32 PASSED 2022-12-01T10:41:49.5136704Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_irfftn_cpu_float32 PASSED 2022-12-01T10:41:49.5137155Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_rfft2_cpu_float32 PASSED 2022-12-01T10:41:49.5137557Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_rfft_cpu_float32 PASSED 2022-12-01T10:41:49.5137878Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_rfftn_cpu_float32 PASSED 2022-12-01T10:41:49.5138182Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fill_cpu_float32 PASSED 2022-12-01T10:41:49.5138498Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_flatten_cpu_float32 PASSED 2022-12-01T10:41:49.5138892Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_float_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5139325Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_floor_cpu_float32 PASSED 2022-12-01T10:41:49.5139645Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fmod_cpu_float32 PASSED 2022-12-01T10:41:49.5139966Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_gather_cpu_float32 PASSED 2022-12-01T10:41:49.5140285Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_gradient_cpu_float32 PASSED 2022-12-01T10:41:49.5140635Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_half_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5141060Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_half_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5141487Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_heaviside_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5141889Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_histogram_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5142236Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_hypot_cpu_float32 PASSED 2022-12-01T10:41:49.5142599Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_igamma_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5143003Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_igammac_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5143351Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_index_fill_cpu_float32 PASSED 2022-12-01T10:41:49.5143676Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_index_put_cpu_float32 PASSED 2022-12-01T10:41:49.5144013Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:41:49.5144394Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_index_reduce_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5144752Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_index_select_cpu_float32 PASSED 2022-12-01T10:41:49.5145073Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_inner_cpu_float32 PASSED 2022-12-01T10:41:49.5145433Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_int_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5145830Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_isfinite_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5146218Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_isneginf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5146613Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_isposinf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5147012Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_isreal_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5147406Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.5147793Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.5148186Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.5148532Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_kthvalue_cpu_float32 PASSED 2022-12-01T10:41:49.5148932Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_le_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5149279Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_lerp_cpu_float32 PASSED 2022-12-01T10:41:49.5149602Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_cross_cpu_float32 PASSED 2022-12-01T10:41:49.5150062Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_det_singular_cpu_float32 PASSED 2022-12-01T10:41:49.5150388Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_eig_cpu_float32 PASSED 2022-12-01T10:41:49.5150717Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_eigh_cpu_float32 PASSED 2022-12-01T10:41:49.5151052Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_eigvals_cpu_float32 PASSED 2022-12-01T10:41:49.5151412Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_eigvalsh_cpu_float32 PASSED 2022-12-01T10:41:49.5151767Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_householder_product_cpu_float32 PASSED 2022-12-01T10:41:49.5152117Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_inv_ex_cpu_float32 PASSED 2022-12-01T10:41:49.5152498Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5152910Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5153329Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5153739Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_lstsq_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5154125Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_lstsq_grad_oriented_cpu_float32 PASSED 2022-12-01T10:41:49.5154460Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_lu_cpu_float32 PASSED 2022-12-01T10:41:49.5154793Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_lu_solve_cpu_float32 PASSED 2022-12-01T10:41:49.5155132Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_matrix_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5155460Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_matrix_power_cpu_float32 PASSED 2022-12-01T10:41:49.5155858Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5156249Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_multi_dot_cpu_float32 PASSED 2022-12-01T10:41:49.5156580Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5156923Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_norm_subgradients_at_zero_cpu_float32 PASSED 2022-12-01T10:41:49.5157272Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_qr_cpu_float32 PASSED 2022-12-01T10:41:49.5157599Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_slogdet_cpu_float32 PASSED 2022-12-01T10:41:49.5157936Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_solve_cpu_float32 PASSED 2022-12-01T10:41:49.5158265Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_solve_triangular_cpu_float32 PASSED 2022-12-01T10:41:49.5158603Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_svd_cpu_float32 PASSED 2022-12-01T10:41:49.5158933Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_svdvals_cpu_float32 PASSED 2022-12-01T10:41:49.5159261Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_tensorsolve_cpu_float32 PASSED 2022-12-01T10:41:49.5159598Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_vander_cpu_float32 PASSED 2022-12-01T10:41:49.5159916Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_log10_cpu_float32 PASSED 2022-12-01T10:41:49.5160229Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_log1p_cpu_float32 PASSED 2022-12-01T10:41:49.5160580Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_log2_cpu_float32 PASSED 2022-12-01T10:41:49.5161048Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_log_cpu_float32 PASSED 2022-12-01T10:41:49.5161496Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_logaddexp2_cpu_float32 PASSED 2022-12-01T10:41:49.5161813Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_logaddexp_cpu_float32 PASSED 2022-12-01T10:41:49.5162191Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_logcumsumexp_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5162605Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_logical_or_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5163011Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_logical_xor_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5163439Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_long_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5163833Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_lt_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5164189Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_lu_solve_cpu_float32 PASSED 2022-12-01T10:41:49.5164498Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_lu_unpack_cpu_float32 PASSED 2022-12-01T10:41:49.5164870Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_argmax_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5165282Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_argmin_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5165659Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_cumprod_cpu_float32 PASSED 2022-12-01T10:41:49.5165987Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_logaddexp_cpu_float32 PASSED 2022-12-01T10:41:49.5166325Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_mean_cpu_float32 PASSED 2022-12-01T10:41:49.5166658Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_median_cpu_float32 PASSED 2022-12-01T10:41:49.5166990Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5167311Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_normalize_cpu_float32 PASSED 2022-12-01T10:41:49.5167643Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_prod_cpu_float32 PASSED 2022-12-01T10:41:49.5167973Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_softmax_cpu_float32 PASSED 2022-12-01T10:41:49.5168291Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_std_cpu_float32 PASSED 2022-12-01T10:41:49.5168612Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_matmul_cpu_float32 PASSED 2022-12-01T10:41:49.5168933Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_matrix_exp_cpu_float32 PASSED 2022-12-01T10:41:49.5169260Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_max_binary_cpu_float32 PASSED 2022-12-01T10:41:49.5169582Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_max_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:41:49.5169914Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_median_cpu_float32 PASSED 2022-12-01T10:41:49.5170253Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_meshgrid_variadic_tensors_cpu_float32 PASSED 2022-12-01T10:41:49.5170595Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_min_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:41:49.5170942Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_min_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:41:49.5171270Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_mode_cpu_float32 PASSED 2022-12-01T10:41:49.5171588Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_movedim_cpu_float32 PASSED 2022-12-01T10:41:49.5171893Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_mul_cpu_float32 PASSED 2022-12-01T10:41:49.5172203Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_mv_cpu_float32 PASSED 2022-12-01T10:41:49.5172535Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED 2022-12-01T10:41:49.5172870Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED 2022-12-01T10:41:49.5173242Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nanmean_cpu_float32 PASSED 2022-12-01T10:41:49.5173565Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nanmedian_cpu_float32 PASSED 2022-12-01T10:41:49.5173886Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nansum_cpu_float32 PASSED 2022-12-01T10:41:49.5174189Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_narrow_cpu_float32 PASSED 2022-12-01T10:41:49.5174516Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_native_batch_norm_cpu_float32 XFAIL 2022-12-01T10:41:49.5174900Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_native_layer_norm_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5175352Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_ne_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5175752Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_new_empty_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5176161Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_new_empty_strided_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5176570Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nextafter_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5176945Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED 2022-12-01T10:41:49.5177544Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED 2022-12-01T10:41:49.5177911Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:41:49.5178266Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_batch_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5178610Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_bilinear_cpu_float32 PASSED 2022-12-01T10:41:49.5178977Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_binary_cross_entropy_cpu_float32 PASSED 2022-12-01T10:41:49.5179338Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_celu_cpu_float32 PASSED 2022-12-01T10:41:49.5179672Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv1d_cpu_float32 PASSED 2022-12-01T10:41:49.5180025Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_no_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5180409Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5180799Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5181158Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5181523Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv_transpose3d_cpu_float32 PASSED 2022-12-01T10:41:49.5181903Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_cosine_embedding_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5182280Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_cosine_similarity_cpu_float32 PASSED 2022-12-01T10:41:49.5182634Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_cross_entropy_cpu_float32 PASSED 2022-12-01T10:41:49.5183031Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5183423Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_dropout_cpu_float32 PASSED 2022-12-01T10:41:49.5183771Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_elu_cpu_float32 PASSED 2022-12-01T10:41:49.5184136Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED 2022-12-01T10:41:49.5184529Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_fractional_max_pool3d_cpu_float32 PASSED 2022-12-01T10:41:49.5184967Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_gaussian_nll_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5185310Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_gelu_cpu_float32 PASSED 2022-12-01T10:41:49.5185665Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_hardshrink_cpu_float32 PASSED 2022-12-01T10:41:49.5186038Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_hinge_embedding_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5186406Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_instance_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5186764Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_area_cpu_float32 PASSED 2022-12-01T10:41:49.5187177Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_bicubic_cpu_float32 PASSED 2022-12-01T10:41:49.5187556Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_linear_cpu_float32 PASSED 2022-12-01T10:41:49.5187934Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_nearest_cpu_float32 PASSED 2022-12-01T10:41:49.5188297Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_trilinear_cpu_float32 PASSED 2022-12-01T10:41:49.5188657Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_l1_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5189012Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_layer_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5189348Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_linear_cpu_float32 PASSED 2022-12-01T10:41:49.5189696Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_logsigmoid_cpu_float32 PASSED 2022-12-01T10:41:49.5190048Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_pool1d_cpu_float32 PASSED 2022-12-01T10:41:49.5190396Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_pool2d_cpu_float32 PASSED 2022-12-01T10:41:49.5190753Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5191135Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool2d_grad_cpu_float32 PASSED 2022-12-01T10:41:49.5191512Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool3d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5191890Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool3d_grad_cpu_float32 PASSED 2022-12-01T10:41:49.5192232Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_mish_cpu_float32 PASSED 2022-12-01T10:41:49.5192578Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_mse_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5192981Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5193424Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5193826Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_normalize_cpu_float32 PASSED 2022-12-01T10:41:49.5194181Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pad_circular_cpu_float32 PASSED 2022-12-01T10:41:49.5194539Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pad_reflect_cpu_float32 PASSED 2022-12-01T10:41:49.5194888Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pad_replicate_cpu_float32 PASSED 2022-12-01T10:41:49.5195256Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pairwise_distance_cpu_float32 PASSED 2022-12-01T10:41:49.5195655Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pdist_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5196052Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_poisson_nll_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5196394Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_prelu_cpu_float32 PASSED 2022-12-01T10:41:49.5196770Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_relu6_cpu_float32 PASSED 2022-12-01T10:41:49.5197117Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_rrelu_cpu_float32 XFAIL 2022-12-01T10:41:49.5197446Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_selu_cpu_float32 PASSED 2022-12-01T10:41:49.5197784Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_silu_cpu_float32 PASSED 2022-12-01T10:41:49.5198135Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_smooth_l1_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5198493Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_softshrink_cpu_float32 PASSED 2022-12-01T10:41:49.5198863Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_softsign_cpu_float32 PASSED 2022-12-01T10:41:49.5199219Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_threshold_cpu_float32 PASSED 2022-12-01T10:41:49.5199585Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_triplet_margin_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5199974Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5200366Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nonzero_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5200723Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_norm_fro_cpu_float32 PASSED 2022-12-01T10:41:49.5201045Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_norm_nuc_cpu_float32 PASSED 2022-12-01T10:41:49.5201460Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_normal_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5201873Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_normal_number_mean_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5202279Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_ones_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5202736Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5203152Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_ops_aten_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:41:49.5203489Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_outer_cpu_float32 PASSED 2022-12-01T10:41:49.5203818Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_pca_lowrank_cpu_float32 PASSED 2022-12-01T10:41:49.5204162Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_polygamma_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:41:49.5204504Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_polygamma_polygamma_n_2_cpu_float32 PASSED 2022-12-01T10:41:49.5204834Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_prod_cpu_float32 PASSED 2022-12-01T10:41:49.5205147Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_put_cpu_float32 PASSED 2022-12-01T10:41:49.5205454Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_qr_cpu_float32 PASSED 2022-12-01T10:41:49.5205771Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_rad2deg_cpu_float32 PASSED 2022-12-01T10:41:49.5206138Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_randn_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5206501Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_remainder_cpu_float32 PASSED 2022-12-01T10:41:49.5206853Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_renorm_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5207222Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_repeat_interleave_cpu_float32 PASSED 2022-12-01T10:41:49.5207558Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_reshape_as_cpu_float32 PASSED 2022-12-01T10:41:49.5207916Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_resize_as__cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5208270Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_rsqrt_cpu_float32 PASSED 2022-12-01T10:41:49.5208627Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_rsub_cpu_float32 PASSED 2022-12-01T10:41:49.5208957Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_scatter_reduce_amax_cpu_float32 PASSED 2022-12-01T10:41:49.5209330Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_scatter_reduce_prod_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5209751Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_searchsorted_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5210174Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_segment_reduce_lengths_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5210556Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_select_scatter_cpu_float32 PASSED 2022-12-01T10:41:49.5210896Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_sign_cpu_float32 PASSED 2022-12-01T10:41:49.5211258Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_signbit_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5211615Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_sin_cpu_float32 PASSED 2022-12-01T10:41:49.5211914Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_sinc_cpu_float32 PASSED 2022-12-01T10:41:49.5212230Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_softmax_cpu_float32 PASSED 2022-12-01T10:41:49.5212563Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_softmax_with_dtype_cpu_float32 PASSED 2022-12-01T10:41:49.5212887Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_sort_cpu_float32 PASSED 2022-12-01T10:41:49.5213248Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5213677Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5214109Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5214493Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_entr_cpu_float32 PASSED 2022-12-01T10:41:49.5214816Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_erfcx_cpu_float32 PASSED 2022-12-01T10:41:49.5215210Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5215656Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5216022Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_i1_cpu_float32 PASSED 2022-12-01T10:41:49.5216349Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_i1e_cpu_float32 PASSED 2022-12-01T10:41:49.5216738Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5217357Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5217776Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5218147Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_ndtr_cpu_float32 PASSED 2022-12-01T10:41:49.5218514Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:41:49.5219201Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5219820Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5220248Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_split_with_sizes_cpu_float32 PASSED 2022-12-01T10:41:49.5220648Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_square_cpu_float32 PASSED 2022-12-01T10:41:49.5220974Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_squeeze_cpu_float32 PASSED 2022-12-01T10:41:49.5221283Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_std_mean_cpu_float32 PASSED 2022-12-01T10:41:49.5221600Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_sub_cpu_float32 PASSED 2022-12-01T10:41:49.5221923Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_sum_to_size_cpu_float32 PASSED 2022-12-01T10:41:49.5222227Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_svd_cpu_float32 PASSED 2022-12-01T10:41:49.5222585Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_symeig_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5222980Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_take_cpu_float32 PASSED 2022-12-01T10:41:49.5223297Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_tanh_cpu_float32 PASSED 2022-12-01T10:41:49.5223610Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_tensor_split_cpu_float32 XFAIL 2022-12-01T10:41:49.5223940Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_tensordot_cpu_float32 PASSED 2022-12-01T10:41:49.5224259Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_topk_cpu_float32 PASSED 2022-12-01T10:41:49.5224562Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_trace_cpu_float32 PASSED 2022-12-01T10:41:49.5224884Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_trapz_cpu_float32 PASSED 2022-12-01T10:41:49.5225198Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_trunc_cpu_float32 PASSED 2022-12-01T10:41:49.5225510Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_unbind_cpu_float32 PASSED 2022-12-01T10:41:49.5225818Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_unflatten_cpu_float32 PASSED 2022-12-01T10:41:49.5226141Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_unfold_cpu_float32 PASSED 2022-12-01T10:41:49.5226510Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_uniform_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5226903Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_unique_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5227262Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_var_mean_cpu_float32 PASSED 2022-12-01T10:41:49.5227579Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_vdot_cpu_float32 PASSED 2022-12-01T10:41:49.5227902Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_view_as_complex_cpu_float32 PASSED 2022-12-01T10:41:49.5228215Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_view_cpu_float32 PASSED 2022-12-01T10:41:49.5228528Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_vsplit_cpu_float32 PASSED 2022-12-01T10:41:49.5228846Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_vstack_cpu_float32 PASSED 2022-12-01T10:41:49.5229151Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_zero__cpu_float32 PASSED 2022-12-01T10:41:49.5229512Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_zeros_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5229870Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_H_cpu_float32 PASSED 2022-12-01T10:41:49.5230206Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp___getitem___functorch_cpu_float32 PASSED 2022-12-01T10:41:49.5230533Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp___radd___cpu_float32 PASSED 2022-12-01T10:41:49.5230863Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp___rmatmul___cpu_float32 PASSED 2022-12-01T10:41:49.5231193Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp___rmod___cpu_float32 PASSED 2022-12-01T10:41:49.5231504Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp___rmul___cpu_float32 PASSED 2022-12-01T10:41:49.5231827Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp___rpow___cpu_float32 PASSED 2022-12-01T10:41:49.5232145Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_abs_cpu_float32 PASSED 2022-12-01T10:41:49.5232465Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_add_cpu_float32 PASSED 2022-12-01T10:41:49.5232806Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_addmm_cpu_float32 PASSED 2022-12-01T10:41:49.5233145Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_addmm_decomposed_cpu_float32 PASSED 2022-12-01T10:41:49.5233485Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_addr_cpu_float32 PASSED 2022-12-01T10:41:49.5233838Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5234241Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5234601Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_amax_cpu_float32 PASSED 2022-12-01T10:41:49.5234998Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5235348Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_angle_cpu_float32 PASSED 2022-12-01T10:41:49.5235714Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5236119Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5236519Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5236868Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_asin_cpu_float32 PASSED 2022-12-01T10:41:49.5237198Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_atleast_1d_cpu_float32 PASSED 2022-12-01T10:41:49.5237529Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_atleast_2d_cpu_float32 PASSED 2022-12-01T10:41:49.5237847Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_baddbmm_cpu_float32 PASSED 2022-12-01T10:41:49.5238181Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_bernoulli_cpu_float32 PASSED 2022-12-01T10:41:49.5238509Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_bmm_cpu_float32 PASSED 2022-12-01T10:41:49.5238873Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5239291Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5239731Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5240117Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_broadcast_tensors_cpu_float32 PASSED 2022-12-01T10:41:49.5240494Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5240906Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5241351Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cat_cpu_float32 PASSED 2022-12-01T10:41:49.5241684Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cdist_cpu_float32 XFAIL 2022-12-01T10:41:49.5241993Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ceil_cpu_float32 PASSED 2022-12-01T10:41:49.5242317Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_chalf_cpu_float32 PASSED 2022-12-01T10:41:49.5242714Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5243104Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cholesky_cpu_float32 XFAIL 2022-12-01T10:41:49.5243431Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cholesky_inverse_cpu_float32 PASSED 2022-12-01T10:41:49.5243764Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_clone_cpu_float32 PASSED 2022-12-01T10:41:49.5244099Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_column_stack_cpu_float32 PASSED 2022-12-01T10:41:49.5244432Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_complex_cpu_float32 PASSED 2022-12-01T10:41:49.5244783Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_conj_cpu_float32 PASSED 2022-12-01T10:41:49.5245103Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cosh_cpu_float32 PASSED 2022-12-01T10:41:49.5245471Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5245826Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cov_cpu_float32 PASSED 2022-12-01T10:41:49.5246147Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cross_cpu_float32 PASSED 2022-12-01T10:41:49.5246468Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cummax_cpu_float32 PASSED 2022-12-01T10:41:49.5246789Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cummin_cpu_float32 PASSED 2022-12-01T10:41:49.5247152Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cumulative_trapezoid_cpu_float32 PASSED 2022-12-01T10:41:49.5247501Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_deg2rad_cpu_float32 PASSED 2022-12-01T10:41:49.5247835Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_diag_embed_cpu_float32 PASSED 2022-12-01T10:41:49.5248148Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_dist_cpu_float32 PASSED 2022-12-01T10:41:49.5248482Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_div_floor_rounding_cpu_float32 PASSED 2022-12-01T10:41:49.5248835Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_div_no_rounding_mode_cpu_float32 PASSED 2022-12-01T10:41:49.5249172Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_double_cpu_float32 PASSED 2022-12-01T10:41:49.5249514Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_double_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:41:49.5249861Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_dsplit_cpu_float32 PASSED 2022-12-01T10:41:49.5250187Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_dstack_cpu_float32 PASSED 2022-12-01T10:41:49.5250535Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5250894Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_erfinv_cpu_float32 PASSED 2022-12-01T10:41:49.5251216Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_exp2_cpu_float32 PASSED 2022-12-01T10:41:49.5251540Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_expand_as_cpu_float32 PASSED 2022-12-01T10:41:49.5251855Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_expm1_cpu_float32 PASSED 2022-12-01T10:41:49.5252180Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_fft2_cpu_float32 PASSED 2022-12-01T10:41:49.5252507Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_fftn_cpu_float32 PASSED 2022-12-01T10:41:49.5252823Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_hfftn_cpu_float32 PASSED 2022-12-01T10:41:49.5253152Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ifft2_cpu_float32 PASSED 2022-12-01T10:41:49.5253479Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ifft_cpu_float32 PASSED 2022-12-01T10:41:49.5253817Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ifftshift_cpu_float32 PASSED 2022-12-01T10:41:49.5254137Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ihfft_cpu_float32 PASSED 2022-12-01T10:41:49.5254468Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ihfftn_cpu_float32 PASSED 2022-12-01T10:41:49.5254797Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_irfft2_cpu_float32 PASSED 2022-12-01T10:41:49.5255112Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_irfft_cpu_float32 PASSED 2022-12-01T10:41:49.5255436Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_rfft_cpu_float32 PASSED 2022-12-01T10:41:49.5255759Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fill_cpu_float32 PASSED 2022-12-01T10:41:49.5256085Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fliplr_cpu_float32 PASSED 2022-12-01T10:41:49.5256400Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_float_cpu_float32 PASSED 2022-12-01T10:41:49.5256788Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_float_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:41:49.5257380Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_float_power_cpu_float32 PASSED 2022-12-01T10:41:49.5257751Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5258119Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fmax_cpu_float32 PASSED 2022-12-01T10:41:49.5258440Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_frac_cpu_float32 PASSED 2022-12-01T10:41:49.5258809Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5259248Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_gather_cpu_float32 PASSED 2022-12-01T10:41:49.5259583Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_gradient_cpu_float32 PASSED 2022-12-01T10:41:49.5259950Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5260364Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5260723Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_hypot_cpu_float32 PASSED 2022-12-01T10:41:49.5261046Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_i0_cpu_float32 PASSED 2022-12-01T10:41:49.5261371Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_index_add_cpu_float32 PASSED 2022-12-01T10:41:49.5261691Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_index_copy_cpu_float32 PASSED 2022-12-01T10:41:49.5262022Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_index_fill_cpu_float32 PASSED 2022-12-01T10:41:49.5262357Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_index_put_cpu_float32 PASSED 2022-12-01T10:41:49.5262698Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:41:49.5263027Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_inner_cpu_float32 PASSED 2022-12-01T10:41:49.5263391Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5263792Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5264187Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5264588Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5264984Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5265391Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.5265791Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.5266161Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ldexp_cpu_float32 PASSED 2022-12-01T10:41:49.5266527Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5266884Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_lerp_cpu_float32 PASSED 2022-12-01T10:41:49.5267197Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_lgamma_cpu_float32 PASSED 2022-12-01T10:41:49.5267527Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_cond_cpu_float32 PASSED 2022-12-01T10:41:49.5267865Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_cross_cpu_float32 PASSED 2022-12-01T10:41:49.5268193Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_det_cpu_float32 PASSED 2022-12-01T10:41:49.5268536Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_det_singular_cpu_float32 PASSED 2022-12-01T10:41:49.5268927Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_eig_cpu_float32 PASSED 2022-12-01T10:41:49.5269258Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_eigh_cpu_float32 PASSED 2022-12-01T10:41:49.5269586Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_eigvals_cpu_float32 PASSED 2022-12-01T10:41:49.5269928Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_eigvalsh_cpu_float32 PASSED 2022-12-01T10:41:49.5270288Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_householder_product_cpu_float32 PASSED 2022-12-01T10:41:49.5270644Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_inv_ex_cpu_float32 PASSED 2022-12-01T10:41:49.5271017Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5271477Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5271860Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lstsq_cpu_float32 PASSED 2022-12-01T10:41:49.5272204Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lstsq_grad_oriented_cpu_float32 PASSED 2022-12-01T10:41:49.5272557Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lu_solve_cpu_float32 PASSED 2022-12-01T10:41:49.5272944Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5273379Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5273754Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5274119Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_norm_subgradients_at_zero_cpu_float32 PASSED 2022-12-01T10:41:49.5274491Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_pinv_hermitian_cpu_float32 PASSED 2022-12-01T10:41:49.5274920Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T10:41:49.5275312Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_qr_cpu_float32 PASSED 2022-12-01T10:41:49.5275662Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_solve_triangular_cpu_float32 PASSED 2022-12-01T10:41:49.5276010Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_svdvals_cpu_float32 PASSED 2022-12-01T10:41:49.5276345Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_tensorinv_cpu_float32 PASSED 2022-12-01T10:41:49.5276696Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_tensorsolve_cpu_float32 PASSED 2022-12-01T10:41:49.5277042Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_vander_cpu_float32 PASSED 2022-12-01T10:41:49.5277381Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_vecdot_cpu_float32 PASSED 2022-12-01T10:41:49.5277747Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5278119Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_log_softmax_cpu_float32 PASSED 2022-12-01T10:41:49.5278454Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logaddexp2_cpu_float32 PASSED 2022-12-01T10:41:49.5278793Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logcumsumexp_cpu_float32 XFAIL 2022-12-01T10:41:49.5279113Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logdet_cpu_float32 PASSED 2022-12-01T10:41:49.5279486Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5279905Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5280302Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5280698Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logit_cpu_float32 PASSED 2022-12-01T10:41:49.5281035Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logsumexp_cpu_float32 PASSED 2022-12-01T10:41:49.5281511Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5281922Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5282285Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_lu_solve_cpu_float32 PASSED 2022-12-01T10:41:49.5282618Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_lu_unpack_cpu_float32 PASSED 2022-12-01T10:41:49.5282991Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_amin_cpu_float32 PASSED 2022-12-01T10:41:49.5283358Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5283777Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5284151Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_fill_cpu_float32 PASSED 2022-12-01T10:41:49.5284484Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_logaddexp_cpu_float32 PASSED 2022-12-01T10:41:49.5284833Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_logsumexp_cpu_float32 PASSED 2022-12-01T10:41:49.5285180Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_normalize_cpu_float32 PASSED 2022-12-01T10:41:49.5285522Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_prod_cpu_float32 PASSED 2022-12-01T10:41:49.5285850Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_scatter_cpu_float32 PASSED 2022-12-01T10:41:49.5286188Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_softmax_cpu_float32 PASSED 2022-12-01T10:41:49.5286525Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_var_cpu_float32 PASSED 2022-12-01T10:41:49.5286845Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_matmul_cpu_float32 PASSED 2022-12-01T10:41:49.5287172Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_max_binary_cpu_float32 PASSED 2022-12-01T10:41:49.5287499Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_median_cpu_float32 PASSED 2022-12-01T10:41:49.5287843Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_meshgrid_list_of_tensors_cpu_float32 PASSED 2022-12-01T10:41:49.5288190Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_min_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:41:49.5288545Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_min_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:41:49.5288885Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_minimum_cpu_float32 PASSED 2022-12-01T10:41:49.5289197Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mm_cpu_float32 PASSED 2022-12-01T10:41:49.5289518Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_movedim_cpu_float32 PASSED 2022-12-01T10:41:49.5289840Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mul_cpu_float32 PASSED 2022-12-01T10:41:49.5290157Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mv_cpu_float32 PASSED 2022-12-01T10:41:49.5290483Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED 2022-12-01T10:41:49.5290839Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED 2022-12-01T10:41:49.5291225Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5291603Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_native_batch_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5291936Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_native_layer_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5292312Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5292698Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_neg_cpu_float32 PASSED 2022-12-01T10:41:49.5293051Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5293451Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5293855Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5294257Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5294633Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:41:49.5295085Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED 2022-12-01T10:41:49.5295458Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:41:49.5295824Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:41:49.5296164Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv1d_cpu_float32 PASSED 2022-12-01T10:41:49.5296525Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_no_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5296915Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5297505Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5297911Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5298321Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5298722Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5299086Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv_transpose3d_cpu_float32 PASSED 2022-12-01T10:41:49.5299473Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_cosine_embedding_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5299854Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_cross_entropy_cpu_float32 PASSED 2022-12-01T10:41:49.5300219Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_dropout2d_cpu_float32 PASSED 2022-12-01T10:41:49.5300567Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_dropout3d_cpu_float32 PASSED 2022-12-01T10:41:49.5300939Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_embedding_functorch_cpu_float32 PASSED 2022-12-01T10:41:49.5301338Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED 2022-12-01T10:41:49.5301753Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED 2022-12-01T10:41:49.5302133Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_gaussian_nll_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5302492Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_gelu_cpu_float32 PASSED 2022-12-01T10:41:49.5302851Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_hardshrink_cpu_float32 PASSED 2022-12-01T10:41:49.5303218Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_hinge_embedding_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5303586Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_huber_loss_cpu_float32 XFAIL 2022-12-01T10:41:49.5303955Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_instance_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5304329Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_area_cpu_float32 PASSED 2022-12-01T10:41:49.5304760Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_bilinear_cpu_float32 PASSED 2022-12-01T10:41:49.5305131Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_kl_div_cpu_float32 PASSED 2022-12-01T10:41:49.5305503Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_margin_ranking_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5305873Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_pool1d_cpu_float32 PASSED 2022-12-01T10:41:49.5306225Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_pool3d_cpu_float32 PASSED 2022-12-01T10:41:49.5306591Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool1d_cpu_float32 PASSED 2022-12-01T10:41:49.5307004Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool1d_grad_cpu_float32 PASSED 2022-12-01T10:41:49.5307381Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool2d_cpu_float32 PASSED 2022-12-01T10:41:49.5307744Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool2d_grad_cpu_float32 PASSED 2022-12-01T10:41:49.5308108Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool3d_cpu_float32 PASSED 2022-12-01T10:41:49.5308475Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool3d_grad_cpu_float32 PASSED 2022-12-01T10:41:49.5308828Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_mse_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5309180Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_nll_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5309539Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_normalize_cpu_float32 PASSED 2022-12-01T10:41:49.5309903Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pad_circular_cpu_float32 PASSED 2022-12-01T10:41:49.5310260Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pad_constant_cpu_float32 PASSED 2022-12-01T10:41:49.5310631Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pairwise_distance_cpu_float32 PASSED 2022-12-01T10:41:49.5310993Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pdist_cpu_float32 XFAIL 2022-12-01T10:41:49.5311361Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pixel_unshuffle_cpu_float32 PASSED 2022-12-01T10:41:49.5311707Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_relu6_cpu_float32 PASSED 2022-12-01T10:41:49.5312056Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_rrelu_cpu_float32 PASSED 2022-12-01T10:41:49.5312402Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_silu_cpu_float32 PASSED 2022-12-01T10:41:49.5312749Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_smooth_l1_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5313120Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_softmin_with_dtype_cpu_float32 PASSED 2022-12-01T10:41:49.5313492Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_tanhshrink_cpu_float32 PASSED 2022-12-01T10:41:49.5313866Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_triplet_margin_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5314249Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5314642Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_upsample_bilinear_cpu_float32 PASSED 2022-12-01T10:41:49.5315038Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5315408Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_norm_fro_cpu_float32 PASSED 2022-12-01T10:41:49.5315854Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_norm_inf_cpu_float32 PASSED 2022-12-01T10:41:49.5316220Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_normal_cpu_float32 XFAIL 2022-12-01T10:41:49.5316591Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5316950Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_permute_cpu_float32 PASSED 2022-12-01T10:41:49.5317286Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_pinverse_cpu_float32 PASSED 2022-12-01T10:41:49.5317639Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_polygamma_polygamma_n_3_cpu_float32 PASSED 2022-12-01T10:41:49.5317990Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_positive_cpu_float32 PASSED 2022-12-01T10:41:49.5318303Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_pow_cpu_float32 PASSED 2022-12-01T10:41:49.5318657Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_prod_cpu_float32 PASSED 2022-12-01T10:41:49.5318982Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_qr_cpu_float32 PASSED 2022-12-01T10:41:49.5319302Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_rad2deg_cpu_float32 PASSED 2022-12-01T10:41:49.5319677Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5320045Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_real_cpu_float32 PASSED 2022-12-01T10:41:49.5320368Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_renorm_cpu_float32 XFAIL 2022-12-01T10:41:49.5320691Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_repeat_interleave_cpu_float32 PASSED 2022-12-01T10:41:49.5321032Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_reshape_as_cpu_float32 PASSED 2022-12-01T10:41:49.5321440Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_resolve_conj_cpu_float32 PASSED 2022-12-01T10:41:49.5321764Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_rot90_cpu_float32 PASSED 2022-12-01T10:41:49.5322088Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_round_cpu_float32 PASSED 2022-12-01T10:41:49.5322433Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_round_decimals_3_cpu_float32 PASSED 2022-12-01T10:41:49.5322767Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_rsqrt_cpu_float32 PASSED 2022-12-01T10:41:49.5323089Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_reduce_amin_cpu_float32 PASSED 2022-12-01T10:41:49.5323445Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_segment_reduce_offsets_cpu_float32 XFAIL 2022-12-01T10:41:49.5323791Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_select_cpu_float32 PASSED 2022-12-01T10:41:49.5324113Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_select_scatter_cpu_float32 PASSED 2022-12-01T10:41:49.5324524Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5324912Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sign_cpu_float32 PASSED 2022-12-01T10:41:49.5325238Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sin_cpu_float32 PASSED 2022-12-01T10:41:49.5325548Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sinc_cpu_float32 PASSED 2022-12-01T10:41:49.5325871Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sinh_cpu_float32 PASSED 2022-12-01T10:41:49.5326197Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_slice_cpu_float32 PASSED 2022-12-01T10:41:49.5326528Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_slice_scatter_cpu_float32 PASSED 2022-12-01T10:41:49.5326862Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_softmax_with_dtype_cpu_float32 PASSED 2022-12-01T10:41:49.5327223Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sparse_sampled_addmm_cpu_float32 XFAIL 2022-12-01T10:41:49.5327616Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5328052Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5328545Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5329229Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5329648Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_erfcx_cpu_float32 PASSED 2022-12-01T10:41:49.5330036Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5330579Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_i1e_cpu_float32 PASSED 2022-12-01T10:41:49.5330953Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_log_ndtr_cpu_float32 PASSED 2022-12-01T10:41:49.5331362Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5331818Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5332423Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5333061Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5333476Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_split_cpu_float32 PASSED 2022-12-01T10:41:49.5333821Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_split_with_sizes_cpu_float32 PASSED 2022-12-01T10:41:49.5334147Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sqrt_cpu_float32 PASSED 2022-12-01T10:41:49.5334544Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_squeeze_cpu_float32 PASSED 2022-12-01T10:41:49.5335010Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_stack_cpu_float32 PASSED 2022-12-01T10:41:49.5335330Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_std_mean_cpu_float32 PASSED 2022-12-01T10:41:49.5335806Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_stft_cpu_float32 PASSED 2022-12-01T10:41:49.5336263Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sub_cpu_float32 PASSED 2022-12-01T10:41:49.5336745Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sum_cpu_float32 PASSED 2022-12-01T10:41:49.5337372Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_symeig_cpu_float32 XFAIL 2022-12-01T10:41:49.5337890Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_tan_cpu_float32 PASSED 2022-12-01T10:41:49.5338410Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_tanh_cpu_float32 PASSED 2022-12-01T10:41:49.5338956Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_tensor_split_cpu_float32 XFAIL 2022-12-01T10:41:49.5339504Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_tensordot_cpu_float32 PASSED 2022-12-01T10:41:49.5340022Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_tile_cpu_float32 PASSED 2022-12-01T10:41:49.5340528Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_to_cpu_float32 PASSED 2022-12-01T10:41:49.5341036Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_to_sparse_cpu_float32 XFAIL 2022-12-01T10:41:49.5341539Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_topk_cpu_float32 PASSED 2022-12-01T10:41:49.5342081Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_trapz_cpu_float32 PASSED 2022-12-01T10:41:49.5342608Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_triangular_solve_cpu_float32 PASSED 2022-12-01T10:41:49.5343115Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_triu_cpu_float32 PASSED 2022-12-01T10:41:49.5343646Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_true_divide_cpu_float32 PASSED 2022-12-01T10:41:49.5344114Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_unbind_cpu_float32 PASSED 2022-12-01T10:41:49.5344580Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_unfold_cpu_float32 PASSED 2022-12-01T10:41:49.5344953Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5345340Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_unsqueeze_cpu_float32 PASSED 2022-12-01T10:41:49.5345664Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_var_cpu_float32 PASSED 2022-12-01T10:41:49.5345980Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_var_mean_cpu_float32 PASSED 2022-12-01T10:41:49.5346310Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_vdot_cpu_float32 PASSED 2022-12-01T10:41:49.5346635Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_view_as_cpu_float32 PASSED 2022-12-01T10:41:49.5347023Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_view_cpu_float32 PASSED 2022-12-01T10:41:49.5347337Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_where_cpu_float32 PASSED 2022-12-01T10:41:49.5347704Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5348089Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_T_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:41:49.5348437Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_T_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:41:49.5348800Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_conj_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:41:49.5349174Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_conj_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:41:49.5349548Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_contiguous_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:41:49.5349918Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_diagonal_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:41:49.5350293Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_expand_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:41:49.5350661Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_expand_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:41:49.5351027Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_flatten_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:41:49.5351396Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_dsplit_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:41:49.5351808Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_hsplit_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:41:49.5352209Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_split_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:41:49.5352617Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_split_list_args_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:41:49.5353009Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_unbind_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:41:49.5353407Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_unbind_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:41:49.5353799Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_vsplit_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:41:49.5354183Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_mH_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:41:49.5354556Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_movedim_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:41:49.5354939Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_narrow_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:41:49.5355301Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_narrow_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:41:49.5355668Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_permute_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:41:49.5356026Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_positive_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:41:49.5356432Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_reshape_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:41:49.5356812Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_resolve_conj_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:41:49.5357190Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_resolve_neg_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:41:49.5357544Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_special_grad_op_vjp_cpu PASSED 2022-12-01T10:41:49.5357916Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_transpose_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:41:49.5358297Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_transpose_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:41:49.5358702Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_unflatten_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:41:49.5359062Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_unflatten_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:41:49.5359434Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_unfold_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:41:49.5359802Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_unfold_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:41:49.5360151Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:41:49.5360511Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:41:49.5360844Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_T_cpu_float32 PASSED 2022-12-01T10:41:49.5361259Z functorch/test_ops.py::TestOperatorsCPU::test_vjp___getitem___cpu_float32 PASSED 2022-12-01T10:41:49.5361578Z functorch/test_ops.py::TestOperatorsCPU::test_vjp___rmod___cpu_float32 PASSED 2022-12-01T10:41:49.5361893Z functorch/test_ops.py::TestOperatorsCPU::test_vjp___rpow___cpu_float32 PASSED 2022-12-01T10:41:49.5362210Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_acos_cpu_float32 PASSED 2022-12-01T10:41:49.5362513Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_acosh_cpu_float32 PASSED 2022-12-01T10:41:49.5362830Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_addcdiv_cpu_float32 PASSED 2022-12-01T10:41:49.5363150Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_addcmul_cpu_float32 PASSED 2022-12-01T10:41:49.5363464Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_addmm_cpu_float32 PASSED 2022-12-01T10:41:49.5363765Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_addmv_cpu_float32 PASSED 2022-12-01T10:41:49.5364078Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_addr_cpu_float32 PASSED 2022-12-01T10:41:49.5364442Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5364844Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5365192Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_as_strided_cpu_float32 PASSED 2022-12-01T10:41:49.5365553Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_as_strided_scatter_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5365910Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_asinh_cpu_float32 PASSED 2022-12-01T10:41:49.5366239Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_atan2_cpu_float32 PASSED 2022-12-01T10:41:49.5366716Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_atanh_cpu_float32 PASSED 2022-12-01T10:41:49.5367170Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_atleast_1d_cpu_float32 PASSED 2022-12-01T10:41:49.5367658Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_bernoulli_cpu_float32 PASSED 2022-12-01T10:41:49.5368067Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_bmm_cpu_float32 PASSED 2022-12-01T10:41:49.5368445Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5368965Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5369340Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_broadcast_to_cpu_float32 PASSED 2022-12-01T10:41:49.5369647Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cat_cpu_float32 PASSED 2022-12-01T10:41:49.5369963Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cdist_cpu_float32 PASSED 2022-12-01T10:41:49.5370323Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5370745Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5371159Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cholesky_inverse_cpu_float32 PASSED 2022-12-01T10:41:49.5371501Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cholesky_solve_cpu_float32 PASSED 2022-12-01T10:41:49.5371830Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_clamp_cpu_float32 PASSED 2022-12-01T10:41:49.5372146Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_clone_cpu_float32 PASSED 2022-12-01T10:41:49.5372452Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_column_stack_cpu_float32 PASSED 2022-12-01T10:41:49.5372776Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_complex_cpu_float32 PASSED 2022-12-01T10:41:49.5373092Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_conj_cpu_float32 PASSED 2022-12-01T10:41:49.5373401Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_conj_physical_cpu_float32 PASSED 2022-12-01T10:41:49.5373731Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_constant_pad_nd_cpu_float32 PASSED 2022-12-01T10:41:49.5374053Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cosh_cpu_float32 PASSED 2022-12-01T10:41:49.5374359Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cummax_cpu_float32 PASSED 2022-12-01T10:41:49.5374678Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cumsum_cpu_float32 PASSED 2022-12-01T10:41:49.5375016Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cumulative_trapezoid_cpu_float32 PASSED 2022-12-01T10:41:49.5375346Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_diag_cpu_float32 PASSED 2022-12-01T10:41:49.5375652Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_diagflat_cpu_float32 PASSED 2022-12-01T10:41:49.5375981Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_diff_cpu_float32 PASSED 2022-12-01T10:41:49.5376312Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_digamma_cpu_float32 PASSED 2022-12-01T10:41:49.5376664Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_div_floor_rounding_cpu_float32 PASSED 2022-12-01T10:41:49.5377112Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_div_trunc_rounding_cpu_float32 PASSED 2022-12-01T10:41:49.5377474Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_dot_cpu_float32 PASSED 2022-12-01T10:41:49.5377822Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_double_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:41:49.5378204Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_dsplit_cpu_float32 PASSED 2022-12-01T10:41:49.5378507Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_einsum_cpu_float32 PASSED 2022-12-01T10:41:49.5378925Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5379280Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_erfc_cpu_float32 PASSED 2022-12-01T10:41:49.5379597Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_expand_as_cpu_float32 PASSED 2022-12-01T10:41:49.5379900Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_expm1_cpu_float32 PASSED 2022-12-01T10:41:49.5380282Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5380636Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_fft_cpu_float32 PASSED 2022-12-01T10:41:49.5380967Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_hfft2_cpu_float32 PASSED 2022-12-01T10:41:49.5381359Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_hfft_cpu_float32 PASSED 2022-12-01T10:41:49.5381688Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_ifftshift_cpu_float32 PASSED 2022-12-01T10:41:49.5382019Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_irfft2_cpu_float32 PASSED 2022-12-01T10:41:49.5382334Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_irfft_cpu_float32 PASSED 2022-12-01T10:41:49.5382660Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_rfft2_cpu_float32 PASSED 2022-12-01T10:41:49.5382984Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_rfftn_cpu_float32 PASSED 2022-12-01T10:41:49.5383304Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fill_cpu_float32 PASSED 2022-12-01T10:41:49.5383609Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_flatten_cpu_float32 PASSED 2022-12-01T10:41:49.5383978Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_flip_cpu_float32 PASSED 2022-12-01T10:41:49.5384299Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fliplr_cpu_float32 PASSED 2022-12-01T10:41:49.5384606Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_flipud_cpu_float32 PASSED 2022-12-01T10:41:49.5384929Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_float_power_cpu_float32 PASSED 2022-12-01T10:41:49.5385304Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5385662Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fmin_cpu_float32 PASSED 2022-12-01T10:41:49.5386004Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5386360Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_gradient_cpu_float32 PASSED 2022-12-01T10:41:49.5386736Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5387133Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5387541Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5387898Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_index_add_cpu_float32 PASSED 2022-12-01T10:41:49.5388225Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_index_fill_cpu_float32 PASSED 2022-12-01T10:41:49.5388538Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_index_put_cpu_float32 PASSED 2022-12-01T10:41:49.5388873Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:41:49.5389215Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_index_reduce_cpu_float32 PASSED 2022-12-01T10:41:49.5389532Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_index_select_cpu_float32 PASSED 2022-12-01T10:41:49.5389900Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5390297Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5390690Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5391031Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_istft_cpu_float32 PASSED 2022-12-01T10:41:49.5391392Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.5391798Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.5392193Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.5392572Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.5392926Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_kron_cpu_float32 PASSED 2022-12-01T10:41:49.5393275Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_ldexp_cpu_float32 PASSED 2022-12-01T10:41:49.5393634Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5393972Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_lerp_cpu_float32 PASSED 2022-12-01T10:41:49.5394293Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_det_cpu_float32 PASSED 2022-12-01T10:41:49.5394629Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_det_singular_cpu_float32 PASSED 2022-12-01T10:41:49.5394948Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_eig_cpu_float32 PASSED 2022-12-01T10:41:49.5395275Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_eigvals_cpu_float32 PASSED 2022-12-01T10:41:49.5395638Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_eigvalsh_cpu_float32 PASSED 2022-12-01T10:41:49.5395992Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_householder_product_cpu_float32 PASSED 2022-12-01T10:41:49.5396327Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_inv_ex_cpu_float32 PASSED 2022-12-01T10:41:49.5396706Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5397122Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5397492Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_lstsq_grad_oriented_cpu_float32 PASSED 2022-12-01T10:41:49.5397842Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_lu_factor_ex_cpu_float32 PASSED 2022-12-01T10:41:49.5398180Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_matrix_power_cpu_float32 PASSED 2022-12-01T10:41:49.5398566Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5398929Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_multi_dot_cpu_float32 PASSED 2022-12-01T10:41:49.5399265Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5399604Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_pinv_hermitian_cpu_float32 PASSED 2022-12-01T10:41:49.5400019Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T10:41:49.5400400Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_qr_cpu_float32 PASSED 2022-12-01T10:41:49.5400732Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_slogdet_cpu_float32 PASSED 2022-12-01T10:41:49.5401064Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_solve_cpu_float32 PASSED 2022-12-01T10:41:49.5401477Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_solve_ex_cpu_float32 PASSED 2022-12-01T10:41:49.5401825Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_solve_triangular_cpu_float32 PASSED 2022-12-01T10:41:49.5402170Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_svd_cpu_float32 PASSED 2022-12-01T10:41:49.5402501Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_svdvals_cpu_float32 PASSED 2022-12-01T10:41:49.5402822Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_vecdot_cpu_float32 PASSED 2022-12-01T10:41:49.5403146Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_log1p_cpu_float32 PASSED 2022-12-01T10:41:49.5403465Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_log2_cpu_float32 PASSED 2022-12-01T10:41:49.5403778Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_log_softmax_cpu_float32 PASSED 2022-12-01T10:41:49.5404148Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5404553Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5404910Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_logit_cpu_float32 PASSED 2022-12-01T10:41:49.5405295Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5405684Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5406034Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_lu_solve_cpu_float32 PASSED 2022-12-01T10:41:49.5406361Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_lu_unpack_cpu_float32 PASSED 2022-12-01T10:41:49.5406675Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_amin_cpu_float32 PASSED 2022-12-01T10:41:49.5407047Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5407485Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_fill_functorch_Scalar_only_cpu_float32 PASSED 2022-12-01T10:41:49.5407835Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_log_softmax_cpu_float32 PASSED 2022-12-01T10:41:49.5408182Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_logaddexp_cpu_float32 PASSED 2022-12-01T10:41:49.5408522Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_normalize_cpu_float32 PASSED 2022-12-01T10:41:49.5408856Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_scatter_cpu_float32 PASSED 2022-12-01T10:41:49.5409177Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_softmin_cpu_float32 PASSED 2022-12-01T10:41:49.5409508Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_std_cpu_float32 PASSED 2022-12-01T10:41:49.5409833Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_sum_cpu_float32 PASSED 2022-12-01T10:41:49.5410146Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_var_cpu_float32 PASSED 2022-12-01T10:41:49.5410466Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_matmul_cpu_float32 PASSED 2022-12-01T10:41:49.5410804Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_max_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:41:49.5411135Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_maximum_cpu_float32 PASSED 2022-12-01T10:41:49.5411444Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_median_cpu_float32 PASSED 2022-12-01T10:41:49.5411774Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_min_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:41:49.5412101Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_mode_cpu_float32 PASSED 2022-12-01T10:41:49.5412400Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_mul_cpu_float32 PASSED 2022-12-01T10:41:49.5412734Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED 2022-12-01T10:41:49.5413070Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nanmean_cpu_float32 PASSED 2022-12-01T10:41:49.5413394Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nanquantile_cpu_float32 PASSED 2022-12-01T10:41:49.5413707Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nansum_cpu_float32 PASSED 2022-12-01T10:41:49.5414023Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_narrow_cpu_float32 PASSED 2022-12-01T10:41:49.5414351Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_native_batch_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5414681Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_native_layer_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5415004Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_neg_cpu_float32 PASSED 2022-12-01T10:41:49.5415363Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5415779Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5416173Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5416573Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5416972Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED 2022-12-01T10:41:49.5417545Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:41:49.5417906Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED 2022-12-01T10:41:49.5418271Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:41:49.5418632Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:41:49.5418973Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_batch_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5419353Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED 2022-12-01T10:41:49.5419778Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_celu_cpu_float32 PASSED 2022-12-01T10:41:49.5420158Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5420547Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5420940Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5421314Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5421680Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv_transpose1d_cpu_float32 PASSED 2022-12-01T10:41:49.5422035Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv_transpose3d_cpu_float32 PASSED 2022-12-01T10:41:49.5422412Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_cosine_embedding_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5422780Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_dropout2d_cpu_float32 PASSED 2022-12-01T10:41:49.5423134Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_embedding_functorch_cpu_float32 PASSED 2022-12-01T10:41:49.5423532Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED 2022-12-01T10:41:49.5423925Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_fractional_max_pool2d_cpu_float32 PASSED 2022-12-01T10:41:49.5424294Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_gaussian_nll_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5424640Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_group_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5424996Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_hardsigmoid_cpu_float32 PASSED 2022-12-01T10:41:49.5425353Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_hardtanh_cpu_float32 PASSED 2022-12-01T10:41:49.5425705Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_huber_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5426057Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_interpolate_area_cpu_float32 PASSED 2022-12-01T10:41:49.5426432Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_interpolate_bilinear_cpu_float32 PASSED 2022-12-01T10:41:49.5426809Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_interpolate_nearest_cpu_float32 PASSED 2022-12-01T10:41:49.5427176Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_interpolate_trilinear_cpu_float32 PASSED 2022-12-01T10:41:49.5427535Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_kl_div_cpu_float32 PASSED 2022-12-01T10:41:49.5427894Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_local_response_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5428266Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_margin_ranking_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5428614Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_pool1d_cpu_float32 PASSED 2022-12-01T10:41:49.5429011Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_unpool1d_cpu_float32 PASSED 2022-12-01T10:41:49.5429374Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_unpool1d_grad_cpu_float32 PASSED 2022-12-01T10:41:49.5429740Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_unpool2d_grad_cpu_float32 PASSED 2022-12-01T10:41:49.5430091Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_unpool3d_cpu_float32 PASSED 2022-12-01T10:41:49.5430437Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_mish_cpu_float32 PASSED 2022-12-01T10:41:49.5430803Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5431209Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_normalize_cpu_float32 PASSED 2022-12-01T10:41:49.5431582Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pad_constant_cpu_float32 PASSED 2022-12-01T10:41:49.5432021Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pdist_cpu_float32 PASSED 2022-12-01T10:41:49.5432377Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pixel_shuffle_cpu_float32 PASSED 2022-12-01T10:41:49.5432729Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pixel_unshuffle_cpu_float32 PASSED 2022-12-01T10:41:49.5433083Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_relu6_cpu_float32 PASSED 2022-12-01T10:41:49.5433429Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_silu_cpu_float32 PASSED 2022-12-01T10:41:49.5433784Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5434127Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_softmin_cpu_float32 PASSED 2022-12-01T10:41:49.5434479Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_softplus_cpu_float32 PASSED 2022-12-01T10:41:49.5434831Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_tanhshrink_cpu_float32 PASSED 2022-12-01T10:41:49.5435177Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_threshold_cpu_float32 PASSED 2022-12-01T10:41:49.5435544Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_triplet_margin_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5435932Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5436304Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_unfold_cpu_float32 PASSED 2022-12-01T10:41:49.5436669Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5437028Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_norm_inf_cpu_float32 PASSED 2022-12-01T10:41:49.5437446Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5437889Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_ormqr_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5438235Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_pca_lowrank_cpu_float32 PASSED 2022-12-01T10:41:49.5438561Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_permute_cpu_float32 PASSED 2022-12-01T10:41:49.5438881Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_pinverse_cpu_float32 PASSED 2022-12-01T10:41:49.5439207Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_polygamma_polygamma_n_1_cpu_float32 PASSED 2022-12-01T10:41:49.5439561Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_polygamma_polygamma_n_3_cpu_float32 PASSED 2022-12-01T10:41:49.5439898Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_positive_cpu_float32 PASSED 2022-12-01T10:41:49.5440219Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_prod_cpu_float32 PASSED 2022-12-01T10:41:49.5440564Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5441009Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5441447Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_ravel_cpu_float32 PASSED 2022-12-01T10:41:49.5441754Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_repeat_cpu_float32 PASSED 2022-12-01T10:41:49.5442082Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_reshape_as_cpu_float32 PASSED 2022-12-01T10:41:49.5442535Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5442995Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5443390Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_resolve_conj_cpu_float32 PASSED 2022-12-01T10:41:49.5443721Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_resolve_neg_cpu_float32 PASSED 2022-12-01T10:41:49.5444042Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_rot90_cpu_float32 PASSED 2022-12-01T10:41:49.5444360Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_rsqrt_cpu_float32 PASSED 2022-12-01T10:41:49.5444672Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_scatter_reduce_amax_cpu_float32 PASSED 2022-12-01T10:41:49.5445016Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_scatter_reduce_amin_cpu_float32 PASSED 2022-12-01T10:41:49.5445358Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_scatter_reduce_sum_cpu_float32 PASSED 2022-12-01T10:41:49.5445692Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_segment_reduce_lengths_cpu_float32 PASSED 2022-12-01T10:41:49.5446047Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_segment_reduce_offsets_cpu_float32 PASSED 2022-12-01T10:41:49.5446379Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_select_cpu_float32 PASSED 2022-12-01T10:41:49.5446708Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_select_scatter_cpu_float32 PASSED 2022-12-01T10:41:49.5447063Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5447418Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_sign_cpu_float32 PASSED 2022-12-01T10:41:49.5447777Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5448114Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_sinh_cpu_float32 PASSED 2022-12-01T10:41:49.5448428Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_slice_cpu_float32 PASSED 2022-12-01T10:41:49.5448754Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_slice_scatter_cpu_float32 PASSED 2022-12-01T10:41:49.5449080Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_softmax_cpu_float32 PASSED 2022-12-01T10:41:49.5449404Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_softmax_with_dtype_cpu_float32 PASSED 2022-12-01T10:41:49.5449750Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_sparse_sampled_addmm_cpu_float32 XFAIL 2022-12-01T10:41:49.5450137Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5450539Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5451197Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5451615Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_entr_cpu_float32 PASSED 2022-12-01T10:41:49.5451951Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_erfcx_cpu_float32 PASSED 2022-12-01T10:41:49.5452333Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5452781Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5453203Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_log_ndtr_cpu_float32 PASSED 2022-12-01T10:41:49.5453595Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5454020Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5454450Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5454888Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5455535Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5455999Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5456388Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_xlog1py_cpu_float32 PASSED 2022-12-01T10:41:49.5456716Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_split_cpu_float32 PASSED 2022-12-01T10:41:49.5457170Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_split_list_args_cpu_float32 PASSED 2022-12-01T10:41:49.5457496Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_squeeze_cpu_float32 PASSED 2022-12-01T10:41:49.5457817Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_stack_cpu_float32 PASSED 2022-12-01T10:41:49.5458140Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_std_mean_cpu_float32 PASSED 2022-12-01T10:41:49.5458445Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_sub_cpu_float32 PASSED 2022-12-01T10:41:49.5458771Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_sum_to_size_cpu_float32 PASSED 2022-12-01T10:41:49.5459087Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_svd_cpu_float32 PASSED 2022-12-01T10:41:49.5459412Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_symeig_cpu_float32 PASSED 2022-12-01T10:41:49.5459727Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_take_along_dim_cpu_float32 PASSED 2022-12-01T10:41:49.5460052Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_take_cpu_float32 PASSED 2022-12-01T10:41:49.5460365Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_tile_cpu_float32 PASSED 2022-12-01T10:41:49.5460663Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_topk_cpu_float32 PASSED 2022-12-01T10:41:49.5460983Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_transpose_cpu_float32 PASSED 2022-12-01T10:41:49.5461307Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_trapezoid_cpu_float32 PASSED 2022-12-01T10:41:49.5461629Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_trapz_cpu_float32 PASSED 2022-12-01T10:41:49.5461929Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_tril_cpu_float32 PASSED 2022-12-01T10:41:49.5462245Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_unbind_cpu_float32 PASSED 2022-12-01T10:41:49.5462566Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_unflatten_cpu_float32 PASSED 2022-12-01T10:41:49.5462872Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_vdot_cpu_float32 PASSED 2022-12-01T10:41:49.5463196Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_view_as_complex_cpu_float32 PASSED 2022-12-01T10:41:49.5463525Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_view_as_cpu_float32 PASSED 2022-12-01T10:41:49.5463843Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_vsplit_cpu_float32 PASSED 2022-12-01T10:41:49.5464146Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_zero__cpu_float32 PASSED 2022-12-01T10:41:49.5464501Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5464909Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5465324Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_H_cpu_float32 PASSED 2022-12-01T10:41:49.5465651Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___rmul___cpu_float32 PASSED 2022-12-01T10:41:49.5465977Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_abs_cpu_float32 PASSED 2022-12-01T10:41:49.5466302Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_acos_cpu_float32 PASSED 2022-12-01T10:41:49.5466609Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_acosh_cpu_float32 PASSED 2022-12-01T10:41:49.5466938Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_add_cpu_float32 PASSED 2022-12-01T10:41:49.5467260Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_addcmul_cpu_float32 PASSED 2022-12-01T10:41:49.5467587Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_addmm_decomposed_cpu_float32 PASSED 2022-12-01T10:41:49.5467962Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_addr_cpu_float32 PASSED 2022-12-01T10:41:49.5468325Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5468731Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5469080Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_amin_cpu_float32 PASSED 2022-12-01T10:41:49.5469439Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5469839Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5470250Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5470644Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5471023Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_as_strided_scatter_cpu_float32 PASSED 2022-12-01T10:41:49.5471366Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_asinh_cpu_float32 PASSED 2022-12-01T10:41:49.5471677Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_atan2_cpu_float32 PASSED 2022-12-01T10:41:49.5472009Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_atleast_3d_cpu_float32 PASSED 2022-12-01T10:41:49.5472340Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_baddbmm_cpu_float32 PASSED 2022-12-01T10:41:49.5472670Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_bernoulli_cpu_float32 PASSED 2022-12-01T10:41:49.5472986Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_bfloat16_cpu_float32 PASSED 2022-12-01T10:41:49.5473348Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_bfloat16_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:41:49.5473711Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_block_diag_cpu_float32 PASSED 2022-12-01T10:41:49.5474099Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5474540Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5474927Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_broadcast_tensors_cpu_float32 PASSED 2022-12-01T10:41:49.5475270Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_broadcast_to_cpu_float32 PASSED 2022-12-01T10:41:49.5475585Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cat_cpu_float32 PASSED 2022-12-01T10:41:49.5475960Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cdist_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T10:41:49.5476328Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ceil_cpu_float32 PASSED 2022-12-01T10:41:49.5476652Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_chalf_cpu_float32 PASSED 2022-12-01T10:41:49.5477000Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5477408Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cholesky_inverse_cpu_float32 PASSED 2022-12-01T10:41:49.5477752Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cholesky_solve_cpu_float32 PASSED 2022-12-01T10:41:49.5478073Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_chunk_cpu_float32 PASSED 2022-12-01T10:41:49.5478399Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_clamp_cpu_float32 PASSED 2022-12-01T10:41:49.5478726Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_clamp_max_cpu_float32 PASSED 2022-12-01T10:41:49.5479057Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_complex_cpu_float32 PASSED 2022-12-01T10:41:49.5479375Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_copysign_cpu_float32 PASSED 2022-12-01T10:41:49.5479783Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5480155Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cov_cpu_float32 PASSED 2022-12-01T10:41:49.5480468Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cummax_cpu_float32 PASSED 2022-12-01T10:41:49.5480792Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cummin_cpu_float32 PASSED 2022-12-01T10:41:49.5481114Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cumsum_cpu_float32 PASSED 2022-12-01T10:41:49.5481534Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cumulative_trapezoid_cpu_float32 PASSED 2022-12-01T10:41:49.5481863Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_deg2rad_cpu_float32 PASSED 2022-12-01T10:41:49.5482189Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_diag_cpu_float32 PASSED 2022-12-01T10:41:49.5482520Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_diag_embed_cpu_float32 PASSED 2022-12-01T10:41:49.5482852Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_diagonal_scatter_cpu_float32 PASSED 2022-12-01T10:41:49.5483191Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_digamma_cpu_float32 PASSED 2022-12-01T10:41:49.5483515Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_dist_cpu_float32 PASSED 2022-12-01T10:41:49.5483856Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_div_floor_rounding_cpu_float32 PASSED 2022-12-01T10:41:49.5484182Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_double_cpu_float32 PASSED 2022-12-01T10:41:49.5484539Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_double_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:41:49.5484888Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_dsplit_cpu_float32 PASSED 2022-12-01T10:41:49.5485200Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_dstack_cpu_float32 PASSED 2022-12-01T10:41:49.5485565Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5485975Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5486373Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5486760Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5487114Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_erfc_cpu_float32 PASSED 2022-12-01T10:41:49.5487434Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_exp2_cpu_float32 PASSED 2022-12-01T10:41:49.5487751Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_exp_cpu_float32 PASSED 2022-12-01T10:41:49.5488061Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_expand_cpu_float32 PASSED 2022-12-01T10:41:49.5488425Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5488787Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_fft_cpu_float32 PASSED 2022-12-01T10:41:49.5489101Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_fftn_cpu_float32 PASSED 2022-12-01T10:41:49.5489512Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_hfft2_cpu_float32 PASSED 2022-12-01T10:41:49.5489847Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_hfftn_cpu_float32 PASSED 2022-12-01T10:41:49.5490176Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ifft2_cpu_float32 PASSED 2022-12-01T10:41:49.5490492Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ifft_cpu_float32 PASSED 2022-12-01T10:41:49.5490818Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ifftn_cpu_float32 PASSED 2022-12-01T10:41:49.5491155Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ifftshift_cpu_float32 PASSED 2022-12-01T10:41:49.5491478Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ihfft2_cpu_float32 PASSED 2022-12-01T10:41:49.5491840Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_irfft2_cpu_float32 PASSED 2022-12-01T10:41:49.5492175Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_irfft_cpu_float32 PASSED 2022-12-01T10:41:49.5492509Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_rfft2_cpu_float32 PASSED 2022-12-01T10:41:49.5492825Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_rfft_cpu_float32 PASSED 2022-12-01T10:41:49.5493152Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_rfftn_cpu_float32 PASSED 2022-12-01T10:41:49.5493478Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fill_cpu_float32 PASSED 2022-12-01T10:41:49.5493792Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_flatten_cpu_float32 PASSED 2022-12-01T10:41:49.5494117Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_flip_cpu_float32 PASSED 2022-12-01T10:41:49.5494443Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_flipud_cpu_float32 PASSED 2022-12-01T10:41:49.5494768Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_float_cpu_float32 PASSED 2022-12-01T10:41:49.5495387Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5495966Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fmax_cpu_float32 PASSED 2022-12-01T10:41:49.5496328Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fmin_cpu_float32 PASSED 2022-12-01T10:41:49.5496656Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fmod_cpu_float32 PASSED 2022-12-01T10:41:49.5496977Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_frac_cpu_float32 PASSED 2022-12-01T10:41:49.5497448Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5497821Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_gather_cpu_float32 PASSED 2022-12-01T10:41:49.5498153Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_gradient_cpu_float32 PASSED 2022-12-01T10:41:49.5498514Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5498871Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_half_cpu_float32 PASSED 2022-12-01T10:41:49.5499240Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5499646Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5500049Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5500420Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_hstack_cpu_float32 PASSED 2022-12-01T10:41:49.5500793Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5501164Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_index_add_cpu_float32 PASSED 2022-12-01T10:41:49.5501488Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_index_fill_cpu_float32 PASSED 2022-12-01T10:41:49.5501825Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_index_put_cpu_float32 PASSED 2022-12-01T10:41:49.5502244Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:41:49.5502580Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_index_select_cpu_float32 PASSED 2022-12-01T10:41:49.5502916Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_inner_cpu_float32 PASSED 2022-12-01T10:41:49.5503283Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5503687Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5504074Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5504518Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5504924Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5505329Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5505716Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5506077Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_istft_cpu_float32 PASSED 2022-12-01T10:41:49.5506440Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.5521612Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.5522062Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.5522460Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.5522834Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_kthvalue_cpu_float32 PASSED 2022-12-01T10:41:49.5523167Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ldexp_cpu_float32 PASSED 2022-12-01T10:41:49.5523484Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_lgamma_cpu_float32 PASSED 2022-12-01T10:41:49.5523822Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_cross_cpu_float32 PASSED 2022-12-01T10:41:49.5524171Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_det_singular_cpu_float32 PASSED 2022-12-01T10:41:49.5524518Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_eig_cpu_float32 PASSED 2022-12-01T10:41:49.5524842Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_eigh_cpu_float32 PASSED 2022-12-01T10:41:49.5525200Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_householder_product_cpu_float32 PASSED 2022-12-01T10:41:49.5525556Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_inv_ex_cpu_float32 PASSED 2022-12-01T10:41:49.5525937Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5526371Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5526771Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lstsq_grad_oriented_cpu_float32 PASSED 2022-12-01T10:41:49.5527121Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lu_cpu_float32 PASSED 2022-12-01T10:41:49.5527449Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lu_solve_cpu_float32 PASSED 2022-12-01T10:41:49.5527852Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5528244Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5528612Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_norm_subgradients_at_zero_cpu_float32 PASSED 2022-12-01T10:41:49.5529084Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_pinv_hermitian_cpu_float32 PASSED 2022-12-01T10:41:49.5529432Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_qr_cpu_float32 PASSED 2022-12-01T10:41:49.5529773Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_slogdet_cpu_float32 PASSED 2022-12-01T10:41:49.5530107Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_solve_ex_cpu_float32 PASSED 2022-12-01T10:41:49.5530463Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_solve_triangular_cpu_float32 PASSED 2022-12-01T10:41:49.5530816Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_svd_cpu_float32 PASSED 2022-12-01T10:41:49.5531158Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_tensorinv_cpu_float32 PASSED 2022-12-01T10:41:49.5531549Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_vecdot_cpu_float32 PASSED 2022-12-01T10:41:49.5531932Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5532302Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_log10_cpu_float32 PASSED 2022-12-01T10:41:49.5532616Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_log2_cpu_float32 PASSED 2022-12-01T10:41:49.5532948Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_log_softmax_cpu_float32 PASSED 2022-12-01T10:41:49.5533288Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logaddexp2_cpu_float32 PASSED 2022-12-01T10:41:49.5533673Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5534076Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5534490Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5534907Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5535275Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logit_cpu_float32 PASSED 2022-12-01T10:41:49.5535628Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5536056Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5536480Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5536838Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_lu_cpu_float32 PASSED 2022-12-01T10:41:49.5537301Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_lu_solve_cpu_float32 PASSED 2022-12-01T10:41:49.5537638Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_lu_unpack_cpu_float32 PASSED 2022-12-01T10:41:49.5537982Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_cumprod_cpu_float32 PASSED 2022-12-01T10:41:49.5538311Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_fill_cpu_float32 PASSED 2022-12-01T10:41:49.5538674Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_fill_functorch_Scalar_only_cpu_float32 PASSED 2022-12-01T10:41:49.5539041Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_logaddexp_cpu_float32 PASSED 2022-12-01T10:41:49.5539387Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_median_cpu_float32 PASSED 2022-12-01T10:41:49.5539713Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_prod_cpu_float32 XFAIL 2022-12-01T10:41:49.5540054Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_softmax_cpu_float32 PASSED 2022-12-01T10:41:49.5540401Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_softmin_cpu_float32 PASSED 2022-12-01T10:41:49.5540729Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_std_cpu_float32 PASSED 2022-12-01T10:41:49.5541121Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_sum_cpu_float32 PASSED 2022-12-01T10:41:49.5541453Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_max_binary_cpu_float32 PASSED 2022-12-01T10:41:49.5541808Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_meshgrid_list_of_tensors_cpu_float32 PASSED 2022-12-01T10:41:49.5542147Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_min_binary_cpu_float32 PASSED 2022-12-01T10:41:49.5542482Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_minimum_cpu_float32 PASSED 2022-12-01T10:41:49.5542809Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mm_cpu_float32 PASSED 2022-12-01T10:41:49.5543137Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED 2022-12-01T10:41:49.5543533Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED 2022-12-01T10:41:49.5543883Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nanmedian_cpu_float32 PASSED 2022-12-01T10:41:49.5544215Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nansum_cpu_float32 PASSED 2022-12-01T10:41:49.5544581Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5544951Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_narrow_cpu_float32 PASSED 2022-12-01T10:41:49.5545288Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_native_batch_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5545666Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5546010Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_neg_cpu_float32 PASSED 2022-12-01T10:41:49.5546381Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5546784Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED 2022-12-01T10:41:49.5547167Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:41:49.5547553Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED 2022-12-01T10:41:49.5547930Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED 2022-12-01T10:41:49.5548313Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED 2022-12-01T10:41:49.5548673Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:41:49.5549038Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_batch_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5549402Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_bilinear_cpu_float32 PASSED 2022-12-01T10:41:49.5549757Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_celu_cpu_float32 PASSED 2022-12-01T10:41:49.5550097Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv1d_cpu_float32 PASSED 2022-12-01T10:41:49.5550455Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_cpu_float32 PASSED 2022-12-01T10:41:49.5550840Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5551227Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5551624Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5552026Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5552426Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5552822Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5553253Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5553629Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv_transpose1d_cpu_float32 PASSED 2022-12-01T10:41:49.5554005Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv_transpose2d_cpu_float32 PASSED 2022-12-01T10:41:49.5554371Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv_transpose3d_cpu_float32 PASSED 2022-12-01T10:41:49.5554752Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_cosine_embedding_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5555159Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_cross_entropy_cpu_float32 PASSED 2022-12-01T10:41:49.5555532Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_dropout2d_cpu_float32 PASSED 2022-12-01T10:41:49.5555883Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_dropout_cpu_float32 PASSED 2022-12-01T10:41:49.5556235Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_elu_cpu_float32 PASSED 2022-12-01T10:41:49.5556654Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_embedding_bag_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T10:41:49.5557072Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_embedding_functorch_cpu_float32 PASSED 2022-12-01T10:41:49.5557457Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_gaussian_nll_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5557820Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_gelu_cpu_float32 PASSED 2022-12-01T10:41:49.5558185Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_group_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5558596Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_hardsigmoid_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T10:41:49.5559016Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_hardswish_cpu_float32 PASSED 2022-12-01T10:41:49.5559383Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_huber_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5559754Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_area_cpu_float32 PASSED 2022-12-01T10:41:49.5560104Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_kl_div_cpu_float32 PASSED 2022-12-01T10:41:49.5560456Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_l1_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5560816Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_layer_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5561266Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_local_response_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5561650Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_logsigmoid_cpu_float32 PASSED 2022-12-01T10:41:49.5562028Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_margin_ranking_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5562396Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_pool1d_cpu_float32 PASSED 2022-12-01T10:41:49.5562746Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_pool2d_cpu_float32 PASSED 2022-12-01T10:41:49.5563107Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_pool3d_cpu_float32 PASSED 2022-12-01T10:41:49.5563486Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5563879Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool2d_grad_cpu_float32 PASSED 2022-12-01T10:41:49.5564245Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool3d_grad_cpu_float32 PASSED 2022-12-01T10:41:49.5564653Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_mse_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5565024Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_mse_loss_functorch_cpu_float32 PASSED 2022-12-01T10:41:49.5565454Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T10:41:49.5565682Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T10:41:49.5565876Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5566080Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_normalize_cpu_float32 PASSED 2022-12-01T10:41:49.5566258Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pad_reflect_cpu_float32 PASSED 2022-12-01T10:41:49.5566444Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pairwise_distance_cpu_float32 PASSED 2022-12-01T10:41:49.5566668Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pdist_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T10:41:49.5566848Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pixel_shuffle_cpu_float32 PASSED 2022-12-01T10:41:49.5567029Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pixel_unshuffle_cpu_float32 PASSED 2022-12-01T10:41:49.5567197Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_prelu_cpu_float32 PASSED 2022-12-01T10:41:49.5567348Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_relu_cpu_float32 PASSED 2022-12-01T10:41:49.5567515Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_selu_cpu_float32 PASSED 2022-12-01T10:41:49.5567696Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5567873Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_softplus_cpu_float32 PASSED 2022-12-01T10:41:49.5568061Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_triplet_margin_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5568241Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_upsample_nearest_cpu_float32 PASSED 2022-12-01T10:41:49.5568439Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5568597Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_norm_fro_cpu_float32 PASSED 2022-12-01T10:41:49.5568751Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_norm_inf_cpu_float32 PASSED 2022-12-01T10:41:49.5568895Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_norm_nuc_cpu_float32 PASSED 2022-12-01T10:41:49.5569050Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_normal_cpu_float32 PASSED 2022-12-01T10:41:49.5569248Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5569430Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ops_aten_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:41:49.5569583Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_outer_cpu_float32 PASSED 2022-12-01T10:41:49.5569737Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_permute_cpu_float32 PASSED 2022-12-01T10:41:49.5569911Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_polygamma_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:41:49.5570085Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_polygamma_polygamma_n_1_cpu_float32 PASSED 2022-12-01T10:41:49.5570245Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_polygamma_polygamma_n_4_cpu_float32 PASSED 2022-12-01T10:41:49.5570397Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_pow_cpu_float32 PASSED 2022-12-01T10:41:49.5570548Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_prod_cpu_float32 PASSED 2022-12-01T10:41:49.5570730Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_qr_cpu_float32 PASSED 2022-12-01T10:41:49.5570886Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_quantile_cpu_float32 PASSED 2022-12-01T10:41:49.5571040Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_rad2deg_cpu_float32 PASSED 2022-12-01T10:41:49.5571242Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5571405Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_reciprocal_cpu_float32 PASSED 2022-12-01T10:41:49.5571559Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_renorm_cpu_float32 PASSED 2022-12-01T10:41:49.5571700Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_repeat_cpu_float32 PASSED 2022-12-01T10:41:49.5571899Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_repeat_interleave_cpu_float32 PASSED 2022-12-01T10:41:49.5572099Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5572303Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5572453Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_roll_cpu_float32 PASSED 2022-12-01T10:41:49.5572606Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_round_cpu_float32 PASSED 2022-12-01T10:41:49.5572770Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_round_decimals_0_cpu_float32 PASSED 2022-12-01T10:41:49.5572934Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_round_decimals_3_cpu_float32 PASSED 2022-12-01T10:41:49.5573073Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_rsqrt_cpu_float32 PASSED 2022-12-01T10:41:49.5573225Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_rsub_cpu_float32 PASSED 2022-12-01T10:41:49.5573388Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_add_cpu_float32 PASSED 2022-12-01T10:41:49.5573543Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_cpu_float32 PASSED 2022-12-01T10:41:49.5573712Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_reduce_amin_cpu_float32 PASSED 2022-12-01T10:41:49.5573878Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_reduce_mean_cpu_float32 PASSED 2022-12-01T10:41:49.5574045Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_reduce_sum_cpu_float32 PASSED 2022-12-01T10:41:49.5574252Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5574481Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_segment_reduce_lengths_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T10:41:49.5574622Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_select_cpu_float32 PASSED 2022-12-01T10:41:49.5574788Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_select_scatter_cpu_float32 PASSED 2022-12-01T10:41:49.5574981Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5575205Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5575360Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sigmoid_cpu_float32 PASSED 2022-12-01T10:41:49.5575553Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5575707Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_slice_cpu_float32 PASSED 2022-12-01T10:41:49.5575867Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_slice_scatter_cpu_float32 PASSED 2022-12-01T10:41:49.5576007Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_softmax_cpu_float32 PASSED 2022-12-01T10:41:49.5576175Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_softmax_with_dtype_cpu_float32 PASSED 2022-12-01T10:41:49.5576343Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sparse_sampled_addmm_cpu_float32 XFAIL 2022-12-01T10:41:49.5576581Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5576788Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5577103Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5577368Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5577887Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5578051Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_entr_cpu_float32 PASSED 2022-12-01T10:41:49.5578273Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5578421Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_i1e_cpu_float32 PASSED 2022-12-01T10:41:49.5578789Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5579006Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5579219Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5579388Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_ndtr_cpu_float32 PASSED 2022-12-01T10:41:49.5579550Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_ndtri_cpu_float32 PASSED 2022-12-01T10:41:49.5579747Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:41:49.5580124Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5580499Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5580876Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5581068Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5581224Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_split_cpu_float32 PASSED 2022-12-01T10:41:49.5581376Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sqrt_cpu_float32 PASSED 2022-12-01T10:41:49.5581530Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sub_cpu_float32 PASSED 2022-12-01T10:41:49.5581689Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sum_to_size_cpu_float32 PASSED 2022-12-01T10:41:49.5581839Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_t_cpu_float32 PASSED 2022-12-01T10:41:49.5582003Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_take_along_dim_cpu_float32 PASSED 2022-12-01T10:41:49.5582157Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_take_cpu_float32 PASSED 2022-12-01T10:41:49.5582293Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_tan_cpu_float32 PASSED 2022-12-01T10:41:49.5582442Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_tanh_cpu_float32 PASSED 2022-12-01T10:41:49.5582605Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_tensor_split_cpu_float32 XFAIL 2022-12-01T10:41:49.5582766Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_transpose_cpu_float32 PASSED 2022-12-01T10:41:49.5582966Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_trapezoid_cpu_float32 PASSED 2022-12-01T10:41:49.5583133Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_triangular_solve_cpu_float32 PASSED 2022-12-01T10:41:49.5583284Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_tril_cpu_float32 PASSED 2022-12-01T10:41:49.5583436Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_trunc_cpu_float32 PASSED 2022-12-01T10:41:49.5583592Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_unflatten_cpu_float32 PASSED 2022-12-01T10:41:49.5583735Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_unfold_cpu_float32 PASSED 2022-12-01T10:41:49.5583935Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5584122Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_unsqueeze_cpu_float32 PASSED 2022-12-01T10:41:49.5584274Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_var_cpu_float32 PASSED 2022-12-01T10:41:49.5584431Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_var_mean_cpu_float32 PASSED 2022-12-01T10:41:49.5584581Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_vdot_cpu_float32 PASSED 2022-12-01T10:41:49.5584736Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_view_as_cpu_float32 PASSED 2022-12-01T10:41:49.5584887Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_view_cpu_float32 PASSED 2022-12-01T10:41:49.5585026Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_vsplit_cpu_float32 PASSED 2022-12-01T10:41:49.5585176Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_vstack_cpu_float32 PASSED 2022-12-01T10:41:49.5585328Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_where_cpu_float32 PASSED 2022-12-01T10:41:49.5585481Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_xlogy_cpu_float32 PASSED 2022-12-01T10:41:49.5585629Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_zero__cpu_float32 PASSED 2022-12-01T10:41:49.5585827Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5585977Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_H_cpu_float32 PASSED 2022-12-01T10:41:49.5586127Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_T_cpu_float32 PASSED 2022-12-01T10:41:49.5586268Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___rmod___cpu_float32 PASSED 2022-12-01T10:41:49.5586420Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___rmul___cpu_float32 PASSED 2022-12-01T10:41:49.5586574Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___rpow___cpu_float32 XFAIL 2022-12-01T10:41:49.5586724Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___rsub___cpu_float32 PASSED 2022-12-01T10:41:49.5586873Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_acos_cpu_float32 PASSED 2022-12-01T10:41:49.5587030Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_addcdiv_cpu_float32 PASSED 2022-12-01T10:41:49.5587226Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5587381Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_angle_cpu_float32 PASSED 2022-12-01T10:41:49.5587569Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5587762Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5587960Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5588159Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5588319Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_as_strided_cpu_float32 PASSED 2022-12-01T10:41:49.5588472Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_asin_cpu_float32 PASSED 2022-12-01T10:41:49.5588661Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_asinh_cpu_float32 PASSED 2022-12-01T10:41:49.5588810Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_atan_cpu_float32 PASSED 2022-12-01T10:41:49.5588957Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_atanh_cpu_float32 PASSED 2022-12-01T10:41:49.5589105Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_atleast_1d_cpu_float32 PASSED 2022-12-01T10:41:49.5589260Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_atleast_2d_cpu_float32 PASSED 2022-12-01T10:41:49.5589414Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_atleast_3d_cpu_float32 PASSED 2022-12-01T10:41:49.5589568Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_block_diag_cpu_float32 PASSED 2022-12-01T10:41:49.5589720Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_bmm_cpu_float32 PASSED 2022-12-01T10:41:49.5589958Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5590173Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5590370Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5590535Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cartesian_prod_cpu_float32 PASSED 2022-12-01T10:41:49.5590674Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cdist_cpu_float32 PASSED 2022-12-01T10:41:49.5590831Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_chalf_cpu_float32 PASSED 2022-12-01T10:41:49.5591025Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5591252Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5591410Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cholesky_cpu_float32 PASSED 2022-12-01T10:41:49.5591576Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cholesky_solve_cpu_float32 PASSED 2022-12-01T10:41:49.5591729Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_clamp_cpu_float32 XFAIL 2022-12-01T10:41:49.5591886Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_clamp_max_cpu_float32 PASSED 2022-12-01T10:41:49.5592024Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_clone_cpu_float32 PASSED 2022-12-01T10:41:49.5592188Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_column_stack_cpu_float32 XFAIL 2022-12-01T10:41:49.5592350Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_combinations_cpu_float32 PASSED 2022-12-01T10:41:49.5592514Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_constant_pad_nd_cpu_float32 PASSED 2022-12-01T10:41:49.5592675Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_contiguous_cpu_float32 PASSED 2022-12-01T10:41:49.5592825Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cos_cpu_float32 PASSED 2022-12-01T10:41:49.5593033Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5593182Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cov_cpu_float32 PASSED 2022-12-01T10:41:49.5593335Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cross_cpu_float32 XFAIL 2022-12-01T10:41:49.5593473Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_diag_cpu_float32 PASSED 2022-12-01T10:41:49.5593690Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_diag_embed_cpu_float32 PASSED 2022-12-01T10:41:49.5593907Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_diagflat_cpu_float32 PASSED 2022-12-01T10:41:49.5594068Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_diagonal_cpu_float32 PASSED 2022-12-01T10:41:49.5594241Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_div_no_rounding_mode_cpu_float32 PASSED 2022-12-01T10:41:49.5594428Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_double_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:41:49.5594629Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_dsplit_cpu_float32 PASSED 2022-12-01T10:41:49.5594785Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_dstack_cpu_float32 PASSED 2022-12-01T10:41:49.5594926Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_einsum_cpu_float32 PASSED 2022-12-01T10:41:49.5595127Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5595320Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5595517Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5595704Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_erf_cpu_float32 PASSED 2022-12-01T10:41:49.5595860Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_erfinv_cpu_float32 PASSED 2022-12-01T10:41:49.5596014Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_exp_cpu_float32 PASSED 2022-12-01T10:41:49.5596167Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_expand_cpu_float32 PASSED 2022-12-01T10:41:49.5596310Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_expm1_cpu_float32 PASSED 2022-12-01T10:41:49.5596506Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5596661Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_fft_cpu_float32 PASSED 2022-12-01T10:41:49.5596819Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_hfft2_cpu_float32 PASSED 2022-12-01T10:41:49.5596975Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_hfft_cpu_float32 PASSED 2022-12-01T10:41:49.5597141Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ifftshift_cpu_float32 PASSED 2022-12-01T10:41:49.5597299Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ihfft_cpu_float32 PASSED 2022-12-01T10:41:49.5597459Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ihfftn_cpu_float32 PASSED 2022-12-01T10:41:49.5597616Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_irfftn_cpu_float32 PASSED 2022-12-01T10:41:49.5597757Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_rfft2_cpu_float32 PASSED 2022-12-01T10:41:49.5597914Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_rfftn_cpu_float32 PASSED 2022-12-01T10:41:49.5598069Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_flatten_cpu_float32 PASSED 2022-12-01T10:41:49.5598223Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fliplr_cpu_float32 PASSED 2022-12-01T10:41:49.5598375Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_flipud_cpu_float32 PASSED 2022-12-01T10:41:49.5598538Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_float_power_cpu_float32 PASSED 2022-12-01T10:41:49.5598692Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_floor_cpu_float32 PASSED 2022-12-01T10:41:49.5598844Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fmax_cpu_float32 PASSED 2022-12-01T10:41:49.5598986Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fmod_cpu_float32 PASSED 2022-12-01T10:41:49.5599139Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_frexp_cpu_float32 PASSED 2022-12-01T10:41:49.5599291Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_gather_cpu_float32 PASSED 2022-12-01T10:41:49.5599490Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5599683Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5599836Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_half_cpu_float32 XFAIL 2022-12-01T10:41:49.5600042Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5600246Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5600435Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_hsplit_cpu_float32 PASSED 2022-12-01T10:41:49.5600578Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_hypot_cpu_float32 PASSED 2022-12-01T10:41:49.5600727Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_i0_cpu_float32 PASSED 2022-12-01T10:41:49.5600924Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5601086Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_index_reduce_cpu_float32 PASSED 2022-12-01T10:41:49.5601315Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_index_select_cpu_float32 PASSED 2022-12-01T10:41:49.5601473Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_inner_cpu_float32 PASSED 2022-12-01T10:41:49.5601698Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5601928Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5602108Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5602305Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5602505Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5602698Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5602896Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5603097Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.5603286Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.5603443Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_kron_cpu_float32 PASSED 2022-12-01T10:41:49.5603633Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5603773Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_lerp_cpu_float32 PASSED 2022-12-01T10:41:49.5603935Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_cond_cpu_float32 PASSED 2022-12-01T10:41:49.5604094Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_cross_cpu_float32 PASSED 2022-12-01T10:41:49.5604273Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_householder_product_cpu_float32 PASSED 2022-12-01T10:41:49.5604489Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5604699Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5604860Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lu_cpu_float32 PASSED 2022-12-01T10:41:49.5605076Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lu_solve_cpu_float32 PASSED 2022-12-01T10:41:49.5605246Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_matrix_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5605403Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_matrix_power_cpu_float32 PASSED 2022-12-01T10:41:49.5605615Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5605803Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_norm_subgradients_at_zero_cpu_float32 PASSED 2022-12-01T10:41:49.5605962Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_pinv_cpu_float32 PASSED 2022-12-01T10:41:49.5606174Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_pinv_hermitian_cpu_float32 PASSED 2022-12-01T10:41:49.5606332Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_qr_cpu_float32 PASSED 2022-12-01T10:41:49.5606496Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_slogdet_cpu_float32 PASSED 2022-12-01T10:41:49.5606656Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_solve_cpu_float32 PASSED 2022-12-01T10:41:49.5606826Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_tensorsolve_cpu_float32 PASSED 2022-12-01T10:41:49.5606979Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_vector_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5607183Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5607367Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_log10_cpu_float32 PASSED 2022-12-01T10:41:49.5607522Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_log1p_cpu_float32 PASSED 2022-12-01T10:41:49.5607685Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_log_softmax_cpu_float32 PASSED 2022-12-01T10:41:49.5607853Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_log_softmax_dtype_cpu_float32 PASSED 2022-12-01T10:41:49.5608016Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logaddexp2_cpu_float32 PASSED 2022-12-01T10:41:49.5608172Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logdet_cpu_float32 PASSED 2022-12-01T10:41:49.5608361Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5608566Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5608729Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logsumexp_cpu_float32 PASSED 2022-12-01T10:41:49.5608883Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_lu_solve_cpu_float32 PASSED 2022-12-01T10:41:49.5609034Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mT_cpu_float32 PASSED 2022-12-01T10:41:49.5609239Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5609450Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5609611Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_fill_cpu_float32 PASSED 2022-12-01T10:41:49.5609782Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_log_softmax_cpu_float32 PASSED 2022-12-01T10:41:49.5609935Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_logsumexp_cpu_float32 PASSED 2022-12-01T10:41:49.5610098Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_mean_cpu_float32 PASSED 2022-12-01T10:41:49.5610262Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_normalize_cpu_float32 PASSED 2022-12-01T10:41:49.5610430Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_scatter_cpu_float32 PASSED 2022-12-01T10:41:49.5610591Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_softmax_cpu_float32 PASSED 2022-12-01T10:41:49.5610751Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_std_cpu_float32 PASSED 2022-12-01T10:41:49.5610908Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_sum_cpu_float32 PASSED 2022-12-01T10:41:49.5611063Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_max_binary_cpu_float32 PASSED 2022-12-01T10:41:49.5611225Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_meshgrid_list_of_tensors_cpu_float32 PASSED 2022-12-01T10:41:49.5611404Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_meshgrid_variadic_tensors_cpu_float32 PASSED 2022-12-01T10:41:49.5611565Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_min_binary_cpu_float32 PASSED 2022-12-01T10:41:49.5611737Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_min_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:41:49.5611929Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mode_cpu_float32 PASSED 2022-12-01T10:41:49.5612087Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_movedim_cpu_float32 PASSED 2022-12-01T10:41:49.5612236Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mv_cpu_float32 PASSED 2022-12-01T10:41:49.5612408Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED 2022-12-01T10:41:49.5612580Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED 2022-12-01T10:41:49.5612722Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nansum_cpu_float32 PASSED 2022-12-01T10:41:49.5612890Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_native_batch_norm_cpu_float32 XFAIL 2022-12-01T10:41:49.5613079Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_neg_cpu_float32 PASSED 2022-12-01T10:41:49.5613291Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5613500Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5613689Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:41:49.5613876Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:41:49.5614060Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:41:49.5614244Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED 2022-12-01T10:41:49.5614413Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED 2022-12-01T10:41:49.5614590Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:41:49.5614769Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:41:49.5614946Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:41:49.5615120Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_batch_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5615294Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv1d_cpu_float32 PASSED 2022-12-01T10:41:49.5615467Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_cpu_float32 PASSED 2022-12-01T10:41:49.5615645Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_no_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5615835Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5616026Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5616220Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5616404Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5616593Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv_transpose2d_cpu_float32 PASSED 2022-12-01T10:41:49.5616779Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_cross_entropy_cpu_float32 PASSED 2022-12-01T10:41:49.5616952Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_ctc_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5617318Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_dropout2d_cpu_float32 XFAIL 2022-12-01T10:41:49.5617515Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_dropout_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5617731Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5617986Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_fractional_max_pool2d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5618186Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_fractional_max_pool3d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5618370Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL 2022-12-01T10:41:49.5618539Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_glu_cpu_float32 PASSED 2022-12-01T10:41:49.5618718Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_grid_sample_cpu_float32 PASSED 2022-12-01T10:41:49.5618934Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_hardshrink_cpu_float32 PASSED 2022-12-01T10:41:49.5619115Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_hardsigmoid_cpu_float32 PASSED 2022-12-01T10:41:49.5619297Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_hardswish_cpu_float32 PASSED 2022-12-01T10:41:49.5619530Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_huber_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5619758Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_instance_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5620011Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_area_cpu_float32 PASSED 2022-12-01T10:41:49.5620367Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_bicubic_cpu_float32 PASSED 2022-12-01T10:41:49.5620740Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_bilinear_cpu_float32 PASSED 2022-12-01T10:41:49.5620962Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_nearest_cpu_float32 PASSED 2022-12-01T10:41:49.5621138Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_l1_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5621320Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_layer_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5621496Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_leaky_relu_cpu_float32 PASSED 2022-12-01T10:41:49.5621680Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_local_response_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5621839Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_pool1d_cpu_float32 PASSED 2022-12-01T10:41:49.5622018Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool2d_cpu_float32 PASSED 2022-12-01T10:41:49.5622206Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool2d_grad_cpu_float32 PASSED 2022-12-01T10:41:49.5622379Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_mse_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5622567Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_multilabel_margin_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5622762Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5622943Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_normalize_cpu_float32 PASSED 2022-12-01T10:41:49.5623124Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pad_constant_cpu_float32 PASSED 2022-12-01T10:41:49.5623311Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pairwise_distance_cpu_float32 PASSED 2022-12-01T10:41:49.5623469Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pdist_cpu_float32 PASSED 2022-12-01T10:41:49.5623651Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pixel_unshuffle_cpu_float32 PASSED 2022-12-01T10:41:49.5623822Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_prelu_cpu_float32 PASSED 2022-12-01T10:41:49.5623990Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_relu6_cpu_float32 PASSED 2022-12-01T10:41:49.5624229Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_rrelu_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5624399Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_selu_cpu_float32 PASSED 2022-12-01T10:41:49.5624566Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_silu_cpu_float32 PASSED 2022-12-01T10:41:49.5624750Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_softmin_with_dtype_cpu_float32 PASSED 2022-12-01T10:41:49.5624911Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_tanhshrink_cpu_float32 PASSED 2022-12-01T10:41:49.5625097Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_triplet_margin_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5625370Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5625541Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_unfold_cpu_float32 PASSED 2022-12-01T10:41:49.5625726Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_upsample_bilinear_cpu_float32 PASSED 2022-12-01T10:41:49.5625910Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_upsample_nearest_cpu_float32 PASSED 2022-12-01T10:41:49.5626110Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5626265Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5626425Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_norm_inf_cpu_float32 PASSED 2022-12-01T10:41:49.5626599Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_normal_number_mean_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5626798Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5626955Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_outer_cpu_float32 PASSED 2022-12-01T10:41:49.5627118Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_pinverse_cpu_float32 PASSED 2022-12-01T10:41:49.5627276Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_polar_cpu_float32 PASSED 2022-12-01T10:41:49.5627453Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_polygamma_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:41:49.5627633Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_polygamma_polygamma_n_1_cpu_float32 PASSED 2022-12-01T10:41:49.5627807Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_polygamma_polygamma_n_2_cpu_float32 PASSED 2022-12-01T10:41:49.5627979Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_polygamma_polygamma_n_3_cpu_float32 PASSED 2022-12-01T10:41:49.5628124Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_prod_cpu_float32 PASSED 2022-12-01T10:41:49.5628279Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_put_cpu_float32 PASSED 2022-12-01T10:41:49.5628430Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_qr_cpu_float32 PASSED 2022-12-01T10:41:49.5628590Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_quantile_cpu_float32 PASSED 2022-12-01T10:41:49.5628787Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5628989Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5629144Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ravel_cpu_float32 PASSED 2022-12-01T10:41:49.5629297Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_real_cpu_float32 PASSED 2022-12-01T10:41:49.5629437Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_renorm_cpu_float32 PASSED 2022-12-01T10:41:49.5629595Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_repeat_cpu_float32 PASSED 2022-12-01T10:41:49.5629793Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5630037Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5630202Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_resolve_conj_cpu_float32 PASSED 2022-12-01T10:41:49.5630354Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_rot90_cpu_float32 PASSED 2022-12-01T10:41:49.5630508Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_round_cpu_float32 PASSED 2022-12-01T10:41:49.5630681Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_round_decimals_3_cpu_float32 PASSED 2022-12-01T10:41:49.5630852Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_round_decimals_neg_3_cpu_float32 PASSED 2022-12-01T10:41:49.5631000Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_add_cpu_float32 PASSED 2022-12-01T10:41:49.5631206Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_cpu_float32 PASSED 2022-12-01T10:41:49.5631380Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_reduce_amax_cpu_float32 PASSED 2022-12-01T10:41:49.5631553Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_reduce_amin_cpu_float32 PASSED 2022-12-01T10:41:49.5631720Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_reduce_mean_cpu_float32 PASSED 2022-12-01T10:41:49.5631895Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_segment_reduce_offsets_cpu_float32 PASSED 2022-12-01T10:41:49.5632052Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_select_cpu_float32 PASSED 2022-12-01T10:41:49.5632206Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sgn_cpu_float32 PASSED 2022-12-01T10:41:49.5632392Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5632620Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5632776Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sigmoid_cpu_float32 PASSED 2022-12-01T10:41:49.5632934Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sign_cpu_float32 PASSED 2022-12-01T10:41:49.5633132Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5633287Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sin_cpu_float32 PASSED 2022-12-01T10:41:49.5633442Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sinc_cpu_float32 PASSED 2022-12-01T10:41:49.5633594Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sinh_cpu_float32 PASSED 2022-12-01T10:41:49.5633755Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_slice_scatter_cpu_float32 PASSED 2022-12-01T10:41:49.5633892Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sort_cpu_float32 PASSED 2022-12-01T10:41:49.5634063Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sparse_sampled_addmm_cpu_float32 XFAIL 2022-12-01T10:41:49.5634272Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5634485Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5634692Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5634895Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5635341Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5635707Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5635873Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_entr_cpu_float32 PASSED 2022-12-01T10:41:49.5636069Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_erfcx_cpu_float32 PASSED 2022-12-01T10:41:49.5636292Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5636454Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_i0e_cpu_float32 PASSED 2022-12-01T10:41:49.5636824Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5636993Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_log_ndtr_cpu_float32 PASSED 2022-12-01T10:41:49.5637245Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5637412Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_ndtri_cpu_float32 PASSED 2022-12-01T10:41:49.5637798Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5638176Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5638557Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5638782Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5638937Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_xlog1py_cpu_float32 PASSED 2022-12-01T10:41:49.5639141Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5639301Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_split_cpu_float32 PASSED 2022-12-01T10:41:49.5639466Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_split_with_sizes_cpu_float32 PASSED 2022-12-01T10:41:49.5639619Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sqrt_cpu_float32 PASSED 2022-12-01T10:41:49.5639777Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_square_cpu_float32 PASSED 2022-12-01T10:41:49.5639939Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_squeeze_cpu_float32 PASSED 2022-12-01T10:41:49.5640091Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_std_cpu_float32 PASSED 2022-12-01T10:41:49.5640236Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_std_mean_cpu_float32 PASSED 2022-12-01T10:41:49.5640390Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sub_cpu_float32 PASSED 2022-12-01T10:41:49.5640552Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sum_to_size_cpu_float32 PASSED 2022-12-01T10:41:49.5640714Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_svd_lowrank_cpu_float32 XFAIL 2022-12-01T10:41:49.5640866Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_symeig_cpu_float32 PASSED 2022-12-01T10:41:49.5641017Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_t_cpu_float32 PASSED 2022-12-01T10:41:49.5641247Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_tan_cpu_float32 PASSED 2022-12-01T10:41:49.5641402Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_tanh_cpu_float32 PASSED 2022-12-01T10:41:49.5641547Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_tensordot_cpu_float32 PASSED 2022-12-01T10:41:49.5641699Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_tile_cpu_float32 PASSED 2022-12-01T10:41:49.5641869Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_to_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5642022Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_topk_cpu_float32 PASSED 2022-12-01T10:41:49.5642175Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_trace_cpu_float32 PASSED 2022-12-01T10:41:49.5642381Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_trapz_cpu_float32 PASSED 2022-12-01T10:41:49.5642531Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_tril_cpu_float32 PASSED 2022-12-01T10:41:49.5642694Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_true_divide_cpu_float32 PASSED 2022-12-01T10:41:49.5642837Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_unbind_cpu_float32 PASSED 2022-12-01T10:41:49.5643043Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5643243Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5643427Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_var_cpu_float32 PASSED 2022-12-01T10:41:49.5643586Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_var_mean_cpu_float32 PASSED 2022-12-01T10:41:49.5643743Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_vdot_cpu_float32 PASSED 2022-12-01T10:41:49.5643896Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_view_cpu_float32 PASSED 2022-12-01T10:41:49.5644052Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_vstack_cpu_float32 PASSED 2022-12-01T10:41:49.5644251Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5644441Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5644607Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_H_cpu_float32 PASSED 2022-12-01T10:41:49.5644763Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_H_cpu_float64 PASSED 2022-12-01T10:41:49.5644920Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_T_cpu_float32 PASSED 2022-12-01T10:41:49.5645082Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_T_cpu_float64 PASSED 2022-12-01T10:41:49.5645256Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___getitem___cpu_float32 PASSED 2022-12-01T10:41:49.5645442Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___getitem___functorch_cpu_float64 PASSED 2022-12-01T10:41:49.5645611Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rdiv___cpu_float32 PASSED 2022-12-01T10:41:49.5645789Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmatmul___cpu_float64 SKIPPED (Skipped!) 2022-12-01T10:41:49.5645960Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmul___cpu_float32 PASSED 2022-12-01T10:41:49.5646127Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmul___cpu_float64 PASSED 2022-12-01T10:41:49.5646294Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rpow___cpu_float32 PASSED 2022-12-01T10:41:49.5646458Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_abs_cpu_float32 PASSED 2022-12-01T10:41:49.5646627Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_abs_cpu_float64 PASSED 2022-12-01T10:41:49.5646793Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_acos_cpu_float32 PASSED 2022-12-01T10:41:49.5646957Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_acosh_cpu_float32 PASSED 2022-12-01T10:41:49.5647122Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_acosh_cpu_float64 PASSED 2022-12-01T10:41:49.5647273Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_add_cpu_float64 PASSED 2022-12-01T10:41:49.5647440Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addbmm_cpu_float64 PASSED 2022-12-01T10:41:49.5647622Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmm_decomposed_cpu_float64 PASSED 2022-12-01T10:41:49.5647789Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmv_cpu_float64 PASSED 2022-12-01T10:41:49.5647953Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addr_cpu_float32 PASSED 2022-12-01T10:41:49.5648163Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addr_cpu_float64 PASSED 2022-12-01T10:41:49.5648373Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5648582Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_all_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5648796Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5648949Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_amin_cpu_float32 PASSED 2022-12-01T10:41:49.5649138Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_amin_cpu_float64 PASSED 2022-12-01T10:41:49.5649353Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5649570Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_aminmax_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5649773Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5649977Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_any_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5650190Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5650398Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_arange_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5650608Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5650799Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argmax_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5651011Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5651216Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argmin_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5651424Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argsort_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5651632Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5651808Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_as_strided_cpu_float32 PASSED 2022-12-01T10:41:49.5651974Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_asin_cpu_float64 PASSED 2022-12-01T10:41:49.5652141Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_asinh_cpu_float32 PASSED 2022-12-01T10:41:49.5652310Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_asinh_cpu_float64 PASSED 2022-12-01T10:41:49.5652477Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atan_cpu_float32 PASSED 2022-12-01T10:41:49.5652626Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atan_cpu_float64 PASSED 2022-12-01T10:41:49.5652793Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_baddbmm_cpu_float64 PASSED 2022-12-01T10:41:49.5652969Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bernoulli_cpu_float64 PASSED 2022-12-01T10:41:49.5653135Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bfloat16_cpu_float32 PASSED 2022-12-01T10:41:49.5653303Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bfloat16_cpu_float64 PASSED 2022-12-01T10:41:49.5653505Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bfloat16_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:41:49.5653712Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_block_diag_cpu_float64 PASSED 2022-12-01T10:41:49.5653881Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bmm_cpu_float32 PASSED 2022-12-01T10:41:49.5654102Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bool_functorch_no_channels_last_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5654285Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_broadcast_tensors_cpu_float32 PASSED 2022-12-01T10:41:49.5654465Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_broadcast_tensors_cpu_float64 PASSED 2022-12-01T10:41:49.5654643Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_broadcast_to_cpu_float32 PASSED 2022-12-01T10:41:49.5654888Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bucketize_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5655124Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5655361Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_byte_functorch_no_channels_last_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5655539Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cartesian_prod_cpu_float32 PASSED 2022-12-01T10:41:49.5655712Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cartesian_prod_cpu_float64 PASSED 2022-12-01T10:41:49.5655883Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cdist_cpu_float32 PASSED 2022-12-01T10:41:49.5656036Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cdist_cpu_float64 PASSED 2022-12-01T10:41:49.5656205Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_chalf_cpu_float32 PASSED 2022-12-01T10:41:49.5656414Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5656622Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_char_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5656791Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_cpu_float32 PASSED 2022-12-01T10:41:49.5656962Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_cpu_float64 PASSED 2022-12-01T10:41:49.5657340Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_inverse_cpu_float64 PASSED 2022-12-01T10:41:49.5657534Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_solve_cpu_float64 PASSED 2022-12-01T10:41:49.5657699Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_chunk_cpu_float32 PASSED 2022-12-01T10:41:49.5657852Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_chunk_cpu_float64 PASSED 2022-12-01T10:41:49.5658018Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_cpu_float32 PASSED 2022-12-01T10:41:49.5658185Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_cpu_float64 PASSED 2022-12-01T10:41:49.5658354Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_max_cpu_float32 PASSED 2022-12-01T10:41:49.5658525Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_min_cpu_float32 PASSED 2022-12-01T10:41:49.5658691Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_min_cpu_float64 PASSED 2022-12-01T10:41:49.5658854Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clone_cpu_float64 PASSED 2022-12-01T10:41:49.5659028Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_column_stack_cpu_float32 PASSED 2022-12-01T10:41:49.5659191Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_column_stack_cpu_float64 PASSED 2022-12-01T10:41:49.5659368Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_combinations_cpu_float32 PASSED 2022-12-01T10:41:49.5659620Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_combinations_cpu_float64 PASSED 2022-12-01T10:41:49.5659785Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_conj_cpu_float64 PASSED 2022-12-01T10:41:49.5659960Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_conj_physical_cpu_float32 PASSED 2022-12-01T10:41:49.5660138Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_constant_pad_nd_cpu_float32 PASSED 2022-12-01T10:41:49.5660312Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_contiguous_cpu_float32 PASSED 2022-12-01T10:41:49.5660477Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cosh_cpu_float32 PASSED 2022-12-01T10:41:49.5660680Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cosh_cpu_float64 PASSED 2022-12-01T10:41:49.5660887Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5661054Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cov_cpu_float64 PASSED 2022-12-01T10:41:49.5661218Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cross_cpu_float32 PASSED 2022-12-01T10:41:49.5661386Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cross_cpu_float64 PASSED 2022-12-01T10:41:49.5661553Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cummin_cpu_float32 PASSED 2022-12-01T10:41:49.5661720Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumprod_cpu_float32 PASSED 2022-12-01T10:41:49.5661885Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumsum_cpu_float32 PASSED 2022-12-01T10:41:49.5662052Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumsum_cpu_float64 PASSED 2022-12-01T10:41:49.5662240Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumulative_trapezoid_cpu_float32 PASSED 2022-12-01T10:41:49.5662396Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagflat_cpu_float32 PASSED 2022-12-01T10:41:49.5662581Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagonal_scatter_cpu_float64 PASSED 2022-12-01T10:41:49.5662746Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diff_cpu_float32 PASSED 2022-12-01T10:41:49.5662917Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_digamma_cpu_float64 PASSED 2022-12-01T10:41:49.5663082Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dist_cpu_float64 PASSED 2022-12-01T10:41:49.5663265Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_no_rounding_mode_cpu_float32 PASSED 2022-12-01T10:41:49.5663434Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_double_cpu_float32 PASSED 2022-12-01T10:41:49.5663605Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dsplit_cpu_float64 PASSED 2022-12-01T10:41:49.5663755Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_einsum_cpu_float64 PASSED 2022-12-01T10:41:49.5663971Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5664184Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_empty_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5664395Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_empty_like_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5664600Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5664802Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_eq_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5664970Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_erf_cpu_float32 PASSED 2022-12-01T10:41:49.5665135Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_erfc_cpu_float32 PASSED 2022-12-01T10:41:49.5665343Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_erfinv_cpu_float32 PASSED 2022-12-01T10:41:49.5665495Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_erfinv_cpu_float64 PASSED 2022-12-01T10:41:49.5665657Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_exp2_cpu_float64 PASSED 2022-12-01T10:41:49.5665819Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_exp_cpu_float32 PASSED 2022-12-01T10:41:49.5665991Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expand_as_cpu_float32 PASSED 2022-12-01T10:41:49.5666156Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expand_cpu_float32 PASSED 2022-12-01T10:41:49.5666320Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expand_cpu_float64 PASSED 2022-12-01T10:41:49.5666531Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expm1_cpu_float32 PASSED 2022-12-01T10:41:49.5666771Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expm1_cpu_float64 PASSED 2022-12-01T10:41:49.5667001Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5667194Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_eye_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5667364Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fft2_cpu_float64 PASSED 2022-12-01T10:41:49.5667529Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fft_cpu_float32 PASSED 2022-12-01T10:41:49.5667693Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fft_cpu_float64 PASSED 2022-12-01T10:41:49.5667872Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fftshift_cpu_float32 PASSED 2022-12-01T10:41:49.5668048Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fftshift_cpu_float64 PASSED 2022-12-01T10:41:49.5668220Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfft2_cpu_float64 PASSED 2022-12-01T10:41:49.5668387Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfft_cpu_float64 PASSED 2022-12-01T10:41:49.5668553Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfftn_cpu_float32 PASSED 2022-12-01T10:41:49.5668710Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfftn_cpu_float64 PASSED 2022-12-01T10:41:49.5668877Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifft_cpu_float32 PASSED 2022-12-01T10:41:49.5669043Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifft_cpu_float64 PASSED 2022-12-01T10:41:49.5669210Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifftn_cpu_float64 PASSED 2022-12-01T10:41:49.5669387Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifftshift_cpu_float64 PASSED 2022-12-01T10:41:49.5669558Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfft2_cpu_float32 PASSED 2022-12-01T10:41:49.5669726Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfft_cpu_float64 PASSED 2022-12-01T10:41:49.5669894Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfftn_cpu_float32 PASSED 2022-12-01T10:41:49.5670051Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfftn_cpu_float64 PASSED 2022-12-01T10:41:49.5670221Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfft_cpu_float32 PASSED 2022-12-01T10:41:49.5670385Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfft2_cpu_float32 PASSED 2022-12-01T10:41:49.5670551Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfft_cpu_float32 PASSED 2022-12-01T10:41:49.5670718Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfft_cpu_float64 PASSED 2022-12-01T10:41:49.5670888Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfftn_cpu_float64 PASSED 2022-12-01T10:41:49.5671091Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fill_cpu_float64 PASSED 2022-12-01T10:41:49.5671260Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_flatten_cpu_float32 PASSED 2022-12-01T10:41:49.5671424Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_flip_cpu_float64 PASSED 2022-12-01T10:41:49.5671578Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fliplr_cpu_float64 PASSED 2022-12-01T10:41:49.5671744Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_flipud_cpu_float64 PASSED 2022-12-01T10:41:49.5671912Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_floor_cpu_float32 PASSED 2022-12-01T10:41:49.5672171Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5672384Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_floor_divide_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5672552Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmax_cpu_float32 PASSED 2022-12-01T10:41:49.5672717Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmax_cpu_float64 PASSED 2022-12-01T10:41:49.5672885Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmin_cpu_float64 PASSED 2022-12-01T10:41:49.5673045Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmod_cpu_float32 PASSED 2022-12-01T10:41:49.5673193Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_frac_cpu_float64 PASSED 2022-12-01T10:41:49.5673355Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_frexp_cpu_float32 PASSED 2022-12-01T10:41:49.5673569Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_full_like_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5673735Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gather_cpu_float64 PASSED 2022-12-01T10:41:49.5673946Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5674153Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_geqrf_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5674322Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gradient_cpu_float32 PASSED 2022-12-01T10:41:49.5674491Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gradient_cpu_float64 PASSED 2022-12-01T10:41:49.5674695Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5674846Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_half_cpu_float32 PASSED 2022-12-01T10:41:49.5675013Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_half_cpu_float64 PASSED 2022-12-01T10:41:49.5675212Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_half_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:41:49.5675407Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_half_functorch_no_channels_last_cpu_float64 PASSED 2022-12-01T10:41:49.5675622Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_heaviside_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5675836Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5676046Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5676214Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hstack_cpu_float32 PASSED 2022-12-01T10:41:49.5676383Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hstack_cpu_float64 PASSED 2022-12-01T10:41:49.5676534Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hypot_cpu_float64 PASSED 2022-12-01T10:41:49.5676732Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_i0_cpu_float64 PASSED 2022-12-01T10:41:49.5676943Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5677152Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_igamma_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5677324Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_add_cpu_float32 PASSED 2022-12-01T10:41:49.5677496Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_copy_cpu_float32 PASSED 2022-12-01T10:41:49.5677665Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_copy_cpu_float64 PASSED 2022-12-01T10:41:49.5677865Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_put_cpu_float32 PASSED 2022-12-01T10:41:49.5678051Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:41:49.5678216Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_select_cpu_float32 PASSED 2022-12-01T10:41:49.5678421Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5678627Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_int_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5678862Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5679071Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5679286Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isclose_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5679496Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5679708Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isfinite_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5679911Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isin_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5680116Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isinf_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5680310Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isnan_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5680519Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isneginf_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5680728Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5680939Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isposinf_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5681222Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isreal_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5681390Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_istft_cpu_float64 PASSED 2022-12-01T10:41:49.5681598Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.5681802Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.5682025Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.5682224Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.5682414Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_kron_cpu_float32 PASSED 2022-12-01T10:41:49.5682584Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_kthvalue_cpu_float32 PASSED 2022-12-01T10:41:49.5682749Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ldexp_cpu_float64 PASSED 2022-12-01T10:41:49.5682955Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5683120Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lerp_cpu_float32 PASSED 2022-12-01T10:41:49.5683292Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cond_cpu_float32 PASSED 2022-12-01T10:41:49.5683492Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eig_cpu_float32 XFAIL 2022-12-01T10:41:49.5683664Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eig_cpu_float64 XFAIL 2022-12-01T10:41:49.5683828Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigh_cpu_float32 PASSED 2022-12-01T10:41:49.5684000Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigh_cpu_float64 PASSED 2022-12-01T10:41:49.5684178Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigvalsh_cpu_float32 PASSED 2022-12-01T10:41:49.5684368Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_householder_product_cpu_float64 PASSED 2022-12-01T10:41:49.5684539Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_inv_cpu_float64 PASSED 2022-12-01T10:41:49.5684761Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5684985Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5685205Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5685383Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lstsq_cpu_float32 PASSED 2022-12-01T10:41:49.5685573Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lstsq_grad_oriented_cpu_float32 PASSED 2022-12-01T10:41:49.5685748Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lstsq_grad_oriented_cpu_float64 PASSED 2022-12-01T10:41:49.5685918Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_cpu_float64 PASSED 2022-12-01T10:41:49.5686094Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_solve_cpu_float64 PASSED 2022-12-01T10:41:49.5686318Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5686552Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5686777Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5686950Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_norm_cpu_float64 PASSED 2022-12-01T10:41:49.5687148Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_norm_subgradients_at_zero_cpu_float32 PASSED 2022-12-01T10:41:49.5687340Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_norm_subgradients_at_zero_cpu_float64 PASSED 2022-12-01T10:41:49.5687498Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_pinv_cpu_float64 PASSED 2022-12-01T10:41:49.5687747Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T10:41:49.5687964Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_qr_cpu_float64 PASSED 2022-12-01T10:41:49.5688141Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_slogdet_cpu_float32 PASSED 2022-12-01T10:41:49.5688316Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_ex_cpu_float32 PASSED 2022-12-01T10:41:49.5688487Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_ex_cpu_float64 PASSED 2022-12-01T10:41:49.5688660Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_svdvals_cpu_float32 PASSED 2022-12-01T10:41:49.5688843Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_tensorsolve_cpu_float32 PASSED 2022-12-01T10:41:49.5689054Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_tensorsolve_cpu_float64 PASSED 2022-12-01T10:41:49.5689216Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vander_cpu_float32 PASSED 2022-12-01T10:41:49.5689437Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linspace_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5689604Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log1p_cpu_float32 PASSED 2022-12-01T10:41:49.5689767Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log1p_cpu_float64 PASSED 2022-12-01T10:41:49.5689929Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_cpu_float64 PASSED 2022-12-01T10:41:49.5690100Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_softmax_cpu_float32 PASSED 2022-12-01T10:41:49.5690280Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_softmax_dtype_cpu_float64 PASSED 2022-12-01T10:41:49.5690453Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logaddexp2_cpu_float32 PASSED 2022-12-01T10:41:49.5690625Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logaddexp2_cpu_float64 PASSED 2022-12-01T10:41:49.5690787Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logaddexp_cpu_float64 PASSED 2022-12-01T10:41:49.5690962Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logcumsumexp_cpu_float64 PASSED 2022-12-01T10:41:49.5691128Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logdet_cpu_float32 PASSED 2022-12-01T10:41:49.5691295Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logdet_cpu_float64 PASSED 2022-12-01T10:41:49.5691511Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5691721Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_and_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5691935Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5692142Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_or_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5692352Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5692509Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logsumexp_cpu_float64 PASSED 2022-12-01T10:41:49.5692712Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5692948Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5693176Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_long_functorch_no_channels_last_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5693381Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5693584Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_cpu_float32 PASSED 2022-12-01T10:41:49.5693752Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_unpack_cpu_float32 PASSED 2022-12-01T10:41:49.5693916Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mH_cpu_float64 PASSED 2022-12-01T10:41:49.5694076Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mT_cpu_float32 PASSED 2022-12-01T10:41:49.5694233Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mT_cpu_float64 PASSED 2022-12-01T10:41:49.5694391Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_amax_cpu_float64 PASSED 2022-12-01T10:41:49.5694593Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_amin_cpu_float32 PASSED 2022-12-01T10:41:49.5694774Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_amin_cpu_float64 PASSED 2022-12-01T10:41:49.5694993Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_argmax_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5695204Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_argmin_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5695378Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_cumsum_cpu_float32 PASSED 2022-12-01T10:41:49.5695550Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_fill_cpu_float64 PASSED 2022-12-01T10:41:49.5695750Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_fill_functorch_Scalar_only_cpu_float64 PASSED 2022-12-01T10:41:49.5695932Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_log_softmax_cpu_float32 PASSED 2022-12-01T10:41:49.5696101Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_log_softmax_cpu_float64 PASSED 2022-12-01T10:41:49.5696285Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_logaddexp_cpu_float64 PASSED 2022-12-01T10:41:49.5696464Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_logsumexp_cpu_float32 PASSED 2022-12-01T10:41:49.5696634Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_mean_cpu_float32 PASSED 2022-12-01T10:41:49.5696808Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_median_cpu_float32 PASSED 2022-12-01T10:41:49.5696982Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_median_cpu_float64 PASSED 2022-12-01T10:41:49.5697336Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5697518Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_normalize_cpu_float32 PASSED 2022-12-01T10:41:49.5697695Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_normalize_cpu_float64 PASSED 2022-12-01T10:41:49.5697855Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_prod_cpu_float32 PASSED 2022-12-01T10:41:49.5698026Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_prod_cpu_float64 PASSED 2022-12-01T10:41:49.5698204Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_scatter_cpu_float32 PASSED 2022-12-01T10:41:49.5698380Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_scatter_cpu_float64 PASSED 2022-12-01T10:41:49.5698550Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_softmin_cpu_float32 PASSED 2022-12-01T10:41:49.5698717Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_softmin_cpu_float64 PASSED 2022-12-01T10:41:49.5698886Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_sum_cpu_float32 PASSED 2022-12-01T10:41:49.5699057Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_var_cpu_float32 PASSED 2022-12-01T10:41:49.5699215Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_var_cpu_float64 PASSED 2022-12-01T10:41:49.5699455Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_matmul_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5699636Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_matmul_cpu_float64 SKIPPED (Skipped!) 2022-12-01T10:41:49.5699807Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_matrix_exp_cpu_float64 PASSED 2022-12-01T10:41:49.5699976Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_binary_cpu_float64 PASSED 2022-12-01T10:41:49.5700163Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_reduction_no_dim_cpu_float64 PASSED 2022-12-01T10:41:49.5700331Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_maximum_cpu_float64 PASSED 2022-12-01T10:41:49.5700532Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mean_cpu_float32 PASSED 2022-12-01T10:41:49.5700700Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mean_cpu_float64 PASSED 2022-12-01T10:41:49.5700855Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_median_cpu_float32 PASSED 2022-12-01T10:41:49.5701045Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_meshgrid_list_of_tensors_cpu_float32 PASSED 2022-12-01T10:41:49.5701234Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_meshgrid_list_of_tensors_cpu_float64 PASSED 2022-12-01T10:41:49.5701424Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_meshgrid_variadic_tensors_cpu_float64 PASSED 2022-12-01T10:41:49.5701593Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_binary_cpu_float32 PASSED 2022-12-01T10:41:49.5701778Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:41:49.5701967Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_reduction_with_dim_cpu_float64 PASSED 2022-12-01T10:41:49.5702138Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_minimum_cpu_float64 PASSED 2022-12-01T10:41:49.5702304Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_movedim_cpu_float32 PASSED 2022-12-01T10:41:49.5702453Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_movedim_cpu_float64 PASSED 2022-12-01T10:41:49.5702618Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_msort_cpu_float32 PASSED 2022-12-01T10:41:49.5702786Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mul_cpu_float32 PASSED 2022-12-01T10:41:49.5702951Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mul_cpu_float64 PASSED 2022-12-01T10:41:49.5703114Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mv_cpu_float32 PASSED 2022-12-01T10:41:49.5703278Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mv_cpu_float64 PASSED 2022-12-01T10:41:49.5703465Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED 2022-12-01T10:41:49.5703647Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED 2022-12-01T10:41:49.5703804Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nan_to_num_cpu_float32 PASSED 2022-12-01T10:41:49.5703970Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanmean_cpu_float64 PASSED 2022-12-01T10:41:49.5704141Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanmedian_cpu_float64 PASSED 2022-12-01T10:41:49.5704314Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanquantile_cpu_float32 PASSED 2022-12-01T10:41:49.5704489Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanquantile_cpu_float64 PASSED 2022-12-01T10:41:49.5704657Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nansum_cpu_float32 PASSED 2022-12-01T10:41:49.5704823Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nansum_cpu_float64 PASSED 2022-12-01T10:41:49.5705036Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_native_batch_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5705210Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_native_batch_norm_cpu_float64 PASSED 2022-12-01T10:41:49.5705394Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_native_layer_norm_cpu_float64 SKIPPED (Skipped!) 2022-12-01T10:41:49.5705559Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_neg_cpu_float64 PASSED 2022-12-01T10:41:49.5705774Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5705994Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_empty_strided_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5706240Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_full_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5706455Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5706668Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5706877Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nextafter_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5707085Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional__scaled_dot_product_attention_cpu_float64 PASSED 2022-12-01T10:41:49.5707283Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 PASSED 2022-12-01T10:41:49.5707466Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 PASSED 2022-12-01T10:41:49.5707655Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 PASSED 2022-12-01T10:41:49.5707858Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool1d_cpu_float64 PASSED 2022-12-01T10:41:49.5708049Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED 2022-12-01T10:41:49.5708239Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED 2022-12-01T10:41:49.5708425Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_avg_pool1d_cpu_float64 PASSED 2022-12-01T10:41:49.5708613Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:41:49.5708802Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_avg_pool2d_cpu_float64 PASSED 2022-12-01T10:41:49.5708984Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:41:49.5709154Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_batch_norm_cpu_float64 PASSED 2022-12-01T10:41:49.5709353Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_cpu_float64 PASSED 2022-12-01T10:41:49.5709563Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 PASSED 2022-12-01T10:41:49.5709745Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_celu_cpu_float32 PASSED 2022-12-01T10:41:49.5709926Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_celu_cpu_float64 PASSED 2022-12-01T10:41:49.5710112Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_cpu_float32 PASSED 2022-12-01T10:41:49.5710305Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_no_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5710496Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_no_bias_cpu_float64 PASSED 2022-12-01T10:41:49.5710741Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5710947Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5711143Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5711345Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_with_bias_cpu_float64 PASSED 2022-12-01T10:41:49.5711605Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5711828Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float64 PASSED 2022-12-01T10:41:49.5712024Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5712214Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_with_bias_cpu_float64 PASSED 2022-12-01T10:41:49.5712423Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose1d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5712630Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose2d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5712835Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose2d_cpu_float64 SKIPPED (Skipped!) 2022-12-01T10:41:49.5713036Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cosine_embedding_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5713217Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cosine_similarity_cpu_float32 PASSED 2022-12-01T10:41:49.5713414Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cosine_similarity_cpu_float64 PASSED 2022-12-01T10:41:49.5713605Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cross_entropy_cpu_float64 PASSED 2022-12-01T10:41:49.5713789Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_ctc_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5713971Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_ctc_loss_cpu_float64 PASSED 2022-12-01T10:41:49.5714157Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout3d_cpu_float32 PASSED 2022-12-01T10:41:49.5714343Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout_cpu_float32 PASSED 2022-12-01T10:41:49.5714523Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_elu_cpu_float32 PASSED 2022-12-01T10:41:49.5714715Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_bag_cpu_float32 PASSED 2022-12-01T10:41:49.5714888Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_cpu_float64 PASSED 2022-12-01T10:41:49.5715084Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_functorch_cpu_float32 PASSED 2022-12-01T10:41:49.5715299Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED 2022-12-01T10:41:49.5715498Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_fractional_max_pool2d_cpu_float32 PASSED 2022-12-01T10:41:49.5715682Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_gelu_cpu_float64 PASSED 2022-12-01T10:41:49.5715860Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_glu_cpu_float32 PASSED 2022-12-01T10:41:49.5716113Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_grid_sample_cpu_float32 PASSED 2022-12-01T10:41:49.5716303Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardshrink_cpu_float32 PASSED 2022-12-01T10:41:49.5716496Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardshrink_cpu_float64 PASSED 2022-12-01T10:41:49.5716671Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardsigmoid_cpu_float32 PASSED 2022-12-01T10:41:49.5716857Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardswish_cpu_float32 PASSED 2022-12-01T10:41:49.5717042Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardswish_cpu_float64 PASSED 2022-12-01T10:41:49.5717258Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardtanh_cpu_float64 PASSED 2022-12-01T10:41:49.5717460Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hinge_embedding_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5717653Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_huber_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5717844Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_instance_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5718040Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_area_cpu_float32 PASSED 2022-12-01T10:41:49.5718235Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_area_cpu_float64 PASSED 2022-12-01T10:41:49.5718434Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_bicubic_cpu_float64 PASSED 2022-12-01T10:41:49.5718620Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_linear_cpu_float64 PASSED 2022-12-01T10:41:49.5718814Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_nearest_cpu_float32 PASSED 2022-12-01T10:41:49.5719000Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_kl_div_cpu_float64 PASSED 2022-12-01T10:41:49.5719182Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_l1_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5719363Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_l1_loss_cpu_float64 PASSED 2022-12-01T10:41:49.5719563Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_layer_norm_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5719749Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_leaky_relu_cpu_float64 PASSED 2022-12-01T10:41:49.5719946Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_local_response_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5720134Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_logsigmoid_cpu_float64 PASSED 2022-12-01T10:41:49.5720318Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_margin_ranking_loss_cpu_float64 PASSED 2022-12-01T10:41:49.5720505Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool1d_cpu_float32 PASSED 2022-12-01T10:41:49.5720691Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool1d_cpu_float64 PASSED 2022-12-01T10:41:49.5720875Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool2d_cpu_float32 PASSED 2022-12-01T10:41:49.5721055Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool3d_cpu_float32 PASSED 2022-12-01T10:41:49.5721304Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool3d_cpu_float64 PASSED 2022-12-01T10:41:49.5721500Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool1d_cpu_float32 PASSED 2022-12-01T10:41:49.5721692Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool1d_grad_cpu_float64 PASSED 2022-12-01T10:41:49.5721917Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool2d_cpu_float64 XFAIL 2022-12-01T10:41:49.5722096Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool2d_grad_cpu_float32 XFAIL 2022-12-01T10:41:49.5722287Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool2d_grad_cpu_float64 XFAIL 2022-12-01T10:41:49.5722477Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool3d_cpu_float64 PASSED 2022-12-01T10:41:49.5722669Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool3d_grad_cpu_float32 PASSED 2022-12-01T10:41:49.5722887Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool3d_grad_cpu_float64 PASSED 2022-12-01T10:41:49.5723069Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mish_cpu_float32 PASSED 2022-12-01T10:41:49.5723256Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mse_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5723442Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mse_loss_cpu_float64 PASSED 2022-12-01T10:41:49.5723643Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mse_loss_functorch_cpu_float32 PASSED 2022-12-01T10:41:49.5723817Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multi_margin_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5724023Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5724214Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_normalize_cpu_float64 PASSED 2022-12-01T10:41:49.5724406Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_circular_cpu_float32 PASSED 2022-12-01T10:41:49.5724596Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_reflect_cpu_float32 PASSED 2022-12-01T10:41:49.5724786Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_replicate_cpu_float32 PASSED 2022-12-01T10:41:49.5724975Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_replicate_cpu_float64 PASSED 2022-12-01T10:41:49.5725172Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pairwise_distance_cpu_float64 PASSED 2022-12-01T10:41:49.5725354Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pdist_cpu_float32 PASSED 2022-12-01T10:41:49.5725535Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pdist_cpu_float64 PASSED 2022-12-01T10:41:49.5725712Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pixel_shuffle_cpu_float32 PASSED 2022-12-01T10:41:49.5725908Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pixel_shuffle_cpu_float64 PASSED 2022-12-01T10:41:49.5726098Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pixel_unshuffle_cpu_float32 PASSED 2022-12-01T10:41:49.5726279Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_prelu_cpu_float32 PASSED 2022-12-01T10:41:49.5726459Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_prelu_cpu_float64 PASSED 2022-12-01T10:41:49.5726638Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_relu6_cpu_float32 PASSED 2022-12-01T10:41:49.5726816Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_relu6_cpu_float64 PASSED 2022-12-01T10:41:49.5726999Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_relu_cpu_float64 PASSED 2022-12-01T10:41:49.5727177Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_rrelu_cpu_float32 PASSED 2022-12-01T10:41:49.5727376Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_selu_cpu_float32 PASSED 2022-12-01T10:41:49.5727556Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_selu_cpu_float64 PASSED 2022-12-01T10:41:49.5727737Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_silu_cpu_float32 PASSED 2022-12-01T10:41:49.5727930Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_smooth_l1_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5728123Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5728339Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_soft_margin_loss_cpu_float64 PASSED 2022-12-01T10:41:49.5728528Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softplus_cpu_float64 PASSED 2022-12-01T10:41:49.5728717Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_threshold_cpu_float64 PASSED 2022-12-01T10:41:49.5728914Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_triplet_margin_loss_cpu_float64 PASSED 2022-12-01T10:41:49.5729114Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5729297Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_unfold_cpu_float32 PASSED 2022-12-01T10:41:49.5729478Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_unfold_cpu_float64 PASSED 2022-12-01T10:41:49.5729642Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5729812Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_inf_cpu_float32 PASSED 2022-12-01T10:41:49.5729978Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_normal_cpu_float64 PASSED 2022-12-01T10:41:49.5730161Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_normal_number_mean_cpu_float32 PASSED 2022-12-01T10:41:49.5730340Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_normal_number_mean_cpu_float64 PASSED 2022-12-01T10:41:49.5730549Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5730751Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5730944Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ops_aten_index_put_functorch_cpu_float64 PASSED 2022-12-01T10:41:49.5731153Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ormqr_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5731359Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ormqr_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5731527Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_outer_cpu_float32 PASSED 2022-12-01T10:41:49.5731692Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_outer_cpu_float64 PASSED 2022-12-01T10:41:49.5731866Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pca_lowrank_cpu_float32 PASSED 2022-12-01T10:41:49.5732035Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pinverse_cpu_float64 PASSED 2022-12-01T10:41:49.5732200Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polar_cpu_float32 PASSED 2022-12-01T10:41:49.5732349Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pow_cpu_float32 PASSED 2022-12-01T10:41:49.5732515Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pow_cpu_float64 PASSED 2022-12-01T10:41:49.5732679Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_prod_cpu_float32 PASSED 2022-12-01T10:41:49.5732879Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_put_cpu_float32 PASSED 2022-12-01T10:41:49.5733039Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_qr_cpu_float32 PASSED 2022-12-01T10:41:49.5733207Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_quantile_cpu_float32 PASSED 2022-12-01T10:41:49.5733420Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rand_like_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5733584Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_real_cpu_float64 PASSED 2022-12-01T10:41:49.5733757Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_reciprocal_cpu_float32 PASSED 2022-12-01T10:41:49.5733916Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_reciprocal_cpu_float64 PASSED 2022-12-01T10:41:49.5734114Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_remainder_cpu_float32 PASSED 2022-12-01T10:41:49.5734281Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_renorm_cpu_float32 PASSED 2022-12-01T10:41:49.5734448Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_renorm_cpu_float64 PASSED 2022-12-01T10:41:49.5734612Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_repeat_cpu_float32 PASSED 2022-12-01T10:41:49.5734777Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_repeat_cpu_float64 PASSED 2022-12-01T10:41:49.5734957Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_repeat_interleave_cpu_float64 PASSED 2022-12-01T10:41:49.5735126Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_reshape_as_cpu_float32 PASSED 2022-12-01T10:41:49.5735324Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5735536Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resize__cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5735709Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resolve_neg_cpu_float64 PASSED 2022-12-01T10:41:49.5735874Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_roll_cpu_float32 PASSED 2022-12-01T10:41:49.5736036Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rot90_cpu_float64 PASSED 2022-12-01T10:41:49.5736199Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_cpu_float32 PASSED 2022-12-01T10:41:49.5736377Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_0_cpu_float32 PASSED 2022-12-01T10:41:49.5736561Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_neg_3_cpu_float32 PASSED 2022-12-01T10:41:49.5736741Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_neg_3_cpu_float64 PASSED 2022-12-01T10:41:49.5736894Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rsqrt_cpu_float32 PASSED 2022-12-01T10:41:49.5737225Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rsub_cpu_float64 PASSED 2022-12-01T10:41:49.5737450Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_add_cpu_float64 PASSED 2022-12-01T10:41:49.5737634Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_amax_cpu_float32 PASSED 2022-12-01T10:41:49.5737816Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_amax_cpu_float64 PASSED 2022-12-01T10:41:49.5737999Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_amin_cpu_float32 PASSED 2022-12-01T10:41:49.5738178Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_sum_cpu_float32 PASSED 2022-12-01T10:41:49.5738368Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_segment_reduce_lengths_cpu_float32 PASSED 2022-12-01T10:41:49.5738555Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_segment_reduce_lengths_cpu_float64 PASSED 2022-12-01T10:41:49.5738780Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_segment_reduce_offsets_cpu_float32 PASSED 2022-12-01T10:41:49.5738958Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_segment_reduce_offsets_cpu_float64 PASSED 2022-12-01T10:41:49.5739125Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_select_cpu_float64 PASSED 2022-12-01T10:41:49.5739301Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_select_scatter_cpu_float32 PASSED 2022-12-01T10:41:49.5739476Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_select_scatter_cpu_float64 PASSED 2022-12-01T10:41:49.5739640Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sgn_cpu_float32 PASSED 2022-12-01T10:41:49.5739885Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5740097Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_short_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5740268Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sigmoid_cpu_float64 PASSED 2022-12-01T10:41:49.5740421Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sign_cpu_float64 PASSED 2022-12-01T10:41:49.5740632Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5740795Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sin_cpu_float32 PASSED 2022-12-01T10:41:49.5740957Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sin_cpu_float64 PASSED 2022-12-01T10:41:49.5741120Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sinc_cpu_float32 PASSED 2022-12-01T10:41:49.5741283Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sinh_cpu_float64 PASSED 2022-12-01T10:41:49.5741449Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_slice_cpu_float32 PASSED 2022-12-01T10:41:49.5741628Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_slice_scatter_cpu_float32 PASSED 2022-12-01T10:41:49.5741801Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_slice_scatter_cpu_float64 PASSED 2022-12-01T10:41:49.5741968Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_softmax_with_dtype_cpu_float32 PASSED 2022-12-01T10:41:49.5742130Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sort_cpu_float32 PASSED 2022-12-01T10:41:49.5742329Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped!) 2022-12-01T10:41:49.5742548Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_airy_ai_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5742773Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5742986Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5743206Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5743422Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5743637Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5743870Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5744093Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5744326Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5744819Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5744997Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_erfcx_cpu_float32 PASSED 2022-12-01T10:41:49.5745173Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_erfcx_cpu_float64 PASSED 2022-12-01T10:41:49.5745406Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5745667Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5745895Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5746070Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_i1_cpu_float64 PASSED 2022-12-01T10:41:49.5746244Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_i1e_cpu_float64 PASSED 2022-12-01T10:41:49.5746462Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5746849Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5747030Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_log_ndtr_cpu_float32 PASSED 2022-12-01T10:41:49.5747211Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_log_ndtr_cpu_float64 PASSED 2022-12-01T10:41:49.5747441Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5747665Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5747885Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5748102Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5748330Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5748552Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5748729Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_ndtr_cpu_float32 PASSED 2022-12-01T10:41:49.5748891Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_ndtr_cpu_float64 PASSED 2022-12-01T10:41:49.5749124Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5749360Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5749595Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5749990Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5750418Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5750813Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5751199Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5751590Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5752021Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5752410Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5752639Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5752805Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_xlog1py_cpu_float32 PASSED 2022-12-01T10:41:49.5753019Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5753184Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_cpu_float32 PASSED 2022-12-01T10:41:49.5753351Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_cpu_float64 PASSED 2022-12-01T10:41:49.5753529Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_list_args_cpu_float64 PASSED 2022-12-01T10:41:49.5753696Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sqrt_cpu_float32 PASSED 2022-12-01T10:41:49.5753863Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_square_cpu_float64 PASSED 2022-12-01T10:41:49.5754029Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_squeeze_cpu_float32 PASSED 2022-12-01T10:41:49.5754193Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_stack_cpu_float64 PASSED 2022-12-01T10:41:49.5754342Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_std_cpu_float32 PASSED 2022-12-01T10:41:49.5754509Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_std_mean_cpu_float64 PASSED 2022-12-01T10:41:49.5754672Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_stft_cpu_float32 PASSED 2022-12-01T10:41:49.5754833Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sub_cpu_float32 PASSED 2022-12-01T10:41:49.5754994Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sub_cpu_float64 PASSED 2022-12-01T10:41:49.5755157Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_svd_cpu_float32 PASSED 2022-12-01T10:41:49.5755316Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_svd_cpu_float64 PASSED 2022-12-01T10:41:49.5755483Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_symeig_cpu_float64 PASSED 2022-12-01T10:41:49.5755628Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_t_cpu_float32 PASSED 2022-12-01T10:41:49.5755806Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_take_along_dim_cpu_float32 PASSED 2022-12-01T10:41:49.5755977Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_take_along_dim_cpu_float64 PASSED 2022-12-01T10:41:49.5756142Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_take_cpu_float32 PASSED 2022-12-01T10:41:49.5756305Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_take_cpu_float64 PASSED 2022-12-01T10:41:49.5756497Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tan_cpu_float64 PASSED 2022-12-01T10:41:49.5756661Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tile_cpu_float32 PASSED 2022-12-01T10:41:49.5756823Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tile_cpu_float64 PASSED 2022-12-01T10:41:49.5756970Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_to_cpu_float32 PASSED 2022-12-01T10:41:49.5757140Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_to_sparse_cpu_float64 XFAIL 2022-12-01T10:41:49.5757301Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_topk_cpu_float32 PASSED 2022-12-01T10:41:49.5757465Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_topk_cpu_float64 PASSED 2022-12-01T10:41:49.5757660Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trace_cpu_float32 PASSED 2022-12-01T10:41:49.5757835Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trapezoid_cpu_float32 PASSED 2022-12-01T10:41:49.5758017Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_triangular_solve_cpu_float32 PASSED 2022-12-01T10:41:49.5758182Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trunc_cpu_float32 PASSED 2022-12-01T10:41:49.5758345Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trunc_cpu_float64 PASSED 2022-12-01T10:41:49.5758496Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unbind_cpu_float32 PASSED 2022-12-01T10:41:49.5758662Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unbind_cpu_float64 PASSED 2022-12-01T10:41:49.5758832Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unflatten_cpu_float32 PASSED 2022-12-01T10:41:49.5759005Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unflatten_cpu_float64 PASSED 2022-12-01T10:41:49.5759169Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unfold_cpu_float32 PASSED 2022-12-01T10:41:49.5759385Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5759595Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_uniform_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5759765Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unsqueeze_cpu_float32 PASSED 2022-12-01T10:41:49.5759929Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_var_cpu_float32 PASSED 2022-12-01T10:41:49.5760078Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_var_cpu_float64 PASSED 2022-12-01T10:41:49.5760245Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_var_mean_cpu_float32 PASSED 2022-12-01T10:41:49.5760413Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_var_mean_cpu_float64 PASSED 2022-12-01T10:41:49.5760579Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vdot_cpu_float32 PASSED 2022-12-01T10:41:49.5760758Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_as_complex_cpu_float32 PASSED 2022-12-01T10:41:49.5760921Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_as_cpu_float64 PASSED 2022-12-01T10:41:49.5761085Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_cpu_float64 PASSED 2022-12-01T10:41:49.5761345Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vsplit_cpu_float64 PASSED 2022-12-01T10:41:49.5761498Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vstack_cpu_float32 PASSED 2022-12-01T10:41:49.5761663Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vstack_cpu_float64 PASSED 2022-12-01T10:41:49.5761829Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_where_cpu_float64 PASSED 2022-12-01T10:41:49.5761994Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_xlogy_cpu_float64 PASSED 2022-12-01T10:41:49.5762197Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zero__cpu_float32 PASSED 2022-12-01T10:41:49.5762409Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zeros_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5762625Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zeros_like_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5762782Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_T_cpu_float32 PASSED 2022-12-01T10:41:49.5762956Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___getitem___functorch_cpu_float32 PASSED 2022-12-01T10:41:49.5763103Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___radd___cpu_float32 PASSED 2022-12-01T10:41:49.5763295Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___rmatmul___cpu_float32 PASSED 2022-12-01T10:41:49.5763456Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___rmod___cpu_float32 PASSED 2022-12-01T10:41:49.5763614Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___rmul___cpu_float32 PASSED 2022-12-01T10:41:49.5763769Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___rpow___cpu_float32 PASSED 2022-12-01T10:41:49.5763928Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_acosh_cpu_float32 PASSED 2022-12-01T10:41:49.5764084Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_add_cpu_float32 PASSED 2022-12-01T10:41:49.5764245Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_addcdiv_cpu_float32 PASSED 2022-12-01T10:41:49.5764402Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_addmm_decomposed_cpu_float32 PASSED 2022-12-01T10:41:49.5764604Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_all_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5764764Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_amax_cpu_float32 PASSED 2022-12-01T10:41:49.5764970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_aminmax_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5765169Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_any_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5765371Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_arange_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5765575Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_argmax_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5765776Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_argmin_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5765935Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_asin_cpu_float32 PASSED 2022-12-01T10:41:49.5766085Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_atleast_2d_cpu_float32 PASSED 2022-12-01T10:41:49.5766250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_baddbmm_cpu_float32 PASSED 2022-12-01T10:41:49.5766427Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_bernoulli_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5766633Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_bfloat16_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5766789Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_bmm_cpu_float32 PASSED 2022-12-01T10:41:49.5767017Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5767190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_broadcast_tensors_cpu_float32 PASSED 2022-12-01T10:41:49.5767396Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_bucketize_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5767567Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cartesian_prod_cpu_float32 PASSED 2022-12-01T10:41:49.5767709Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cat_cpu_float32 PASSED 2022-12-01T10:41:49.5767903Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ceil_cpu_float32 PASSED 2022-12-01T10:41:49.5768105Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_char_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5768332Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5768505Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cholesky_inverse_cpu_float32 PASSED 2022-12-01T10:41:49.5768664Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_chunk_cpu_float32 PASSED 2022-12-01T10:41:49.5768835Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_column_stack_cpu_float32 PASSED 2022-12-01T10:41:49.5769029Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_complex_cpu_float32 PASSED 2022-12-01T10:41:49.5769198Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_conj_physical_cpu_float32 PASSED 2022-12-01T10:41:49.5769351Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_corrcoef_cpu_float32 PASSED 2022-12-01T10:41:49.5769508Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cosh_cpu_float32 PASSED 2022-12-01T10:41:49.5769661Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cov_cpu_float32 PASSED 2022-12-01T10:41:49.5769819Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cross_cpu_float32 PASSED 2022-12-01T10:41:49.5769978Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cummax_cpu_float32 PASSED 2022-12-01T10:41:49.5770140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_diag_embed_cpu_float32 PASSED 2022-12-01T10:41:49.5770301Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_diagflat_cpu_float32 PASSED 2022-12-01T10:41:49.5770458Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_dist_cpu_float32 PASSED 2022-12-01T10:41:49.5770621Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_div_no_rounding_mode_cpu_float32 PASSED 2022-12-01T10:41:49.5770796Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_div_trunc_rounding_cpu_float32 PASSED 2022-12-01T10:41:49.5770951Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_dot_cpu_float32 PASSED 2022-12-01T10:41:49.5771113Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_double_cpu_float32 XFAIL 2022-12-01T10:41:49.5771302Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_double_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:41:49.5771461Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_einsum_cpu_float32 PASSED 2022-12-01T10:41:49.5771662Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_equal_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5771816Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_erf_cpu_float32 PASSED 2022-12-01T10:41:49.5771976Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_erfc_cpu_float32 PASSED 2022-12-01T10:41:49.5772123Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_erfinv_cpu_float32 PASSED 2022-12-01T10:41:49.5772284Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_exp2_cpu_float32 PASSED 2022-12-01T10:41:49.5772446Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_expand_as_cpu_float32 PASSED 2022-12-01T10:41:49.5772606Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_expm1_cpu_float32 PASSED 2022-12-01T10:41:49.5772770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_fftshift_cpu_float32 PASSED 2022-12-01T10:41:49.5772929Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_hfftn_cpu_float32 PASSED 2022-12-01T10:41:49.5773085Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ifft2_cpu_float32 PASSED 2022-12-01T10:41:49.5773243Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ifft_cpu_float32 PASSED 2022-12-01T10:41:49.5773388Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ifftn_cpu_float32 PASSED 2022-12-01T10:41:49.5773549Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ihfft2_cpu_float32 PASSED 2022-12-01T10:41:49.5773738Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_rfft2_cpu_float32 PASSED 2022-12-01T10:41:49.5773893Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_rfftn_cpu_float32 PASSED 2022-12-01T10:41:49.5774052Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_flatten_cpu_float32 PASSED 2022-12-01T10:41:49.5774207Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_flip_cpu_float32 PASSED 2022-12-01T10:41:49.5774366Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fliplr_cpu_float32 PASSED 2022-12-01T10:41:49.5774524Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_flipud_cpu_float32 PASSED 2022-12-01T10:41:49.5774741Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_float_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5774902Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_floor_cpu_float32 PASSED 2022-12-01T10:41:49.5775055Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fmax_cpu_float32 PASSED 2022-12-01T10:41:49.5775214Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fmod_cpu_float32 PASSED 2022-12-01T10:41:49.5775424Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_full_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5775583Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_gather_cpu_float32 PASSED 2022-12-01T10:41:49.5775744Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_gradient_cpu_float32 PASSED 2022-12-01T10:41:49.5775947Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_half_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5776116Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_T_cpu_float32 PASSED 2022-12-01T10:41:49.5776286Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___getitem___cpu_float32 PASSED 2022-12-01T10:41:49.5776464Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rmatmul___cpu_float32 PASSED 2022-12-01T10:41:49.5776642Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rmul___cpu_float32 PASSED 2022-12-01T10:41:49.5776814Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rpow___cpu_float32 PASSED 2022-12-01T10:41:49.5777114Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_add_cpu_float32 PASSED 2022-12-01T10:41:49.5777368Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addbmm_cpu_float32 PASSED 2022-12-01T10:41:49.5777549Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addcdiv_cpu_float32 PASSED 2022-12-01T10:41:49.5777719Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addcmul_cpu_float32 PASSED 2022-12-01T10:41:49.5777893Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addmm_cpu_float32 PASSED 2022-12-01T10:41:49.5778098Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_all_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5778320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_allclose_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5778495Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_amax_cpu_float32 PASSED 2022-12-01T10:41:49.5778711Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_aminmax_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5778884Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_angle_cpu_float32 PASSED 2022-12-01T10:41:49.5779103Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_arange_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5779322Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_argmax_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5779593Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_argmin_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5779811Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_argsort_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5780026Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_argwhere_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5780204Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_as_strided_scatter_cpu_float32 XFAIL 2022-12-01T10:41:49.5780377Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_asin_cpu_float32 PASSED 2022-12-01T10:41:49.5780586Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_asinh_cpu_float32 PASSED 2022-12-01T10:41:49.5780763Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atan_cpu_float32 PASSED 2022-12-01T10:41:49.5780938Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atanh_cpu_float32 PASSED 2022-12-01T10:41:49.5781117Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atleast_1d_cpu_float32 PASSED 2022-12-01T10:41:49.5781291Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atleast_2d_cpu_float32 PASSED 2022-12-01T10:41:49.5781510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bfloat16_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5781739Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5781914Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_broadcast_tensors_cpu_float32 PASSED 2022-12-01T10:41:49.5782101Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_broadcast_to_cpu_float32 PASSED 2022-12-01T10:41:49.5782322Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bucketize_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5782539Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cdist_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5782750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_chalf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5782969Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cholesky_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5783153Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cholesky_solve_cpu_float32 PASSED 2022-12-01T10:41:49.5783330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_chunk_cpu_float32 PASSED 2022-12-01T10:41:49.5783501Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_clamp_cpu_float32 PASSED 2022-12-01T10:41:49.5783682Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_clamp_max_cpu_float32 PASSED 2022-12-01T10:41:49.5783841Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_clone_cpu_float32 PASSED 2022-12-01T10:41:49.5784023Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_combinations_cpu_float32 PASSED 2022-12-01T10:41:49.5784195Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_conj_cpu_float32 PASSED 2022-12-01T10:41:49.5784377Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_conj_physical_cpu_float32 PASSED 2022-12-01T10:41:49.5784556Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_contiguous_cpu_float32 PASSED 2022-12-01T10:41:49.5784781Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_count_nonzero_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5784954Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cov_cpu_float32 PASSED 2022-12-01T10:41:49.5785156Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cross_cpu_float32 PASSED 2022-12-01T10:41:49.5785332Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cummax_cpu_float32 PASSED 2022-12-01T10:41:49.5785493Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cumprod_cpu_float32 XFAIL 2022-12-01T10:41:49.5785667Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cumsum_cpu_float32 PASSED 2022-12-01T10:41:49.5785838Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diag_cpu_float32 PASSED 2022-12-01T10:41:49.5786015Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diagonal_cpu_float32 PASSED 2022-12-01T10:41:49.5786220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diff_cpu_float32 PASSED 2022-12-01T10:41:49.5786410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_div_floor_rounding_cpu_float32 PASSED 2022-12-01T10:41:49.5786602Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_div_no_rounding_mode_cpu_float32 PASSED 2022-12-01T10:41:49.5786771Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_dot_cpu_float32 PASSED 2022-12-01T10:41:49.5786928Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_double_cpu_float32 XFAIL 2022-12-01T10:41:49.5787135Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_double_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:41:49.5787309Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_dsplit_cpu_float32 PASSED 2022-12-01T10:41:49.5787481Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_dstack_cpu_float32 PASSED 2022-12-01T10:41:49.5787656Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_einsum_cpu_float32 PASSED 2022-12-01T10:41:49.5787879Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_empty_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5788098Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_equal_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5788271Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_erfinv_cpu_float32 PASSED 2022-12-01T10:41:49.5788442Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_exp_cpu_float32 PASSED 2022-12-01T10:41:49.5788617Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_expand_cpu_float32 PASSED 2022-12-01T10:41:49.5788816Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_eye_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5788993Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_fft2_cpu_float32 PASSED 2022-12-01T10:41:49.5789163Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_fftn_cpu_float32 PASSED 2022-12-01T10:41:49.5789344Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_hfft2_cpu_float32 PASSED 2022-12-01T10:41:49.5789517Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ifft2_cpu_float32 PASSED 2022-12-01T10:41:49.5789687Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ifftn_cpu_float32 PASSED 2022-12-01T10:41:49.5789855Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ihfft_cpu_float32 PASSED 2022-12-01T10:41:49.5790033Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_irfftn_cpu_float32 PASSED 2022-12-01T10:41:49.5790210Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_rfftn_cpu_float32 PASSED 2022-12-01T10:41:49.5790370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fill_cpu_float32 PASSED 2022-12-01T10:41:49.5790544Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_flip_cpu_float32 PASSED 2022-12-01T10:41:49.5790744Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fliplr_cpu_float32 PASSED 2022-12-01T10:41:49.5790989Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_float_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5791172Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_float_power_cpu_float32 PASSED 2022-12-01T10:41:49.5791343Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_floor_cpu_float32 PASSED 2022-12-01T10:41:49.5791566Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_floor_divide_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5791774Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fmin_cpu_float32 PASSED 2022-12-01T10:41:49.5791945Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fmod_cpu_float32 PASSED 2022-12-01T10:41:49.5792104Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_frac_cpu_float32 PASSED 2022-12-01T10:41:49.5792280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_gather_cpu_float32 PASSED 2022-12-01T10:41:49.5792493Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_gt_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5792708Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_half_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5792949Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_half_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5793171Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_heaviside_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5793383Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_histc_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5793605Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_histogram_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5793825Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_histogramdd_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5793995Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_i0_cpu_float32 PASSED 2022-12-01T10:41:49.5794195Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_igamma_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5794376Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_add_cpu_float32 PASSED 2022-12-01T10:41:49.5794558Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_copy_cpu_float32 PASSED 2022-12-01T10:41:49.5794736Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_fill_cpu_float32 XFAIL 2022-12-01T10:41:49.5794911Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_put_cpu_float32 PASSED 2022-12-01T10:41:49.5795103Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:41:49.5795324Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_reduce_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5795508Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_select_cpu_float32 PASSED 2022-12-01T10:41:49.5795721Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_int_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5795926Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isclose_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5796141Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isin_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5796388Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isinf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5796604Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isneginf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5796821Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isposinf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5797034Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isreal_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5797285Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.5797508Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.5797729Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.5797906Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_kthvalue_cpu_float32 PASSED 2022-12-01T10:41:49.5798068Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ldexp_cpu_float32 PASSED 2022-12-01T10:41:49.5798241Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lerp_cpu_float32 PASSED 2022-12-01T10:41:49.5798416Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lgamma_cpu_float32 PASSED 2022-12-01T10:41:49.5798598Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_cond_cpu_float32 PASSED 2022-12-01T10:41:49.5798780Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_cross_cpu_float32 PASSED 2022-12-01T10:41:49.5798961Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_det_cpu_float32 PASSED 2022-12-01T10:41:49.5799150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_det_singular_cpu_float32 PASSED 2022-12-01T10:41:49.5799335Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_eigvalsh_cpu_float32 PASSED 2022-12-01T10:41:49.5799535Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_householder_product_cpu_float32 PASSED 2022-12-01T10:41:49.5799702Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_inv_ex_cpu_float32 PASSED 2022-12-01T10:41:49.5799930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5800157Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5800355Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_lstsq_grad_oriented_cpu_float32 PASSED 2022-12-01T10:41:49.5800542Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_lu_factor_ex_cpu_float32 XFAIL 2022-12-01T10:41:49.5800724Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_lu_solve_cpu_float32 XFAIL 2022-12-01T10:41:49.5800953Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5801139Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_multi_dot_cpu_float32 PASSED 2022-12-01T10:41:49.5801405Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_pinv_cpu_float32 PASSED 2022-12-01T10:41:49.5801661Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T10:41:49.5801865Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_slogdet_cpu_float32 PASSED 2022-12-01T10:41:49.5802049Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_solve_cpu_float32 PASSED 2022-12-01T10:41:49.5802234Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_solve_ex_cpu_float32 PASSED 2022-12-01T10:41:49.5802429Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_solve_triangular_cpu_float32 PASSED 2022-12-01T10:41:49.5802614Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_svdvals_cpu_float32 PASSED 2022-12-01T10:41:49.5802867Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_tensorinv_cpu_float32 PASSED 2022-12-01T10:41:49.5803055Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_tensorsolve_cpu_float32 PASSED 2022-12-01T10:41:49.5803242Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_vander_cpu_float32 PASSED 2022-12-01T10:41:49.5803429Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_vector_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5803651Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linspace_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5803810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log10_cpu_float32 PASSED 2022-12-01T10:41:49.5803986Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log1p_cpu_float32 PASSED 2022-12-01T10:41:49.5804166Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log_softmax_cpu_float32 PASSED 2022-12-01T10:41:49.5804349Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logaddexp2_cpu_float32 PASSED 2022-12-01T10:41:49.5804527Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logaddexp_cpu_float32 PASSED 2022-12-01T10:41:49.5804704Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logdet_cpu_float32 PASSED 2022-12-01T10:41:49.5804929Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logical_and_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5805151Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logical_xor_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5805323Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logit_cpu_float32 PASSED 2022-12-01T10:41:49.5805525Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logspace_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5805741Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_long_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5805986Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5806200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lt_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5806372Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lu_cpu_float32 XFAIL 2022-12-01T10:41:49.5806543Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mH_cpu_float32 PASSED 2022-12-01T10:41:49.5806711Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mT_cpu_float32 PASSED 2022-12-01T10:41:49.5806893Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_amax_cpu_float32 PASSED 2022-12-01T10:41:49.5807072Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_amin_cpu_float32 PASSED 2022-12-01T10:41:49.5807283Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_argmax_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5807536Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_argmin_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5807716Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_fill_cpu_float32 XFAIL 2022-12-01T10:41:49.5807904Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_logaddexp_cpu_float32 PASSED 2022-12-01T10:41:49.5808091Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_logsumexp_cpu_float32 PASSED 2022-12-01T10:41:49.5808273Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5808482Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_scatter_cpu_float32 XFAIL 2022-12-01T10:41:49.5808667Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_softmin_cpu_float32 PASSED 2022-12-01T10:41:49.5808847Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_std_cpu_float32 PASSED 2022-12-01T10:41:49.5809020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_var_cpu_float32 PASSED 2022-12-01T10:41:49.5809181Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_matmul_cpu_float32 PASSED 2022-12-01T10:41:49.5809360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_matrix_exp_cpu_float32 PASSED 2022-12-01T10:41:49.5809551Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_max_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:41:49.5809729Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_maximum_cpu_float32 PASSED 2022-12-01T10:41:49.5809927Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_meshgrid_list_of_tensors_cpu_float32 PASSED 2022-12-01T10:41:49.5810119Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_min_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:41:49.5810309Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_min_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:41:49.5810489Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_minimum_cpu_float32 PASSED 2022-12-01T10:41:49.5810659Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mm_cpu_float32 PASSED 2022-12-01T10:41:49.5810822Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_movedim_cpu_float32 PASSED 2022-12-01T10:41:49.5811048Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_multinomial_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5811218Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mv_cpu_float32 PASSED 2022-12-01T10:41:49.5811408Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED 2022-12-01T10:41:49.5811602Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED 2022-12-01T10:41:49.5811791Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED 2022-12-01T10:41:49.5811967Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nan_to_num_cpu_float32 PASSED 2022-12-01T10:41:49.5812144Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nanquantile_cpu_float32 XFAIL 2022-12-01T10:41:49.5812320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nansum_cpu_float32 XFAIL 2022-12-01T10:41:49.5812532Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_narrow_copy_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5812707Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_narrow_cpu_float32 PASSED 2022-12-01T10:41:49.5812966Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_native_layer_norm_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5813137Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_neg_cpu_float32 PASSED 2022-12-01T10:41:49.5813353Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_new_empty_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5813577Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_new_empty_strided_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5813791Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_new_ones_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5814034Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nextafter_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5814262Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5814470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:41:49.5814658Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED 2022-12-01T10:41:49.5814863Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED 2022-12-01T10:41:49.5815059Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:41:49.5815253Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_bilinear_cpu_float32 XFAIL 2022-12-01T10:41:49.5815468Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5815686Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5815885Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_cosine_similarity_cpu_float32 PASSED 2022-12-01T10:41:49.5816115Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5816323Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_dropout3d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5816526Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_dropout_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5816749Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5817094Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5817385Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL 2022-12-01T10:41:49.5817572Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_glu_cpu_float32 XFAIL 2022-12-01T10:41:49.5817807Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_grid_sample_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5818003Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_group_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5818201Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_hardsigmoid_cpu_float32 PASSED 2022-12-01T10:41:49.5818394Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_huber_loss_cpu_float32 XFAIL 2022-12-01T10:41:49.5818659Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_bicubic_cpu_float32 PASSED 2022-12-01T10:41:49.5818862Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_linear_cpu_float32 PASSED 2022-12-01T10:41:49.5819055Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_trilinear_cpu_float32 PASSED 2022-12-01T10:41:49.5819251Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_layer_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5819440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_linear_cpu_float32 PASSED 2022-12-01T10:41:49.5819683Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_pool1d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5819878Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_pool2d_cpu_float32 PASSED 2022-12-01T10:41:49.5820090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5820291Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool1d_grad_cpu_float32 XFAIL 2022-12-01T10:41:49.5820496Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool3d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5820696Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool3d_grad_cpu_float32 XFAIL 2022-12-01T10:41:49.5820885Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_mish_cpu_float32 PASSED 2022-12-01T10:41:49.5821064Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_mse_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5821308Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5821558Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5821750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_nll_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5821949Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pad_circular_cpu_float32 PASSED 2022-12-01T10:41:49.5822145Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pad_constant_cpu_float32 PASSED 2022-12-01T10:41:49.5822381Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pdist_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5822582Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pixel_unshuffle_cpu_float32 PASSED 2022-12-01T10:41:49.5822785Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_poisson_nll_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5822975Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_prelu_cpu_float32 PASSED 2022-12-01T10:41:49.5823157Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_smooth_l1_loss_cpu_float32 XFAIL 2022-12-01T10:41:49.5823356Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_soft_margin_loss_cpu_float32 XFAIL 2022-12-01T10:41:49.5823557Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_softmin_with_dtype_cpu_float32 PASSED 2022-12-01T10:41:49.5823749Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_softsign_cpu_float32 PASSED 2022-12-01T10:41:49.5823945Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_tanhshrink_cpu_float32 PASSED 2022-12-01T10:41:49.5824181Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_triplet_margin_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5824370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_unfold_cpu_float32 PASSED 2022-12-01T10:41:49.5824590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nonzero_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5824761Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5824937Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_norm_fro_cpu_float32 PASSED 2022-12-01T10:41:49.5825123Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_norm_nuc_cpu_float32 PASSED 2022-12-01T10:41:49.5825343Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_normal_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5825565Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ones_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5825739Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_outer_cpu_float32 PASSED 2022-12-01T10:41:49.5825932Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_pca_lowrank_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5826122Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:41:49.5826311Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_3_cpu_float32 PASSED 2022-12-01T10:41:49.5826504Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_4_cpu_float32 PASSED 2022-12-01T10:41:49.5826676Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_prod_cpu_float32 PASSED 2022-12-01T10:41:49.5826836Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_qr_cpu_float32 PASSED 2022-12-01T10:41:49.5827013Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_rad2deg_cpu_float32 PASSED 2022-12-01T10:41:49.5827230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_rand_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5827446Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_randn_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5827663Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_renorm_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5827840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_repeat_cpu_float32 PASSED 2022-12-01T10:41:49.5828018Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_reshape_cpu_float32 PASSED 2022-12-01T10:41:49.5828236Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_resize__cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5828423Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_round_decimals_3_cpu_float32 PASSED 2022-12-01T10:41:49.5828600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_round_decimals_neg_3_cpu_float32 PASSED 2022-12-01T10:41:49.5828772Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_cpu_float32 XFAIL 2022-12-01T10:41:49.5828960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_reduce_amax_cpu_float32 XFAIL 2022-12-01T10:41:49.5829149Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_reduce_amin_cpu_float32 XFAIL 2022-12-01T10:41:49.5829379Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_reduce_prod_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5829633Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_searchsorted_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5829865Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_segment_reduce_lengths_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5830096Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_segment_reduce_offsets_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5830272Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_select_cpu_float32 PASSED 2022-12-01T10:41:49.5830458Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_select_scatter_cpu_float32 PASSED 2022-12-01T10:41:49.5830664Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sgn_cpu_float32 PASSED 2022-12-01T10:41:49.5830882Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_short_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5831125Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5831302Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sigmoid_cpu_float32 PASSED 2022-12-01T10:41:49.5831472Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sin_cpu_float32 PASSED 2022-12-01T10:41:49.5831645Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sinh_cpu_float32 PASSED 2022-12-01T10:41:49.5831822Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_softmax_cpu_float32 PASSED 2022-12-01T10:41:49.5832012Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_softmax_with_dtype_cpu_float32 PASSED 2022-12-01T10:41:49.5832182Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sort_cpu_float32 PASSED 2022-12-01T10:41:49.5832415Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5832624Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_airy_ai_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5832851Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5833071Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5833298Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5833540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5833785Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5834224Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5834408Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_entr_cpu_float32 PASSED 2022-12-01T10:41:49.5834592Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_erfcx_cpu_float32 PASSED 2022-12-01T10:41:49.5834832Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5835073Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5835273Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_i1_cpu_float32 PASSED 2022-12-01T10:41:49.5835666Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5835850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_ndtr_cpu_float32 PASSED 2022-12-01T10:41:49.5836255Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5836685Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5836930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5837102Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sqrt_cpu_float32 PASSED 2022-12-01T10:41:49.5837279Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_squeeze_cpu_float32 PASSED 2022-12-01T10:41:49.5837450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_std_cpu_float32 PASSED 2022-12-01T10:41:49.5837619Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sub_cpu_float32 PASSED 2022-12-01T10:41:49.5837788Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sum_to_size_cpu_float32 PASSED 2022-12-01T10:41:49.5837962Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_svd_cpu_float32 PASSED 2022-12-01T10:41:49.5838156Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_svd_lowrank_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5838329Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_take_cpu_float32 XFAIL 2022-12-01T10:41:49.5838503Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tan_cpu_float32 PASSED 2022-12-01T10:41:49.5838674Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tanh_cpu_float32 PASSED 2022-12-01T10:41:49.5838857Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tensor_split_cpu_float32 XFAIL 2022-12-01T10:41:49.5839038Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tensordot_cpu_float32 PASSED 2022-12-01T10:41:49.5839209Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tile_cpu_float32 PASSED 2022-12-01T10:41:49.5839384Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_to_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5839607Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_to_sparse_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5839791Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_transpose_cpu_float32 PASSED 2022-12-01T10:41:49.5839965Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_trapz_cpu_float32 PASSED 2022-12-01T10:41:49.5840139Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_triu_cpu_float32 PASSED 2022-12-01T10:41:49.5840307Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_var_cpu_float32 PASSED 2022-12-01T10:41:49.5840485Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_var_mean_cpu_float32 PASSED 2022-12-01T10:41:49.5840667Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_view_as_complex_cpu_float32 XFAIL 2022-12-01T10:41:49.5840844Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_view_as_cpu_float32 PASSED 2022-12-01T10:41:49.5841006Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_vsplit_cpu_float32 PASSED 2022-12-01T10:41:49.5841286Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_vstack_cpu_float32 PASSED 2022-12-01T10:41:49.5841463Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_xlogy_cpu_float32 PASSED 2022-12-01T10:41:49.5841636Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_zero__cpu_float32 PASSED 2022-12-01T10:41:49.5841855Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_zeros_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5842065Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_heaviside_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5842311Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_histogramdd_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5842477Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_hsplit_cpu_float32 PASSED 2022-12-01T10:41:49.5842638Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_hypot_cpu_float32 PASSED 2022-12-01T10:41:49.5842780Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_i0_cpu_float32 PASSED 2022-12-01T10:41:49.5842986Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_igammac_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5843149Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_add_cpu_float32 PASSED 2022-12-01T10:41:49.5843317Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_select_cpu_float32 PASSED 2022-12-01T10:41:49.5843477Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_inner_cpu_float32 PASSED 2022-12-01T10:41:49.5843681Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_isin_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5843883Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_isinf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5844090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_isneginf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5844294Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_isposinf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5844441Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_istft_cpu_float32 PASSED 2022-12-01T10:41:49.5844631Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.5844824Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.5844982Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_kron_cpu_float32 PASSED 2022-12-01T10:41:49.5845142Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ldexp_cpu_float32 PASSED 2022-12-01T10:41:49.5845306Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_cross_cpu_float32 PASSED 2022-12-01T10:41:49.5845471Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_det_cpu_float32 PASSED 2022-12-01T10:41:49.5845647Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_det_singular_cpu_float32 PASSED 2022-12-01T10:41:49.5845819Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_householder_product_cpu_float32 PASSED 2022-12-01T10:41:49.5845981Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_inv_cpu_float32 PASSED 2022-12-01T10:41:49.5846198Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5846415Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5846598Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lstsq_grad_oriented_cpu_float32 PASSED 2022-12-01T10:41:49.5846760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lu_cpu_float32 PASSED 2022-12-01T10:41:49.5846964Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lu_factor_ex_cpu_float32 PASSED 2022-12-01T10:41:49.5847132Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lu_solve_cpu_float32 PASSED 2022-12-01T10:41:49.5847304Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_matrix_power_cpu_float32 PASSED 2022-12-01T10:41:49.5847504Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5847675Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_multi_dot_cpu_float32 PASSED 2022-12-01T10:41:49.5847946Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T10:41:49.5848110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_qr_cpu_float32 PASSED 2022-12-01T10:41:49.5848275Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_solve_cpu_float32 PASSED 2022-12-01T10:41:49.5848438Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_svd_cpu_float32 PASSED 2022-12-01T10:41:49.5848613Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_tensorsolve_cpu_float32 PASSED 2022-12-01T10:41:49.5848778Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_vander_cpu_float32 PASSED 2022-12-01T10:41:49.5848946Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_vector_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5849091Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_log1p_cpu_float32 PASSED 2022-12-01T10:41:49.5849248Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_log2_cpu_float32 PASSED 2022-12-01T10:41:49.5849405Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_log_cpu_float32 PASSED 2022-12-01T10:41:49.5849576Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_log_softmax_dtype_cpu_float32 PASSED 2022-12-01T10:41:49.5849741Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logaddexp2_cpu_float32 PASSED 2022-12-01T10:41:49.5849904Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logaddexp_cpu_float32 PASSED 2022-12-01T10:41:49.5850118Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logcumsumexp_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5850325Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logical_and_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5850532Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logical_xor_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5850724Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logspace_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5850890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logsumexp_cpu_float32 PASSED 2022-12-01T10:41:49.5851118Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5851317Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_lt_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5851474Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_lu_cpu_float32 PASSED 2022-12-01T10:41:49.5851627Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mH_cpu_float32 PASSED 2022-12-01T10:41:49.5851781Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mT_cpu_float32 PASSED 2022-12-01T10:41:49.5851945Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_amin_cpu_float32 PASSED 2022-12-01T10:41:49.5852157Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_argmax_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5852311Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_cumsum_cpu_float32 PASSED 2022-12-01T10:41:49.5852510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_fill_cpu_float32 PASSED 2022-12-01T10:41:49.5852681Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_logsumexp_cpu_float32 PASSED 2022-12-01T10:41:49.5852843Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_mean_cpu_float32 XFAIL 2022-12-01T10:41:49.5853008Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_median_cpu_float32 PASSED 2022-12-01T10:41:49.5853170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5853338Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_normalize_cpu_float32 PASSED 2022-12-01T10:41:49.5853502Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_prod_cpu_float32 PASSED 2022-12-01T10:41:49.5853683Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_scatter_cpu_float32 PASSED 2022-12-01T10:41:49.5853850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_select_cpu_float32 PASSED 2022-12-01T10:41:49.5854018Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_softmax_cpu_float32 PASSED 2022-12-01T10:41:49.5854181Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_std_cpu_float32 PASSED 2022-12-01T10:41:49.5854340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_matmul_cpu_float32 PASSED 2022-12-01T10:41:49.5854514Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_max_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:41:49.5854676Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_maximum_cpu_float32 PASSED 2022-12-01T10:41:49.5854833Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mean_cpu_float32 PASSED 2022-12-01T10:41:49.5855014Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_meshgrid_variadic_tensors_cpu_float32 PASSED 2022-12-01T10:41:49.5855165Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_min_binary_cpu_float32 PASSED 2022-12-01T10:41:49.5855337Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_min_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:41:49.5855519Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_min_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:41:49.5855673Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mm_cpu_float32 PASSED 2022-12-01T10:41:49.5855834Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_movedim_cpu_float32 PASSED 2022-12-01T10:41:49.5855989Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mul_cpu_float32 PASSED 2022-12-01T10:41:49.5856200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_multinomial_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5856375Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED 2022-12-01T10:41:49.5856540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED 2022-12-01T10:41:49.5856702Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nanmedian_cpu_float32 PASSED 2022-12-01T10:41:49.5856868Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nanquantile_cpu_float32 XFAIL 2022-12-01T10:41:49.5857170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nansum_cpu_float32 PASSED 2022-12-01T10:41:49.5857424Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_narrow_copy_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5857594Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_native_batch_norm_cpu_float32 XFAIL 2022-12-01T10:41:49.5857752Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_neg_cpu_float32 PASSED 2022-12-01T10:41:49.5857972Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_new_empty_strided_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5858179Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_new_zeros_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5858380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5858622Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:41:49.5858808Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED 2022-12-01T10:41:49.5858988Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:41:49.5859191Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED 2022-12-01T10:41:49.5859365Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_celu_cpu_float32 PASSED 2022-12-01T10:41:49.5859572Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_cpu_float32 PASSED 2022-12-01T10:41:49.5859765Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_no_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5859971Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5860171Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5860349Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5860548Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5860749Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5860962Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5861149Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv_transpose3d_cpu_float32 PASSED 2022-12-01T10:41:49.5861373Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5861567Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_dropout2d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5861792Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_embedding_bag_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5861984Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_embedding_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5862160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_fractional_max_pool2d_cpu_float32 XFAIL 2022-12-01T10:41:49.5862351Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_fractional_max_pool3d_cpu_float32 XFAIL 2022-12-01T10:41:49.5862536Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL 2022-12-01T10:41:49.5862711Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_gelu_cpu_float32 PASSED 2022-12-01T10:41:49.5862934Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_grid_sample_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5863116Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_group_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5863293Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_hardshrink_cpu_float32 PASSED 2022-12-01T10:41:49.5863475Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_hardsigmoid_cpu_float32 PASSED 2022-12-01T10:41:49.5863656Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_hardswish_cpu_float32 PASSED 2022-12-01T10:41:49.5863821Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_hardtanh_cpu_float32 PASSED 2022-12-01T10:41:49.5864001Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_huber_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5864211Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_instance_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5864406Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_interpolate_bilinear_cpu_float32 PASSED 2022-12-01T10:41:49.5864595Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_interpolate_linear_cpu_float32 PASSED 2022-12-01T10:41:49.5864785Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_interpolate_nearest_cpu_float32 PASSED 2022-12-01T10:41:49.5864960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_kl_div_cpu_float32 PASSED 2022-12-01T10:41:49.5865179Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_layer_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5865355Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_leaky_relu_cpu_float32 PASSED 2022-12-01T10:41:49.5865518Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_linear_cpu_float32 PASSED 2022-12-01T10:41:49.5865709Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_local_response_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5865902Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_pool1d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5866079Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_pool3d_cpu_float32 PASSED 2022-12-01T10:41:49.5866273Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5866464Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5866659Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool3d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5866829Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_mish_cpu_float32 PASSED 2022-12-01T10:41:49.5867019Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_mse_loss_functorch_cpu_float32 PASSED 2022-12-01T10:41:49.5867249Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5867433Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5867617Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pad_replicate_cpu_float32 PASSED 2022-12-01T10:41:49.5867805Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pairwise_distance_cpu_float32 PASSED 2022-12-01T10:41:49.5867989Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pixel_shuffle_cpu_float32 PASSED 2022-12-01T10:41:49.5868174Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pixel_unshuffle_cpu_float32 PASSED 2022-12-01T10:41:49.5868360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_poisson_nll_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5868533Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_relu6_cpu_float32 PASSED 2022-12-01T10:41:49.5868716Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_soft_margin_loss_cpu_float32 XFAIL 2022-12-01T10:41:49.5868892Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_softmin_cpu_float32 PASSED 2022-12-01T10:41:49.5869065Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_softmin_with_dtype_cpu_float32 PASSED 2022-12-01T10:41:49.5869245Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_threshold_cpu_float32 PASSED 2022-12-01T10:41:49.5869436Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_triplet_margin_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5869624Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_upsample_bilinear_cpu_float32 PASSED 2022-12-01T10:41:49.5869858Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nonzero_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5870017Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5870176Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_norm_fro_cpu_float32 PASSED 2022-12-01T10:41:49.5870333Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_norm_inf_cpu_float32 PASSED 2022-12-01T10:41:49.5870471Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_norm_nuc_cpu_float32 PASSED 2022-12-01T10:41:49.5870686Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_normal_number_mean_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5870977Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5871185Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ormqr_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5871347Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_polar_cpu_float32 PASSED 2022-12-01T10:41:49.5871525Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_polygamma_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:41:49.5871699Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_polygamma_polygamma_n_1_cpu_float32 PASSED 2022-12-01T10:41:49.5871871Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_polygamma_polygamma_n_3_cpu_float32 PASSED 2022-12-01T10:41:49.5872030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_prod_cpu_float32 PASSED 2022-12-01T10:41:49.5872190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_qr_cpu_float32 PASSED 2022-12-01T10:41:49.5872338Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_quantile_cpu_float32 XFAIL 2022-12-01T10:41:49.5872544Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_rand_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5872749Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_randint_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5872919Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_reciprocal_cpu_float32 PASSED 2022-12-01T10:41:49.5873119Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_renorm_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5873291Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_repeat_interleave_cpu_float32 PASSED 2022-12-01T10:41:49.5873451Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_reshape_cpu_float32 PASSED 2022-12-01T10:41:49.5873657Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_resize_as__cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5873827Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_round_decimals_0_cpu_float32 PASSED 2022-12-01T10:41:49.5873991Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_round_decimals_neg_3_cpu_float32 PASSED 2022-12-01T10:41:49.5874148Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_rsqrt_cpu_float32 PASSED 2022-12-01T10:41:49.5874311Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_cpu_float32 XFAIL 2022-12-01T10:41:49.5874485Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_reduce_amin_cpu_float32 PASSED 2022-12-01T10:41:49.5874656Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_reduce_sum_cpu_float32 PASSED 2022-12-01T10:41:49.5874874Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_segment_reduce_lengths_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5875043Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_select_scatter_cpu_float32 PASSED 2022-12-01T10:41:49.5875243Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_short_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5875487Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5875646Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sign_cpu_float32 PASSED 2022-12-01T10:41:49.5875847Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_signbit_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5876003Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sin_cpu_float32 PASSED 2022-12-01T10:41:49.5876159Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_slice_cpu_float32 PASSED 2022-12-01T10:41:49.5876317Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sort_cpu_float32 PASSED 2022-12-01T10:41:49.5876556Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_airy_ai_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5876770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5876980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5877193Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5877409Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5877815Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5877987Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_entr_cpu_float32 PASSED 2022-12-01T10:41:49.5878152Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_erfcx_cpu_float32 PASSED 2022-12-01T10:41:49.5878382Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5878548Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_i0e_cpu_float32 PASSED 2022-12-01T10:41:49.5878710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_i1_cpu_float32 PASSED 2022-12-01T10:41:49.5878874Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_i1e_cpu_float32 PASSED 2022-12-01T10:41:49.5879103Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5879314Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5879535Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5879755Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5879925Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_ndtr_cpu_float32 PASSED 2022-12-01T10:41:49.5880095Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_ndtri_cpu_float32 PASSED 2022-12-01T10:41:49.5880295Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:41:49.5880527Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5880911Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5881363Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5881789Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5881960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_xlog1py_cpu_float32 PASSED 2022-12-01T10:41:49.5882152Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_zeta_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5882314Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_split_cpu_float32 PASSED 2022-12-01T10:41:49.5882513Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_split_with_sizes_cpu_float32 PASSED 2022-12-01T10:41:49.5882670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_std_cpu_float32 PASSED 2022-12-01T10:41:49.5882830Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_std_mean_cpu_float32 PASSED 2022-12-01T10:41:49.5882992Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_stft_cpu_float32 PASSED 2022-12-01T10:41:49.5883147Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sum_cpu_float32 PASSED 2022-12-01T10:41:49.5883312Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sum_to_size_cpu_float32 PASSED 2022-12-01T10:41:49.5883451Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_svd_cpu_float32 PASSED 2022-12-01T10:41:49.5883620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_to_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5883827Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_to_sparse_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5883986Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_topk_cpu_float32 PASSED 2022-12-01T10:41:49.5884143Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_trace_cpu_float32 PASSED 2022-12-01T10:41:49.5884304Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_trapz_cpu_float32 PASSED 2022-12-01T10:41:49.5884474Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_triangular_solve_cpu_float32 PASSED 2022-12-01T10:41:49.5884627Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_trunc_cpu_float32 PASSED 2022-12-01T10:41:49.5884773Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_unbind_cpu_float32 PASSED 2022-12-01T10:41:49.5884977Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_uniform_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5885139Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_unsqueeze_cpu_float32 PASSED 2022-12-01T10:41:49.5885307Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_view_as_complex_cpu_float32 XFAIL 2022-12-01T10:41:49.5885465Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_view_cpu_float32 PASSED 2022-12-01T10:41:49.5885623Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_vstack_cpu_float32 PASSED 2022-12-01T10:41:49.5885780Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_where_cpu_float32 PASSED 2022-12-01T10:41:49.5885937Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_xlogy_cpu_float32 PASSED 2022-12-01T10:41:49.5886094Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_zero__cpu_float32 PASSED 2022-12-01T10:41:49.5886282Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_zeros_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:41:49.5886444Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___getitem___cpu_float32 PASSED 2022-12-01T10:41:49.5886622Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___getitem___functorch_cpu_float32 PASSED 2022-12-01T10:41:49.5886780Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___radd___cpu_float32 PASSED 2022-12-01T10:41:49.5886942Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rmatmul___cpu_float32 PASSED 2022-12-01T10:41:49.5887101Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rmod___cpu_float32 PASSED 2022-12-01T10:41:49.5887287Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rmul___cpu_float32 PASSED 2022-12-01T10:41:49.5887445Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_acosh_cpu_float32 PASSED 2022-12-01T10:41:49.5887588Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_add_cpu_float32 PASSED 2022-12-01T10:41:49.5887748Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addbmm_cpu_float32 PASSED 2022-12-01T10:41:49.5887908Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addcdiv_cpu_float32 PASSED 2022-12-01T10:41:49.5888063Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addmm_cpu_float32 PASSED 2022-12-01T10:41:49.5888220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addr_cpu_float32 PASSED 2022-12-01T10:41:49.5888470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5888630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_amax_cpu_float32 PASSED 2022-12-01T10:41:49.5888785Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_amin_cpu_float32 PASSED 2022-12-01T10:41:49.5888939Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_angle_cpu_float32 PASSED 2022-12-01T10:41:49.5889126Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5889327Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5889528Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5889733Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5889894Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_as_strided_cpu_float32 XFAIL 2022-12-01T10:41:49.5890055Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_asin_cpu_float32 PASSED 2022-12-01T10:41:49.5890234Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atleast_1d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5890411Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atleast_2d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5890574Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_baddbmm_cpu_float32 PASSED 2022-12-01T10:41:49.5890723Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bernoulli_cpu_float32 XFAIL 2022-12-01T10:41:49.5890887Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_block_diag_cpu_float32 PASSED 2022-12-01T10:41:49.5891043Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bmm_cpu_float32 PASSED 2022-12-01T10:41:49.5891245Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5891471Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5891662Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_broadcast_tensors_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5891828Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_broadcast_to_cpu_float32 PASSED 2022-12-01T10:41:49.5892022Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5892243Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5892401Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cartesian_prod_cpu_float32 PASSED 2022-12-01T10:41:49.5892561Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cat_cpu_float32 PASSED 2022-12-01T10:41:49.5892719Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cdist_cpu_float32 XFAIL 2022-12-01T10:41:49.5892939Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_chalf_cpu_float32 XFAIL 2022-12-01T10:41:49.5893138Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5893361Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5893519Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_chunk_cpu_float32 PASSED 2022-12-01T10:41:49.5893680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_clamp_cpu_float32 PASSED 2022-12-01T10:41:49.5893828Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_clamp_max_cpu_float32 PASSED 2022-12-01T10:41:49.5893987Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_clone_cpu_float32 PASSED 2022-12-01T10:41:49.5894178Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_complex_cpu_float32 PASSED 2022-12-01T10:41:49.5894347Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_copysign_cpu_float32 PASSED 2022-12-01T10:41:49.5894509Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_corrcoef_cpu_float32 PASSED 2022-12-01T10:41:49.5894665Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cos_cpu_float32 PASSED 2022-12-01T10:41:49.5894876Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5895033Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cov_cpu_float32 PASSED 2022-12-01T10:41:49.5895194Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cummax_cpu_float32 PASSED 2022-12-01T10:41:49.5895341Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cumprod_cpu_float32 PASSED 2022-12-01T10:41:49.5895523Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cumulative_trapezoid_cpu_float32 PASSED 2022-12-01T10:41:49.5895684Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diag_cpu_float32 PASSED 2022-12-01T10:41:49.5895848Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diagflat_cpu_float32 PASSED 2022-12-01T10:41:49.5896006Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diff_cpu_float32 PASSED 2022-12-01T10:41:49.5896165Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_digamma_cpu_float32 PASSED 2022-12-01T10:41:49.5896337Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_div_floor_rounding_cpu_float32 PASSED 2022-12-01T10:41:49.5896497Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_double_cpu_float32 XFAIL 2022-12-01T10:41:49.5896674Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_double_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:41:49.5896834Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_dsplit_cpu_float32 PASSED 2022-12-01T10:41:49.5897146Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_einsum_cpu_float32 PASSED 2022-12-01T10:41:49.5897425Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5897632Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5897792Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_erfinv_cpu_float32 PASSED 2022-12-01T10:41:49.5897950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_exp_cpu_float32 PASSED 2022-12-01T10:41:49.5898113Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_expand_as_cpu_float32 PASSED 2022-12-01T10:41:49.5898275Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_expand_cpu_float32 PASSED 2022-12-01T10:41:49.5898460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5898623Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_fft2_cpu_float32 PASSED 2022-12-01T10:41:49.5898784Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_fft_cpu_float32 PASSED 2022-12-01T10:41:49.5898994Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_fftn_cpu_float32 PASSED 2022-12-01T10:41:49.5899154Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_hfft2_cpu_float32 PASSED 2022-12-01T10:41:49.5899311Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ifftn_cpu_float32 PASSED 2022-12-01T10:41:49.5899476Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ihfft2_cpu_float32 PASSED 2022-12-01T10:41:49.5899636Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ihfft_cpu_float32 PASSED 2022-12-01T10:41:49.5899782Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ihfftn_cpu_float32 PASSED 2022-12-01T10:41:49.5899944Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_irfftn_cpu_float32 PASSED 2022-12-01T10:41:49.5900140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_rfft2_cpu_float32 PASSED 2022-12-01T10:41:49.5900301Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fill_cpu_float32 PASSED 2022-12-01T10:41:49.5900461Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_float_cpu_float32 XFAIL 2022-12-01T10:41:49.5900654Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_float_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:41:49.5900814Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_floor_cpu_float32 PASSED 2022-12-01T10:41:49.5900972Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fmin_cpu_float32 PASSED 2022-12-01T10:41:49.5901115Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fmod_cpu_float32 PASSED 2022-12-01T10:41:49.5901270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_frac_cpu_float32 PASSED 2022-12-01T10:41:49.5901425Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_frexp_cpu_float32 PASSED 2022-12-01T10:41:49.5901587Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_gather_cpu_float32 PASSED 2022-12-01T10:41:49.5901786Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5901951Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_gradient_cpu_float32 PASSED 2022-12-01T10:41:49.5902149Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5902338Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_half_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:41:49.5902545Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5902730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5902942Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5903103Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_hstack_cpu_float32 PASSED 2022-12-01T10:41:49.5903267Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_copy_cpu_float32 PASSED 2022-12-01T10:41:49.5903438Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_reduce_cpu_float32 XFAIL 2022-12-01T10:41:49.5903643Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5903844Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5904041Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5904245Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5904432Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5904641Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.5904837Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_kthvalue_cpu_float32 PASSED 2022-12-01T10:41:49.5904996Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ldexp_cpu_float32 PASSED 2022-12-01T10:41:49.5905153Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lerp_cpu_float32 PASSED 2022-12-01T10:41:49.5905313Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lgamma_cpu_float32 PASSED 2022-12-01T10:41:49.5905478Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_cond_cpu_float32 PASSED 2022-12-01T10:41:49.5905644Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_cross_cpu_float32 PASSED 2022-12-01T10:41:49.5905847Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_det_singular_cpu_float32 PASSED 2022-12-01T10:41:49.5905998Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_eig_cpu_float32 XFAIL 2022-12-01T10:41:49.5906165Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_eigh_cpu_float32 PASSED 2022-12-01T10:41:49.5906350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_householder_product_cpu_float32 PASSED 2022-12-01T10:41:49.5906511Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_inv_cpu_float32 PASSED 2022-12-01T10:41:49.5906677Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_inv_ex_cpu_float32 PASSED 2022-12-01T10:41:49.5906890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5907072Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lstsq_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5907245Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_factor_ex_cpu_float32 PASSED 2022-12-01T10:41:49.5907414Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_solve_cpu_float32 PASSED 2022-12-01T10:41:49.5907577Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_matrix_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5907746Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_matrix_power_cpu_float32 PASSED 2022-12-01T10:41:49.5907959Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5908146Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_norm_subgradients_at_zero_cpu_float32 PASSED 2022-12-01T10:41:49.5908314Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_pinv_cpu_float32 PASSED 2022-12-01T10:41:49.5908492Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_pinv_hermitian_cpu_float32 PASSED 2022-12-01T10:41:49.5908663Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_slogdet_cpu_float32 PASSED 2022-12-01T10:41:49.5908842Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_solve_triangular_cpu_float32 PASSED 2022-12-01T10:41:49.5909001Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_tensorinv_cpu_float32 PASSED 2022-12-01T10:41:49.5909172Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_vector_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5909373Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5909530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log10_cpu_float32 PASSED 2022-12-01T10:41:49.5909687Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log_cpu_float32 PASSED 2022-12-01T10:41:49.5909850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log_softmax_cpu_float32 PASSED 2022-12-01T10:41:49.5910022Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log_softmax_dtype_cpu_float32 PASSED 2022-12-01T10:41:49.5910188Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logaddexp2_cpu_float32 PASSED 2022-12-01T10:41:49.5910351Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logaddexp_cpu_float32 PASSED 2022-12-01T10:41:49.5910529Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logdet_cpu_float32 PASSED 2022-12-01T10:41:49.5910739Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5910944Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5911147Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5911351Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5911556Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logsumexp_cpu_float32 PASSED 2022-12-01T10:41:49.5911755Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5911913Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lu_cpu_float32 PASSED 2022-12-01T10:41:49.5912076Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lu_unpack_cpu_float32 PASSED 2022-12-01T10:41:49.5912219Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mT_cpu_float32 PASSED 2022-12-01T10:41:49.5912383Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_amax_cpu_float32 PASSED 2022-12-01T10:41:49.5912546Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_amin_cpu_float32 PASSED 2022-12-01T10:41:49.5912754Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5912923Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_cumprod_cpu_float32 PASSED 2022-12-01T10:41:49.5913091Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_cumsum_cpu_float32 PASSED 2022-12-01T10:41:49.5913280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_fill_functorch_Scalar_only_cpu_float32 PASSED 2022-12-01T10:41:49.5913457Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_log_softmax_cpu_float32 PASSED 2022-12-01T10:41:49.5913627Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_logaddexp_cpu_float32 PASSED 2022-12-01T10:41:49.5913784Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_logsumexp_cpu_float32 PASSED 2022-12-01T10:41:49.5913947Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5914113Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_normalize_cpu_float32 PASSED 2022-12-01T10:41:49.5914277Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_prod_cpu_float32 PASSED 2022-12-01T10:41:49.5914441Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_std_cpu_float32 PASSED 2022-12-01T10:41:49.5914606Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_sum_cpu_float32 PASSED 2022-12-01T10:41:49.5914770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_matmul_cpu_float32 PASSED 2022-12-01T10:41:49.5914931Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_matrix_exp_cpu_float32 PASSED 2022-12-01T10:41:49.5915081Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_max_binary_cpu_float32 PASSED 2022-12-01T10:41:49.5915238Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mean_cpu_float32 PASSED 2022-12-01T10:41:49.5915397Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_min_binary_cpu_float32 PASSED 2022-12-01T10:41:49.5915576Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_min_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:41:49.5915754Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_min_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:41:49.5915917Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_minimum_cpu_float32 PASSED 2022-12-01T10:41:49.5916071Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mm_cpu_float32 PASSED 2022-12-01T10:41:49.5916259Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mode_cpu_float32 PASSED 2022-12-01T10:41:49.5916407Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_movedim_cpu_float32 PASSED 2022-12-01T10:41:49.5916564Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_msort_cpu_float32 PASSED 2022-12-01T10:41:49.5916719Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mul_cpu_float32 PASSED 2022-12-01T10:41:49.5916895Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mvlgamma_mvlgamma_p_1_cpu_float32 XFAIL 2022-12-01T10:41:49.5917057Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nan_to_num_cpu_float32 PASSED 2022-12-01T10:41:49.5917218Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nanmean_cpu_float32 PASSED 2022-12-01T10:41:49.5917417Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nanmedian_cpu_float32 PASSED 2022-12-01T10:41:49.5917582Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nanquantile_cpu_float32 XFAIL 2022-12-01T10:41:49.5917791Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5917947Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_native_batch_norm_cpu_float32 XFAIL 2022-12-01T10:41:49.5918133Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_native_layer_norm_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5918290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_neg_cpu_float32 PASSED 2022-12-01T10:41:49.5918495Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5918697Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5918891Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:41:49.5919083Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:41:49.5919270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED 2022-12-01T10:41:49.5919453Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED 2022-12-01T10:41:49.5919632Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_bilinear_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5919811Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_celu_cpu_float32 PASSED 2022-12-01T10:41:49.5919994Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_no_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5920196Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5920388Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5920589Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5920790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5920986Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5921269Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5921448Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv_transpose2d_cpu_float32 PASSED 2022-12-01T10:41:49.5921639Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv_transpose3d_cpu_float32 PASSED 2022-12-01T10:41:49.5921815Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_ctc_loss_cpu_float32 XFAIL 2022-12-01T10:41:49.5922038Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_dropout2d_cpu_float32 XFAIL 2022-12-01T10:41:49.5922213Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_dropout3d_cpu_float32 XFAIL 2022-12-01T10:41:49.5922395Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_embedding_bag_cpu_float32 XFAIL 2022-12-01T10:41:49.5922586Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_embedding_functorch_cpu_float32 PASSED 2022-12-01T10:41:49.5922777Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_fractional_max_pool3d_cpu_float32 XFAIL 2022-12-01T10:41:49.5922963Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL 2022-12-01T10:41:49.5923158Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_grid_sample_cpu_float32 XFAIL 2022-12-01T10:41:49.5923337Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_group_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5923521Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_hardswish_cpu_float32 PASSED 2022-12-01T10:41:49.5923711Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_hinge_embedding_loss_cpu_float32 XFAIL 2022-12-01T10:41:49.5923900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_area_cpu_float32 PASSED 2022-12-01T10:41:49.5924088Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_bicubic_cpu_float32 PASSED 2022-12-01T10:41:49.5924281Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_bilinear_cpu_float32 PASSED 2022-12-01T10:41:49.5924477Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_trilinear_cpu_float32 PASSED 2022-12-01T10:41:49.5924653Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_kl_div_cpu_float32 PASSED 2022-12-01T10:41:49.5924817Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_l1_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5924997Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_layer_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5925170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_leaky_relu_cpu_float32 PASSED 2022-12-01T10:41:49.5925356Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_margin_ranking_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5925602Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_pool2d_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T10:41:49.5925787Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_pool3d_cpu_float32 PASSED 2022-12-01T10:41:49.5925976Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool1d_grad_cpu_float32 PASSED 2022-12-01T10:41:49.5926165Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool2d_grad_cpu_float32 XFAIL 2022-12-01T10:41:49.5926353Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool3d_grad_cpu_float32 PASSED 2022-12-01T10:41:49.5926525Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_mish_cpu_float32 PASSED 2022-12-01T10:41:49.5926689Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_mse_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5926876Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_mse_loss_functorch_cpu_float32 PASSED 2022-12-01T10:41:49.5927055Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_normalize_cpu_float32 PASSED 2022-12-01T10:41:49.5927241Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pad_circular_cpu_float32 PASSED 2022-12-01T10:41:49.5927423Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pad_constant_cpu_float32 PASSED 2022-12-01T10:41:49.5927637Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pad_reflect_cpu_float32 PASSED 2022-12-01T10:41:49.5927822Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pad_replicate_cpu_float32 PASSED 2022-12-01T10:41:49.5927994Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pdist_cpu_float32 XFAIL 2022-12-01T10:41:49.5928169Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pixel_unshuffle_cpu_float32 PASSED 2022-12-01T10:41:49.5928343Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_prelu_cpu_float32 PASSED 2022-12-01T10:41:49.5928524Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_softshrink_cpu_float32 PASSED 2022-12-01T10:41:49.5928729Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_softsign_cpu_float32 PASSED 2022-12-01T10:41:49.5928910Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_threshold_cpu_float32 PASSED 2022-12-01T10:41:49.5929103Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_triplet_margin_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5929277Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_unfold_cpu_float32 PASSED 2022-12-01T10:41:49.5929467Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_upsample_bilinear_cpu_float32 PASSED 2022-12-01T10:41:49.5929656Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_upsample_nearest_cpu_float32 PASSED 2022-12-01T10:41:49.5929802Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5929966Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_norm_fro_cpu_float32 PASSED 2022-12-01T10:41:49.5930126Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_norm_nuc_cpu_float32 PASSED 2022-12-01T10:41:49.5930333Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5930498Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_pca_lowrank_cpu_float32 XFAIL 2022-12-01T10:41:49.5930659Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_permute_cpu_float32 PASSED 2022-12-01T10:41:49.5930821Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polar_cpu_float32 PASSED 2022-12-01T10:41:49.5931001Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polygamma_polygamma_n_1_cpu_float32 PASSED 2022-12-01T10:41:49.5931157Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_put_cpu_float32 PASSED 2022-12-01T10:41:49.5931306Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_quantile_cpu_float32 XFAIL 2022-12-01T10:41:49.5931466Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_rad2deg_cpu_float32 PASSED 2022-12-01T10:41:49.5931678Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5931881Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5932050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_reciprocal_cpu_float32 PASSED 2022-12-01T10:41:49.5932209Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_repeat_cpu_float32 PASSED 2022-12-01T10:41:49.5932382Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_repeat_interleave_cpu_float32 PASSED 2022-12-01T10:41:49.5932545Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_reshape_as_cpu_float32 PASSED 2022-12-01T10:41:49.5932736Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5932903Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_resolve_neg_cpu_float32 PASSED 2022-12-01T10:41:49.5933063Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_roll_cpu_float32 PASSED 2022-12-01T10:41:49.5933222Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_round_cpu_float32 PASSED 2022-12-01T10:41:49.5933422Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_round_decimals_0_cpu_float32 PASSED 2022-12-01T10:41:49.5933598Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_round_decimals_neg_3_cpu_float32 PASSED 2022-12-01T10:41:49.5933754Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_rsqrt_cpu_float32 PASSED 2022-12-01T10:41:49.5933919Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_add_cpu_float32 PASSED 2022-12-01T10:41:49.5934090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_reduce_amax_cpu_float32 PASSED 2022-12-01T10:41:49.5934238Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_select_cpu_float32 PASSED 2022-12-01T10:41:49.5934393Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sgn_cpu_float32 PASSED 2022-12-01T10:41:49.5934624Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5934856Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5935017Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sign_cpu_float32 PASSED 2022-12-01T10:41:49.5935220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5935378Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_slice_cpu_float32 PASSED 2022-12-01T10:41:49.5935545Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_slice_scatter_cpu_float32 PASSED 2022-12-01T10:41:49.5935701Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sort_cpu_float32 PASSED 2022-12-01T10:41:49.5935864Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sparse_sampled_addmm_cpu_float32 XFAIL 2022-12-01T10:41:49.5936076Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5936293Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5936506Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5936732Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5936900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_entr_cpu_float32 PASSED 2022-12-01T10:41:49.5937233Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_erfcx_cpu_float32 PASSED 2022-12-01T10:41:49.5937480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5937647Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_i1_cpu_float32 PASSED 2022-12-01T10:41:49.5937801Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_i1e_cpu_float32 PASSED 2022-12-01T10:41:49.5938023Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5938244Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5938464Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5938630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_ndtr_cpu_float32 PASSED 2022-12-01T10:41:49.5938798Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_ndtri_cpu_float32 PASSED 2022-12-01T10:41:49.5938999Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:41:49.5939226Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5939504Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5939929Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5940298Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.5940563Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5940772Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5940946Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_split_with_sizes_cpu_float32 PASSED 2022-12-01T10:41:49.5941103Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_std_cpu_float32 PASSED 2022-12-01T10:41:49.5941267Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_std_mean_cpu_float32 PASSED 2022-12-01T10:41:49.5941424Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sum_cpu_float32 PASSED 2022-12-01T10:41:49.5941590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sum_to_size_cpu_float32 PASSED 2022-12-01T10:41:49.5941815Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_svd_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T10:41:49.5941963Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_symeig_cpu_float32 XFAIL 2022-12-01T10:41:49.5942120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_t_cpu_float32 PASSED 2022-12-01T10:41:49.5942276Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_tan_cpu_float32 PASSED 2022-12-01T10:41:49.5942434Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_tile_cpu_float32 PASSED 2022-12-01T10:41:49.5942588Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_to_cpu_float32 XFAIL 2022-12-01T10:41:49.5942750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_to_sparse_cpu_float32 XFAIL 2022-12-01T10:41:49.5942910Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_trace_cpu_float32 PASSED 2022-12-01T10:41:49.5943072Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_trapezoid_cpu_float32 PASSED 2022-12-01T10:41:49.5943218Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_trapz_cpu_float32 PASSED 2022-12-01T10:41:49.5943390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_triangular_solve_cpu_float32 PASSED 2022-12-01T10:41:49.5943621Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unbind_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T10:41:49.5943786Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unflatten_cpu_float32 PASSED 2022-12-01T10:41:49.5943947Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unfold_cpu_float32 PASSED 2022-12-01T10:41:49.5944164Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5944367Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5944530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unsqueeze_cpu_float32 PASSED 2022-12-01T10:41:49.5944685Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_var_cpu_float32 PASSED 2022-12-01T10:41:49.5944835Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_var_mean_cpu_float32 PASSED 2022-12-01T10:41:49.5945000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_view_as_cpu_float32 PASSED 2022-12-01T10:41:49.5945191Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_vsplit_cpu_float32 PASSED 2022-12-01T10:41:49.5945348Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_xlogy_cpu_float32 PASSED 2022-12-01T10:41:49.5945549Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5945701Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_T_cpu_float32 PASSED 2022-12-01T10:41:49.5945858Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___getitem___cpu_float32 XFAIL 2022-12-01T10:41:49.5946031Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___getitem___functorch_cpu_float32 PASSED 2022-12-01T10:41:49.5946189Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___rmatmul___cpu_float32 PASSED 2022-12-01T10:41:49.5946359Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___rpow___cpu_float32 PASSED 2022-12-01T10:41:49.5946515Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___rsub___cpu_float32 PASSED 2022-12-01T10:41:49.5946668Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_abs_cpu_float32 PASSED 2022-12-01T10:41:49.5946819Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_acos_cpu_float32 PASSED 2022-12-01T10:41:49.5946970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_acosh_cpu_float32 PASSED 2022-12-01T10:41:49.5947124Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_add_cpu_float32 PASSED 2022-12-01T10:41:49.5947278Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_addbmm_cpu_float32 PASSED 2022-12-01T10:41:49.5947432Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_addcmul_cpu_float32 PASSED 2022-12-01T10:41:49.5947574Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_addmm_cpu_float32 PASSED 2022-12-01T10:41:49.5947726Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_addr_cpu_float32 PASSED 2022-12-01T10:41:49.5947881Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_amax_cpu_float32 PASSED 2022-12-01T10:41:49.5948031Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_amin_cpu_float32 PASSED 2022-12-01T10:41:49.5948235Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5948432Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5948632Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5948831Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5948988Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_as_strided_cpu_float32 XFAIL 2022-12-01T10:41:49.5949140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_as_strided_scatter_cpu_float32 XFAIL 2022-12-01T10:41:49.5949294Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_asin_cpu_float32 PASSED 2022-12-01T10:41:49.5949448Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_atanh_cpu_float32 PASSED 2022-12-01T10:41:49.5949624Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_bernoulli_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5949779Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_bfloat16_cpu_float32 XFAIL 2022-12-01T10:41:49.5949930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_bmm_cpu_float32 PASSED 2022-12-01T10:41:49.5950154Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5950324Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_broadcast_tensors_cpu_float32 PASSED 2022-12-01T10:41:49.5950472Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_broadcast_to_cpu_float32 PASSED 2022-12-01T10:41:49.5950628Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cdist_cpu_float32 PASSED 2022-12-01T10:41:49.5950851Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5951041Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cholesky_cpu_float32 PASSED 2022-12-01T10:41:49.5951208Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cholesky_inverse_cpu_float32 PASSED 2022-12-01T10:41:49.5951359Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_chunk_cpu_float32 PASSED 2022-12-01T10:41:49.5951516Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_clamp_min_cpu_float32 PASSED 2022-12-01T10:41:49.5951675Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_column_stack_cpu_float32 PASSED 2022-12-01T10:41:49.5951832Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_combinations_cpu_float32 PASSED 2022-12-01T10:41:49.5951985Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_constant_pad_nd_cpu_float32 PASSED 2022-12-01T10:41:49.5952195Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_contiguous_cpu_float32 PASSED 2022-12-01T10:41:49.5952353Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_copysign_cpu_float32 PASSED 2022-12-01T10:41:49.5952512Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_corrcoef_cpu_float32 PASSED 2022-12-01T10:41:49.5952665Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cos_cpu_float32 PASSED 2022-12-01T10:41:49.5952813Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cov_cpu_float32 PASSED 2022-12-01T10:41:49.5952966Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cross_cpu_float32 PASSED 2022-12-01T10:41:49.5953121Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cumsum_cpu_float32 PASSED 2022-12-01T10:41:49.5953280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cumulative_trapezoid_cpu_float32 PASSED 2022-12-01T10:41:49.5953435Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_deg2rad_cpu_float32 PASSED 2022-12-01T10:41:49.5953596Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_diag_embed_cpu_float32 PASSED 2022-12-01T10:41:49.5953760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_diagonal_scatter_cpu_float32 PASSED 2022-12-01T10:41:49.5953916Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_digamma_cpu_float32 PASSED 2022-12-01T10:41:49.5954067Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_dist_cpu_float32 PASSED 2022-12-01T10:41:49.5954235Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_div_trunc_rounding_cpu_float32 PASSED 2022-12-01T10:41:49.5954387Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_dot_cpu_float32 PASSED 2022-12-01T10:41:49.5954526Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_double_cpu_float32 XFAIL 2022-12-01T10:41:49.5954679Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_dstack_cpu_float32 PASSED 2022-12-01T10:41:49.5954884Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5955080Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5955274Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5955430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_erfinv_cpu_float32 PASSED 2022-12-01T10:41:49.5955582Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_exp2_cpu_float32 PASSED 2022-12-01T10:41:49.5955735Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_expm1_cpu_float32 PASSED 2022-12-01T10:41:49.5955930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5956072Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_fft_cpu_float32 PASSED 2022-12-01T10:41:49.5956226Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_fftn_cpu_float32 PASSED 2022-12-01T10:41:49.5956390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_fftshift_cpu_float32 PASSED 2022-12-01T10:41:49.5956545Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_hfft2_cpu_float32 PASSED 2022-12-01T10:41:49.5956732Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_hfft_cpu_float32 PASSED 2022-12-01T10:41:49.5956888Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ifft_cpu_float32 PASSED 2022-12-01T10:41:49.5957045Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ifftn_cpu_float32 PASSED 2022-12-01T10:41:49.5957208Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ifftshift_cpu_float32 PASSED 2022-12-01T10:41:49.5957352Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ihfftn_cpu_float32 PASSED 2022-12-01T10:41:49.5957505Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_irfft2_cpu_float32 PASSED 2022-12-01T10:41:49.5957661Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_rfftn_cpu_float32 PASSED 2022-12-01T10:41:49.5957838Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fill_cpu_float32 PASSED 2022-12-01T10:41:49.5957996Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_flatten_cpu_float32 PASSED 2022-12-01T10:41:49.5958150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_float_cpu_float32 XFAIL 2022-12-01T10:41:49.5958303Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_floor_cpu_float32 PASSED 2022-12-01T10:41:49.5958456Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fmax_cpu_float32 PASSED 2022-12-01T10:41:49.5958594Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fmin_cpu_float32 PASSED 2022-12-01T10:41:49.5958743Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_frac_cpu_float32 PASSED 2022-12-01T10:41:49.5958893Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_frexp_cpu_float32 PASSED 2022-12-01T10:41:49.5959046Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_gather_cpu_float32 PASSED 2022-12-01T10:41:49.5959203Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_gradient_cpu_float32 PASSED 2022-12-01T10:41:49.5959378Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___getitem___cpu_float32 XFAIL 2022-12-01T10:41:49.5959550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rdiv___cpu_float32 PASSED 2022-12-01T10:41:49.5959728Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rmatmul___cpu_float32 PASSED 2022-12-01T10:41:49.5959885Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rmod___cpu_float32 PASSED 2022-12-01T10:41:49.5960055Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_acosh_cpu_float32 PASSED 2022-12-01T10:41:49.5960238Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addmm_decomposed_cpu_float32 PASSED 2022-12-01T10:41:49.5960450Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5960670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5960839Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_amin_cpu_float32 PASSED 2022-12-01T10:41:49.5961055Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5961331Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5961547Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5961758Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5961916Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_as_strided_cpu_float32 XFAIL 2022-12-01T10:41:49.5962087Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atan2_cpu_float32 PASSED 2022-12-01T10:41:49.5962253Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atan_cpu_float32 PASSED 2022-12-01T10:41:49.5962462Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atleast_1d_cpu_float32 PASSED 2022-12-01T10:41:49.5962632Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atleast_2d_cpu_float32 PASSED 2022-12-01T10:41:49.5962799Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atleast_3d_cpu_float32 PASSED 2022-12-01T10:41:49.5962971Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_baddbmm_cpu_float32 PASSED 2022-12-01T10:41:49.5963147Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_block_diag_cpu_float32 PASSED 2022-12-01T10:41:49.5963329Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_broadcast_to_cpu_float32 PASSED 2022-12-01T10:41:49.5963553Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5963723Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_chalf_cpu_float32 XFAIL 2022-12-01T10:41:49.5963908Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cholesky_inverse_cpu_float32 PASSED 2022-12-01T10:41:49.5964078Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_chunk_cpu_float32 PASSED 2022-12-01T10:41:49.5964251Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_clamp_min_cpu_float32 PASSED 2022-12-01T10:41:49.5964418Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_clone_cpu_float32 PASSED 2022-12-01T10:41:49.5964596Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_column_stack_cpu_float32 PASSED 2022-12-01T10:41:49.5964774Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_combinations_cpu_float32 PASSED 2022-12-01T10:41:49.5964946Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_complex_cpu_float32 XFAIL 2022-12-01T10:41:49.5965115Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_constant_pad_nd_cpu_float32 PASSED 2022-12-01T10:41:49.5965293Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_contiguous_cpu_float32 PASSED 2022-12-01T10:41:49.5965512Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5965678Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cov_cpu_float32 PASSED 2022-12-01T10:41:49.5965844Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cross_cpu_float32 PASSED 2022-12-01T10:41:49.5966032Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cumulative_trapezoid_cpu_float32 PASSED 2022-12-01T10:41:49.5966206Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diagflat_cpu_float32 PASSED 2022-12-01T10:41:49.5966376Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diff_cpu_float32 PASSED 2022-12-01T10:41:49.5966532Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_digamma_cpu_float32 PASSED 2022-12-01T10:41:49.5966702Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_dist_cpu_float32 PASSED 2022-12-01T10:41:49.5966887Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_div_floor_rounding_cpu_float32 PASSED 2022-12-01T10:41:49.5967071Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_div_trunc_rounding_cpu_float32 PASSED 2022-12-01T10:41:49.5967237Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_dot_cpu_float32 PASSED 2022-12-01T10:41:49.5967405Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_double_cpu_float32 XFAIL 2022-12-01T10:41:49.5967576Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_dsplit_cpu_float32 PASSED 2022-12-01T10:41:49.5967749Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_dstack_cpu_float32 PASSED 2022-12-01T10:41:49.5967961Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5968191Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5968403Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5968569Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_erf_cpu_float32 PASSED 2022-12-01T10:41:49.5968736Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_erfc_cpu_float32 PASSED 2022-12-01T10:41:49.5968905Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_erfinv_cpu_float32 PASSED 2022-12-01T10:41:49.5969075Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_exp2_cpu_float32 PASSED 2022-12-01T10:41:49.5969272Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_expand_cpu_float32 PASSED 2022-12-01T10:41:49.5969446Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_fft2_cpu_float32 PASSED 2022-12-01T10:41:49.5969629Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_fftshift_cpu_float32 PASSED 2022-12-01T10:41:49.5969789Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_hfft2_cpu_float32 PASSED 2022-12-01T10:41:49.5969963Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ifft_cpu_float32 PASSED 2022-12-01T10:41:49.5970134Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ifftn_cpu_float32 PASSED 2022-12-01T10:41:49.5970313Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ifftshift_cpu_float32 PASSED 2022-12-01T10:41:49.5970480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ihfft2_cpu_float32 XFAIL 2022-12-01T10:41:49.5970652Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ihfft_cpu_float32 PASSED 2022-12-01T10:41:49.5970824Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_irfft2_cpu_float32 PASSED 2022-12-01T10:41:49.5970995Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_flip_cpu_float32 PASSED 2022-12-01T10:41:49.5971165Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fliplr_cpu_float32 PASSED 2022-12-01T10:41:49.5971318Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_flipud_cpu_float32 PASSED 2022-12-01T10:41:49.5971495Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_float_power_cpu_float32 PASSED 2022-12-01T10:41:49.5971662Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_floor_cpu_float32 PASSED 2022-12-01T10:41:49.5971882Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5972050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fmax_cpu_float32 PASSED 2022-12-01T10:41:49.5972214Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fmin_cpu_float32 PASSED 2022-12-01T10:41:49.5972431Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5972640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5972813Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_gradient_cpu_float32 PASSED 2022-12-01T10:41:49.5972966Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_half_cpu_float32 XFAIL 2022-12-01T10:41:49.5973165Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_half_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:41:49.5973382Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5973598Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5973801Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_hsplit_cpu_float32 PASSED 2022-12-01T10:41:49.5973970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_hstack_cpu_float32 PASSED 2022-12-01T10:41:49.5974134Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_i0_cpu_float32 PASSED 2022-12-01T10:41:49.5974344Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5974516Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_add_cpu_float32 PASSED 2022-12-01T10:41:49.5974704Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_fill_cpu_float32 XFAIL 2022-12-01T10:41:49.5974882Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_put_cpu_float32 XFAIL 2022-12-01T10:41:49.5975061Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_reduce_cpu_float32 XFAIL 2022-12-01T10:41:49.5975238Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_select_cpu_float32 PASSED 2022-12-01T10:41:49.5975408Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_inner_cpu_float32 PASSED 2022-12-01T10:41:49.5975617Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5975854Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5976068Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5976277Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5976491Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5976685Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5976853Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_istft_cpu_float32 PASSED 2022-12-01T10:41:49.5977205Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.5977434Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_kthvalue_cpu_float32 PASSED 2022-12-01T10:41:49.5977608Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ldexp_cpu_float32 PASSED 2022-12-01T10:41:49.5977816Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5977989Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lgamma_cpu_float32 PASSED 2022-12-01T10:41:49.5978165Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_cond_cpu_float32 PASSED 2022-12-01T10:41:49.5978352Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_det_singular_cpu_float32 PASSED 2022-12-01T10:41:49.5978508Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_eig_cpu_float32 XFAIL 2022-12-01T10:41:49.5978688Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_eigvals_cpu_float32 PASSED 2022-12-01T10:41:49.5978864Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_inv_cpu_float32 PASSED 2022-12-01T10:41:49.5979042Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_inv_ex_cpu_float32 PASSED 2022-12-01T10:41:49.5979270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5979540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5979712Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lu_cpu_float32 XFAIL 2022-12-01T10:41:49.5979890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lu_factor_cpu_float32 XFAIL 2022-12-01T10:41:49.5980071Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lu_solve_cpu_float32 XFAIL 2022-12-01T10:41:49.5980242Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_matrix_power_cpu_float32 PASSED 2022-12-01T10:41:49.5980542Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5980779Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5980970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_pinv_hermitian_cpu_float32 PASSED 2022-12-01T10:41:49.5981220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T10:41:49.5981402Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_solve_cpu_float32 PASSED 2022-12-01T10:41:49.5981582Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_solve_ex_cpu_float32 PASSED 2022-12-01T10:41:49.5981774Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_solve_triangular_cpu_float32 PASSED 2022-12-01T10:41:49.5981959Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_tensorinv_cpu_float32 PASSED 2022-12-01T10:41:49.5982135Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_vander_cpu_float32 XFAIL 2022-12-01T10:41:49.5982297Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_vecdot_cpu_float32 XFAIL 2022-12-01T10:41:49.5982514Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5982680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log_cpu_float32 PASSED 2022-12-01T10:41:49.5982855Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log_softmax_cpu_float32 PASSED 2022-12-01T10:41:49.5983029Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logaddexp2_cpu_float32 PASSED 2022-12-01T10:41:49.5983204Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logaddexp_cpu_float32 PASSED 2022-12-01T10:41:49.5983384Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logcumsumexp_cpu_float32 PASSED 2022-12-01T10:41:49.5983604Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5983819Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5984018Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5984195Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logsumexp_cpu_float32 PASSED 2022-12-01T10:41:49.5984402Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5984640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5984850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5985059Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_amin_cpu_float32 PASSED 2022-12-01T10:41:49.5985278Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5985453Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_fill_cpu_float32 XFAIL 2022-12-01T10:41:49.5985653Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_fill_functorch_Scalar_only_cpu_float32 PASSED 2022-12-01T10:41:49.5985837Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_logaddexp_cpu_float32 PASSED 2022-12-01T10:41:49.5986036Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_logsumexp_cpu_float32 PASSED 2022-12-01T10:41:49.5986223Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_median_cpu_float32 PASSED 2022-12-01T10:41:49.5986397Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_scatter_cpu_float32 XFAIL 2022-12-01T10:41:49.5986576Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_softmax_cpu_float32 PASSED 2022-12-01T10:41:49.5986749Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_std_cpu_float32 PASSED 2022-12-01T10:41:49.5986918Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_matmul_cpu_float32 PASSED 2022-12-01T10:41:49.5987094Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_max_binary_cpu_float32 PASSED 2022-12-01T10:41:49.5987281Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_max_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:41:49.5987471Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_max_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:41:49.5987626Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mean_cpu_float32 PASSED 2022-12-01T10:41:49.5987799Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_median_cpu_float32 PASSED 2022-12-01T10:41:49.5987988Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_meshgrid_list_of_tensors_cpu_float32 PASSED 2022-12-01T10:41:49.5988172Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_min_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:41:49.5988358Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_min_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:41:49.5988530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_minimum_cpu_float32 PASSED 2022-12-01T10:41:49.5988698Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mm_cpu_float32 PASSED 2022-12-01T10:41:49.5988868Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mode_cpu_float32 PASSED 2022-12-01T10:41:49.5989022Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_msort_cpu_float32 PASSED 2022-12-01T10:41:49.5989190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mv_cpu_float32 PASSED 2022-12-01T10:41:49.5989377Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED 2022-12-01T10:41:49.5989565Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED 2022-12-01T10:41:49.5989750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED 2022-12-01T10:41:49.5989925Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nanmedian_cpu_float32 PASSED 2022-12-01T10:41:49.5990103Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nanquantile_cpu_float32 XFAIL 2022-12-01T10:41:49.5990275Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nansum_cpu_float32 XFAIL 2022-12-01T10:41:49.5990496Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5990682Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_narrow_cpu_float32 XFAIL 2022-12-01T10:41:49.5990863Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_native_layer_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5991069Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5991292Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5991506Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5991754Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.5991982Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5992183Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:41:49.5992387Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:41:49.5992587Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED 2022-12-01T10:41:49.5992765Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:41:49.5992958Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:41:49.5993147Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_batch_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5993342Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_bilinear_cpu_float32 XFAIL 2022-12-01T10:41:49.5993559Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED 2022-12-01T10:41:49.5993755Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_no_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5993958Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5994169Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5994375Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5994598Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED 2022-12-01T10:41:49.5994785Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv_transpose3d_cpu_float32 PASSED 2022-12-01T10:41:49.5994982Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_cosine_similarity_cpu_float32 PASSED 2022-12-01T10:41:49.5995176Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_cross_entropy_cpu_float32 PASSED 2022-12-01T10:41:49.5995361Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_ctc_loss_cpu_float32 XFAIL 2022-12-01T10:41:49.5995542Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_elu_cpu_float32 PASSED 2022-12-01T10:41:49.5995739Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_embedding_bag_cpu_float32 XFAIL 2022-12-01T10:41:49.5995930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_embedding_cpu_float32 PASSED 2022-12-01T10:41:49.5996187Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5996418Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.5996616Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_fractional_max_pool2d_cpu_float32 XFAIL 2022-12-01T10:41:49.5996803Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_fractional_max_pool3d_cpu_float32 XFAIL 2022-12-01T10:41:49.5997021Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL 2022-12-01T10:41:49.5997204Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_gelu_cpu_float32 PASSED 2022-12-01T10:41:49.5997386Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_glu_cpu_float32 PASSED 2022-12-01T10:41:49.5997574Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_group_norm_cpu_float32 PASSED 2022-12-01T10:41:49.5997762Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_hardshrink_cpu_float32 PASSED 2022-12-01T10:41:49.5997953Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_hardsigmoid_cpu_float32 PASSED 2022-12-01T10:41:49.5998141Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_hardswish_cpu_float32 PASSED 2022-12-01T10:41:49.5998326Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_hardtanh_cpu_float32 PASSED 2022-12-01T10:41:49.5998516Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_hinge_embedding_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5998704Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_huber_loss_cpu_float32 XFAIL 2022-12-01T10:41:49.5998909Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_trilinear_cpu_float32 PASSED 2022-12-01T10:41:49.5999090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_kl_div_cpu_float32 PASSED 2022-12-01T10:41:49.5999274Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_l1_loss_cpu_float32 PASSED 2022-12-01T10:41:49.5999460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_linear_cpu_float32 PASSED 2022-12-01T10:41:49.5999649Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_logsigmoid_cpu_float32 PASSED 2022-12-01T10:41:49.5999838Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_pool3d_cpu_float32 XFAIL 2022-12-01T10:41:49.6000025Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_unpool1d_cpu_float32 XFAIL 2022-12-01T10:41:49.6000224Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_unpool1d_grad_cpu_float32 XFAIL 2022-12-01T10:41:49.6000406Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_unpool2d_grad_cpu_float32 XFAIL 2022-12-01T10:41:49.6000599Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_unpool3d_grad_cpu_float32 XFAIL 2022-12-01T10:41:49.6000781Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_mish_cpu_float32 PASSED 2022-12-01T10:41:49.6000969Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_mse_loss_cpu_float32 PASSED 2022-12-01T10:41:49.6001253Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_mse_loss_functorch_cpu_float32 PASSED 2022-12-01T10:41:49.6001451Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_multi_margin_loss_cpu_float32 XFAIL 2022-12-01T10:41:49.6001673Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_nll_loss_cpu_float32 PASSED 2022-12-01T10:41:49.6001859Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_normalize_cpu_float32 PASSED 2022-12-01T10:41:49.6010203Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pad_circular_cpu_float32 PASSED 2022-12-01T10:41:49.6010474Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pad_constant_cpu_float32 PASSED 2022-12-01T10:41:49.6010682Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pad_replicate_cpu_float32 PASSED 2022-12-01T10:41:49.6010969Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pdist_cpu_float32 XFAIL 2022-12-01T10:41:49.6011161Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_prelu_cpu_float32 PASSED 2022-12-01T10:41:49.6011347Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_relu_cpu_float32 PASSED 2022-12-01T10:41:49.6011550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_rrelu_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.6011742Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_smooth_l1_loss_cpu_float32 XFAIL 2022-12-01T10:41:49.6011937Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_soft_margin_loss_cpu_float32 XFAIL 2022-12-01T10:41:49.6012124Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_softmin_cpu_float32 PASSED 2022-12-01T10:41:49.6012327Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_softmin_with_dtype_cpu_float32 PASSED 2022-12-01T10:41:49.6012504Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_threshold_cpu_float32 PASSED 2022-12-01T10:41:49.6012709Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_triplet_margin_loss_cpu_float32 PASSED 2022-12-01T10:41:49.6012896Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_unfold_cpu_float32 PASSED 2022-12-01T10:41:49.6013094Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_upsample_bilinear_cpu_float32 PASSED 2022-12-01T10:41:49.6013294Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_upsample_nearest_cpu_float32 PASSED 2022-12-01T10:41:49.6013462Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_norm_cpu_float32 PASSED 2022-12-01T10:41:49.6013678Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6013875Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ops_aten_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:41:49.6014047Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_permute_cpu_float32 PASSED 2022-12-01T10:41:49.6014206Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_pinverse_cpu_float32 PASSED 2022-12-01T10:41:49.6014375Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_polar_cpu_float32 PASSED 2022-12-01T10:41:49.6014564Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:41:49.6014752Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_2_cpu_float32 PASSED 2022-12-01T10:41:49.6014918Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_pow_cpu_float32 PASSED 2022-12-01T10:41:49.6015091Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_rad2deg_cpu_float32 PASSED 2022-12-01T10:41:49.6015311Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6015519Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ravel_cpu_float32 PASSED 2022-12-01T10:41:49.6015695Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_reciprocal_cpu_float32 PASSED 2022-12-01T10:41:49.6015856Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_remainder_cpu_float32 PASSED 2022-12-01T10:41:49.6016031Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_resolve_conj_cpu_float32 PASSED 2022-12-01T10:41:49.6016202Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_resolve_neg_cpu_float32 PASSED 2022-12-01T10:41:49.6016382Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_round_decimals_3_cpu_float32 PASSED 2022-12-01T10:41:49.6016582Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_add_cpu_float32 PASSED 2022-12-01T10:41:49.6016765Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_reduce_sum_cpu_float32 XFAIL 2022-12-01T10:41:49.6017209Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6017417Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_select_scatter_cpu_float32 PASSED 2022-12-01T10:41:49.6017586Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sgn_cpu_float32 PASSED 2022-12-01T10:41:49.6017782Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6017955Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sigmoid_cpu_float32 PASSED 2022-12-01T10:41:49.6018123Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sign_cpu_float32 PASSED 2022-12-01T10:41:49.6018335Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6018515Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_slice_scatter_cpu_float32 PASSED 2022-12-01T10:41:49.6018701Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_softmax_with_dtype_cpu_float32 PASSED 2022-12-01T10:41:49.6018868Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sort_cpu_float32 PASSED 2022-12-01T10:41:49.6019092Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6019311Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6019534Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6019734Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6019975Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6020420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.6020602Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_entr_cpu_float32 PASSED 2022-12-01T10:41:49.6020835Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6021015Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_i0e_cpu_float32 PASSED 2022-12-01T10:41:49.6021191Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_i1_cpu_float32 PASSED 2022-12-01T10:41:49.6021432Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_i1e_cpu_float32 PASSED 2022-12-01T10:41:49.6021664Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6021893Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6022104Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6022336Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6022776Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.6023015Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6023198Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_xlog1py_cpu_float32 PASSED 2022-12-01T10:41:49.6023416Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6023587Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_square_cpu_float32 PASSED 2022-12-01T10:41:49.6023757Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_stack_cpu_float32 PASSED 2022-12-01T10:41:49.6023926Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_std_cpu_float32 PASSED 2022-12-01T10:41:49.6024099Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_std_mean_cpu_float32 PASSED 2022-12-01T10:41:49.6024255Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_stft_cpu_float32 XFAIL 2022-12-01T10:41:49.6024421Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sub_cpu_float32 PASSED 2022-12-01T10:41:49.6024594Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sum_to_size_cpu_float32 PASSED 2022-12-01T10:41:49.6024762Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_symeig_cpu_float32 PASSED 2022-12-01T10:41:49.6024924Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_t_cpu_float32 PASSED 2022-12-01T10:41:49.6025102Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_take_along_dim_cpu_float32 PASSED 2022-12-01T10:41:49.6025267Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_take_cpu_float32 XFAIL 2022-12-01T10:41:49.6025433Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tan_cpu_float32 PASSED 2022-12-01T10:41:49.6025597Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tile_cpu_float32 PASSED 2022-12-01T10:41:49.6025766Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_to_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.6025940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_to_sparse_cpu_float32 XFAIL 2022-12-01T10:41:49.6026108Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_trace_cpu_float32 PASSED 2022-12-01T10:41:49.6026284Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_transpose_cpu_float32 PASSED 2022-12-01T10:41:49.6026459Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_trapezoid_cpu_float32 PASSED 2022-12-01T10:41:49.6026627Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_trapz_cpu_float32 PASSED 2022-12-01T10:41:49.6026813Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_triangular_solve_cpu_float32 PASSED 2022-12-01T10:41:49.6026976Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tril_cpu_float32 PASSED 2022-12-01T10:41:49.6027160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_triu_cpu_float32 PASSED 2022-12-01T10:41:49.6027335Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_true_divide_cpu_float32 PASSED 2022-12-01T10:41:49.6027503Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_trunc_cpu_float32 PASSED 2022-12-01T10:41:49.6027671Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unfold_cpu_float32 XFAIL 2022-12-01T10:41:49.6027843Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unsqueeze_cpu_float32 PASSED 2022-12-01T10:41:49.6028007Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_var_cpu_float32 PASSED 2022-12-01T10:41:49.6028204Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_var_mean_cpu_float32 PASSED 2022-12-01T10:41:49.6028370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_vdot_cpu_float32 XFAIL 2022-12-01T10:41:49.6028550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_view_as_complex_cpu_float32 XFAIL 2022-12-01T10:41:49.6028707Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_view_as_cpu_float32 PASSED 2022-12-01T10:41:49.6028878Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_vsplit_cpu_float32 PASSED 2022-12-01T10:41:49.6029044Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_vstack_cpu_float32 PASSED 2022-12-01T10:41:49.6029208Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_where_cpu_float32 PASSED 2022-12-01T10:41:49.6029374Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_xlogy_cpu_float32 PASSED 2022-12-01T10:41:49.6029592Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6029794Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6029957Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_hsplit_cpu_float32 PASSED 2022-12-01T10:41:49.6030111Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_hypot_cpu_float32 PASSED 2022-12-01T10:41:49.6030247Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_i0_cpu_float32 PASSED 2022-12-01T10:41:49.6030442Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6030639Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6030807Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:41:49.6030970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_index_reduce_cpu_float32 XFAIL 2022-12-01T10:41:49.6031123Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_inner_cpu_float32 PASSED 2022-12-01T10:41:49.6031343Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6031544Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6031736Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6031916Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6032069Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_istft_cpu_float32 PASSED 2022-12-01T10:41:49.6032268Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.6032454Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.6032685Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.6032872Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.6033023Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_kron_cpu_float32 PASSED 2022-12-01T10:41:49.6033175Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ldexp_cpu_float32 PASSED 2022-12-01T10:41:49.6033337Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_cross_cpu_float32 PASSED 2022-12-01T10:41:49.6033493Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_det_singular_cpu_float32 PASSED 2022-12-01T10:41:49.6033657Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_eigvals_cpu_float32 PASSED 2022-12-01T10:41:49.6033898Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6034066Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lstsq_cpu_float32 PASSED 2022-12-01T10:41:49.6034243Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lstsq_grad_oriented_cpu_float32 PASSED 2022-12-01T10:41:49.6034399Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lu_cpu_float32 PASSED 2022-12-01T10:41:49.6034565Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lu_factor_cpu_float32 PASSED 2022-12-01T10:41:49.6034734Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_matrix_norm_cpu_float32 PASSED 2022-12-01T10:41:49.6034906Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_norm_subgradients_at_zero_cpu_float32 PASSED 2022-12-01T10:41:49.6035145Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T10:41:49.6035306Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_solve_cpu_float32 PASSED 2022-12-01T10:41:49.6035473Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_solve_ex_cpu_float32 PASSED 2022-12-01T10:41:49.6035631Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_svd_cpu_float32 PASSED 2022-12-01T10:41:49.6035796Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_vector_norm_cpu_float32 PASSED 2022-12-01T10:41:49.6035948Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_log10_cpu_float32 PASSED 2022-12-01T10:41:49.6036099Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_log2_cpu_float32 PASSED 2022-12-01T10:41:49.6036258Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_log_softmax_cpu_float32 PASSED 2022-12-01T10:41:49.6036405Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logcumsumexp_cpu_float32 PASSED 2022-12-01T10:41:49.6036560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logdet_cpu_float32 PASSED 2022-12-01T10:41:49.6036764Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6036967Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6037166Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6037367Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6037567Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6037726Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logsumexp_cpu_float32 PASSED 2022-12-01T10:41:49.6037921Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6038129Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6038314Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_lu_solve_cpu_float32 PASSED 2022-12-01T10:41:49.6038463Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mT_cpu_float32 PASSED 2022-12-01T10:41:49.6038622Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_amin_cpu_float32 PASSED 2022-12-01T10:41:49.6038826Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6039028Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6039193Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_logsumexp_cpu_float32 PASSED 2022-12-01T10:41:49.6039393Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_prod_cpu_float32 PASSED 2022-12-01T10:41:49.6039554Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_select_cpu_float32 XFAIL 2022-12-01T10:41:49.6039704Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_softmax_cpu_float32 PASSED 2022-12-01T10:41:49.6039861Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_std_cpu_float32 PASSED 2022-12-01T10:41:49.6040014Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_max_binary_cpu_float32 PASSED 2022-12-01T10:41:49.6040183Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_max_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:41:49.6040353Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_max_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:41:49.6040507Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mean_cpu_float32 PASSED 2022-12-01T10:41:49.6040661Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_median_cpu_float32 PASSED 2022-12-01T10:41:49.6040842Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_meshgrid_variadic_tensors_cpu_float32 PASSED 2022-12-01T10:41:49.6040978Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mm_cpu_float32 PASSED 2022-12-01T10:41:49.6041135Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_msort_cpu_float32 PASSED 2022-12-01T10:41:49.6041373Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mul_cpu_float32 PASSED 2022-12-01T10:41:49.6041580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6041731Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mv_cpu_float32 PASSED 2022-12-01T10:41:49.6041904Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED 2022-12-01T10:41:49.6042076Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED 2022-12-01T10:41:49.6042238Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nan_to_num_cpu_float32 PASSED 2022-12-01T10:41:49.6042398Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nanmean_cpu_float32 PASSED 2022-12-01T10:41:49.6042543Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nanmedian_cpu_float32 PASSED 2022-12-01T10:41:49.6042709Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nanquantile_cpu_float32 XFAIL 2022-12-01T10:41:49.6042865Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_narrow_cpu_float32 XFAIL 2022-12-01T10:41:49.6043036Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_native_layer_norm_cpu_float32 PASSED 2022-12-01T10:41:49.6043247Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6043445Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6043643Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6043859Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.6044034Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED 2022-12-01T10:41:49.6044248Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:41:49.6044426Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_no_bias_cpu_float32 PASSED 2022-12-01T10:41:49.6044610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED 2022-12-01T10:41:49.6044806Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED 2022-12-01T10:41:49.6045002Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.6045214Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv_transpose2d_cpu_float32 PASSED 2022-12-01T10:41:49.6045399Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv_transpose3d_cpu_float32 PASSED 2022-12-01T10:41:49.6045582Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_cross_entropy_cpu_float32 PASSED 2022-12-01T10:41:49.6045740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_ctc_loss_cpu_float32 PASSED 2022-12-01T10:41:49.6045931Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_dropout3d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.6046117Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_dropout_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.6046303Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_fractional_max_pool2d_cpu_float32 XFAIL 2022-12-01T10:41:49.6046483Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL 2022-12-01T10:41:49.6046650Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_glu_cpu_float32 PASSED 2022-12-01T10:41:49.6046827Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_grid_sample_cpu_float32 PASSED 2022-12-01T10:41:49.6047002Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_group_norm_cpu_float32 PASSED 2022-12-01T10:41:49.6047181Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_instance_norm_cpu_float32 PASSED 2022-12-01T10:41:49.6047352Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_interpolate_area_cpu_float32 PASSED 2022-12-01T10:41:49.6047539Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_interpolate_bicubic_cpu_float32 PASSED 2022-12-01T10:41:49.6047726Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_interpolate_bilinear_cpu_float32 PASSED 2022-12-01T10:41:49.6047909Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_interpolate_nearest_cpu_float32 PASSED 2022-12-01T10:41:49.6048084Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_leaky_relu_cpu_float32 PASSED 2022-12-01T10:41:49.6048252Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_linear_cpu_float32 PASSED 2022-12-01T10:41:49.6048426Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_logsigmoid_cpu_float32 PASSED 2022-12-01T10:41:49.6048609Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_margin_ranking_loss_cpu_float32 PASSED 2022-12-01T10:41:49.6048782Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_pool3d_cpu_float32 PASSED 2022-12-01T10:41:49.6048947Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool1d_cpu_float32 PASSED 2022-12-01T10:41:49.6049121Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool3d_cpu_float32 PASSED 2022-12-01T10:41:49.6049287Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_mish_cpu_float32 PASSED 2022-12-01T10:41:49.6049458Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_mse_loss_cpu_float32 PASSED 2022-12-01T10:41:49.6049639Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_multi_margin_loss_cpu_float32 PASSED 2022-12-01T10:41:49.6049844Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_normalize_cpu_float32 PASSED 2022-12-01T10:41:49.6050019Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pad_circular_cpu_float32 PASSED 2022-12-01T10:41:49.6050189Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pad_constant_cpu_float32 PASSED 2022-12-01T10:41:49.6050363Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pad_reflect_cpu_float32 PASSED 2022-12-01T10:41:49.6050529Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pad_replicate_cpu_float32 PASSED 2022-12-01T10:41:49.6050698Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pdist_cpu_float32 PASSED 2022-12-01T10:41:49.6050903Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pixel_shuffle_cpu_float32 PASSED 2022-12-01T10:41:49.6051071Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_relu_cpu_float32 PASSED 2022-12-01T10:41:49.6051259Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_rrelu_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.6051436Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_smooth_l1_loss_cpu_float32 PASSED 2022-12-01T10:41:49.6051606Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_softmin_cpu_float32 PASSED 2022-12-01T10:41:49.6051791Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_softmin_with_dtype_cpu_float32 PASSED 2022-12-01T10:41:49.6051963Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_softplus_cpu_float32 PASSED 2022-12-01T10:41:49.6052124Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_softshrink_cpu_float32 PASSED 2022-12-01T10:41:49.6052296Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_softsign_cpu_float32 PASSED 2022-12-01T10:41:49.6052469Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_threshold_cpu_float32 PASSED 2022-12-01T10:41:49.6052656Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_triplet_margin_loss_cpu_float32 PASSED 2022-12-01T10:41:49.6052824Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_unfold_cpu_float32 PASSED 2022-12-01T10:41:49.6053004Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_normal_number_mean_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.6053207Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6053366Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_pca_lowrank_cpu_float32 XFAIL 2022-12-01T10:41:49.6053524Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_pinverse_cpu_float32 PASSED 2022-12-01T10:41:49.6053686Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_polygamma_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:41:49.6053860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_polygamma_polygamma_n_1_cpu_float32 PASSED 2022-12-01T10:41:49.6054034Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_polygamma_polygamma_n_3_cpu_float32 PASSED 2022-12-01T10:41:49.6054208Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_polygamma_polygamma_n_4_cpu_float32 PASSED 2022-12-01T10:41:49.6054364Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_positive_cpu_float32 PASSED 2022-12-01T10:41:49.6054515Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_pow_cpu_float32 PASSED 2022-12-01T10:41:49.6054670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_rad2deg_cpu_float32 PASSED 2022-12-01T10:41:49.6054823Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ravel_cpu_float32 PASSED 2022-12-01T10:41:49.6054962Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_renorm_cpu_float32 PASSED 2022-12-01T10:41:49.6055126Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_resolve_conj_cpu_float32 PASSED 2022-12-01T10:41:49.6055277Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_rot90_cpu_float32 PASSED 2022-12-01T10:41:49.6055455Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_round_cpu_float32 PASSED 2022-12-01T10:41:49.6055620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_round_decimals_3_cpu_float32 PASSED 2022-12-01T10:41:49.6055771Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_rsub_cpu_float32 PASSED 2022-12-01T10:41:49.6055929Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_add_cpu_float32 PASSED 2022-12-01T10:41:49.6056084Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_cpu_float32 PASSED 2022-12-01T10:41:49.6056238Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_reduce_mean_cpu_float32 PASSED 2022-12-01T10:41:49.6056406Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_reduce_sum_cpu_float32 PASSED 2022-12-01T10:41:49.6056640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6056817Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_segment_reduce_lengths_cpu_float32 PASSED 2022-12-01T10:41:49.6057240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_segment_reduce_offsets_cpu_float32 PASSED 2022-12-01T10:41:49.6057532Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6057694Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sigmoid_cpu_float32 PASSED 2022-12-01T10:41:49.6057981Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6058138Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sin_cpu_float32 PASSED 2022-12-01T10:41:49.6058280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sinh_cpu_float32 PASSED 2022-12-01T10:41:49.6058436Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_softmax_cpu_float32 PASSED 2022-12-01T10:41:49.6058605Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_softmax_with_dtype_cpu_float32 PASSED 2022-12-01T10:41:49.6058815Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6059025Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6059235Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6059442Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6059645Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6059873Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6060084Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6060492Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.6060850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.6061016Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_entr_cpu_float32 PASSED 2022-12-01T10:41:49.6061180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_erfcx_cpu_float32 PASSED 2022-12-01T10:41:49.6061403Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6061564Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_i1_cpu_float32 PASSED 2022-12-01T10:41:49.6061808Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_i1e_cpu_float32 PASSED 2022-12-01T10:41:49.6062032Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6062249Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6062454Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6062669Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6062900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:41:49.6063285Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.6063666Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.6063835Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_xlog1py_cpu_float32 PASSED 2022-12-01T10:41:49.6064040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6064197Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_split_cpu_float32 PASSED 2022-12-01T10:41:49.6064363Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_split_list_args_cpu_float32 PASSED 2022-12-01T10:41:49.6064517Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_stack_cpu_float32 PASSED 2022-12-01T10:41:49.6064656Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_std_cpu_float32 PASSED 2022-12-01T10:41:49.6064814Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_std_mean_cpu_float32 PASSED 2022-12-01T10:41:49.6064966Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_stft_cpu_float32 PASSED 2022-12-01T10:41:49.6065117Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sum_cpu_float32 PASSED 2022-12-01T10:41:49.6065275Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sum_to_size_cpu_float32 PASSED 2022-12-01T10:41:49.6065433Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_svd_lowrank_cpu_float32 XFAIL 2022-12-01T10:41:49.6065586Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_symeig_cpu_float32 PASSED 2022-12-01T10:41:49.6065750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_take_along_dim_cpu_float32 PASSED 2022-12-01T10:41:49.6065890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_tan_cpu_float32 PASSED 2022-12-01T10:41:49.6066041Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_tanh_cpu_float32 PASSED 2022-12-01T10:41:49.6066205Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_tensor_split_cpu_float32 XFAIL 2022-12-01T10:41:49.6066365Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_tensordot_cpu_float32 PASSED 2022-12-01T10:41:49.6066517Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_topk_cpu_float32 PASSED 2022-12-01T10:41:49.6066670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_trace_cpu_float32 PASSED 2022-12-01T10:41:49.6066825Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_trapezoid_cpu_float32 PASSED 2022-12-01T10:41:49.6066992Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_triangular_solve_cpu_float32 PASSED 2022-12-01T10:41:49.6067130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_tril_cpu_float32 PASSED 2022-12-01T10:41:49.6067282Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_triu_cpu_float32 PASSED 2022-12-01T10:41:49.6067441Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_true_divide_cpu_float32 PASSED 2022-12-01T10:41:49.6067628Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_trunc_cpu_float32 PASSED 2022-12-01T10:41:49.6067786Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_unflatten_cpu_float32 PASSED 2022-12-01T10:41:49.6067940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_unfold_cpu_float32 PASSED 2022-12-01T10:41:49.6068100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_unsqueeze_cpu_float32 PASSED 2022-12-01T10:41:49.6068252Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_var_cpu_float32 PASSED 2022-12-01T10:41:49.6068400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_view_as_complex_cpu_float32 XFAIL 2022-12-01T10:41:49.6068551Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_xlogy_cpu_float32 PASSED 2022-12-01T10:41:49.6068701Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_H_cpu_float32 PASSED 2022-12-01T10:41:49.6068881Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_T_cpu_float32 PASSED 2022-12-01T10:41:49.6069057Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___getitem___functorch_cpu_float32 PASSED 2022-12-01T10:41:49.6069219Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rdiv___cpu_float32 PASSED 2022-12-01T10:41:49.6069381Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rmatmul___cpu_float32 PASSED 2022-12-01T10:41:49.6069535Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rmod___cpu_float32 PASSED 2022-12-01T10:41:49.6069686Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rmul___cpu_float32 PASSED 2022-12-01T10:41:49.6069824Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rpow___cpu_float32 PASSED 2022-12-01T10:41:49.6069978Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_abs_cpu_float32 PASSED 2022-12-01T10:41:49.6070133Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_acos_cpu_float32 PASSED 2022-12-01T10:41:49.6070290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_add_cpu_float32 PASSED 2022-12-01T10:41:49.6070449Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addbmm_cpu_float32 PASSED 2022-12-01T10:41:49.6070611Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addcmul_cpu_float32 PASSED 2022-12-01T10:41:49.6070767Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addmm_cpu_float32 PASSED 2022-12-01T10:41:49.6070921Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addr_cpu_float32 PASSED 2022-12-01T10:41:49.6071115Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6071271Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_amax_cpu_float32 PASSED 2022-12-01T10:41:49.6071427Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_angle_cpu_float32 PASSED 2022-12-01T10:41:49.6071631Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6071833Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6072035Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6072235Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6072408Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_as_strided_scatter_cpu_float32 XFAIL 2022-12-01T10:41:49.6072565Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_asin_cpu_float32 PASSED 2022-12-01T10:41:49.6072710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atan2_cpu_float32 PASSED 2022-12-01T10:41:49.6072866Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atan_cpu_float32 PASSED 2022-12-01T10:41:49.6073046Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atleast_1d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.6073220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atleast_3d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.6073409Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bfloat16_cpu_float32 XFAIL 2022-12-01T10:41:49.6073608Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6073820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6073989Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cartesian_prod_cpu_float32 PASSED 2022-12-01T10:41:49.6074202Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cdist_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T10:41:49.6074352Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cholesky_cpu_float32 PASSED 2022-12-01T10:41:49.6074551Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cholesky_inverse_cpu_float32 PASSED 2022-12-01T10:41:49.6074720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cholesky_solve_cpu_float32 PASSED 2022-12-01T10:41:49.6074881Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_chunk_cpu_float32 PASSED 2022-12-01T10:41:49.6075039Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_clamp_cpu_float32 PASSED 2022-12-01T10:41:49.6075202Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_clamp_max_cpu_float32 PASSED 2022-12-01T10:41:49.6075361Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_clamp_min_cpu_float32 PASSED 2022-12-01T10:41:49.6075517Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_clone_cpu_float32 PASSED 2022-12-01T10:41:49.6075671Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_combinations_cpu_float32 PASSED 2022-12-01T10:41:49.6075829Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_complex_cpu_float32 PASSED 2022-12-01T10:41:49.6075995Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_conj_physical_cpu_float32 PASSED 2022-12-01T10:41:49.6076162Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_constant_pad_nd_cpu_float32 PASSED 2022-12-01T10:41:49.6076328Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_copysign_cpu_float32 PASSED 2022-12-01T10:41:49.6076483Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cosh_cpu_float32 PASSED 2022-12-01T10:41:49.6076690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6076849Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cross_cpu_float32 PASSED 2022-12-01T10:41:49.6076996Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cummax_cpu_float32 PASSED 2022-12-01T10:41:49.6077151Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diag_cpu_float32 PASSED 2022-12-01T10:41:49.6077313Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diagflat_cpu_float32 PASSED 2022-12-01T10:41:49.6077482Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diagonal_scatter_cpu_float32 PASSED 2022-12-01T10:41:49.6077637Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diff_cpu_float32 PASSED 2022-12-01T10:41:49.6077793Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_dist_cpu_float32 PASSED 2022-12-01T10:41:49.6077965Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_div_floor_rounding_cpu_float32 PASSED 2022-12-01T10:41:49.6078137Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_div_trunc_rounding_cpu_float32 PASSED 2022-12-01T10:41:49.6078294Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_double_cpu_float32 XFAIL 2022-12-01T10:41:49.6078483Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6078687Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6078886Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6079117Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_erfc_cpu_float32 PASSED 2022-12-01T10:41:49.6079272Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_exp2_cpu_float32 PASSED 2022-12-01T10:41:49.6079433Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_expand_as_cpu_float32 PASSED 2022-12-01T10:41:49.6079589Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_expm1_cpu_float32 PASSED 2022-12-01T10:41:49.6079784Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6079947Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_fftn_cpu_float32 PASSED 2022-12-01T10:41:49.6080100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_fftshift_cpu_float32 PASSED 2022-12-01T10:41:49.6080307Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_hfft_cpu_float32 PASSED 2022-12-01T10:41:49.6080470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ifft2_cpu_float32 PASSED 2022-12-01T10:41:49.6080637Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ihfft2_cpu_float32 PASSED 2022-12-01T10:41:49.6080797Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ihfft_cpu_float32 PASSED 2022-12-01T10:41:49.6080956Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ihfftn_cpu_float32 PASSED 2022-12-01T10:41:49.6081118Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_irfft2_cpu_float32 PASSED 2022-12-01T10:41:49.6081360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_irfft_cpu_float32 PASSED 2022-12-01T10:41:49.6081504Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_rfft2_cpu_float32 PASSED 2022-12-01T10:41:49.6081661Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fill_cpu_float32 PASSED 2022-12-01T10:41:49.6081822Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_flip_cpu_float32 PASSED 2022-12-01T10:41:49.6081984Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fliplr_cpu_float32 PASSED 2022-12-01T10:41:49.6082145Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_flipud_cpu_float32 PASSED 2022-12-01T10:41:49.6082336Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_float_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:41:49.6082495Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_floor_cpu_float32 PASSED 2022-12-01T10:41:49.6082702Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6082846Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fmax_cpu_float32 PASSED 2022-12-01T10:41:49.6083002Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fmod_cpu_float32 PASSED 2022-12-01T10:41:49.6083158Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_frac_cpu_float32 PASSED 2022-12-01T10:41:49.6083318Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_frexp_cpu_float32 PASSED 2022-12-01T10:41:49.6083482Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_gradient_cpu_float32 PASSED 2022-12-01T10:41:49.6083684Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6083871Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_half_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:41:49.6084076Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6084284Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6084432Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_hsplit_cpu_float32 PASSED 2022-12-01T10:41:49.6084585Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_i0_cpu_float32 PASSED 2022-12-01T10:41:49.6084789Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6085026Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6085186Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_put_cpu_float32 PASSED 2022-12-01T10:41:49.6085361Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:41:49.6085517Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_inner_cpu_float32 PASSED 2022-12-01T10:41:49.6085743Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6085946Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6086156Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6086352Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6086556Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6086757Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6086960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.6087169Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.6087360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.6087553Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:41:49.6087711Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_kron_cpu_float32 PASSED 2022-12-01T10:41:49.6087908Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6088061Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_cond_cpu_float32 PASSED 2022-12-01T10:41:49.6088225Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_det_cpu_float32 PASSED 2022-12-01T10:41:49.6088399Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_det_singular_cpu_float32 PASSED 2022-12-01T10:41:49.6088568Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_eigvalsh_cpu_float32 PASSED 2022-12-01T10:41:49.6088731Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_inv_cpu_float32 PASSED 2022-12-01T10:41:49.6088947Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6089161Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6089330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lstsq_cpu_float32 PASSED 2022-12-01T10:41:49.6089478Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lu_cpu_float32 PASSED 2022-12-01T10:41:49.6089647Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lu_factor_cpu_float32 PASSED 2022-12-01T10:41:49.6089819Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_matrix_power_cpu_float32 PASSED 2022-12-01T10:41:49.6089982Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_norm_cpu_float32 PASSED 2022-12-01T10:41:49.6090147Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_pinv_cpu_float32 PASSED 2022-12-01T10:41:49.6090326Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_pinv_hermitian_cpu_float32 PASSED 2022-12-01T10:41:49.6090488Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_qr_cpu_float32 PASSED 2022-12-01T10:41:49.6090685Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_slogdet_cpu_float32 PASSED 2022-12-01T10:41:49.6090850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_solve_cpu_float32 PASSED 2022-12-01T10:41:49.6091015Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_solve_triangular_cpu_float32 PASSED 2022-12-01T10:41:49.6091182Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_svdvals_cpu_float32 PASSED 2022-12-01T10:41:49.6091351Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_tensorinv_cpu_float32 PASSED 2022-12-01T10:41:49.6091515Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_vecdot_cpu_float32 PASSED 2022-12-01T10:41:49.6091711Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_vector_norm_cpu_float32 PASSED 2022-12-01T10:41:49.6091918Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6092077Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log10_cpu_float32 PASSED 2022-12-01T10:41:49.6092234Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log1p_cpu_float32 PASSED 2022-12-01T10:41:49.6092378Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log2_cpu_float32 PASSED 2022-12-01T10:41:49.6092532Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log_cpu_float32 PASSED 2022-12-01T10:41:49.6092701Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log_softmax_dtype_cpu_float32 PASSED 2022-12-01T10:41:49.6092865Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logaddexp2_cpu_float32 PASSED 2022-12-01T10:41:49.6093025Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logdet_cpu_float32 PASSED 2022-12-01T10:41:49.6093235Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6093443Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6093603Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logit_cpu_float32 PASSED 2022-12-01T10:41:49.6093828Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6094011Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6094167Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lu_cpu_float32 PASSED 2022-12-01T10:41:49.6094327Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lu_solve_cpu_float32 PASSED 2022-12-01T10:41:49.6094481Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mH_cpu_float32 PASSED 2022-12-01T10:41:49.6094646Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_amax_cpu_float32 PASSED 2022-12-01T10:41:49.6094818Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_log_softmax_cpu_float32 PASSED 2022-12-01T10:41:49.6094991Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_normalize_cpu_float32 PASSED 2022-12-01T10:41:49.6095153Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_prod_cpu_float32 PASSED 2022-12-01T10:41:49.6095321Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_scatter_cpu_float32 PASSED 2022-12-01T10:41:49.6095472Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_select_cpu_float32 PASSED 2022-12-01T10:41:49.6095635Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_std_cpu_float32 PASSED 2022-12-01T10:41:49.6095793Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_var_cpu_float32 PASSED 2022-12-01T10:41:49.6095956Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_matmul_cpu_float32 PASSED 2022-12-01T10:41:49.6096121Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_matrix_exp_cpu_float32 PASSED 2022-12-01T10:41:49.6096285Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_maximum_cpu_float32 PASSED 2022-12-01T10:41:49.6096476Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_median_cpu_float32 PASSED 2022-12-01T10:41:49.6096657Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_meshgrid_list_of_tensors_cpu_float32 PASSED 2022-12-01T10:41:49.6096826Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_meshgrid_variadic_tensors_cpu_float32 PASSED 2022-12-01T10:41:49.6097114Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_min_binary_cpu_float32 PASSED 2022-12-01T10:41:49.6097383Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_min_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:41:49.6097548Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_movedim_cpu_float32 PASSED 2022-12-01T10:41:49.6097812Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6097997Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED 2022-12-01T10:41:49.6098160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nanmean_cpu_float32 PASSED 2022-12-01T10:41:49.6098319Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nansum_cpu_float32 PASSED 2022-12-01T10:41:49.6098475Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_narrow_cpu_float32 PASSED 2022-12-01T10:41:49.6098633Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_native_layer_norm_cpu_float32 XFAIL 2022-12-01T10:41:49.6098835Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6098994Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_neg_cpu_float32 PASSED 2022-12-01T10:41:49.6099211Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6099429Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.6099624Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:41:49.6099814Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED 2022-12-01T10:41:49.6099998Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED 2022-12-01T10:41:49.6100178Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:41:49.6100340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:41:49.6100525Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:41:49.6100703Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_batch_norm_cpu_float32 XFAIL 2022-12-01T10:41:49.6100950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_bilinear_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) 2022-12-01T10:41:49.6101143Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_binary_cross_entropy_cpu_float32 XFAIL 2022-12-01T10:41:49.6101317Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv1d_cpu_float32 PASSED 2022-12-01T10:41:49.6101518Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.6101716Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.6101910Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.6102082Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_with_bias_cpu_float32 PASSED 2022-12-01T10:41:49.6102307Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv_transpose2d_cpu_float32 PASSED 2022-12-01T10:41:49.6102493Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_cosine_similarity_cpu_float32 PASSED 2022-12-01T10:41:49.6102664Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_elu_cpu_float32 PASSED 2022-12-01T10:41:49.6102900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_embedding_bag_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T10:41:49.6103077Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_embedding_cpu_float32 PASSED 2022-12-01T10:41:49.6103293Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.6103528Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_fractional_max_pool3d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:41:49.6103716Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL 2022-12-01T10:41:49.6103888Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_gelu_cpu_float32 PASSED 2022-12-01T10:41:49.6104046Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_glu_cpu_float32 PASSED 2022-12-01T10:41:49.6104227Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_group_norm_cpu_float32 PASSED 2022-12-01T10:41:49.6104405Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_hardshrink_cpu_float32 PASSED 2022-12-01T10:41:49.6104584Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_hardswish_cpu_float32 PASSED 2022-12-01T10:41:49.6104762Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_layer_norm_cpu_float32 XFAIL 2022-12-01T10:41:49.6104939Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_leaky_relu_cpu_float32 PASSED 2022-12-01T10:41:49.6105129Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_local_response_norm_cpu_float32 PASSED 2022-12-01T10:41:49.6105310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_logsigmoid_cpu_float32 PASSED 2022-12-01T10:41:49.6105474Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_pool1d_cpu_float32 PASSED 2022-12-01T10:41:49.6105653Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_pool3d_cpu_float32 PASSED 2022-12-01T10:41:49.6105836Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool1d_cpu_float32 PASSED 2022-12-01T10:41:49.6106022Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool2d_grad_cpu_float32 XFAIL 2022-12-01T10:41:49.6106204Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool3d_cpu_float32 PASSED 2022-12-01T10:41:49.6106377Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_mish_cpu_float32 PASSED 2022-12-01T10:41:49.6106568Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_mse_loss_functorch_cpu_float32 PASSED 2022-12-01T10:41:49.6106806Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T10:41:49.6107050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T10:41:49.6107226Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_nll_loss_cpu_float32 PASSED 2022-12-01T10:41:49.6107395Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pad_reflect_cpu_float32 PASSED 2022-12-01T10:41:49.6107582Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pad_replicate_cpu_float32 PASSED 2022-12-01T10:41:49.6107770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pairwise_distance_cpu_float32 PASSED 2022-12-01T10:41:49.6107986Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pixel_shuffle_cpu_float32 PASSED 2022-12-01T10:41:49.6108171Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pixel_unshuffle_cpu_float32 PASSED 2022-12-01T10:41:49.6108356Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_poisson_nll_loss_cpu_float32 PASSED 2022-12-01T10:41:49.6108529Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_relu6_cpu_float32 PASSED 2022-12-01T10:41:49.6108710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_smooth_l1_loss_cpu_float32 PASSED 2022-12-01T10:41:49.6108894Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:41:49.6109085Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_softmin_cpu_float32 PASSED 2022-12-01T10:41:49.6109265Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_softplus_cpu_float32 PASSED 2022-12-01T10:41:49.6109440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_softsign_cpu_float32 PASSED 2022-12-01T10:41:49.6109620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_tanhshrink_cpu_float32 PASSED 2022-12-01T10:41:49.6109806Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_upsample_nearest_cpu_float32 PASSED 2022-12-01T10:41:49.6110010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6110171Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_norm_nuc_cpu_float32 PASSED 2022-12-01T10:41:49.6110328Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_normal_cpu_float32 XFAIL 2022-12-01T10:41:49.6110502Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_normal_number_mean_cpu_float32 XFAIL 2022-12-01T10:41:49.6110691Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6110946Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6111129Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ops_aten_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:41:49.6111286Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_outer_cpu_float32 PASSED 2022-12-01T10:41:49.6111449Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_pinverse_cpu_float32 PASSED 2022-12-01T10:41:49.6111626Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polygamma_polygamma_n_2_cpu_float32 PASSED 2022-12-01T10:41:49.6111802Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polygamma_polygamma_n_3_cpu_float32 PASSED 2022-12-01T10:41:49.6111964Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_positive_cpu_float32 PASSED 2022-12-01T10:41:49.6112120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_qr_cpu_float32 PASSED 2022-12-01T10:41:49.6112269Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_quantile_cpu_float32 XFAIL 2022-12-01T10:41:49.6112427Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_rad2deg_cpu_float32 PASSED 2022-12-01T10:41:49.6112630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6112836Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6112994Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ravel_cpu_float32 PASSED 2022-12-01T10:41:49.6113152Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_real_cpu_float32 PASSED 2022-12-01T10:41:49.6113318Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_remainder_cpu_float32 PASSED 2022-12-01T10:41:49.6113488Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_repeat_interleave_cpu_float32 PASSED 2022-12-01T10:41:49.6113669Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_reshape_as_cpu_float32 PASSED 2022-12-01T10:41:49.6113873Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6114039Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_resolve_neg_cpu_float32 PASSED 2022-12-01T10:41:49.6114207Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_round_decimals_3_cpu_float32 PASSED 2022-12-01T10:41:49.6114381Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_round_decimals_neg_3_cpu_float32 PASSED 2022-12-01T10:41:49.6114538Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_rsqrt_cpu_float32 PASSED 2022-12-01T10:41:49.6114724Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_rsub_cpu_float32 PASSED 2022-12-01T10:41:49.6114889Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_add_cpu_float32 PASSED 2022-12-01T10:41:49.6115049Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_cpu_float32 PASSED 2022-12-01T10:41:49.6115208Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_reduce_amax_cpu_float32 PASSED 2022-12-01T10:41:49.6115380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_reduce_prod_cpu_float32 XFAIL 2022-12-01T10:41:49.6115614Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_segment_reduce_offsets_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T10:41:49.6115814Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6116042Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6116200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sign_cpu_float32 PASSED 2022-12-01T10:41:49.6116354Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sin_cpu_float32 PASSED 2022-12-01T10:41:49.6116513Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sinh_cpu_float32 PASSED 2022-12-01T10:41:49.6116669Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_slice_cpu_float32 PASSED 2022-12-01T10:41:49.6116821Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_slice_scatter_cpu_float32 PASSED 2022-12-01T10:41:49.6116976Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sort_cpu_float32 PASSED 2022-12-01T10:41:49.6117149Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sparse_sampled_addmm_cpu_float32 XFAIL 2022-12-01T10:41:49.6117357Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6117570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6117782Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6118011Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6118179Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_entr_cpu_float32 PASSED 2022-12-01T10:41:49.6118402Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6118791Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.6118966Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_log_ndtr_cpu_float32 PASSED 2022-12-01T10:41:49.6119187Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6119388Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_ndtri_cpu_float32 PASSED 2022-12-01T10:41:49.6119618Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6120005Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.6120389Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) 2022-12-01T10:41:49.6120662Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6120834Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_xlog1py_cpu_float32 PASSED 2022-12-01T10:41:49.6120996Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_split_cpu_float32 PASSED 2022-12-01T10:41:49.6121221Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_split_list_args_cpu_float32 PASSED 2022-12-01T10:41:49.6121395Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_split_with_sizes_cpu_float32 PASSED 2022-12-01T10:41:49.6121553Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_square_cpu_float32 PASSED 2022-12-01T10:41:49.6121720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_squeeze_cpu_float32 PASSED 2022-12-01T10:41:49.6121876Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_std_cpu_float32 PASSED 2022-12-01T10:41:49.6122034Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_stft_cpu_float32 PASSED 2022-12-01T10:41:49.6122192Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sub_cpu_float32 PASSED 2022-12-01T10:41:49.6122346Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sum_cpu_float32 PASSED 2022-12-01T10:41:49.6122495Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_symeig_cpu_float32 PASSED 2022-12-01T10:41:49.6122652Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_take_cpu_float32 XFAIL 2022-12-01T10:41:49.6122805Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tan_cpu_float32 PASSED 2022-12-01T10:41:49.6122959Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_to_cpu_float32 XFAIL 2022-12-01T10:41:49.6123115Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_triu_cpu_float32 PASSED 2022-12-01T10:41:49.6123274Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_trunc_cpu_float32 PASSED 2022-12-01T10:41:49.6123439Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unflatten_cpu_float32 PASSED 2022-12-01T10:41:49.6123600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unfold_cpu_float32 PASSED 2022-12-01T10:41:49.6123806Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6123998Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:41:49.6124151Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_var_cpu_float32 PASSED 2022-12-01T10:41:49.6124311Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_vdot_cpu_float32 PASSED 2022-12-01T10:41:49.6124477Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_view_as_complex_cpu_float32 XFAIL 2022-12-01T10:41:49.6124636Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_vstack_cpu_float32 PASSED 2022-12-01T10:41:49.6124792Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvmapjvp_linalg_solve_cpu PASSED 2022-12-01T10:41:49.6124806Z 2022-12-01T10:41:49.6124921Z =============================== warnings summary =============================== 2022-12-01T10:41:49.6125144Z ../../../../../opt/conda/lib/python3.7/site-packages/_pytest/config/__init__.py:1130 2022-12-01T10:41:49.6125490Z /opt/conda/lib/python3.7/site-packages/_pytest/config/__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-12-01T10:41:49.6125633Z self._mark_plugins_for_rewrite(hook) 2022-12-01T10:41:49.6125639Z 2022-12-01T10:41:49.6125788Z test_ops.py::TestOperatorsCPU::test_extremal_numerics_log_softmax_cpu 2022-12-01T10:41:49.6126048Z /var/lib/jenkins/workspace/test/functorch/test_ops.py:1488: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. 2022-12-01T10:41:49.6126171Z result = torch.nn.functional.log_softmax(input) 2022-12-01T10:41:49.6126177Z 2022-12-01T10:41:49.6126321Z test_ops.py::TestOperatorsCPU::test_extremal_numerics_log_softmax_cpu 2022-12-01T10:41:49.6126766Z /opt/conda/lib/python3.7/site-packages/functorch/_src/eager_transforms.py:289: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. 2022-12-01T10:41:49.6126858Z primals_out = func(*primals) 2022-12-01T10:41:49.6126866Z 2022-12-01T10:41:49.6126999Z test_ops.py::TestOperatorsCPU::test_grad___rpow___cpu_float32 2022-12-01T10:41:49.6127134Z test_ops.py::TestOperatorsCPU::test_jvpvjp___rpow___cpu_float32 2022-12-01T10:41:49.6127251Z test_ops.py::TestOperatorsCPU::test_vjp___rpow___cpu_float32 2022-12-01T10:41:49.6127384Z test_ops.py::TestOperatorsCPU::test_vjpvmap___rpow___cpu_float32 2022-12-01T10:41:49.6127535Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rpow___cpu_float32 2022-12-01T10:41:49.6127676Z test_ops.py::TestOperatorsCPU::test_vmapjvpall___rpow___cpu_float32 2022-12-01T10:41:49.6127835Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rpow___cpu_float32 2022-12-01T10:41:49.6127969Z test_ops.py::TestOperatorsCPU::test_vmapvjp___rpow___cpu_float32 2022-12-01T10:41:49.6128111Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rpow___cpu_float32 2022-12-01T10:41:49.6128613Z /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:41:49.6128755Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:41:49.6128760Z 2022-12-01T10:41:49.6128878Z test_ops.py::TestOperatorsCPU::test_grad_chalf_cpu_float32 2022-12-01T10:41:49.6129414Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:14122: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:41:49.6129532Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-12-01T10:41:49.6129537Z 2022-12-01T10:41:49.6129676Z test_ops.py::TestOperatorsCPU::test_grad_index_reduce_cpu_float32 2022-12-01T10:41:49.6130193Z /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:41:49.6130288Z return self.op(*args, **kwargs) 2022-12-01T10:41:49.6130294Z 2022-12-01T10:41:49.6130423Z test_ops.py::TestOperatorsCPU::test_grad_istft_cpu_float32 2022-12-01T10:41:49.6131026Z /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:41:49.6131116Z return self.op(*args, **kwargs) 2022-12-01T10:41:49.6131121Z 2022-12-01T10:41:49.6131247Z test_ops.py::TestOperatorsCPU::test_grad_lu_cpu_float32 2022-12-01T10:41:49.6131675Z /opt/conda/lib/python3.7/site-packages/torch/functional.py:1682: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-12-01T10:41:49.6131796Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T10:41:49.6131878Z should be replaced with 2022-12-01T10:41:49.6132001Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T10:41:49.6132063Z and 2022-12-01T10:41:49.6132191Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T10:41:49.6132273Z should be replaced with 2022-12-01T10:41:49.6132521Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1925.) 2022-12-01T10:41:49.6132661Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T10:41:49.6132697Z 2022-12-01T10:41:49.6132818Z test_ops.py::TestOperatorsCPU::test_grad_lu_solve_cpu_float32 2022-12-01T10:41:49.6133235Z /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:41:49.6133363Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T10:41:49.6133454Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T10:41:49.6133535Z should be replaced with 2022-12-01T10:41:49.6133764Z 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:41:49.6133853Z return self.op(*args, **kwargs) 2022-12-01T10:41:49.6133858Z 2022-12-01T10:41:49.6134010Z test_ops.py::TestOperatorsCPU::test_grad_nn_functional_dropout2d_cpu_float32 2022-12-01T10:41:49.6134166Z test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_dropout2d_cpu_float32 2022-12-01T10:41:49.6134302Z test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_dropout2d_cpu_float32 2022-12-01T10:41:49.6134455Z test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_dropout2d_cpu_float32 2022-12-01T10:41:49.6134611Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_dropout2d_cpu_float32 2022-12-01T10:41:49.6134770Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_dropout2d_cpu_float32 2022-12-01T10:41:49.6135595Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-12-01T10:41:49.6135844Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:41:49.6135851Z 2022-12-01T10:41:49.6135997Z test_ops.py::TestOperatorsCPU::test_grad_nn_functional_kl_div_cpu_float32 2022-12-01T10:41:49.6136146Z test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_kl_div_cpu_float32 2022-12-01T10:41:49.6136290Z test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_kl_div_cpu_float32 2022-12-01T10:41:49.6136436Z test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_kl_div_cpu_float32 2022-12-01T10:41:49.6136584Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_kl_div_cpu_float64 2022-12-01T10:41:49.6136737Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_kl_div_cpu_float32 2022-12-01T10:41:49.6136889Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_kl_div_cpu_float32 2022-12-01T10:41:49.6137210Z test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_kl_div_cpu_float32 2022-12-01T10:41:49.6137871Z /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:41:49.6138168Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:41:49.6138173Z 2022-12-01T10:41:49.6138338Z test_ops.py::TestOperatorsCPU::test_grad_nn_functional_upsample_bilinear_cpu_float32 2022-12-01T10:41:49.6138503Z test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_upsample_bilinear_cpu_float32 2022-12-01T10:41:49.6138669Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_upsample_bilinear_cpu_float32 2022-12-01T10:41:49.6138826Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_upsample_bilinear_cpu_float32 2022-12-01T10:41:49.6139033Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_upsample_bilinear_cpu_float32 2022-12-01T10:41:49.6139220Z test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_upsample_bilinear_cpu_float32 2022-12-01T10:41:49.6139604Z /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:41:49.6139805Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:41:49.6139811Z 2022-12-01T10:41:49.6139971Z test_ops.py::TestOperatorsCPU::test_grad_nn_functional_upsample_nearest_cpu_float32 2022-12-01T10:41:49.6140133Z test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_upsample_nearest_cpu_float32 2022-12-01T10:41:49.6140294Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_upsample_nearest_cpu_float32 2022-12-01T10:41:49.6140462Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_upsample_nearest_cpu_float32 2022-12-01T10:41:49.6140646Z test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_upsample_nearest_cpu_float32 2022-12-01T10:41:49.6140797Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_upsample_nearest_cpu_float32 2022-12-01T10:41:49.6141173Z /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:41:49.6141370Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:41:49.6141375Z 2022-12-01T10:41:49.6141520Z test_ops.py::TestOperatorsCPU::test_grad_scatter_reduce_amax_cpu_float32 2022-12-01T10:41:49.6142041Z /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:41:49.6142132Z return self.op(*args, **kwargs) 2022-12-01T10:41:49.6142140Z 2022-12-01T10:41:49.6142282Z test_ops.py::TestOperatorsCPU::test_grad_triangular_solve_cpu_float32 2022-12-01T10:41:49.6142734Z /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:41:49.6142916Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:41:49.6143023Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:41:49.6143092Z should be replaced with 2022-12-01T10:41:49.6143324Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T10:41:49.6143413Z return self.op(*args, **kwargs) 2022-12-01T10:41:49.6143418Z 2022-12-01T10:41:49.6143544Z test_ops.py::TestOperatorsCPU::test_jvp_qr_cpu_float32 2022-12-01T10:41:49.6143945Z /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:41:49.6144190Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:41:49.6144271Z Q, R = torch.qr(A, some) 2022-12-01T10:41:49.6144352Z should be replaced with 2022-12-01T10:41:49.6144711Z 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:41:49.6144788Z return self.op(*args, **kwargs) 2022-12-01T10:41:49.6144793Z 2022-12-01T10:41:49.6144930Z test_ops.py::TestOperatorsCPU::test_jvpvjp_cholesky_cpu_float32 2022-12-01T10:41:49.6145378Z /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:41:49.6145460Z L = torch.cholesky(A) 2022-12-01T10:41:49.6145540Z should be replaced with 2022-12-01T10:41:49.6145635Z L = torch.linalg.cholesky(A) 2022-12-01T10:41:49.6145699Z and 2022-12-01T10:41:49.6145778Z U = torch.cholesky(A, upper=True) 2022-12-01T10:41:49.6145861Z should be replaced with 2022-12-01T10:41:49.6145957Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T10:41:49.6146243Z 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:41:49.6146331Z return self.op(*args, **kwargs) 2022-12-01T10:41:49.6146336Z 2022-12-01T10:41:49.6146486Z test_ops.py::TestOperatorsCPU::test_jvpvjp_sparse_sampled_addmm_cpu_float32 2022-12-01T10:41:49.6147208Z /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:41:49.6147321Z torch.eye(m, n, device=device, dtype=dtype) 2022-12-01T10:41:49.6147326Z 2022-12-01T10:41:49.6147459Z test_ops.py::TestOperatorsCPU::test_jvpvjp_stft_cpu_float32 2022-12-01T10:41:49.6148061Z /opt/conda/lib/python3.7/site-packages/torch/functional.py:633: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:804.) 2022-12-01T10:41:49.6148165Z normalized, onesided, return_complex) 2022-12-01T10:41:49.6148170Z 2022-12-01T10:41:49.6148292Z test_ops.py::TestOperatorsCPU::test_jvpvjp_symeig_cpu_float32 2022-12-01T10:41:49.6148708Z /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:41:49.6148925Z 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:41:49.6149020Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:41:49.6149102Z should be replaced with 2022-12-01T10:41:49.6149279Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:41:49.6149341Z and 2022-12-01T10:41:49.6149446Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:41:49.6149515Z should be replaced with 2022-12-01T10:41:49.6149869Z 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:41:49.6149958Z return self.op(*args, **kwargs) 2022-12-01T10:41:49.6149964Z 2022-12-01T10:41:49.6150117Z test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_cpu_float32 2022-12-01T10:41:49.6150693Z /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:41:49.6150815Z return self.op(*args, **kwargs) 2022-12-01T10:41:49.6150820Z 2022-12-01T10:41:49.6150957Z test_ops.py::TestOperatorsCPU::test_vjpvmap___rpow___cpu_float32 2022-12-01T10:41:49.6151714Z /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::detach_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6151884Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:41:49.6151890Z 2022-12-01T10:41:49.6152031Z test_ops.py::TestOperatorsCPU::test_vjpvmap_chalf_cpu_float32 2022-12-01T10:41:49.6152812Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:14122: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::chalf. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6152930Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-12-01T10:41:49.6152936Z 2022-12-01T10:41:49.6153073Z test_ops.py::TestOperatorsCPU::test_vjpvmap_diagflat_cpu_float32 2022-12-01T10:41:49.6153830Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::diagflat. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6153924Z return self.op(*args, **kwargs) 2022-12-01T10:41:49.6153929Z 2022-12-01T10:41:49.6154069Z test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ihfftn_cpu_float32 2022-12-01T10:41:49.6154830Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fft_ihfftn. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6154920Z return self.op(*args, **kwargs) 2022-12-01T10:41:49.6154926Z 2022-12-01T10:41:49.6155059Z test_ops.py::TestOperatorsCPU::test_vjpvmap_index_reduce_cpu_float32 2022-12-01T10:41:49.6155202Z test_ops.py::TestOperatorsCPU::test_vmapvjp_index_reduce_cpu_float32 2022-12-01T10:41:49.6155964Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6156059Z return self.op(*args, **kwargs) 2022-12-01T10:41:49.6156064Z 2022-12-01T10:41:49.6156202Z test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lu_cpu_float32 2022-12-01T10:41:49.6156345Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lu_cpu_float32 2022-12-01T10:41:49.6156481Z test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lu_cpu_float32 2022-12-01T10:41:49.6156622Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lu_cpu_float32 2022-12-01T10:41:49.6157380Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6157504Z return self.op(*args, **kwargs) 2022-12-01T10:41:49.6157510Z 2022-12-01T10:41:49.6157660Z test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_tensorsolve_cpu_float32 2022-12-01T10:41:49.6158462Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_tensorsolve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6158630Z return self.op(*args, **kwargs) 2022-12-01T10:41:49.6158639Z 2022-12-01T10:41:49.6158809Z test_ops.py::TestOperatorsCPU::test_vjpvmap_lu_solve_cpu_float32 2022-12-01T10:41:49.6159572Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_solve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6159661Z return self.op(*args, **kwargs) 2022-12-01T10:41:49.6159667Z 2022-12-01T10:41:49.6159808Z test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_fill_cpu_float32 2022-12-01T10:41:49.6159941Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_fill_cpu_float32 2022-12-01T10:41:49.6160718Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6160809Z return self.op(*args, **kwargs) 2022-12-01T10:41:49.6160814Z 2022-12-01T10:41:49.6160957Z test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_scatter_cpu_float32 2022-12-01T10:41:49.6161105Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_scatter_cpu_float32 2022-12-01T10:41:49.6161362Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_scatter_cpu_float32 2022-12-01T10:41:49.6162140Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_scatter. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6162231Z return self.op(*args, **kwargs) 2022-12-01T10:41:49.6162238Z 2022-12-01T10:41:49.6162374Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nansum_cpu_float32 2022-12-01T10:41:49.6162516Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nansum_cpu_float32 2022-12-01T10:41:49.6162658Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nanmean_cpu_float32 2022-12-01T10:41:49.6162795Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nanmean_cpu_float32 2022-12-01T10:41:49.6162922Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nanmean_cpu_float32 2022-12-01T10:41:49.6163060Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nansum_cpu_float32 2022-12-01T10:41:49.6163827Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nansum. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6163966Z return self.op(*args, **kwargs) 2022-12-01T10:41:49.6163971Z 2022-12-01T10:41:49.6164124Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_ctc_loss_cpu_float32 2022-12-01T10:41:49.6164865Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2629: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::ctc_loss.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6165045Z log_probs, targets, input_lengths, target_lengths, blank, _Reduction.get_enum(reduction), zero_infinity 2022-12-01T10:41:49.6165051Z 2022-12-01T10:41:49.6165214Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_gaussian_nll_loss_cpu_float32 2022-12-01T10:41:49.6165428Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_gaussian_nll_loss_cpu_float32 2022-12-01T10:41:49.6165599Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_gaussian_nll_loss_cpu_float32 2022-12-01T10:41:49.6165764Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_gaussian_nll_loss_cpu_float32 2022-12-01T10:41:49.6165929Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_gaussian_nll_loss_cpu_float32 2022-12-01T10:41:49.6166649Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2833: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::any. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6166731Z if torch.any(var < 0): 2022-12-01T10:41:49.6166737Z 2022-12-01T10:41:49.6166883Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_huber_loss_cpu_float32 2022-12-01T10:41:49.6167041Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_huber_loss_cpu_float32 2022-12-01T10:41:49.6167776Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3230: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::huber_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6167957Z return torch._C._nn.huber_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), delta) 2022-12-01T10:41:49.6167963Z 2022-12-01T10:41:49.6168118Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_pool1d_cpu_float32 2022-12-01T10:41:49.6168846Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:696: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool1d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6169002Z return torch.max_pool1d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-12-01T10:41:49.6169008Z 2022-12-01T10:41:49.6169197Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool2d_cpu_float32 2022-12-01T10:41:49.6169441Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool2d_grad_cpu_float32 2022-12-01T10:41:49.6169626Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool2d_grad_cpu_float32 2022-12-01T10:41:49.6169791Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool2d_grad_cpu_float32 2022-12-01T10:41:49.6170539Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:980: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_unpool2d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6170705Z return torch._C._nn.max_unpool2d(input, indices, output_size) 2022-12-01T10:41:49.6170711Z 2022-12-01T10:41:49.6170864Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_mse_loss_cpu_float32 2022-12-01T10:41:49.6171740Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [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:41:49.6171964Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:41:49.6171970Z 2022-12-01T10:41:49.6172128Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_mse_loss_cpu_float32 2022-12-01T10:41:49.6173009Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: An output with one or more elements was resized since it had shape [5], which does not match the required output shape [2, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:41:49.6173173Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:41:49.6173178Z 2022-12-01T10:41:49.6173332Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_mse_loss_cpu_float32 2022-12-01T10:41:49.6174215Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: An output with one or more elements was resized since it had shape [25], which does not match the required output shape [2, 25]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing 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:41:49.6174377Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:41:49.6174383Z 2022-12-01T10:41:49.6174521Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_mse_loss_cpu_float32 2022-12-01T10:41:49.6175393Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: An output with one or more elements was resized since it had shape [125], which does not match the required output shape [2, 125]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing 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:41:49.6175553Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:41:49.6175558Z 2022-12-01T10:41:49.6175729Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_multilabel_margin_loss_cpu_float32 2022-12-01T10:41:49.6176489Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3389: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::multilabel_margin_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6176637Z return torch._C._nn.multilabel_margin_loss(input, target, reduction_enum) 2022-12-01T10:41:49.6176642Z 2022-12-01T10:41:49.6176828Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pdist_cpu_float32 2022-12-01T10:41:49.6177808Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::pdist. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6177903Z return self.op(*args, **kwargs) 2022-12-01T10:41:49.6177911Z 2022-12-01T10:41:49.6178081Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_triplet_margin_loss_cpu_float32 2022-12-01T10:41:49.6178895Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4555: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::triplet_margin_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6179079Z return torch.triplet_margin_loss(anchor, positive, negative, margin, p, eps, swap, reduction_enum) 2022-12-01T10:41:49.6179085Z 2022-12-01T10:41:49.6179221Z test_ops.py::TestOperatorsCPU::test_vjpvmap_put_cpu_float32 2022-12-01T10:41:49.6179362Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_put_cpu_float32 2022-12-01T10:41:49.6180109Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::put. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6180206Z return self.op(*args, **kwargs) 2022-12-01T10:41:49.6180211Z 2022-12-01T10:41:49.6180352Z test_ops.py::TestOperatorsCPU::test_vjpvmap_quantile_cpu_float32 2022-12-01T10:41:49.6181122Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::quantile.scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6181216Z return self.op(*args, **kwargs) 2022-12-01T10:41:49.6181221Z 2022-12-01T10:41:49.6181364Z test_ops.py::TestOperatorsCPU::test_vjpvmap_quantile_cpu_float32 2022-12-01T10:41:49.6182130Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::quantile. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6182229Z return self.op(*args, **kwargs) 2022-12-01T10:41:49.6182234Z 2022-12-01T10:41:49.6182372Z test_ops.py::TestOperatorsCPU::test_vjpvmap_renorm_cpu_float32 2022-12-01T10:41:49.6182492Z test_ops.py::TestOperatorsCPU::test_vmapvjp_renorm_cpu_float32 2022-12-01T10:41:49.6183265Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::renorm. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6183343Z return self.op(*args, **kwargs) 2022-12-01T10:41:49.6183348Z 2022-12-01T10:41:49.6183433Z test_ops.py: 10 warnings 2022-12-01T10:41:49.6184202Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_reduce.two. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6184329Z return self.op(*args, **kwargs) 2022-12-01T10:41:49.6184334Z 2022-12-01T10:41:49.6184489Z test_ops.py::TestOperatorsCPU::test_vjpvmap_segment_reduce_offsets_cpu_float32 2022-12-01T10:41:49.6184642Z test_ops.py::TestOperatorsCPU::test_vmapvjp_segment_reduce_lengths_cpu_float32 2022-12-01T10:41:49.6184792Z test_ops.py::TestOperatorsCPU::test_vmapvjp_segment_reduce_offsets_cpu_float32 2022-12-01T10:41:49.6185578Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::segment_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6185672Z return self.op(*args, **kwargs) 2022-12-01T10:41:49.6185678Z 2022-12-01T10:41:49.6185825Z test_ops.py::TestOperatorsCPU::test_vjpvmap_special_log_ndtr_cpu_float32 2022-12-01T10:41:49.6185980Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_log_ndtr_cpu_float32 2022-12-01T10:41:49.6186755Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_log_ndtr. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6186843Z return self.op(*args, **kwargs) 2022-12-01T10:41:49.6186849Z 2022-12-01T10:41:49.6186983Z test_ops.py::TestOperatorsCPU::test_vjpvmap_vdot_cpu_float32 2022-12-01T10:41:49.6187129Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_vecdot_cpu_float32 2022-12-01T10:41:49.6187255Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_vdot_cpu_float32 2022-12-01T10:41:49.6188005Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::vdot. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6188094Z return self.op(*args, **kwargs) 2022-12-01T10:41:49.6188100Z 2022-12-01T10:41:49.6188251Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_as_strided_cpu_float32 2022-12-01T10:41:49.6188393Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_stft_cpu_float32 2022-12-01T10:41:49.6188527Z test_ops.py::TestOperatorsCPU::test_vmapvjp_stft_cpu_float32 2022-12-01T10:41:49.6188661Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_stft_cpu_float32 2022-12-01T10:41:49.6189402Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_add_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6189564Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:41:49.6189569Z 2022-12-01T10:41:49.6189717Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cummin_cpu_float32 2022-12-01T10:41:49.6190473Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::cummaxmin_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6190665Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:41:49.6190670Z 2022-12-01T10:41:49.6190818Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumprod_cpu_float32 2022-12-01T10:41:49.6190972Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vander_cpu_float32 2022-12-01T10:41:49.6191105Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_det_cpu_float32 2022-12-01T10:41:49.6191260Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_det_singular_cpu_float32 2022-12-01T10:41:49.6191403Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_prod_cpu_float32 2022-12-01T10:41:49.6192169Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::cumprod_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6192332Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:41:49.6192338Z 2022-12-01T10:41:49.6192488Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfft2_cpu_float32 2022-12-01T10:41:49.6192637Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfftn_cpu_float32 2022-12-01T10:41:49.6192783Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfftn_cpu_float64 2022-12-01T10:41:49.6192926Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ihfft2_cpu_float32 2022-12-01T10:41:49.6193065Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ihfftn_cpu_float32 2022-12-01T10:41:49.6193202Z test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ihfftn_cpu_float32 2022-12-01T10:41:49.6193333Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ihfft2_cpu_float32 2022-12-01T10:41:49.6193471Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ihfftn_cpu_float32 2022-12-01T10:41:49.6194215Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_conj_physical. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6194378Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:41:49.6194384Z 2022-12-01T10:41:49.6194533Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_copy_cpu_float32 2022-12-01T10:41:49.6194679Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_copy_cpu_float64 2022-12-01T10:41:49.6194823Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_copy_cpu_float32 2022-12-01T10:41:49.6195575Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_fill.int_Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6195736Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:41:49.6195741Z 2022-12-01T10:41:49.6195914Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_householder_product_cpu_float64 2022-12-01T10:41:49.6196078Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_householder_product_cpu_float32 2022-12-01T10:41:49.6196800Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::tril_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6196988Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:41:49.6196993Z 2022-12-01T10:41:49.6197157Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_ctc_loss_cpu_float32 2022-12-01T10:41:49.6197320Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_ctc_loss_cpu_float64 2022-12-01T10:41:49.6198062Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_ctc_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6198243Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:41:49.6198249Z 2022-12-01T10:41:49.6198412Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_bag_cpu_float32 2022-12-01T10:41:49.6199186Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_embedding_bag_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6199329Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:41:49.6199347Z 2022-12-01T10:41:49.6199517Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_fractional_max_pool2d_cpu_float32 2022-12-01T10:41:49.6200279Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fractional_max_pool2d_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6200436Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:41:49.6200445Z 2022-12-01T10:41:49.6200615Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_huber_loss_cpu_float32 2022-12-01T10:41:49.6201458Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::huber_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6201622Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:41:49.6201630Z 2022-12-01T10:41:49.6201799Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool3d_cpu_float32 2022-12-01T10:41:49.6201965Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool3d_cpu_float64 2022-12-01T10:41:49.6202128Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_pool3d_cpu_float32 2022-12-01T10:41:49.6202287Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_pool3d_cpu_float32 2022-12-01T10:41:49.6202447Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_pool3d_cpu_float32 2022-12-01T10:41:49.6203224Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool3d_with_indices_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6203424Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:41:49.6203429Z 2022-12-01T10:41:49.6203591Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mish_cpu_float32 2022-12-01T10:41:49.6204334Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::mish_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6204496Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:41:49.6204501Z 2022-12-01T10:41:49.6204704Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multi_margin_loss_cpu_float32 2022-12-01T10:41:49.6204869Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_multi_margin_loss_cpu_float32 2022-12-01T10:41:49.6205633Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::multi_margin_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6205790Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:41:49.6205795Z 2022-12-01T10:41:49.6205946Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pdist_cpu_float32 2022-12-01T10:41:49.6206106Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pdist_cpu_float64 2022-12-01T10:41:49.6206259Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pdist_cpu_float32 2022-12-01T10:41:49.6207002Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_pdist_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6207162Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:41:49.6207167Z 2022-12-01T10:41:49.6207329Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_rrelu_cpu_float32 2022-12-01T10:41:49.6208092Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::rrelu_with_noise_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6208252Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:41:49.6208258Z 2022-12-01T10:41:49.6208431Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_smooth_l1_loss_cpu_float32 2022-12-01T10:41:49.6208591Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_smooth_l1_loss_cpu_float32 2022-12-01T10:41:49.6208753Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_smooth_l1_loss_cpu_float32 2022-12-01T10:41:49.6209510Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::smooth_l1_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6209670Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:41:49.6209705Z 2022-12-01T10:41:49.6209884Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_soft_margin_loss_cpu_float32 2022-12-01T10:41:49.6210057Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_soft_margin_loss_cpu_float64 2022-12-01T10:41:49.6210221Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_soft_margin_loss_cpu_float32 2022-12-01T10:41:49.6210978Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::soft_margin_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6211177Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:41:49.6211184Z 2022-12-01T10:41:49.6211316Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_put_cpu_float32 2022-12-01T10:41:49.6211456Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_put_cpu_float32 2022-12-01T10:41:49.6211593Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_take_cpu_float32 2022-12-01T10:41:49.6212321Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::take. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6212483Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:41:49.6212488Z 2022-12-01T10:41:49.6212633Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_put_cpu_float32 2022-12-01T10:41:49.6212778Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_take_cpu_float32 2022-12-01T10:41:49.6212923Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_take_cpu_float64 2022-12-01T10:41:49.6213059Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_put_cpu_float32 2022-12-01T10:41:49.6213785Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::put. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6213945Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:41:49.6213950Z 2022-12-01T10:41:49.6214114Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_segment_reduce_lengths_cpu_float32 2022-12-01T10:41:49.6214279Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_segment_reduce_lengths_cpu_float64 2022-12-01T10:41:49.6214429Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_segment_reduce_offsets_cpu_float32 2022-12-01T10:41:49.6214596Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_segment_reduce_offsets_cpu_float64 2022-12-01T10:41:49.6214751Z test_ops.py::TestOperatorsCPU::test_vmapvjp_segment_reduce_lengths_cpu_float32 2022-12-01T10:41:49.6214904Z test_ops.py::TestOperatorsCPU::test_vmapvjp_segment_reduce_offsets_cpu_float32 2022-12-01T10:41:49.6215671Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_segment_reduce_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6215835Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:41:49.6215841Z 2022-12-01T10:41:49.6215991Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_to_sparse_cpu_float64 2022-12-01T10:41:49.6216772Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::to_dense_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6216930Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:41:49.6216936Z 2022-12-01T10:41:49.6217248Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unfold_cpu_float32 2022-12-01T10:41:49.6217415Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unfold_cpu_float32 2022-12-01T10:41:49.6217601Z test_ops.py::TestOperatorsCPU::test_vmapvjp_unfold_cpu_float32 2022-12-01T10:41:49.6217727Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unfold_cpu_float32 2022-12-01T10:41:49.6218496Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::unfold_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6218647Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:41:49.6218667Z 2022-12-01T10:41:49.6218795Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_complex_cpu_float32 2022-12-01T10:41:49.6218932Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_polar_cpu_float32 2022-12-01T10:41:49.6219075Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_complex_cpu_float32 2022-12-01T10:41:49.6219216Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polar_cpu_float32 2022-12-01T10:41:49.6219355Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_complex_cpu_float32 2022-12-01T10:41:49.6220115Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::complex. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6220214Z return self.op(*args, **kwargs) 2022-12-01T10:41:49.6220219Z 2022-12-01T10:41:49.6220367Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ihfft2_cpu_float32 2022-12-01T10:41:49.6220509Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ihfft2_cpu_float32 2022-12-01T10:41:49.6220649Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ihfftn_cpu_float32 2022-12-01T10:41:49.6220772Z test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ihfftn_cpu_float32 2022-12-01T10:41:49.6220910Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ihfft2_cpu_float32 2022-12-01T10:41:49.6221047Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ihfftn_cpu_float32 2022-12-01T10:41:49.6221813Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_conj_physical. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6221904Z return self.op(*args, **kwargs) 2022-12-01T10:41:49.6221910Z 2022-12-01T10:41:49.6222062Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lu_factor_ex_cpu_float32 2022-12-01T10:41:49.6222210Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lu_solve_cpu_float32 2022-12-01T10:41:49.6222361Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_factor_ex_cpu_float32 2022-12-01T10:41:49.6222509Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_solve_cpu_float32 2022-12-01T10:41:49.6222653Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lu_unpack_cpu_float32 2022-12-01T10:41:49.6223450Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_unpack. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6223540Z return self.op(*args, **kwargs) 2022-12-01T10:41:49.6223545Z 2022-12-01T10:41:49.6223668Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_lu_cpu_float32 2022-12-01T10:41:49.6223802Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lu_cpu_float32 2022-12-01T10:41:49.6224556Z /opt/conda/lib/python3.7/site-packages/torch/functional.py:1682: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_unpack. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6224702Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T10:41:49.6224707Z 2022-12-01T10:41:49.6224854Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nanquantile_cpu_float32 2022-12-01T10:41:49.6224994Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_quantile_cpu_float32 2022-12-01T10:41:49.6225138Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nanquantile_cpu_float32 2022-12-01T10:41:49.6225280Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_quantile_cpu_float32 2022-12-01T10:41:49.6225415Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nanquantile_cpu_float32 2022-12-01T10:41:49.6225550Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_quantile_cpu_float32 2022-12-01T10:41:49.6226317Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lerp_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6226411Z return self.op(*args, **kwargs) 2022-12-01T10:41:49.6226416Z 2022-12-01T10:41:49.6226547Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nanquantile_cpu_float32 2022-12-01T10:41:49.6226687Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_quantile_cpu_float32 2022-12-01T10:41:49.6226829Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nanquantile_cpu_float32 2022-12-01T10:41:49.6226968Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_quantile_cpu_float32 2022-12-01T10:41:49.6227103Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nanquantile_cpu_float32 2022-12-01T10:41:49.6227239Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_quantile_cpu_float32 2022-12-01T10:41:49.6227991Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::all. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6228085Z return self.op(*args, **kwargs) 2022-12-01T10:41:49.6228091Z 2022-12-01T10:41:49.6228250Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_huber_loss_cpu_float32 2022-12-01T10:41:49.6228989Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3230: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::huber_loss_backward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6229172Z return torch._C._nn.huber_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), delta) 2022-12-01T10:41:49.6229208Z 2022-12-01T10:41:49.6229368Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_pool3d_cpu_float32 2022-12-01T10:41:49.6229511Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_pool3d_cpu_float32 2022-12-01T10:41:49.6229667Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_pool3d_cpu_float32 2022-12-01T10:41:49.6229825Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_pool3d_cpu_float32 2022-12-01T10:41:49.6230595Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:843: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool3d_with_indices. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6230775Z return torch._C._nn.max_pool3d_with_indices(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-12-01T10:41:49.6230783Z 2022-12-01T10:41:49.6230938Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_pool3d_cpu_float32 2022-12-01T10:41:49.6231090Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_pool3d_cpu_float32 2022-12-01T10:41:49.6231244Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_pool3d_cpu_float32 2022-12-01T10:41:49.6231399Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_pool3d_cpu_float32 2022-12-01T10:41:49.6232162Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:868: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool3d_with_indices. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6232316Z return torch.max_pool3d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-12-01T10:41:49.6232323Z 2022-12-01T10:41:49.6232465Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_copysign_cpu_float32 2022-12-01T10:41:49.6232601Z test_ops.py::TestOperatorsCPU::test_vmapvjp_copysign_cpu_float32 2022-12-01T10:41:49.6232729Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_copysign_cpu_float32 2022-12-01T10:41:49.6233507Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copysign.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6233599Z return self.op(*args, **kwargs) 2022-12-01T10:41:49.6233604Z 2022-12-01T10:41:49.6233748Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cumprod_cpu_float32 2022-12-01T10:41:49.6234512Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6234606Z return self.op(*args, **kwargs) 2022-12-01T10:41:49.6234611Z 2022-12-01T10:41:49.6234763Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_factor_ex_cpu_float32 2022-12-01T10:41:49.6234913Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_solve_cpu_float32 2022-12-01T10:41:49.6235045Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lu_cpu_float32 2022-12-01T10:41:49.6235190Z test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lu_factor_cpu_float32 2022-12-01T10:41:49.6235327Z test_ops.py::TestOperatorsCPU::test_vmapvjp_lu_solve_cpu_float32 2022-12-01T10:41:49.6235476Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lu_factor_cpu_float32 2022-12-01T10:41:49.6235626Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lu_cpu_float32 2022-12-01T10:41:49.6235766Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lu_solve_cpu_float32 2022-12-01T10:41:49.6236503Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_unpack. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6236666Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:41:49.6236672Z 2022-12-01T10:41:49.6236823Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_cumprod_cpu_float32 2022-12-01T10:41:49.6237600Z /opt/conda/lib/python3.7/site-packages/torch/masked/_ops.py:1196: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6237746Z return torch.cumprod(mask_input, dim_, dtype=dtype).to(dtype=dtype) 2022-12-01T10:41:49.6237752Z 2022-12-01T10:41:49.6237921Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool1d_grad_cpu_float32 2022-12-01T10:41:49.6238078Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool1d_cpu_float32 2022-12-01T10:41:49.6238239Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool1d_cpu_float32 2022-12-01T10:41:49.6238972Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:948: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_unpool2d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6239232Z return torch._C._nn.max_unpool2d(input.unsqueeze(-1), indices.unsqueeze(-1), output_size).squeeze(-1) 2022-12-01T10:41:49.6239238Z 2022-12-01T10:41:49.6239406Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool3d_grad_cpu_float32 2022-12-01T10:41:49.6239565Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool3d_cpu_float32 2022-12-01T10:41:49.6239725Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool3d_cpu_float32 2022-12-01T10:41:49.6240465Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1012: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_unpool3d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6240616Z return torch._C._nn.max_unpool3d(input, indices, output_size, _stride, padding) 2022-12-01T10:41:49.6240623Z 2022-12-01T10:41:49.6240769Z test_ops.py::TestOperatorsCPU::test_vmapvjp_as_strided_scatter_cpu_float32 2022-12-01T10:41:49.6240909Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_as_strided_scatter_cpu_float32 2022-12-01T10:41:49.6241804Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:10636: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::as_strided_scatter. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6241956Z torch.as_strided_scatter(x, src, size, stride, storage_offset=storage_offset), 2022-12-01T10:41:49.6241964Z 2022-12-01T10:41:49.6242139Z test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_logsigmoid_cpu_float32 2022-12-01T10:41:49.6242333Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_logsigmoid_cpu_float32 2022-12-01T10:41:49.6242495Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_logsigmoid_cpu_float32 2022-12-01T10:41:49.6243375Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: An output with one or more elements was resized since it had shape [20], which does not match the required output shape [2, 20]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing 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:41:49.6243566Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:41:49.6243572Z 2022-12-01T10:41:49.6243748Z test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_logsigmoid_cpu_float32 2022-12-01T10:41:49.6243905Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_logsigmoid_cpu_float32 2022-12-01T10:41:49.6244066Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_logsigmoid_cpu_float32 2022-12-01T10:41:49.6244957Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [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:41:49.6245121Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:41:49.6245127Z 2022-12-01T10:41:49.6245279Z test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sigmoid_cpu_float32 2022-12-01T10:41:49.6245612Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1967: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-12-01T10:41:49.6245766Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-12-01T10:41:49.6245771Z 2022-12-01T10:41:49.6245913Z test_ops.py::TestOperatorsCPU::test_vmapvjp_index_reduce_cpu_float32 2022-12-01T10:41:49.6246657Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6246820Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:41:49.6246825Z 2022-12-01T10:41:49.6246969Z test_ops.py::TestOperatorsCPU::test_vmapvjp_index_reduce_cpu_float32 2022-12-01T10:41:49.6247123Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_reduce_prod_cpu_float32 2022-12-01T10:41:49.6247850Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::any. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6248007Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:41:49.6248012Z 2022-12-01T10:41:49.6248166Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_ctc_loss_cpu_float32 2022-12-01T10:41:49.6248904Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2629: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_ctc_loss.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6249114Z log_probs, targets, input_lengths, target_lengths, blank, _Reduction.get_enum(reduction), zero_infinity 2022-12-01T10:41:49.6249119Z 2022-12-01T10:41:49.6249272Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_ctc_loss_cpu_float32 2022-12-01T10:41:49.6250059Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_ctc_loss_backward.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6250219Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:41:49.6250226Z 2022-12-01T10:41:49.6250391Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_multi_margin_loss_cpu_float32 2022-12-01T10:41:49.6251129Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3530: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::multi_margin_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6251288Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-12-01T10:41:49.6251294Z 2022-12-01T10:41:49.6251442Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pdist_cpu_float32 2022-12-01T10:41:49.6252210Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_pdist_forward. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6252305Z return self.op(*args, **kwargs) 2022-12-01T10:41:49.6252311Z 2022-12-01T10:41:49.6252473Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_smooth_l1_loss_cpu_float32 2022-12-01T10:41:49.6252636Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_smooth_l1_loss_cpu_float32 2022-12-01T10:41:49.6253369Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3200: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::smooth_l1_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6253554Z return torch._C._nn.smooth_l1_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), beta) 2022-12-01T10:41:49.6253561Z 2022-12-01T10:41:49.6253711Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_combinations_cpu_float32 2022-12-01T10:41:49.6253847Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_select_cpu_float32 2022-12-01T10:41:49.6254591Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_scatter. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6254755Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:41:49.6254760Z 2022-12-01T10:41:49.6254928Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_soft_margin_loss_cpu_float32 2022-12-01T10:41:49.6255665Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3411: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::soft_margin_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6255833Z return torch._C._nn.soft_margin_loss(input, target, reduction_enum) 2022-12-01T10:41:49.6255839Z 2022-12-01T10:41:49.6255995Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_reduce_prod_cpu_float32 2022-12-01T10:41:49.6256796Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_reduce.two. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6256958Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:41:49.6256966Z 2022-12-01T10:41:49.6257307Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_take_cpu_float32 2022-12-01T10:41:49.6258104Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::take. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6258198Z return self.op(*args, **kwargs) 2022-12-01T10:41:49.6258206Z 2022-12-01T10:41:49.6258344Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_take_cpu_float32 2022-12-01T10:41:49.6259075Z /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:302: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::put_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:41:49.6259242Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:41:49.6259247Z 2022-12-01T10:41:49.6259485Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-12-01T10:41:49.6259825Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/functorch.test_ops/functorch.test_ops-0fdbdcc860a73f28.xml - 2022-12-01T10:41:49.6259975Z = 3303 passed, 1001 skipped, 16 deselected, 179 xfailed, 264 warnings in 1752.27s (0:29:12) = 2022-12-01T10:41:49.6260454Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-12-01T10:41:49.6260554Z warnings.warn(msg, FutureWarning) 2022-12-01T10:41:49.6261066Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16, torch.bfloat16). 2022-12-01T10:41:49.6261164Z warnings.warn(msg, FutureWarning) 2022-12-01T10:41:49.6261680Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.bfloat16, torch.float16). 2022-12-01T10:41:49.6261776Z warnings.warn(msg, FutureWarning) 2022-12-01T10:41:49.6262270Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16). 2022-12-01T10:41:49.6262426Z warnings.warn(msg, FutureWarning) 2022-12-01T10:41:49.6263121Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16). 2022-12-01T10:41:49.6263218Z warnings.warn(msg, FutureWarning) 2022-12-01T10:41:49.6263975Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16, torch.complex32). 2022-12-01T10:41:49.6264075Z warnings.warn(msg, FutureWarning) 2022-12-01T10:41:49.6264253Z 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:41:49.6264258Z 2022-12-01T10:41:49.6264831Z ##[endgroup] 2022-12-01T10:41:49.6265253Z FINISHED PRINTING LOG FILE of functorch/test_ops (/var/lib/jenkins/workspace/test/test-reports/functorch-test_ops_e868wahc) 2022-12-01T10:41:49.6265263Z 2022-12-01T10:41:49.7069933Z Executing ['/opt/conda/bin/python', '-bb', 'functorch/test_ops.py', '-v', '--use-pytest', '-vv', '-x', '--reruns=2', '-rfEX', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:41:49.706526] 2022-12-01T10:41:59.5276509Z 2022-12-01T10:41:59.5277055Z Expand the folded group to see the log file of functorch/test_ops 2022-12-01T10:41:59.5278289Z ##[group]PRINTING LOG FILE of functorch/test_ops (/var/lib/jenkins/workspace/test/test-reports/functorch-test_ops_ozre4iy_) 2022-12-01T10:41:59.5278959Z Test results will be stored in test-reports/python-pytest/functorch.test_ops/functorch.test_ops-6450ca7600040f3a.xml 2022-12-01T10:41:59.5279302Z ============================= test session starts ============================== 2022-12-01T10:41:59.5279668Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:41:59.5279929Z cachedir: .pytest_cache 2022-12-01T10:41:59.5280336Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:41:59.5280711Z rootdir: /var/lib/jenkins/workspace/test/functorch, configfile: pytest.ini 2022-12-01T10:41:59.5281224Z 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:41:59.5281539Z collecting ... collected 8880 items / 8852 deselected / 28 selected 2022-12-01T10:41:59.5284205Z Running 28 items in this shard: test_ops.py::TestOperatorsCPU::test_grad_linalg_cholesky_cpu_float32, test_ops.py::TestOperatorsCPU::test_grad_linalg_cholesky_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_cholesky_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvp_linalg_cholesky_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_cholesky_cpu_float32, test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_cholesky_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_cholesky_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjp_linalg_cholesky_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_cholesky_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_cholesky_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_cholesky_cpu_float32, test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_cholesky_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cholesky_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cholesky_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cholesky_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cholesky_ex_cpu_float64, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_cholesky_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_cholesky_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_cholesky_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_cholesky_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_cholesky_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_cholesky_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_cholesky_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_cholesky_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_cholesky_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_cholesky_ex_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_cholesky_cpu_float32, test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_cholesky_ex_cpu_float32 2022-12-01T10:41:59.5286878Z 2022-12-01T10:41:59.5287054Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_cholesky_cpu_float32 PASSED 2022-12-01T10:41:59.5287401Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_cholesky_ex_cpu_float32 PASSED 2022-12-01T10:41:59.5287793Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_cholesky_cpu_float32 PASSED 2022-12-01T10:41:59.5288134Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_cholesky_ex_cpu_float32 PASSED 2022-12-01T10:41:59.5288567Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_cholesky_cpu_float32 PASSED 2022-12-01T10:41:59.5289005Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_cholesky_ex_cpu_float32 PASSED 2022-12-01T10:41:59.5289381Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_cholesky_cpu_float32 PASSED 2022-12-01T10:41:59.5289724Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_cholesky_ex_cpu_float32 PASSED 2022-12-01T10:41:59.5290057Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_cholesky_cpu_float32 PASSED 2022-12-01T10:41:59.5290405Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_cholesky_ex_cpu_float32 PASSED 2022-12-01T10:41:59.5290758Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_cholesky_cpu_float32 PASSED 2022-12-01T10:41:59.5291111Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_cholesky_ex_cpu_float32 PASSED 2022-12-01T10:41:59.5291462Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cholesky_cpu_float32 PASSED 2022-12-01T10:41:59.5291831Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cholesky_cpu_float64 PASSED 2022-12-01T10:41:59.5292205Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cholesky_ex_cpu_float32 PASSED 2022-12-01T10:41:59.5292580Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cholesky_ex_cpu_float64 PASSED 2022-12-01T10:41:59.5292952Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_cholesky_cpu_float32 PASSED 2022-12-01T10:41:59.5293348Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_cholesky_ex_cpu_float32 PASSED 2022-12-01T10:41:59.5293718Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_cholesky_cpu_float32 PASSED 2022-12-01T10:41:59.5294065Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_cholesky_ex_cpu_float32 PASSED 2022-12-01T10:41:59.5294425Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_cholesky_cpu_float32 PASSED 2022-12-01T10:41:59.5294778Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_cholesky_ex_cpu_float32 PASSED 2022-12-01T10:41:59.5295148Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_cholesky_cpu_float32 PASSED 2022-12-01T10:41:59.5295518Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_cholesky_ex_cpu_float32 PASSED 2022-12-01T10:41:59.5295876Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_cholesky_cpu_float32 PASSED 2022-12-01T10:41:59.5296281Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_cholesky_ex_cpu_float32 PASSED 2022-12-01T10:41:59.5296636Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_cholesky_cpu_float32 PASSED 2022-12-01T10:41:59.5297654Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_cholesky_ex_cpu_float32 PASSED/opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-12-01T10:41:59.5298182Z warnings.warn(msg, FutureWarning) 2022-12-01T10:41:59.5298905Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16, torch.bfloat16). 2022-12-01T10:41:59.5299367Z warnings.warn(msg, FutureWarning) 2022-12-01T10:41:59.5300016Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.bfloat16, torch.float16). 2022-12-01T10:41:59.5300449Z warnings.warn(msg, FutureWarning) 2022-12-01T10:41:59.5301073Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16). 2022-12-01T10:41:59.5301507Z warnings.warn(msg, FutureWarning) 2022-12-01T10:41:59.5302331Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16). 2022-12-01T10:41:59.5302876Z warnings.warn(msg, FutureWarning) 2022-12-01T10:41:59.5303728Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16, torch.complex32). 2022-12-01T10:41:59.5304294Z warnings.warn(msg, FutureWarning) 2022-12-01T10:41:59.5304427Z 2022-12-01T10:41:59.5304431Z 2022-12-01T10:41:59.5304550Z =============================== warnings summary =============================== 2022-12-01T10:41:59.5304904Z ../../../../../opt/conda/lib/python3.7/site-packages/_pytest/config/__init__.py:1130 2022-12-01T10:41:59.5305425Z /opt/conda/lib/python3.7/site-packages/_pytest/config/__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-12-01T10:41:59.5305783Z self._mark_plugins_for_rewrite(hook) 2022-12-01T10:41:59.5305916Z 2022-12-01T10:41:59.5306147Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-12-01T10:41:59.5306666Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/functorch.test_ops/functorch.test_ops-6450ca7600040f3a.xml - 2022-12-01T10:41:59.5307023Z ================ 28 passed, 8852 deselected, 1 warning in 6.31s ================ 2022-12-01T10:41:59.5307347Z 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:41:59.5307545Z 2022-12-01T10:41:59.5307817Z ##[endgroup] 2022-12-01T10:41:59.5308200Z FINISHED PRINTING LOG FILE of functorch/test_ops (/var/lib/jenkins/workspace/test/test-reports/functorch-test_ops_ozre4iy_) 2022-12-01T10:41:59.5308473Z 2022-12-01T10:41:59.5308662Z Running functorch/test_vmap ... [2022-12-01 10:41:59.528488] 2022-12-01T10:41:59.5309139Z Executing ['/opt/conda/bin/python', '-bb', 'functorch/test_vmap.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:41:59.528797] 2022-12-01T10:43:25.5038409Z 2022-12-01T10:43:25.5038903Z Expand the folded group to see the log file of functorch/test_vmap 2022-12-01T10:43:25.5040600Z ##[group]PRINTING LOG FILE of functorch/test_vmap (/var/lib/jenkins/workspace/test/test-reports/functorch-test_vmap_f3xthza8) 2022-12-01T10:43:25.5043632Z Test results will be stored in test-reports/python-unittest/functorch.test_vmap 2022-12-01T10:43:25.5044951Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-12-01T10:43:25.5045544Z warnings.warn(msg, FutureWarning) 2022-12-01T10:43:25.5046521Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16, torch.bfloat16). 2022-12-01T10:43:25.5047158Z warnings.warn(msg, FutureWarning) 2022-12-01T10:43:25.5048083Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.bfloat16, torch.float16). 2022-12-01T10:43:25.5048754Z warnings.warn(msg, FutureWarning) 2022-12-01T10:43:25.5049686Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.float16). 2022-12-01T10:43:25.5050288Z warnings.warn(msg, FutureWarning) 2022-12-01T10:43:25.5051554Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16). 2022-12-01T10:43:25.5052405Z warnings.warn(msg, FutureWarning) 2022-12-01T10:43:25.5053941Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.all_types_and_complex_and() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64, torch.uint8, torch.int8, torch.int16, torch.int32, torch.int64, torch.complex64, torch.complex128, torch.bool, torch.float16, torch.bfloat16, torch.complex32). 2022-12-01T10:43:25.5054934Z warnings.warn(msg, FutureWarning) 2022-12-01T10:43:25.5055196Z 2022-12-01T10:43:25.5055312Z Running tests... 2022-12-01T10:43:25.5055840Z ---------------------------------------------------------------------- 2022-12-01T10:43:25.5057244Z test_alpha_dropout_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... functorch/test_vmap.py:3909: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::all. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5058298Z slices_equal = vmap(vmap(lambda x, y: (x == y).all(), (0, None)), (None, 0))(tensor, tensor) 2022-12-01T10:43:25.5058682Z ok (0.022s) 2022-12-01T10:43:25.5059139Z test_alpha_dropout_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-12-01T10:43:25.5059697Z test_alpha_dropout_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:43:25.5060365Z test_alpha_dropout_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.009s) 2022-12-01T10:43:25.5060854Z test_alpha_dropout_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5061423Z test_alpha_dropout_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5062014Z test_alpha_dropout_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:43:25.5062540Z test_alpha_dropout_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:43:25.5063193Z test_alpha_dropout_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:43:25.5063936Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_first_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:43:25.5064812Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_first_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:43:25.5065544Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_first_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:43:25.5066157Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_last_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:43:25.5066822Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_last_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:43:25.5067301Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_last_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:43:25.5067809Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_none_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5068450Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_none_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5069145Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_none_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5069917Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_first_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5070605Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_first_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5071338Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_first_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5072054Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_last_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5072635Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_last_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5073219Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_last_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5073876Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_none_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5074577Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_none_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5075389Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_none_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5076080Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_first_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5076545Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_first_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5077005Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_first_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:43:25.5077699Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_last_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5078457Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_last_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5079240Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_last_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:43:25.5079832Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_none_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5080537Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_none_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5081325Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_none_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:43:25.5082047Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_first_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:43:25.5082834Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_first_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:43:25.5083509Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_first_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:43:25.5084154Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_last_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:43:25.5084637Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_last_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:43:25.5085111Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_last_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:43:25.5085577Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_none_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5086054Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_none_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5086508Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_none_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5086974Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_first_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5087438Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_first_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5087896Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_first_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5088404Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_last_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5088859Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_last_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5089321Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_last_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5089782Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_none_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5090276Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_none_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5090720Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_none_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5091182Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_first_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5091646Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_first_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5092101Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_first_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:43:25.5092542Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_last_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5093004Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_last_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5093468Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_last_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:43:25.5093929Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_none_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5094373Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_none_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5094832Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_none_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-12-01T10:43:25.5095208Z test_chunk_vmap_in_dim_0_out_dim_0_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:43:25.5095524Z test_chunk_vmap_in_dim_0_out_dim_1_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:43:25.5095820Z test_chunk_vmap_in_dim_0_out_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:43:25.5096131Z test_chunk_vmap_in_dim_1_out_dim_0_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:43:25.5096438Z test_chunk_vmap_in_dim_1_out_dim_1_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:43:25.5096745Z test_chunk_vmap_in_dim_1_out_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:43:25.5097204Z test_chunk_vmap_in_dim_2_out_dim_0_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5097549Z test_chunk_vmap_in_dim_2_out_dim_1_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:43:25.5097860Z test_chunk_vmap_in_dim_2_out_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:43:25.5098188Z test_dropout_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:43:25.5098568Z test_dropout_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:43:25.5098935Z test_dropout_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:43:25.5099376Z test_dropout_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5099721Z test_dropout_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5100079Z test_dropout_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5100441Z test_dropout_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:43:25.5100799Z test_dropout_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:43:25.5101145Z test_dropout_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:43:25.5101550Z test_factory_ops_randomness_different_use_generator_False_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5101931Z test_factory_ops_randomness_different_use_generator_True_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-12-01T10:43:25.5102290Z test_factory_ops_randomness_error_use_generator_False_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5102652Z test_factory_ops_randomness_error_use_generator_True_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5103008Z test_factory_ops_randomness_same_use_generator_False_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:43:25.5103368Z test_factory_ops_randomness_same_use_generator_True_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:43:25.5103736Z test_feature_alpha_dropout_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-12-01T10:43:25.5104138Z test_feature_alpha_dropout_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-12-01T10:43:25.5104537Z test_feature_alpha_dropout_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-12-01T10:43:25.5104931Z test_feature_alpha_dropout_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.009s) 2022-12-01T10:43:25.5105302Z test_feature_alpha_dropout_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.009s) 2022-12-01T10:43:25.5105680Z test_feature_alpha_dropout_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5106052Z test_feature_alpha_dropout_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:43:25.5106437Z test_feature_alpha_dropout_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:43:25.5106804Z test_feature_alpha_dropout_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:43:25.5107188Z test_feature_dropout_randomness_different_batched_input_first_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-12-01T10:43:25.5107581Z test_feature_dropout_randomness_different_batched_input_first_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-12-01T10:43:25.5107967Z test_feature_dropout_randomness_different_batched_input_last_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-12-01T10:43:25.5108341Z test_feature_dropout_randomness_different_batched_input_last_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-12-01T10:43:25.5108729Z test_feature_dropout_randomness_different_batched_input_none_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-12-01T10:43:25.5109105Z test_feature_dropout_randomness_different_batched_input_none_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-12-01T10:43:25.5109473Z test_feature_dropout_randomness_error_batched_input_first_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.009s) 2022-12-01T10:43:25.5109851Z test_feature_dropout_randomness_error_batched_input_first_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.009s) 2022-12-01T10:43:25.5110257Z test_feature_dropout_randomness_error_batched_input_last_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.009s) 2022-12-01T10:43:25.5110634Z test_feature_dropout_randomness_error_batched_input_last_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.009s) 2022-12-01T10:43:25.5110994Z test_feature_dropout_randomness_error_batched_input_none_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.009s) 2022-12-01T10:43:25.5111360Z test_feature_dropout_randomness_error_batched_input_none_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.009s) 2022-12-01T10:43:25.5111728Z test_feature_dropout_randomness_same_batched_input_first_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:43:25.5112126Z test_feature_dropout_randomness_same_batched_input_first_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:43:25.5112492Z test_feature_dropout_randomness_same_batched_input_last_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-12-01T10:43:25.5112866Z test_feature_dropout_randomness_same_batched_input_last_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:43:25.5113235Z test_feature_dropout_randomness_same_batched_input_none_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:43:25.5113603Z test_feature_dropout_randomness_same_batched_input_none_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:43:25.5113923Z test_jacfwd_with_random_cpu (__main__.TestRandomnessCPU) ... ok (0.060s) 2022-12-01T10:43:25.5114265Z test_like_functions_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:43:25.5114645Z test_like_functions_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-12-01T10:43:25.5115016Z test_like_functions_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-12-01T10:43:25.5115375Z test_like_functions_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:43:25.5115746Z test_like_functions_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:43:25.5116108Z test_like_functions_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:43:25.5116456Z test_like_functions_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:43:25.5116815Z test_like_functions_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:43:25.5117172Z test_like_functions_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:43:25.5117583Z test_multinomial_use_generator_False_randomness_different_batched_call_False_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-12-01T10:43:25.5118024Z test_multinomial_use_generator_False_randomness_different_batched_call_False_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:43:25.5118473Z test_multinomial_use_generator_False_randomness_different_batched_call_False_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:43:25.5118931Z test_multinomial_use_generator_False_randomness_different_batched_call_True_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:43:25.5119380Z test_multinomial_use_generator_False_randomness_different_batched_call_True_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-12-01T10:43:25.5120949Z test_multinomial_use_generator_False_randomness_different_batched_call_True_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:43:25.5121393Z test_multinomial_use_generator_False_randomness_error_batched_call_False_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5121839Z test_multinomial_use_generator_False_randomness_error_batched_call_False_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5122327Z test_multinomial_use_generator_False_randomness_error_batched_call_False_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5122766Z test_multinomial_use_generator_False_randomness_error_batched_call_True_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5123190Z test_multinomial_use_generator_False_randomness_error_batched_call_True_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5123627Z test_multinomial_use_generator_False_randomness_error_batched_call_True_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5124095Z test_multinomial_use_generator_False_randomness_same_batched_call_False_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5124531Z test_multinomial_use_generator_False_randomness_same_batched_call_False_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5124956Z test_multinomial_use_generator_False_randomness_same_batched_call_False_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:43:25.5125391Z test_multinomial_use_generator_False_randomness_same_batched_call_True_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5125822Z test_multinomial_use_generator_False_randomness_same_batched_call_True_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5126251Z test_multinomial_use_generator_False_randomness_same_batched_call_True_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:43:25.5126675Z test_multinomial_use_generator_True_randomness_different_batched_call_False_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:43:25.5127121Z test_multinomial_use_generator_True_randomness_different_batched_call_False_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:43:25.5127569Z test_multinomial_use_generator_True_randomness_different_batched_call_False_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:43:25.5128005Z test_multinomial_use_generator_True_randomness_different_batched_call_True_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:43:25.5128434Z test_multinomial_use_generator_True_randomness_different_batched_call_True_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:43:25.5128869Z test_multinomial_use_generator_True_randomness_different_batched_call_True_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:43:25.5129303Z test_multinomial_use_generator_True_randomness_error_batched_call_False_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5129738Z test_multinomial_use_generator_True_randomness_error_batched_call_False_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5130161Z test_multinomial_use_generator_True_randomness_error_batched_call_False_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5130589Z test_multinomial_use_generator_True_randomness_error_batched_call_True_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5131018Z test_multinomial_use_generator_True_randomness_error_batched_call_True_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5131445Z test_multinomial_use_generator_True_randomness_error_batched_call_True_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5131873Z test_multinomial_use_generator_True_randomness_same_batched_call_False_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5132294Z test_multinomial_use_generator_True_randomness_same_batched_call_False_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5132776Z test_multinomial_use_generator_True_randomness_same_batched_call_False_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-12-01T10:43:25.5133203Z test_multinomial_use_generator_True_randomness_same_batched_call_True_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5133631Z test_multinomial_use_generator_True_randomness_same_batched_call_True_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5134043Z test_multinomial_use_generator_True_randomness_same_batched_call_True_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:43:25.5134548Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_first_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:43:25.5135032Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_first_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:43:25.5135513Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_first_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:43:25.5135974Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_last_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:43:25.5136453Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_last_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:43:25.5136925Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_last_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:43:25.5138055Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_none_batched_other_first_cpu (__main__.TestRandomnessCPU) ... functorch/test_vmap.py:4312: UserWarning: An output with one or more elements was resized since it had shape [3, 3, 14, 14], which does not match the required output shape [4, 3, 3, 14, 14]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:43:25.5138982Z lambda t, o, _: torch.binomial(t, (o - 0.5), **kwargs), 2022-12-01T10:43:25.5139192Z ok (0.006s) 2022-12-01T10:43:25.5139513Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_none_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:43:25.5139980Z test_random_binary_out_of_place_use_generator_False_randomness_different_batched_input_none_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:43:25.5140458Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_first_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5140926Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_first_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5141385Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_first_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5141831Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_last_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5142287Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_last_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5142813Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_last_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5143280Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_none_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5143729Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_none_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5144191Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_none_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5144686Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_first_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5145153Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_first_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5145606Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_first_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5146074Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_last_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5146534Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_last_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5146991Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_last_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5147440Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_none_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5147886Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_none_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5148343Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_none_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-12-01T10:43:25.5148804Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_first_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:43:25.5149275Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_first_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:43:25.5149730Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_first_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-12-01T10:43:25.5150195Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_last_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-12-01T10:43:25.5150664Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_last_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:43:25.5151128Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_last_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-12-01T10:43:25.5151593Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_none_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-12-01T10:43:25.5152043Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_none_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:43:25.5152502Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_none_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-12-01T10:43:25.5152986Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_first_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5153440Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_first_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5153889Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_first_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5154348Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_last_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5154836Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_last_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5155291Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_last_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5155729Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_none_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5156183Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_none_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5156641Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_none_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5157097Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_first_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5157555Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_first_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5158003Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_first_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5158457Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_last_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5158907Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_last_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5159355Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_last_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5159793Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_none_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5160248Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_none_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5160703Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_none_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-12-01T10:43:25.5161226Z test_random_unary_inplace_use_generator_False_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.017s) 2022-12-01T10:43:25.5161646Z test_random_unary_inplace_use_generator_False_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.019s) 2022-12-01T10:43:25.5162076Z test_random_unary_inplace_use_generator_False_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5162504Z test_random_unary_inplace_use_generator_False_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5162930Z test_random_unary_inplace_use_generator_False_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5163376Z test_random_unary_inplace_use_generator_False_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5163795Z test_random_unary_inplace_use_generator_False_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.014s) 2022-12-01T10:43:25.5164214Z test_random_unary_inplace_use_generator_False_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.015s) 2022-12-01T10:43:25.5164633Z test_random_unary_inplace_use_generator_False_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.014s) 2022-12-01T10:43:25.5165064Z test_random_unary_inplace_use_generator_True_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.014s) 2022-12-01T10:43:25.5165491Z test_random_unary_inplace_use_generator_True_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-12-01T10:43:25.5165915Z test_random_unary_inplace_use_generator_True_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5166340Z test_random_unary_inplace_use_generator_True_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5166739Z test_random_unary_inplace_use_generator_True_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5167147Z test_random_unary_inplace_use_generator_True_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5167563Z test_random_unary_inplace_use_generator_True_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.011s) 2022-12-01T10:43:25.5167978Z test_random_unary_inplace_use_generator_True_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.012s) 2022-12-01T10:43:25.5168378Z test_random_unary_inplace_use_generator_True_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.011s) 2022-12-01T10:43:25.5168801Z test_random_unary_out_of_place_use_generator_False_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.014s) 2022-12-01T10:43:25.5169235Z test_random_unary_out_of_place_use_generator_False_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.014s) 2022-12-01T10:43:25.5169668Z test_random_unary_out_of_place_use_generator_False_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.014s) 2022-12-01T10:43:25.5170090Z test_random_unary_out_of_place_use_generator_False_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5170519Z test_random_unary_out_of_place_use_generator_False_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5170946Z test_random_unary_out_of_place_use_generator_False_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5171366Z test_random_unary_out_of_place_use_generator_False_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5171791Z test_random_unary_out_of_place_use_generator_False_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5172203Z test_random_unary_out_of_place_use_generator_False_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.011s) 2022-12-01T10:43:25.5172630Z test_random_unary_out_of_place_use_generator_True_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.011s) 2022-12-01T10:43:25.5173063Z test_random_unary_out_of_place_use_generator_True_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.011s) 2022-12-01T10:43:25.5173523Z test_random_unary_out_of_place_use_generator_True_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.012s) 2022-12-01T10:43:25.5173935Z test_random_unary_out_of_place_use_generator_True_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5174355Z test_random_unary_out_of_place_use_generator_True_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5174773Z test_random_unary_out_of_place_use_generator_True_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5175196Z test_random_unary_out_of_place_use_generator_True_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5175631Z test_random_unary_out_of_place_use_generator_True_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:43:25.5176055Z test_random_unary_out_of_place_use_generator_True_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.009s) 2022-12-01T10:43:25.5176448Z test_randperm_randomness_different_use_generator_False_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:43:25.5176814Z test_randperm_randomness_different_use_generator_True_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:43:25.5177338Z test_randperm_randomness_error_use_generator_False_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:43:25.5177705Z test_randperm_randomness_error_use_generator_True_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:43:25.5178065Z test_randperm_randomness_same_use_generator_False_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:43:25.5178412Z test_randperm_randomness_same_use_generator_True_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:43:25.5178744Z test_unsupported_random_cpu (__main__.TestRandomnessCPU) ... ok (0.012s) 2022-12-01T10:43:25.5179104Z test_fails_with_autograd_function_transform_grad_and_value_cpu (__main__.TestTransformFailureCPU) ... ok (0.003s) 2022-12-01T10:43:25.5179489Z test_fails_with_autograd_function_transform_grad_cpu (__main__.TestTransformFailureCPU) ... ok (0.003s) 2022-12-01T10:43:25.5179862Z test_fails_with_autograd_function_transform_jacfwd_cpu (__main__.TestTransformFailureCPU) ... ok (0.003s) 2022-12-01T10:43:25.5180242Z test_fails_with_autograd_function_transform_jacrev_cpu (__main__.TestTransformFailureCPU) ... ok (0.003s) 2022-12-01T10:43:25.5180610Z test_fails_with_autograd_function_transform_jvp_cpu (__main__.TestTransformFailureCPU) ... ok (0.003s) 2022-12-01T10:43:25.5180979Z test_fails_with_autograd_function_transform_vjp_cpu (__main__.TestTransformFailureCPU) ... ok (0.003s) 2022-12-01T10:43:25.5181337Z test_fails_with_autograd_function_transform_vmap_cpu (__main__.TestTransformFailureCPU) ... ok (0.003s) 2022-12-01T10:43:25.5181662Z test_accepts_nested_inputs (__main__.TestVmapAPI) ... ok (0.004s) 2022-12-01T10:43:25.5182049Z test_backward_unsupported_interaction (__main__.TestVmapAPI) ... skip: error: element 0 of tensors does not require grad and does not have a grad_fn (0.001s) 2022-12-01T10:43:25.5182449Z test_batch_rule_does_not_need_to_handle_no_batched_input (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T10:43:25.5182745Z test_batched_gradient_basic (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:43:25.5183020Z test_constant_function (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:43:25.5183311Z test_data_dependent_control_flow_throws (__main__.TestVmapAPI) ... ok (0.004s) 2022-12-01T10:43:25.5183604Z test_different_map_dim_size_raises (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:43:25.5184692Z test_fallback_atan2 (__main__.TestVmapAPI) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copysign.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5185372Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5185585Z ok (0.049s) 2022-12-01T10:43:25.5185814Z test_fallback_does_not_warn_by_default (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:43:25.5186112Z test_fallback_masked_fill (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:43:25.5186403Z test_fallback_multiple_returns (__main__.TestVmapAPI) ... ok (0.006s) 2022-12-01T10:43:25.5186733Z test_fallback_warns_when_warnings_are_enabled (__main__.TestVmapAPI) ... expected failure (0.002s) 2022-12-01T10:43:25.5187046Z test_fallback_with_undefined_grad (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:43:25.5188098Z test_fallback_zero_dim (__main__.TestVmapAPI) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copysign.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5188709Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5188913Z ok (0.021s) 2022-12-01T10:43:25.5189119Z test_func_with_no_inputs (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:43:25.5189394Z test_func_with_no_tensors (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:43:25.5189666Z test_functools_partial (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:43:25.5189968Z test_grad_unsupported_interaction (__main__.TestVmapAPI) ... expected failure (0.002s) 2022-12-01T10:43:25.5190271Z test_in_dim_not_in_tensor_err_msg (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T10:43:25.5190556Z test_in_dims_wrong_type_err_msg (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:43:25.5191577Z test_inplace_fallback_nary_different_levels (__main__.TestVmapAPI) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::atan2_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5192191Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5192400Z expected failure (0.006s) 2022-12-01T10:43:25.5192658Z test_inplace_fallback_nary_same_levels (__main__.TestVmapAPI) ... ok (0.042s) 2022-12-01T10:43:25.5192955Z test_inplace_fallback_unary (__main__.TestVmapAPI) ... ok (0.012s) 2022-12-01T10:43:25.5193265Z test_integer_in_dim_but_not_tensor_input_err_msg (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T10:43:25.5193537Z test_item_throws (__main__.TestVmapAPI) ... ok (0.005s) 2022-12-01T10:43:25.5193798Z test_multiple_inputs (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:43:25.5194067Z test_multiple_out_dims (__main__.TestVmapAPI) ... ok (0.003s) 2022-12-01T10:43:25.5194324Z test_multiple_outputs (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:43:25.5194593Z test_multiple_outputs2 (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:43:25.5194868Z test_nested_negative_in_dims (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:43:25.5195152Z test_nested_non_default_in_dims (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:43:25.5195417Z test_nested_out_dims (__main__.TestVmapAPI) ... ok (0.003s) 2022-12-01T10:43:25.5195692Z test_nested_with_diag_embed (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:43:25.5195980Z test_nested_with_different_map_dim (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T10:43:25.5196259Z test_nested_with_same_map_dim (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T10:43:25.5196522Z test_nn_module (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:43:25.5196867Z test_non_default_in_dims_out_dims (__main__.TestVmapAPI) ... ok (0.003s) 2022-12-01T10:43:25.5197145Z test_non_tensor_output_raises (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:43:25.5197420Z test_non_zero_in_dims (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T10:43:25.5197678Z test_none_in_dims (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T10:43:25.5197934Z test_nonzero_out_dims (__main__.TestVmapAPI) ... ok (0.006s) 2022-12-01T10:43:25.5198189Z test_noop_in_inner_vmap (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:43:25.5198469Z test_not_enough_in_dims_err_msg (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T10:43:25.5198759Z test_out_dim_out_of_bounds_err_msg (__main__.TestVmapAPI) ... ok (0.004s) 2022-12-01T10:43:25.5199081Z test_out_dims_and_num_outputs_mismatch_err_msg (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T10:43:25.5199380Z test_out_dims_edge_case (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:43:25.5199680Z test_out_dims_must_be_int_or_collection_of_int_err_msg (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:43:25.5199982Z test_pytree_odict_returns (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:43:25.5200238Z test_pytree_returns (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T10:43:25.5200521Z test_pytree_returns_broadcast_nested (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:43:25.5200915Z test_pytree_returns_broadcast_simple (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:43:25.5201198Z test_pytree_returns_outdims (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T10:43:25.5201474Z test_reshape_dim_into (__main__.TestVmapAPI) ... ok (0.003s) 2022-12-01T10:43:25.5201745Z test_reshape_dim_outof (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T10:43:25.5201997Z test_single_input (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:43:25.5202273Z test_unsupported_op_err_msg (__main__.TestVmapAPI) ... ok (0.007s) 2022-12-01T10:43:25.5202610Z test_vmap_autocast_cpu (__main__.TestVmapAPI) ... skip: Somehow, vmap and autocast do not work on CPU (0.000s) 2022-12-01T10:43:25.5202967Z test_vmap_autocast_cuda (__main__.TestVmapAPI) ... skip: CUDA is unavailable (0.000s) 2022-12-01T10:43:25.5203273Z test_add_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.006s) 2022-12-01T10:43:25.5203600Z test_binary_cross_entropy_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.004s) 2022-12-01T10:43:25.5203929Z test_diagonal_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-12-01T10:43:25.5204232Z test_div_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.010s) 2022-12-01T10:43:25.5204538Z test_expand_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:43:25.5204845Z test_index_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-12-01T10:43:25.5205165Z test_inplace_manyview_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.005s) 2022-12-01T10:43:25.5205481Z test_inplace_view_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.004s) 2022-12-01T10:43:25.5205799Z test_lgamma_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-12-01T10:43:25.5206107Z test_log1p_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-12-01T10:43:25.5206398Z test_log_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-12-01T10:43:25.5206704Z test_log_softmax_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-12-01T10:43:25.5207024Z test_logsumexp_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.004s) 2022-12-01T10:43:25.5207330Z test_max_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:43:25.5207620Z test_median_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:43:25.5207939Z test_min_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:43:25.5208227Z test_mul_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.009s) 2022-12-01T10:43:25.5208540Z test_permute_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:43:25.5208906Z test_reshape_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:43:25.5209219Z test_select_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-12-01T10:43:25.5209515Z test_sigmoid_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-12-01T10:43:25.5209826Z test_slice_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.004s) 2022-12-01T10:43:25.5210137Z test_stack_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:43:25.5210427Z test_sub_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.006s) 2022-12-01T10:43:25.5210888Z test_symeig_cpu (__main__.TestVmapBatchedGradientCPU) ... functorch/test_vmap.py:3025: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:43:25.5211448Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T10:43:25.5211774Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:43:25.5211974Z should be replaced with 2022-12-01T10:43:25.5212285Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:43:25.5212497Z and 2022-12-01T10:43:25.5212675Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:43:25.5212888Z should be replaced with 2022-12-01T10:43:25.5213360Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2806.) 2022-12-01T10:43:25.5213731Z return torch.symeig(x, eigenvectors=True)[0] 2022-12-01T10:43:25.5213928Z ok (0.005s) 2022-12-01T10:43:25.5214174Z test_threshold_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:43:25.5214492Z test_trace_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-12-01T10:43:25.5214805Z test_unrelated_output_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-12-01T10:43:25.5215159Z test_unrelated_output_multiple_grad_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-12-01T10:43:25.5215531Z test_vmap_fallback_check (__main__.TestVmapBatchedGradientCPU) ... expected failure (0.001s) 2022-12-01T10:43:25.5215869Z test_vmap_fallback_check_ok (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-12-01T10:43:25.5216193Z test_where_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.005s) 2022-12-01T10:43:25.5216481Z test_T_numpy (__main__.TestVmapOperators) ... ok (0.007s) 2022-12-01T10:43:25.5216768Z test_adaptive_avg_pool2d (__main__.TestVmapOperators) ... ok (0.003s) 2022-12-01T10:43:25.5217194Z test_argmax_dim (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T10:43:25.5217486Z test_arithmetic_add (__main__.TestVmapOperators) ... ok (0.015s) 2022-12-01T10:43:25.5217779Z test_arithmetic_add_dunder (__main__.TestVmapOperators) ... ok (0.014s) 2022-12-01T10:43:25.5218062Z test_arithmetic_div (__main__.TestVmapOperators) ... ok (0.015s) 2022-12-01T10:43:25.5218355Z test_arithmetic_div_dunder (__main__.TestVmapOperators) ... ok (0.015s) 2022-12-01T10:43:25.5218643Z test_arithmetic_mul (__main__.TestVmapOperators) ... ok (0.015s) 2022-12-01T10:43:25.5218934Z test_arithmetic_mul_dunder (__main__.TestVmapOperators) ... ok (0.014s) 2022-12-01T10:43:25.5219209Z test_arithmetic_pow (__main__.TestVmapOperators) ... ok (0.015s) 2022-12-01T10:43:25.5219498Z test_arithmetic_pow_dunder (__main__.TestVmapOperators) ... ok (0.016s) 2022-12-01T10:43:25.5219786Z test_arithmetic_sub (__main__.TestVmapOperators) ... ok (0.014s) 2022-12-01T10:43:25.5220059Z test_arithmetic_sub_dunder (__main__.TestVmapOperators) ... ok (0.014s) 2022-12-01T10:43:25.5220341Z test_as_strided (__main__.TestVmapOperators) ... ok (0.056s) 2022-12-01T10:43:25.5220602Z test_bmm (__main__.TestVmapOperators) ... ok (0.020s) 2022-12-01T10:43:25.5220848Z test_cat (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:43:25.5221104Z test_chunk (__main__.TestVmapOperators) ... ok (0.018s) 2022-12-01T10:43:25.5235508Z test_chunk_vmap_in_dim_0_out_dim_0_randomness_error (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:43:25.5236095Z test_chunk_vmap_in_dim_0_out_dim_0_randomness_same (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:43:25.5236449Z test_chunk_vmap_in_dim_0_out_dim_1_randomness_error (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:43:25.5236784Z test_chunk_vmap_in_dim_0_out_dim_1_randomness_same (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:43:25.5237125Z test_chunk_vmap_in_dim_0_out_dim_2_randomness_error (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:43:25.5237465Z test_chunk_vmap_in_dim_0_out_dim_2_randomness_same (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:43:25.5237803Z test_chunk_vmap_in_dim_1_out_dim_0_randomness_error (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:43:25.5238191Z test_chunk_vmap_in_dim_1_out_dim_0_randomness_same (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:43:25.5238533Z test_chunk_vmap_in_dim_1_out_dim_1_randomness_error (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:43:25.5238873Z test_chunk_vmap_in_dim_1_out_dim_1_randomness_same (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:43:25.5239201Z test_chunk_vmap_in_dim_1_out_dim_2_randomness_error (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:43:25.5239534Z test_chunk_vmap_in_dim_1_out_dim_2_randomness_same (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:43:25.5239874Z test_chunk_vmap_in_dim_2_out_dim_0_randomness_error (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:43:25.5240214Z test_chunk_vmap_in_dim_2_out_dim_0_randomness_same (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:43:25.5240541Z test_chunk_vmap_in_dim_2_out_dim_1_randomness_error (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:43:25.5240978Z test_chunk_vmap_in_dim_2_out_dim_1_randomness_same (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:43:25.5241317Z test_chunk_vmap_in_dim_2_out_dim_2_randomness_error (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:43:25.5241645Z test_chunk_vmap_in_dim_2_out_dim_2_randomness_same (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:43:25.5241946Z test_clamp (__main__.TestVmapOperators) ... ok (0.018s) 2022-12-01T10:43:25.5242241Z test_clamp_inplace_variant_clamp_max_ (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T10:43:25.5242570Z test_clamp_inplace_variant_clamp_min_ (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T10:43:25.5242873Z test_clamp_variant_clamp_max (__main__.TestVmapOperators) ... ok (0.010s) 2022-12-01T10:43:25.5243180Z test_clamp_variant_clamp_min (__main__.TestVmapOperators) ... ok (0.010s) 2022-12-01T10:43:25.5243459Z test_clone (__main__.TestVmapOperators) ... ok (0.020s) 2022-12-01T10:43:25.5243724Z test_comparison_ops (__main__.TestVmapOperators) ... ok (0.066s) 2022-12-01T10:43:25.5244002Z test_conj (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:43:25.5244267Z test_conj_bit (__main__.TestVmapOperators) ... ok (0.001s) 2022-12-01T10:43:25.5244540Z test_contiguous (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:43:25.5244797Z test_conv2d (__main__.TestVmapOperators) ... ok (0.185s) 2022-12-01T10:43:25.5245057Z test_copy_ (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T10:43:25.5245335Z test_cross_batch_size_three (__main__.TestVmapOperators) ... ok (0.002s) 2022-12-01T10:43:25.5245605Z test_diagonal (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:43:25.5245864Z test_dot (__main__.TestVmapOperators) ... ok (0.019s) 2022-12-01T10:43:25.5246131Z test_expand_as (__main__.TestVmapOperators) ... ok (0.007s) 2022-12-01T10:43:25.5246403Z test_fill_and_zero_inplace (__main__.TestVmapOperators) ... ok (0.015s) 2022-12-01T10:43:25.5246685Z test_imag (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:43:25.5246952Z test_is_complex (__main__.TestVmapOperators) ... ok (0.001s) 2022-12-01T10:43:25.5247232Z test_is_contiguous (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:43:25.5247545Z test_is_floating_point (__main__.TestVmapOperators) ... ok (0.001s) 2022-12-01T10:43:25.5247819Z test_mean (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:43:25.5248083Z test_mean_dim (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T10:43:25.5248329Z test_mm (__main__.TestVmapOperators) ... ok (0.020s) 2022-12-01T10:43:25.5248593Z test_mode_key (__main__.TestVmapOperators) ... ok (0.002s) 2022-12-01T10:43:25.5248862Z test_movedim (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:43:25.5249105Z test_mv (__main__.TestVmapOperators) ... ok (0.019s) 2022-12-01T10:43:25.5249363Z test_narrow (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:43:25.5249627Z test_new_empty (__main__.TestVmapOperators) ... ok (0.002s) 2022-12-01T10:43:25.5249946Z test_new_empty_strided (__main__.TestVmapOperators) ... ok (0.012s) 2022-12-01T10:43:25.5250215Z test_new_zeros (__main__.TestVmapOperators) ... ok (0.002s) 2022-12-01T10:43:25.5250485Z test_nll_loss (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:43:25.5250754Z test_one_hot (__main__.TestVmapOperators) ... ok (0.003s) 2022-12-01T10:43:25.5251003Z test_real (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:43:25.5251264Z test_repeat (__main__.TestVmapOperators) ... ok (0.002s) 2022-12-01T10:43:25.5251528Z test_reshape (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:43:25.5251785Z test_reshape_as (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T10:43:25.5252059Z test_result_type (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T10:43:25.5252332Z test_roll_no_dims (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:43:25.5252601Z test_select (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:43:25.5252860Z test_silu_backward (__main__.TestVmapOperators) ... ok (0.002s) 2022-12-01T10:43:25.5253132Z test_slice (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:43:25.5253396Z test_slogdet (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:43:25.5253647Z test_split (__main__.TestVmapOperators) ... ok (0.032s) 2022-12-01T10:43:25.5253907Z test_squeeze (__main__.TestVmapOperators) ... ok (0.023s) 2022-12-01T10:43:25.5254165Z test_stack (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:43:25.5254414Z test_stride (__main__.TestVmapOperators) ... ok (0.001s) 2022-12-01T10:43:25.5254672Z test_sum (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:43:25.5254930Z test_sum_dim (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:43:25.5255173Z test_t (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:43:25.5255439Z test_tensor_split (__main__.TestVmapOperators) ... ok (0.086s) 2022-12-01T10:43:25.5255703Z test_to (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:43:25.5255961Z test_trace (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:43:25.5256216Z test_transpose (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:43:25.5256501Z test_unary_pointwise_abs (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:43:25.5256800Z test_unary_pointwise_acos (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:43:25.5257281Z test_unary_pointwise_asin (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:43:25.5257590Z test_unary_pointwise_atan (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:43:25.5257884Z test_unary_pointwise_ceil (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:43:25.5258177Z test_unary_pointwise_cos (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:43:25.5258460Z test_unary_pointwise_cosh (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:43:25.5258757Z test_unary_pointwise_digamma (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:43:25.5259060Z test_unary_pointwise_exp (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:43:25.5259346Z test_unary_pointwise_expm1 (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:43:25.5259698Z test_unary_pointwise_floor (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:43:25.5259996Z test_unary_pointwise_frac (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:43:25.5260283Z test_unary_pointwise_lgamma (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:43:25.5260585Z test_unary_pointwise_log (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:43:25.5260879Z test_unary_pointwise_log10 (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:43:25.5261179Z test_unary_pointwise_log1p (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:43:25.5261468Z test_unary_pointwise_log2 (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:43:25.5261764Z test_unary_pointwise_neg (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:43:25.5262101Z test_unary_pointwise_reciprocal (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:43:25.5262395Z test_unary_pointwise_relu (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:43:25.5262696Z test_unary_pointwise_round (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:43:25.5262988Z test_unary_pointwise_rsqrt (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:43:25.5263289Z test_unary_pointwise_sigmoid (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:43:25.5263576Z test_unary_pointwise_sign (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:43:25.5263868Z test_unary_pointwise_sin (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:43:25.5264162Z test_unary_pointwise_sinh (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:43:25.5264445Z test_unary_pointwise_sqrt (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:43:25.5264735Z test_unary_pointwise_tan (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:43:25.5265028Z test_unary_pointwise_tanh (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:43:25.5265320Z test_unary_pointwise_trunc (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:43:25.5265591Z test_unbind (__main__.TestVmapOperators) ... ok (0.196s) 2022-12-01T10:43:25.5265855Z test_unfold (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:43:25.5266122Z test_unsafe_view (__main__.TestVmapOperators) ... ok (0.002s) 2022-12-01T10:43:25.5266383Z test_unsqueeze (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:43:25.5266648Z test_view (__main__.TestVmapOperators) ... ok (0.014s) 2022-12-01T10:43:25.5266911Z test_view_as (__main__.TestVmapOperators) ... ok (0.016s) 2022-12-01T10:43:25.5267174Z test_view_as_complex (__main__.TestVmapOperators) ... ok (0.093s) 2022-12-01T10:43:25.5267453Z test_view_as_real (__main__.TestVmapOperators) ... ok (0.010s) 2022-12-01T10:43:25.5267755Z test_vmap_fallback_check (__main__.TestVmapOperators) ... expected failure (0.001s) 2022-12-01T10:43:25.5268076Z test_vmap_fallback_check_ok (__main__.TestVmapOperators) ... ok (0.001s) 2022-12-01T10:43:25.5268360Z test_weird_matmul_case (__main__.TestVmapOperators) ... ok (0.001s) 2022-12-01T10:43:25.5268682Z test_advanced_indexing_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.097s) 2022-12-01T10:43:25.5269075Z test_batch_norm_training_False_track_running_stats_False_affine_False_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-12-01T10:43:25.5269493Z test_batch_norm_training_False_track_running_stats_False_affine_True_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-12-01T10:43:25.5269919Z test_batch_norm_training_False_track_running_stats_True_affine_False_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5270336Z test_batch_norm_training_False_track_running_stats_True_affine_True_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5270760Z test_batch_norm_training_True_track_running_stats_False_affine_False_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:43:25.5271169Z test_batch_norm_training_True_track_running_stats_False_affine_True_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:43:25.5271627Z test_batch_norm_training_True_track_running_stats_True_affine_False_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5272039Z test_batch_norm_training_True_track_running_stats_True_affine_True_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5272415Z test_conv_double_backward_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.196s) 2022-12-01T10:43:25.5272735Z test_fill__Tensor_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5273052Z test_flatten_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-12-01T10:43:25.5273365Z test_foo_like_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-12-01T10:43:25.5273712Z test_group_norm_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-12-01T10:43:25.5274018Z test_index_put_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5274350Z test_inplace_on_view_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:43:25.5274669Z test_isinf_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-12-01T10:43:25.5274968Z test_isnan_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-12-01T10:43:25.5276100Z test_linalg_eigh_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_eigh. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5276745Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5277332Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_eigh. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5277853Z return op(*args, **kwargs) 2022-12-01T10:43:25.5278025Z ok (0.020s) 2022-12-01T10:43:25.5278271Z test_linalg_svd_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.421s) 2022-12-01T10:43:25.5278606Z test_namedtuple_returns_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-12-01T10:43:25.5278954Z test_nested_advanced_indexing_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-12-01T10:43:25.5279295Z test_op_has_batch_rule_H_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:43:25.5279650Z test_op_has_batch_rule_T_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:43:25.5280023Z test_op_has_batch_rule___getitem___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.035s) 2022-12-01T10:43:25.5280407Z test_op_has_batch_rule___getitem___functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.151s) 2022-12-01T10:43:25.5280782Z test_op_has_batch_rule___radd___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-12-01T10:43:25.5281223Z test_op_has_batch_rule___rdiv___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-12-01T10:43:25.5281586Z test_op_has_batch_rule___rmatmul___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.053s) 2022-12-01T10:43:25.5281937Z test_op_has_batch_rule___rmod___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-12-01T10:43:25.5282287Z test_op_has_batch_rule___rmul___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-12-01T10:43:25.5283133Z test_op_has_batch_rule___rpow___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:43:25.5283742Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:43:25.5283982Z expected failure (0.009s) 2022-12-01T10:43:25.5284271Z test_op_has_batch_rule___rsub___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-12-01T10:43:25.5284632Z test_op_has_batch_rule_abs_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5284989Z test_op_has_batch_rule_acos_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5285335Z test_op_has_batch_rule_acosh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:43:25.5285714Z test_op_has_batch_rule_add_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.099s) 2022-12-01T10:43:25.5286081Z test_op_has_batch_rule_addbmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.050s) 2022-12-01T10:43:25.5286431Z test_op_has_batch_rule_addcdiv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.070s) 2022-12-01T10:43:25.5286795Z test_op_has_batch_rule_addcmul_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.070s) 2022-12-01T10:43:25.5287152Z test_op_has_batch_rule_addmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:43:25.5287524Z test_op_has_batch_rule_addmm_decomposed_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:43:25.5287884Z test_op_has_batch_rule_addmv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.045s) 2022-12-01T10:43:25.5288241Z test_op_has_batch_rule_addr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.052s) 2022-12-01T10:43:25.5288616Z test_op_has_batch_rule_all_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5289007Z test_op_has_batch_rule_allclose_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:43:25.5289370Z test_op_has_batch_rule_amax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.119s) 2022-12-01T10:43:25.5289718Z test_op_has_batch_rule_amin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.118s) 2022-12-01T10:43:25.5290568Z test_op_has_batch_rule_aminmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /var/lib/jenkins/workspace/functorch/test/common_utils.py:29: 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:43:25.5291345Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-12-01T10:43:25.5291561Z ok (0.080s) 2022-12-01T10:43:25.5291832Z test_op_has_batch_rule_angle_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:43:25.5292209Z test_op_has_batch_rule_any_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5292600Z test_op_has_batch_rule_arange_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:43:25.5292965Z test_op_has_batch_rule_argmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-12-01T10:43:25.5293327Z test_op_has_batch_rule_argmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-12-01T10:43:25.5293690Z test_op_has_batch_rule_argsort_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.056s) 2022-12-01T10:43:25.5294074Z test_op_has_batch_rule_argwhere_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5294466Z test_op_has_batch_rule_as_strided_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:43:25.5294906Z test_op_has_batch_rule_as_strided_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:43:25.5295290Z test_op_has_batch_rule_asin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5295651Z test_op_has_batch_rule_asinh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5295998Z test_op_has_batch_rule_atan2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.055s) 2022-12-01T10:43:25.5296348Z test_op_has_batch_rule_atan_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5296730Z test_op_has_batch_rule_atanh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5297251Z test_op_has_batch_rule_atleast_1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.071s) 2022-12-01T10:43:25.5297627Z test_op_has_batch_rule_atleast_2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.071s) 2022-12-01T10:43:25.5297984Z test_op_has_batch_rule_atleast_3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.072s) 2022-12-01T10:43:25.5298339Z test_op_has_batch_rule_baddbmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-12-01T10:43:25.5298710Z test_op_has_batch_rule_bernoulli_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:43:25.5299108Z test_op_has_batch_rule_bfloat16_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.022s) 2022-12-01T10:43:25.5299513Z test_op_has_batch_rule_bfloat16_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:43:25.5299909Z test_op_has_batch_rule_block_diag_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-12-01T10:43:25.5300262Z test_op_has_batch_rule_bmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5300635Z test_op_has_batch_rule_bool_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.022s) 2022-12-01T10:43:25.5301034Z test_op_has_batch_rule_bool_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:43:25.5301435Z test_op_has_batch_rule_broadcast_shapes_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:43:25.5301835Z test_op_has_batch_rule_broadcast_tensors_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-12-01T10:43:25.5302215Z test_op_has_batch_rule_broadcast_to_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:43:25.5302612Z test_op_has_batch_rule_bucketize_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:43:25.5302990Z test_op_has_batch_rule_byte_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.022s) 2022-12-01T10:43:25.5303387Z test_op_has_batch_rule_byte_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:43:25.5303777Z test_op_has_batch_rule_cartesian_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-12-01T10:43:25.5304162Z test_op_has_batch_rule_cat_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.346s) 2022-12-01T10:43:25.5304520Z test_op_has_batch_rule_cdist_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.728s) 2022-12-01T10:43:25.5304881Z test_op_has_batch_rule_ceil_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5305760Z test_op_has_batch_rule_chalf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:14122: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:43:25.5306403Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-12-01T10:43:25.5306615Z expected failure (0.009s) 2022-12-01T10:43:25.5306915Z test_op_has_batch_rule_char_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.022s) 2022-12-01T10:43:25.5307316Z test_op_has_batch_rule_char_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:43:25.5307893Z test_op_has_batch_rule_cholesky_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /var/lib/jenkins/workspace/functorch/test/common_utils.py:29: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-12-01T10:43:25.5308320Z L = torch.cholesky(A) 2022-12-01T10:43:25.5308548Z should be replaced with 2022-12-01T10:43:25.5308753Z L = torch.linalg.cholesky(A) 2022-12-01T10:43:25.5308923Z and 2022-12-01T10:43:25.5309105Z U = torch.cholesky(A, upper=True) 2022-12-01T10:43:25.5309312Z should be replaced with 2022-12-01T10:43:25.5309512Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T10:43:25.5309931Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1626.) 2022-12-01T10:43:25.5310361Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-12-01T10:43:25.5310587Z ok (0.025s) 2022-12-01T10:43:25.5310856Z test_op_has_batch_rule_cholesky_inverse_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-12-01T10:43:25.5311239Z test_op_has_batch_rule_cholesky_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.041s) 2022-12-01T10:43:25.5311606Z test_op_has_batch_rule_chunk_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:43:25.5311969Z test_op_has_batch_rule_clamp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.046s) 2022-12-01T10:43:25.5312336Z test_op_has_batch_rule_clamp_max_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:43:25.5312736Z test_op_has_batch_rule_clamp_min_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:43:25.5313114Z test_op_has_batch_rule_clone_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5313481Z test_op_has_batch_rule_column_stack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5313869Z test_op_has_batch_rule_combinations_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.037s) 2022-12-01T10:43:25.5314255Z test_op_has_batch_rule_complex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5314628Z test_op_has_batch_rule_conj_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5314984Z test_op_has_batch_rule_conj_physical_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:43:25.5315360Z test_op_has_batch_rule_constant_pad_nd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.085s) 2022-12-01T10:43:25.5315736Z test_op_has_batch_rule_contiguous_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5316120Z test_op_has_batch_rule_copysign_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5316487Z test_op_has_batch_rule_corrcoef_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:43:25.5316845Z test_op_has_batch_rule_cos_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:43:25.5317200Z test_op_has_batch_rule_cosh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5317578Z test_op_has_batch_rule_count_nonzero_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5317973Z test_op_has_batch_rule_cov_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.162s) 2022-12-01T10:43:25.5318343Z test_op_has_batch_rule_cross_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.022s) 2022-12-01T10:43:25.5318715Z test_op_has_batch_rule_cummax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:43:25.5319062Z test_op_has_batch_rule_cummin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:43:25.5319425Z test_op_has_batch_rule_cumprod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-12-01T10:43:25.5319785Z test_op_has_batch_rule_cumsum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:43:25.5320188Z test_op_has_batch_rule_cumulative_trapezoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-12-01T10:43:25.5320554Z test_op_has_batch_rule_deg2rad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5321001Z test_op_has_batch_rule_diag_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:43:25.5321367Z test_op_has_batch_rule_diag_embed_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.095s) 2022-12-01T10:43:25.5321756Z test_op_has_batch_rule_diagflat_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5322125Z test_op_has_batch_rule_diagonal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.110s) 2022-12-01T10:43:25.5322503Z test_op_has_batch_rule_diagonal_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.049s) 2022-12-01T10:43:25.5322871Z test_op_has_batch_rule_diff_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.252s) 2022-12-01T10:43:25.5323221Z test_op_has_batch_rule_digamma_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:43:25.5323582Z test_op_has_batch_rule_dist_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.140s) 2022-12-01T10:43:25.5323954Z test_op_has_batch_rule_div_floor_rounding_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.055s) 2022-12-01T10:43:25.5324340Z test_op_has_batch_rule_div_no_rounding_mode_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.052s) 2022-12-01T10:43:25.5324711Z test_op_has_batch_rule_div_trunc_rounding_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.053s) 2022-12-01T10:43:25.5325077Z test_op_has_batch_rule_dot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5325450Z test_op_has_batch_rule_double_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.022s) 2022-12-01T10:43:25.5325858Z test_op_has_batch_rule_double_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:43:25.5326232Z test_op_has_batch_rule_dsplit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:43:25.5326593Z test_op_has_batch_rule_dstack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.087s) 2022-12-01T10:43:25.5326952Z test_op_has_batch_rule_einsum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.034s) 2022-12-01T10:43:25.5327331Z test_op_has_batch_rule_empty_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:43:25.5327698Z test_op_has_batch_rule_empty_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:43:25.5328054Z test_op_has_batch_rule_eq_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.033s) 2022-12-01T10:43:25.5328424Z test_op_has_batch_rule_equal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:43:25.5328784Z test_op_has_batch_rule_erf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:43:25.5329138Z test_op_has_batch_rule_erfc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:43:25.5329547Z test_op_has_batch_rule_erfinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5329906Z test_op_has_batch_rule_exp2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-12-01T10:43:25.5330246Z test_op_has_batch_rule_exp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5330607Z test_op_has_batch_rule_expand_as_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:43:25.5330975Z test_op_has_batch_rule_expand_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-12-01T10:43:25.5331336Z test_op_has_batch_rule_expm1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5331726Z test_op_has_batch_rule_eye_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:43:25.5332104Z test_op_has_batch_rule_fft_fft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-12-01T10:43:25.5332465Z test_op_has_batch_rule_fft_fft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:43:25.5332813Z test_op_has_batch_rule_fft_fftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-12-01T10:43:25.5333178Z test_op_has_batch_rule_fft_fftshift_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5333549Z test_op_has_batch_rule_fft_hfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-12-01T10:43:25.5333909Z test_op_has_batch_rule_fft_hfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-12-01T10:43:25.5334258Z test_op_has_batch_rule_fft_hfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-12-01T10:43:25.5334621Z test_op_has_batch_rule_fft_ifft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:43:25.5334982Z test_op_has_batch_rule_fft_ifft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:43:25.5335348Z test_op_has_batch_rule_fft_ifftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-12-01T10:43:25.5335705Z test_op_has_batch_rule_fft_ifftshift_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5336093Z test_op_has_batch_rule_fft_ihfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5336472Z test_op_has_batch_rule_fft_ihfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:43:25.5336841Z test_op_has_batch_rule_fft_ihfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5337401Z test_op_has_batch_rule_fft_irfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:43:25.5337768Z test_op_has_batch_rule_fft_irfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-12-01T10:43:25.5338131Z test_op_has_batch_rule_fft_irfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-12-01T10:43:25.5338482Z test_op_has_batch_rule_fft_rfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:43:25.5338848Z test_op_has_batch_rule_fft_rfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-12-01T10:43:25.5339212Z test_op_has_batch_rule_fft_rfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-12-01T10:43:25.5339567Z test_op_has_batch_rule_fill_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5339914Z test_op_has_batch_rule_flatten_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5340271Z test_op_has_batch_rule_flip_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:43:25.5340635Z test_op_has_batch_rule_fliplr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-12-01T10:43:25.5340983Z test_op_has_batch_rule_flipud_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-12-01T10:43:25.5341410Z test_op_has_batch_rule_float_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.022s) 2022-12-01T10:43:25.5341811Z test_op_has_batch_rule_float_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:43:25.5342204Z test_op_has_batch_rule_float_power_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.033s) 2022-12-01T10:43:25.5342555Z test_op_has_batch_rule_floor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5342922Z test_op_has_batch_rule_floor_divide_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-12-01T10:43:25.5343316Z test_op_has_batch_rule_fmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-12-01T10:43:25.5343673Z test_op_has_batch_rule_fmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-12-01T10:43:25.5344018Z test_op_has_batch_rule_fmod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-12-01T10:43:25.5344365Z test_op_has_batch_rule_frac_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5344718Z test_op_has_batch_rule_frexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:43:25.5345069Z test_op_has_batch_rule_full_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:43:25.5345434Z test_op_has_batch_rule_gather_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.235s) 2022-12-01T10:43:25.5345787Z test_op_has_batch_rule_ge_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.053s) 2022-12-01T10:43:25.5346147Z test_op_has_batch_rule_geqrf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.072s) 2022-12-01T10:43:25.5346499Z test_op_has_batch_rule_gradient_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.218s) 2022-12-01T10:43:25.5346856Z test_op_has_batch_rule_gt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.053s) 2022-12-01T10:43:25.5347223Z test_op_has_batch_rule_half_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.022s) 2022-12-01T10:43:25.5347625Z test_op_has_batch_rule_half_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:43:25.5348002Z test_op_has_batch_rule_heaviside_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-12-01T10:43:25.5348382Z test_op_has_batch_rule_histc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:43:25.5348774Z test_op_has_batch_rule_histogram_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:43:25.5349180Z test_op_has_batch_rule_histogramdd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:43:25.5349548Z test_op_has_batch_rule_hsplit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:43:25.5349911Z test_op_has_batch_rule_hstack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.086s) 2022-12-01T10:43:25.5350270Z test_op_has_batch_rule_hypot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-12-01T10:43:25.5350611Z test_op_has_batch_rule_i0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5350967Z test_op_has_batch_rule_igamma_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.055s) 2022-12-01T10:43:25.5351327Z test_op_has_batch_rule_igammac_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.055s) 2022-12-01T10:43:25.5351690Z test_op_has_batch_rule_index_add_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.052s) 2022-12-01T10:43:25.5352047Z test_op_has_batch_rule_index_copy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-12-01T10:43:25.5352433Z test_op_has_batch_rule_index_fill_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5352870Z test_op_has_batch_rule_index_put_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.030s) 2022-12-01T10:43:25.5353266Z test_op_has_batch_rule_index_put_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.202s) 2022-12-01T10:43:25.5353881Z test_op_has_batch_rule_index_reduce_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /var/lib/jenkins/workspace/functorch/test/common_utils.py:29: 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:43:25.5354439Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-12-01T10:43:25.5354708Z expected failure (0.009s) 2022-12-01T10:43:25.5355006Z test_op_has_batch_rule_index_select_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:43:25.5355363Z test_op_has_batch_rule_inner_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:43:25.5355738Z test_op_has_batch_rule_int_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.022s) 2022-12-01T10:43:25.5356140Z test_op_has_batch_rule_int_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:43:25.5356542Z test_op_has_batch_rule_isclose_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.038s) 2022-12-01T10:43:25.5356908Z test_op_has_batch_rule_isfinite_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5357287Z test_op_has_batch_rule_isin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5357658Z test_op_has_batch_rule_isinf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:43:25.5358000Z test_op_has_batch_rule_isnan_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:43:25.5358367Z test_op_has_batch_rule_isneginf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:43:25.5358731Z test_op_has_batch_rule_isposinf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:43:25.5359093Z test_op_has_batch_rule_isreal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5360010Z test_op_has_batch_rule_istft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /var/lib/jenkins/workspace/functorch/test/common_utils.py:29: 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:43:25.5360621Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-12-01T10:43:25.5360938Z expected failure (0.009s) 2022-12-01T10:43:25.5361272Z test_op_has_batch_rule_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.005s) 2022-12-01T10:43:25.5361712Z test_op_has_batch_rule_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.005s) 2022-12-01T10:43:25.5362154Z test_op_has_batch_rule_jiterator_binary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.005s) 2022-12-01T10:43:25.5362590Z test_op_has_batch_rule_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.005s) 2022-12-01T10:43:25.5363024Z test_op_has_batch_rule_jiterator_unary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.005s) 2022-12-01T10:43:25.5363400Z test_op_has_batch_rule_kron_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:43:25.5363761Z test_op_has_batch_rule_kthvalue_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.075s) 2022-12-01T10:43:25.5364163Z test_op_has_batch_rule_ldexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-12-01T10:43:25.5364521Z test_op_has_batch_rule_le_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.052s) 2022-12-01T10:43:25.5364865Z test_op_has_batch_rule_lerp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.061s) 2022-12-01T10:43:25.5365223Z test_op_has_batch_rule_lgamma_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:43:25.5365595Z test_op_has_batch_rule_linalg_cholesky_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:43:25.5365980Z test_op_has_batch_rule_linalg_cholesky_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.033s) 2022-12-01T10:43:25.5366373Z test_op_has_batch_rule_linalg_cond_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:43:25.5366752Z test_op_has_batch_rule_linalg_cross_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.109s) 2022-12-01T10:43:25.5367254Z test_op_has_batch_rule_linalg_det_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-12-01T10:43:25.5367626Z test_op_has_batch_rule_linalg_det_singular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.094s) 2022-12-01T10:43:25.5368007Z test_op_has_batch_rule_linalg_eig_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-12-01T10:43:25.5368395Z test_op_has_batch_rule_linalg_eigh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.004s) 2022-12-01T10:43:25.5368786Z test_op_has_batch_rule_linalg_eigvals_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-12-01T10:43:25.5369154Z test_op_has_batch_rule_linalg_eigvalsh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-12-01T10:43:25.5369554Z test_op_has_batch_rule_linalg_householder_product_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.050s) 2022-12-01T10:43:25.5369943Z test_op_has_batch_rule_linalg_inv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-12-01T10:43:25.5370316Z test_op_has_batch_rule_linalg_inv_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-12-01T10:43:25.5370702Z test_op_has_batch_rule_linalg_ldl_factor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5371104Z test_op_has_batch_rule_linalg_ldl_factor_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:43:25.5371503Z test_op_has_batch_rule_linalg_ldl_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.004s) 2022-12-01T10:43:25.5371893Z test_op_has_batch_rule_linalg_lstsq_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.293s) 2022-12-01T10:43:25.5372272Z test_op_has_batch_rule_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.186s) 2022-12-01T10:43:25.5372675Z test_op_has_batch_rule_linalg_lu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5373079Z test_op_has_batch_rule_linalg_lu_factor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5373477Z test_op_has_batch_rule_linalg_lu_factor_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.044s) 2022-12-01T10:43:25.5373844Z test_op_has_batch_rule_linalg_lu_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.547s) 2022-12-01T10:43:25.5374228Z test_op_has_batch_rule_linalg_matrix_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.118s) 2022-12-01T10:43:25.5374613Z test_op_has_batch_rule_linalg_matrix_power_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.060s) 2022-12-01T10:43:25.5374985Z test_op_has_batch_rule_linalg_matrix_rank_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.123s) 2022-12-01T10:43:25.5375387Z test_op_has_batch_rule_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:43:25.5375810Z test_op_has_batch_rule_linalg_multi_dot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.065s) 2022-12-01T10:43:25.5376185Z test_op_has_batch_rule_linalg_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.136s) 2022-12-01T10:43:25.5376568Z test_op_has_batch_rule_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.101s) 2022-12-01T10:43:25.5376957Z test_op_has_batch_rule_linalg_pinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.046s) 2022-12-01T10:43:25.5377502Z test_op_has_batch_rule_linalg_pinv_hermitian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-12-01T10:43:25.5378008Z test_op_has_batch_rule_linalg_pinv_singular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-12-01T10:43:25.5378435Z test_op_has_batch_rule_linalg_qr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.076s) 2022-12-01T10:43:25.5378812Z test_op_has_batch_rule_linalg_slogdet_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:43:25.5379188Z test_op_has_batch_rule_linalg_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.058s) 2022-12-01T10:43:25.5379563Z test_op_has_batch_rule_linalg_solve_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.075s) 2022-12-01T10:43:25.5379937Z test_op_has_batch_rule_linalg_solve_triangular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.380s) 2022-12-01T10:43:25.5380320Z test_op_has_batch_rule_linalg_svd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.515s) 2022-12-01T10:43:25.5380697Z test_op_has_batch_rule_linalg_svdvals_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.053s) 2022-12-01T10:43:25.5381080Z test_op_has_batch_rule_linalg_tensorinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:43:25.5381474Z test_op_has_batch_rule_linalg_tensorsolve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5381890Z test_op_has_batch_rule_linalg_vander_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5382295Z test_op_has_batch_rule_linalg_vecdot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5382678Z test_op_has_batch_rule_linalg_vector_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.219s) 2022-12-01T10:43:25.5383067Z test_op_has_batch_rule_linspace_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:43:25.5383447Z test_op_has_batch_rule_log10_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:43:25.5383810Z test_op_has_batch_rule_log1p_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:43:25.5384159Z test_op_has_batch_rule_log2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5384516Z test_op_has_batch_rule_log_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:43:25.5384878Z test_op_has_batch_rule_log_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-12-01T10:43:25.5385258Z test_op_has_batch_rule_log_softmax_dtype_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-12-01T10:43:25.5385624Z test_op_has_batch_rule_logaddexp2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5385999Z test_op_has_batch_rule_logaddexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5386373Z test_op_has_batch_rule_logcumsumexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-12-01T10:43:25.5386729Z test_op_has_batch_rule_logdet_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-12-01T10:43:25.5387154Z test_op_has_batch_rule_logical_and_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-12-01T10:43:25.5387520Z test_op_has_batch_rule_logical_not_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5387888Z test_op_has_batch_rule_logical_or_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-12-01T10:43:25.5388243Z test_op_has_batch_rule_logical_xor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-12-01T10:43:25.5388607Z test_op_has_batch_rule_logit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-12-01T10:43:25.5388993Z test_op_has_batch_rule_logspace_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:43:25.5389407Z test_op_has_batch_rule_logsumexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.056s) 2022-12-01T10:43:25.5389776Z test_op_has_batch_rule_long_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.022s) 2022-12-01T10:43:25.5390177Z test_op_has_batch_rule_long_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:43:25.5390556Z test_op_has_batch_rule_lt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.053s) 2022-12-01T10:43:25.5391325Z test_op_has_batch_rule_lu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:1682: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-12-01T10:43:25.5391801Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T10:43:25.5392017Z should be replaced with 2022-12-01T10:43:25.5392255Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T10:43:25.5392454Z and 2022-12-01T10:43:25.5392672Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T10:43:25.5392903Z should be replaced with 2022-12-01T10:43:25.5393270Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1925.) 2022-12-01T10:43:25.5393658Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T10:43:25.5393886Z ok (0.085s) 2022-12-01T10:43:25.5394339Z test_op_has_batch_rule_lu_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /var/lib/jenkins/workspace/functorch/test/common_utils.py:29: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-12-01T10:43:25.5394811Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T10:43:25.5395058Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T10:43:25.5395259Z should be replaced with 2022-12-01T10:43:25.5395607Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2079.) 2022-12-01T10:43:25.5395974Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-12-01T10:43:25.5396218Z expected failure (0.009s) 2022-12-01T10:43:25.5396525Z test_op_has_batch_rule_lu_unpack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5396888Z test_op_has_batch_rule_mH_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-12-01T10:43:25.5397239Z test_op_has_batch_rule_mT_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:43:25.5397606Z test_op_has_batch_rule_masked_amax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.169s) 2022-12-01T10:43:25.5397976Z test_op_has_batch_rule_masked_amin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.169s) 2022-12-01T10:43:25.5398344Z test_op_has_batch_rule_masked_argmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.104s) 2022-12-01T10:43:25.5398722Z test_op_has_batch_rule_masked_argmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.105s) 2022-12-01T10:43:25.5399145Z test_op_has_batch_rule_masked_cumprod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-12-01T10:43:25.5399525Z test_op_has_batch_rule_masked_cumsum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-12-01T10:43:25.5399902Z test_op_has_batch_rule_masked_fill_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.075s) 2022-12-01T10:43:25.5400313Z test_op_has_batch_rule_masked_fill_functorch_Scalar_only_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.044s) 2022-12-01T10:43:25.5400719Z test_op_has_batch_rule_masked_log_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.039s) 2022-12-01T10:43:25.5401178Z test_op_has_batch_rule_masked_logaddexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.061s) 2022-12-01T10:43:25.5401598Z test_op_has_batch_rule_masked_logsumexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.217s) 2022-12-01T10:43:25.5401983Z test_op_has_batch_rule_masked_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.224s) 2022-12-01T10:43:25.5402358Z test_op_has_batch_rule_masked_median_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.038s) 2022-12-01T10:43:25.5402722Z test_op_has_batch_rule_masked_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.855s) 2022-12-01T10:43:25.5403102Z test_op_has_batch_rule_masked_normalize_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.071s) 2022-12-01T10:43:25.5403478Z test_op_has_batch_rule_masked_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.173s) 2022-12-01T10:43:25.5403877Z test_op_has_batch_rule_masked_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5404278Z test_op_has_batch_rule_masked_select_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.048s) 2022-12-01T10:43:25.5404669Z test_op_has_batch_rule_masked_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.039s) 2022-12-01T10:43:25.5405048Z test_op_has_batch_rule_masked_softmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.040s) 2022-12-01T10:43:25.5405422Z test_op_has_batch_rule_masked_std_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.665s) 2022-12-01T10:43:25.5405775Z test_op_has_batch_rule_masked_sum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.168s) 2022-12-01T10:43:25.5406138Z test_op_has_batch_rule_masked_var_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.575s) 2022-12-01T10:43:25.5406495Z test_op_has_batch_rule_matmul_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.097s) 2022-12-01T10:43:25.5406913Z test_op_has_batch_rule_matrix_exp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:43:25.5407297Z test_op_has_batch_rule_max_binary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.059s) 2022-12-01T10:43:25.5407669Z test_op_has_batch_rule_max_reduction_no_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5408064Z test_op_has_batch_rule_max_reduction_with_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:43:25.5408430Z test_op_has_batch_rule_maximum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-12-01T10:43:25.5408792Z test_op_has_batch_rule_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.063s) 2022-12-01T10:43:25.5409153Z test_op_has_batch_rule_median_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-12-01T10:43:25.5409532Z test_op_has_batch_rule_meshgrid_list_of_tensors_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.082s) 2022-12-01T10:43:25.5409921Z test_op_has_batch_rule_meshgrid_variadic_tensors_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.080s) 2022-12-01T10:43:25.5410308Z test_op_has_batch_rule_min_binary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.060s) 2022-12-01T10:43:25.5410717Z test_op_has_batch_rule_min_reduction_no_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5411108Z test_op_has_batch_rule_min_reduction_with_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5411470Z test_op_has_batch_rule_minimum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-12-01T10:43:25.5411827Z test_op_has_batch_rule_mm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5412180Z test_op_has_batch_rule_mode_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-12-01T10:43:25.5412527Z test_op_has_batch_rule_movedim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.121s) 2022-12-01T10:43:25.5412924Z test_op_has_batch_rule_msort_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:43:25.5413286Z test_op_has_batch_rule_mul_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.116s) 2022-12-01T10:43:25.5413668Z test_op_has_batch_rule_multinomial_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.340s) 2022-12-01T10:43:25.5414033Z test_op_has_batch_rule_mv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5414410Z test_op_has_batch_rule_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.050s) 2022-12-01T10:43:25.5414799Z test_op_has_batch_rule_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.050s) 2022-12-01T10:43:25.5415197Z test_op_has_batch_rule_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.050s) 2022-12-01T10:43:25.5415564Z test_op_has_batch_rule_nan_to_num_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5415946Z test_op_has_batch_rule_nanmean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5416330Z test_op_has_batch_rule_nanmedian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-12-01T10:43:25.5416720Z test_op_has_batch_rule_nanquantile_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:43:25.5417277Z test_op_has_batch_rule_nansum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5417687Z test_op_has_batch_rule_narrow_copy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5418086Z test_op_has_batch_rule_narrow_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:43:25.5418477Z test_op_has_batch_rule_native_batch_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:43:25.5418878Z test_op_has_batch_rule_native_layer_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.182s) 2022-12-01T10:43:25.5419248Z test_op_has_batch_rule_ne_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.053s) 2022-12-01T10:43:25.5419606Z test_op_has_batch_rule_neg_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-12-01T10:43:25.5419956Z test_op_has_batch_rule_new_empty_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:43:25.5420349Z test_op_has_batch_rule_new_empty_strided_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:43:25.5420738Z test_op_has_batch_rule_new_full_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:43:25.5421104Z test_op_has_batch_rule_new_ones_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:43:25.5421459Z test_op_has_batch_rule_new_zeros_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:43:25.5421828Z test_op_has_batch_rule_nextafter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-12-01T10:43:25.5422304Z test_op_has_batch_rule_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:43:25.5422747Z test_op_has_batch_rule_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:43:25.5423152Z test_op_has_batch_rule_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-12-01T10:43:25.5423570Z test_op_has_batch_rule_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-12-01T10:43:25.5423983Z test_op_has_batch_rule_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-12-01T10:43:25.5424428Z test_op_has_batch_rule_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.052s) 2022-12-01T10:43:25.5424823Z test_op_has_batch_rule_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.050s) 2022-12-01T10:43:25.5425232Z test_op_has_batch_rule_nn_functional_avg_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.057s) 2022-12-01T10:43:25.5425630Z test_op_has_batch_rule_nn_functional_avg_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.102s) 2022-12-01T10:43:25.5426012Z test_op_has_batch_rule_nn_functional_avg_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.118s) 2022-12-01T10:43:25.5426403Z test_op_has_batch_rule_nn_functional_batch_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.251s) 2022-12-01T10:43:25.5426809Z test_op_has_batch_rule_nn_functional_bilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:43:25.5427229Z test_op_has_batch_rule_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.035s) 2022-12-01T10:43:25.5427642Z test_op_has_batch_rule_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.109s) 2022-12-01T10:43:25.5428049Z test_op_has_batch_rule_nn_functional_celu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5428431Z test_op_has_batch_rule_nn_functional_conv1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.169s) 2022-12-01T10:43:25.5429365Z test_op_has_batch_rule_nn_functional_conv2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /var/lib/jenkins/workspace/functorch/test/common_utils.py:29: 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:43:25.5429971Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-12-01T10:43:25.5430186Z ok (0.590s) 2022-12-01T10:43:25.5430479Z test_op_has_batch_rule_nn_functional_conv2d_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:43:25.5430908Z test_op_has_batch_rule_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-12-01T10:43:25.5431337Z test_op_has_batch_rule_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:43:25.5431759Z test_op_has_batch_rule_nn_functional_conv2d_stride_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:43:25.5432186Z test_op_has_batch_rule_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5432625Z test_op_has_batch_rule_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-12-01T10:43:25.5433055Z test_op_has_batch_rule_nn_functional_conv2d_stride_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:43:25.5433522Z test_op_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:43:25.5433977Z test_op_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-12-01T10:43:25.5434405Z test_op_has_batch_rule_nn_functional_conv2d_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:43:25.5434806Z test_op_has_batch_rule_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.123s) 2022-12-01T10:43:25.5435203Z test_op_has_batch_rule_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.160s) 2022-12-01T10:43:25.5435641Z test_op_has_batch_rule_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.236s) 2022-12-01T10:43:25.5436054Z test_op_has_batch_rule_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.059s) 2022-12-01T10:43:25.5436469Z test_op_has_batch_rule_nn_functional_cosine_similarity_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.038s) 2022-12-01T10:43:25.5436862Z test_op_has_batch_rule_nn_functional_cross_entropy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.067s) 2022-12-01T10:43:25.5437274Z test_op_has_batch_rule_nn_functional_ctc_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:43:25.5438498Z test_op_has_batch_rule_nn_functional_dropout2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-12-01T10:43:25.5439383Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:43:25.5439659Z expected failure (0.027s) 2022-12-01T10:43:25.5439969Z test_op_has_batch_rule_nn_functional_dropout3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.028s) 2022-12-01T10:43:25.5440397Z test_op_has_batch_rule_nn_functional_dropout_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.025s) 2022-12-01T10:43:25.5440880Z test_op_has_batch_rule_nn_functional_elu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5441290Z test_op_has_batch_rule_nn_functional_embedding_bag_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5441722Z test_op_has_batch_rule_nn_functional_embedding_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.078s) 2022-12-01T10:43:25.5442151Z test_op_has_batch_rule_nn_functional_embedding_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-12-01T10:43:25.5442597Z test_op_has_batch_rule_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:43:25.5443043Z test_op_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.066s) 2022-12-01T10:43:25.5443491Z test_op_has_batch_rule_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:43:25.5443941Z test_op_has_batch_rule_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:43:25.5444382Z test_op_has_batch_rule_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5444824Z test_op_has_batch_rule_nn_functional_gelu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.033s) 2022-12-01T10:43:25.5445211Z test_op_has_batch_rule_nn_functional_glu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.069s) 2022-12-01T10:43:25.5445602Z test_op_has_batch_rule_nn_functional_grid_sample_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.107s) 2022-12-01T10:43:25.5445998Z test_op_has_batch_rule_nn_functional_group_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-12-01T10:43:25.5446384Z test_op_has_batch_rule_nn_functional_hardshrink_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5446814Z test_op_has_batch_rule_nn_functional_hardsigmoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5447214Z test_op_has_batch_rule_nn_functional_hardswish_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:43:25.5447617Z test_op_has_batch_rule_nn_functional_hardtanh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5448012Z test_op_has_batch_rule_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.039s) 2022-12-01T10:43:25.5448432Z test_op_has_batch_rule_nn_functional_huber_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.038s) 2022-12-01T10:43:25.5448842Z test_op_has_batch_rule_nn_functional_instance_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:43:25.5449248Z test_op_has_batch_rule_nn_functional_interpolate_area_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-12-01T10:43:25.5449656Z test_op_has_batch_rule_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-12-01T10:43:25.5450074Z test_op_has_batch_rule_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-12-01T10:43:25.5450490Z test_op_has_batch_rule_nn_functional_interpolate_linear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-12-01T10:43:25.5450906Z test_op_has_batch_rule_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-12-01T10:43:25.5451309Z test_op_has_batch_rule_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-12-01T10:43:25.5451729Z test_op_has_batch_rule_nn_functional_kl_div_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5452657Z test_op_has_batch_rule_nn_functional_l1_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: Using a target size (torch.Size([5])) that is different to the input size (torch.Size([5, 4])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T10:43:25.5453216Z return self.op(*args, **kwargs) 2022-12-01T10:43:25.5453394Z ok (0.040s) 2022-12-01T10:43:25.5453684Z test_op_has_batch_rule_nn_functional_layer_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.065s) 2022-12-01T10:43:25.5454082Z test_op_has_batch_rule_nn_functional_leaky_relu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-12-01T10:43:25.5454481Z test_op_has_batch_rule_nn_functional_linear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.081s) 2022-12-01T10:43:25.5454870Z test_op_has_batch_rule_nn_functional_local_response_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-12-01T10:43:25.5455271Z test_op_has_batch_rule_nn_functional_logsigmoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5455694Z test_op_has_batch_rule_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:43:25.5456168Z test_op_has_batch_rule_nn_functional_max_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.211s) 2022-12-01T10:43:25.5456567Z test_op_has_batch_rule_nn_functional_max_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (2.596s) 2022-12-01T10:43:25.5456973Z test_op_has_batch_rule_nn_functional_max_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.052s) 2022-12-01T10:43:25.5457516Z test_op_has_batch_rule_nn_functional_max_unpool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5457953Z test_op_has_batch_rule_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5458427Z test_op_has_batch_rule_nn_functional_max_unpool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5458861Z test_op_has_batch_rule_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5459289Z test_op_has_batch_rule_nn_functional_max_unpool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5459727Z test_op_has_batch_rule_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5460125Z test_op_has_batch_rule_nn_functional_mish_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5460511Z test_op_has_batch_rule_nn_functional_mse_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-12-01T10:43:25.5460919Z test_op_has_batch_rule_nn_functional_mse_loss_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.033s) 2022-12-01T10:43:25.5461348Z test_op_has_batch_rule_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5461777Z test_op_has_batch_rule_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5462215Z test_op_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-12-01T10:43:25.5462624Z test_op_has_batch_rule_nn_functional_nll_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.179s) 2022-12-01T10:43:25.5463018Z test_op_has_batch_rule_nn_functional_normalize_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-12-01T10:43:25.5463408Z test_op_has_batch_rule_nn_functional_pad_circular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-12-01T10:43:25.5463813Z test_op_has_batch_rule_nn_functional_pad_constant_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.087s) 2022-12-01T10:43:25.5464214Z test_op_has_batch_rule_nn_functional_pad_reflect_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:43:25.5464623Z test_op_has_batch_rule_nn_functional_pad_replicate_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:43:25.5465019Z test_op_has_batch_rule_nn_functional_pairwise_distance_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-12-01T10:43:25.5465437Z test_op_has_batch_rule_nn_functional_pdist_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:43:25.5465842Z test_op_has_batch_rule_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5466249Z test_op_has_batch_rule_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:43:25.5466649Z test_op_has_batch_rule_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.319s) 2022-12-01T10:43:25.5466906Z test_op_has_batch_rule_nn_functional_prelu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.084s) 2022-12-01T10:43:25.5467089Z test_op_has_batch_rule_nn_functional_relu6_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5467274Z test_op_has_batch_rule_nn_functional_relu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:43:25.5467473Z test_op_has_batch_rule_nn_functional_rrelu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:43:25.5467656Z test_op_has_batch_rule_nn_functional_selu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5467839Z test_op_has_batch_rule_nn_functional_silu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5468074Z test_op_has_batch_rule_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5468275Z test_op_has_batch_rule_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.023s) 2022-12-01T10:43:25.5468465Z test_op_has_batch_rule_nn_functional_softmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:43:25.5468662Z test_op_has_batch_rule_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:43:25.5468849Z test_op_has_batch_rule_nn_functional_softplus_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5469040Z test_op_has_batch_rule_nn_functional_softshrink_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-12-01T10:43:25.5469226Z test_op_has_batch_rule_nn_functional_softsign_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5469421Z test_op_has_batch_rule_nn_functional_tanhshrink_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5469614Z test_op_has_batch_rule_nn_functional_threshold_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:43:25.5469827Z test_op_has_batch_rule_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5470026Z test_op_has_batch_rule_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.056s) 2022-12-01T10:43:25.5470215Z test_op_has_batch_rule_nn_functional_unfold_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.468s) 2022-12-01T10:43:25.5470778Z test_op_has_batch_rule_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /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:43:25.5470979Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:43:25.5471050Z ok (0.012s) 2022-12-01T10:43:25.5471603Z test_op_has_batch_rule_nn_functional_upsample_nearest_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /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:43:25.5471799Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:43:25.5471869Z ok (0.024s) 2022-12-01T10:43:25.5472058Z test_op_has_batch_rule_nonzero_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5472227Z test_op_has_batch_rule_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.063s) 2022-12-01T10:43:25.5472392Z test_op_has_batch_rule_norm_fro_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5472562Z test_op_has_batch_rule_norm_inf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:43:25.5472762Z test_op_has_batch_rule_norm_nuc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:43:25.5472951Z test_op_has_batch_rule_normal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:43:25.5473152Z test_op_has_batch_rule_normal_number_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:43:25.5473338Z test_op_has_batch_rule_ones_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:43:25.5473513Z test_op_has_batch_rule_ones_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:43:25.5473767Z test_op_has_batch_rule_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-12-01T10:43:25.5473965Z test_op_has_batch_rule_ops_aten_index_put_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.903s) 2022-12-01T10:43:25.5474156Z test_op_has_batch_rule_ormqr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.080s) 2022-12-01T10:43:25.5474314Z test_op_has_batch_rule_outer_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:43:25.5474505Z test_op_has_batch_rule_pca_lowrank_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:43:25.5474678Z test_op_has_batch_rule_permute_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:43:25.5474852Z test_op_has_batch_rule_pinverse_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-12-01T10:43:25.5475020Z test_op_has_batch_rule_polar_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.033s) 2022-12-01T10:43:25.5475213Z test_op_has_batch_rule_polygamma_polygamma_n_0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-12-01T10:43:25.5475404Z test_op_has_batch_rule_polygamma_polygamma_n_1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-12-01T10:43:25.5475591Z test_op_has_batch_rule_polygamma_polygamma_n_2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-12-01T10:43:25.5475775Z test_op_has_batch_rule_polygamma_polygamma_n_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:43:25.5475945Z test_op_has_batch_rule_polygamma_polygamma_n_4_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:43:25.5476121Z test_op_has_batch_rule_positive_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5476289Z test_op_has_batch_rule_pow_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-12-01T10:43:25.5476458Z test_op_has_batch_rule_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.052s) 2022-12-01T10:43:25.5476644Z test_op_has_batch_rule_put_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5476981Z test_op_has_batch_rule_qr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /var/lib/jenkins/workspace/functorch/test/common_utils.py:29: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T10:43:25.5477194Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:43:25.5477275Z Q, R = torch.qr(A, some) 2022-12-01T10:43:25.5477355Z should be replaced with 2022-12-01T10:43:25.5477701Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2355.) 2022-12-01T10:43:25.5477838Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-12-01T10:43:25.5477906Z ok (0.076s) 2022-12-01T10:43:25.5478098Z test_op_has_batch_rule_quantile_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:43:25.5478303Z test_op_has_batch_rule_rad2deg_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5478492Z test_op_has_batch_rule_rand_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:43:25.5478684Z test_op_has_batch_rule_randint_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:43:25.5478883Z test_op_has_batch_rule_randn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Test expects tensor input (0.004s) 2022-12-01T10:43:25.5479064Z test_op_has_batch_rule_randn_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:43:25.5479237Z test_op_has_batch_rule_ravel_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5479443Z test_op_has_batch_rule_real_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5479623Z test_op_has_batch_rule_reciprocal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5479801Z test_op_has_batch_rule_remainder_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-12-01T10:43:25.5479988Z test_op_has_batch_rule_renorm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:43:25.5480161Z test_op_has_batch_rule_repeat_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.058s) 2022-12-01T10:43:25.5480348Z test_op_has_batch_rule_repeat_interleave_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:43:25.5480522Z test_op_has_batch_rule_reshape_as_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-12-01T10:43:25.5480682Z test_op_has_batch_rule_reshape_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-12-01T10:43:25.5480949Z test_op_has_batch_rule_resize__cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:43:25.5481149Z test_op_has_batch_rule_resize_as__cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5481331Z test_op_has_batch_rule_resolve_conj_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5481510Z test_op_has_batch_rule_resolve_neg_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5481681Z test_op_has_batch_rule_roll_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.074s) 2022-12-01T10:43:25.5481850Z test_op_has_batch_rule_rot90_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.096s) 2022-12-01T10:43:25.5482021Z test_op_has_batch_rule_round_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:43:25.5482205Z test_op_has_batch_rule_round_decimals_0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:43:25.5482376Z test_op_has_batch_rule_round_decimals_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-12-01T10:43:25.5482565Z test_op_has_batch_rule_round_decimals_neg_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-12-01T10:43:25.5482735Z test_op_has_batch_rule_rsqrt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5482903Z test_op_has_batch_rule_rsub_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.038s) 2022-12-01T10:43:25.5483079Z test_op_has_batch_rule_scatter_add_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.390s) 2022-12-01T10:43:25.5483252Z test_op_has_batch_rule_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.478s) 2022-12-01T10:43:25.5483693Z test_op_has_batch_rule_scatter_reduce_amax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /var/lib/jenkins/workspace/functorch/test/common_utils.py:29: 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:43:25.5483866Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-12-01T10:43:25.5483952Z expected failure (0.010s) 2022-12-01T10:43:25.5484155Z test_op_has_batch_rule_scatter_reduce_amin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5484347Z test_op_has_batch_rule_scatter_reduce_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5484546Z test_op_has_batch_rule_scatter_reduce_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5484748Z test_op_has_batch_rule_scatter_reduce_sum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5485775Z test_op_has_batch_rule_searchsorted_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /var/lib/jenkins/workspace/functorch/test/common_utils.py:29: 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:43:25.5485917Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-12-01T10:43:25.5486706Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:29: 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:43:25.5486841Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-12-01T10:43:25.5487638Z /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: torch.searchsorted(): sorter tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous sorter tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:47.) 2022-12-01T10:43:25.5487761Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5487830Z ok (0.520s) 2022-12-01T10:43:25.5488041Z test_op_has_batch_rule_segment_reduce_lengths_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5488249Z test_op_has_batch_rule_segment_reduce_offsets_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5488429Z test_op_has_batch_rule_select_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5488600Z test_op_has_batch_rule_select_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-12-01T10:43:25.5488774Z test_op_has_batch_rule_sgn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5488961Z test_op_has_batch_rule_short_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.022s) 2022-12-01T10:43:25.5489160Z test_op_has_batch_rule_short_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:43:25.5489632Z test_op_has_batch_rule_sigmoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1967: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-12-01T10:43:25.5489800Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-12-01T10:43:25.5489869Z ok (0.018s) 2022-12-01T10:43:25.5490039Z test_op_has_batch_rule_sign_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5490243Z test_op_has_batch_rule_signbit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:43:25.5490400Z test_op_has_batch_rule_sin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5490571Z test_op_has_batch_rule_sinc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-12-01T10:43:25.5490735Z test_op_has_batch_rule_sinh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5490904Z test_op_has_batch_rule_slice_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-12-01T10:43:25.5491081Z test_op_has_batch_rule_slice_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.056s) 2022-12-01T10:43:25.5491278Z test_op_has_batch_rule_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-12-01T10:43:25.5491464Z test_op_has_batch_rule_softmax_with_dtype_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-12-01T10:43:25.5491632Z test_op_has_batch_rule_sort_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.133s) 2022-12-01T10:43:25.5492520Z test_op_has_batch_rule_sparse_sampled_addmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /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:43:25.5492631Z torch.eye(m, n, device=device, dtype=dtype) 2022-12-01T10:43:25.5492701Z expected failure (0.011s) 2022-12-01T10:43:25.5492905Z test_op_has_batch_rule_special_airy_ai_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5493107Z test_op_has_batch_rule_special_bessel_j0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5493308Z test_op_has_batch_rule_special_bessel_j1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5493503Z test_op_has_batch_rule_special_bessel_y0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5493700Z test_op_has_batch_rule_special_bessel_y1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:43:25.5493914Z test_op_has_batch_rule_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5494130Z test_op_has_batch_rule_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5494522Z test_op_has_batch_rule_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-12-01T10:43:25.5494908Z test_op_has_batch_rule_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-12-01T10:43:25.5495089Z test_op_has_batch_rule_special_entr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:43:25.5495257Z test_op_has_batch_rule_special_erfcx_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5495468Z test_op_has_batch_rule_special_hermite_polynomial_h_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5495680Z test_op_has_batch_rule_special_hermite_polynomial_he_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5495860Z test_op_has_batch_rule_special_i0e_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:43:25.5496072Z test_op_has_batch_rule_special_i1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:43:25.5496246Z test_op_has_batch_rule_special_i1e_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:43:25.5496459Z test_op_has_batch_rule_special_laguerre_polynomial_l_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5496844Z test_op_has_batch_rule_special_legendre_polynomial_p_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-12-01T10:43:25.5497145Z test_op_has_batch_rule_special_log_ndtr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:43:25.5497389Z test_op_has_batch_rule_special_modified_bessel_i0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5497595Z test_op_has_batch_rule_special_modified_bessel_i1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:43:25.5497798Z test_op_has_batch_rule_special_modified_bessel_k0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5498006Z test_op_has_batch_rule_special_modified_bessel_k1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:43:25.5498186Z test_op_has_batch_rule_special_ndtr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5498365Z test_op_has_batch_rule_special_ndtri_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5498576Z test_op_has_batch_rule_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:43:25.5498794Z test_op_has_batch_rule_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5499011Z test_op_has_batch_rule_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:43:25.5499414Z test_op_has_batch_rule_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-12-01T10:43:25.5499812Z test_op_has_batch_rule_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-12-01T10:43:25.5500195Z test_op_has_batch_rule_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-12-01T10:43:25.5500592Z test_op_has_batch_rule_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-12-01T10:43:25.5500807Z test_op_has_batch_rule_special_spherical_bessel_j0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:43:25.5500993Z test_op_has_batch_rule_special_xlog1py_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-12-01T10:43:25.5501171Z test_op_has_batch_rule_special_zeta_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.036s) 2022-12-01T10:43:25.5501342Z test_op_has_batch_rule_split_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5501523Z test_op_has_batch_rule_split_list_args_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:43:25.5501707Z test_op_has_batch_rule_split_with_sizes_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:43:25.5501878Z test_op_has_batch_rule_sqrt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5502052Z test_op_has_batch_rule_square_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5502250Z test_op_has_batch_rule_squeeze_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-12-01T10:43:25.5502421Z test_op_has_batch_rule_stack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.039s) 2022-12-01T10:43:25.5502588Z test_op_has_batch_rule_std_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:43:25.5502761Z test_op_has_batch_rule_std_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-12-01T10:43:25.5503528Z test_op_has_batch_rule_stft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:633: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:804.) 2022-12-01T10:43:25.5503633Z normalized, onesided, return_complex) 2022-12-01T10:43:25.5503724Z expected failure (0.009s) 2022-12-01T10:43:25.5503891Z test_op_has_batch_rule_sub_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.061s) 2022-12-01T10:43:25.5504059Z test_op_has_batch_rule_sum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-12-01T10:43:25.5504221Z test_op_has_batch_rule_sum_to_size_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.042s) 2022-12-01T10:43:25.5504388Z test_op_has_batch_rule_svd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.526s) 2022-12-01T10:43:25.5504583Z test_op_has_batch_rule_svd_lowrank_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:43:25.5504752Z test_op_has_batch_rule_symeig_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-12-01T10:43:25.5504919Z test_op_has_batch_rule_t_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-12-01T10:43:25.5505099Z test_op_has_batch_rule_take_along_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:43:25.5505288Z test_op_has_batch_rule_take_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.047s) 2022-12-01T10:43:25.5505457Z test_op_has_batch_rule_tan_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5505913Z test_op_has_batch_rule_tanh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1956: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead. 2022-12-01T10:43:25.5506070Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-12-01T10:43:25.5506125Z ok (0.009s) 2022-12-01T10:43:25.5506320Z test_op_has_batch_rule_tensor_split_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:43:25.5506497Z test_op_has_batch_rule_tensordot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5506669Z test_op_has_batch_rule_tile_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.076s) 2022-12-01T10:43:25.5506851Z test_op_has_batch_rule_to_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.004s) 2022-12-01T10:43:25.5507042Z test_op_has_batch_rule_to_sparse_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5507209Z test_op_has_batch_rule_topk_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.034s) 2022-12-01T10:43:25.5507379Z test_op_has_batch_rule_trace_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:43:25.5507545Z test_op_has_batch_rule_transpose_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.066s) 2022-12-01T10:43:25.5507721Z test_op_has_batch_rule_trapezoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-12-01T10:43:25.5507891Z test_op_has_batch_rule_trapz_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-12-01T10:43:25.5508328Z test_op_has_batch_rule_triangular_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /var/lib/jenkins/workspace/functorch/test/common_utils.py:29: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T10:43:25.5508513Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:43:25.5508617Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:43:25.5508699Z should be replaced with 2022-12-01T10:43:25.5508936Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T10:43:25.5509108Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-12-01T10:43:25.5509163Z ok (0.051s) 2022-12-01T10:43:25.5509336Z test_op_has_batch_rule_tril_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-12-01T10:43:25.5509506Z test_op_has_batch_rule_triu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-12-01T10:43:25.5509684Z test_op_has_batch_rule_true_divide_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.063s) 2022-12-01T10:43:25.5509855Z test_op_has_batch_rule_trunc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5510025Z test_op_has_batch_rule_unbind_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.046s) 2022-12-01T10:43:25.5510207Z test_op_has_batch_rule_unflatten_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-12-01T10:43:25.5510378Z test_op_has_batch_rule_unfold_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.040s) 2022-12-01T10:43:25.5510569Z test_op_has_batch_rule_uniform_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.022s) 2022-12-01T10:43:25.5510761Z test_op_has_batch_rule_unique_consecutive_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.018s) 2022-12-01T10:43:25.5510951Z test_op_has_batch_rule_unique_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.018s) 2022-12-01T10:43:25.5511129Z test_op_has_batch_rule_unsqueeze_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-12-01T10:43:25.5511296Z test_op_has_batch_rule_var_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:43:25.5511468Z test_op_has_batch_rule_var_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-12-01T10:43:25.5511654Z test_op_has_batch_rule_vdot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5511853Z test_op_has_batch_rule_view_as_complex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:43:25.5512026Z test_op_has_batch_rule_view_as_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-12-01T10:43:25.5512199Z test_op_has_batch_rule_view_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.037s) 2022-12-01T10:43:25.5512357Z test_op_has_batch_rule_vsplit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-12-01T10:43:25.5512523Z test_op_has_batch_rule_vstack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.099s) 2022-12-01T10:43:25.5512691Z test_op_has_batch_rule_where_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.035s) 2022-12-01T10:43:25.5512860Z test_op_has_batch_rule_xlogy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.053s) 2022-12-01T10:43:25.5513029Z test_op_has_batch_rule_zero__cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5513219Z test_op_has_batch_rule_zeros_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:43:25.5513397Z test_op_has_batch_rule_zeros_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:43:25.5513578Z test_slogdet_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-12-01T10:43:25.5513746Z test_torch_return_types_returns_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-12-01T10:43:25.5513900Z test_vmap_exhaustive_H_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:43:25.5514062Z test_vmap_exhaustive_T_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:43:25.5514256Z test_vmap_exhaustive___getitem___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.031s) 2022-12-01T10:43:25.5514443Z test_vmap_exhaustive___getitem___functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.147s) 2022-12-01T10:43:25.5514616Z test_vmap_exhaustive___radd___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-12-01T10:43:25.5514819Z test_vmap_exhaustive___rdiv___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-12-01T10:43:25.5514995Z test_vmap_exhaustive___rmatmul___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.049s) 2022-12-01T10:43:25.5515165Z test_vmap_exhaustive___rmod___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-12-01T10:43:25.5515319Z test_vmap_exhaustive___rmul___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-12-01T10:43:25.5516257Z test_vmap_exhaustive___rpow___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::detach_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5516402Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:43:25.5516472Z expected failure (0.008s) 2022-12-01T10:43:25.5516640Z test_vmap_exhaustive___rsub___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-12-01T10:43:25.5517529Z test_vmap_exhaustive_abs_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::absolute_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5517647Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5518090Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::absolute_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5518177Z return op(*args, **kwargs) 2022-12-01T10:43:25.5518245Z ok (0.007s) 2022-12-01T10:43:25.5519131Z test_vmap_exhaustive_acos_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arccos_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5519247Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5519689Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arccos_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5519811Z return op(*args, **kwargs) 2022-12-01T10:43:25.5519880Z ok (0.016s) 2022-12-01T10:43:25.5520773Z test_vmap_exhaustive_acosh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arccosh_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5520972Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5521451Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arccosh_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5521539Z return op(*args, **kwargs) 2022-12-01T10:43:25.5521607Z ok (0.015s) 2022-12-01T10:43:25.5521769Z test_vmap_exhaustive_add_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.096s) 2022-12-01T10:43:25.5522670Z test_vmap_exhaustive_addbmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addbmm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5522786Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5523223Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addbmm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5523310Z return op(*args, **kwargs) 2022-12-01T10:43:25.5523376Z ok (0.082s) 2022-12-01T10:43:25.5524273Z test_vmap_exhaustive_addcdiv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addcdiv_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5524386Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5524830Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addcdiv_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5524915Z return op(*args, **kwargs) 2022-12-01T10:43:25.5524982Z ok (0.147s) 2022-12-01T10:43:25.5525879Z test_vmap_exhaustive_addcmul_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addcmul_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5525992Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5526433Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addcmul_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5526556Z return op(*args, **kwargs) 2022-12-01T10:43:25.5526624Z ok (0.146s) 2022-12-01T10:43:25.5527514Z test_vmap_exhaustive_addmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addmm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5527655Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5528093Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addmm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5528165Z return op(*args, **kwargs) 2022-12-01T10:43:25.5528234Z ok (0.037s) 2022-12-01T10:43:25.5528424Z test_vmap_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.037s) 2022-12-01T10:43:25.5529308Z test_vmap_exhaustive_addmv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addmv_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5529421Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5529864Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addmv_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5529947Z return op(*args, **kwargs) 2022-12-01T10:43:25.5530014Z ok (0.072s) 2022-12-01T10:43:25.5530905Z test_vmap_exhaustive_addr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addr_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5531019Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5531452Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::addr_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5531535Z return op(*args, **kwargs) 2022-12-01T10:43:25.5531603Z ok (0.079s) 2022-12-01T10:43:25.5532480Z test_vmap_exhaustive_all_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::all. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5532593Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5533064Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::all. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5533147Z return op(*args, **kwargs) 2022-12-01T10:43:25.5533870Z /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::all.dim. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5533999Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5534435Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::all.dim. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5534523Z return op(*args, **kwargs) 2022-12-01T10:43:25.5534593Z ok (0.020s) 2022-12-01T10:43:25.5534789Z test_vmap_exhaustive_allclose_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:43:25.5534961Z test_vmap_exhaustive_amax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.115s) 2022-12-01T10:43:25.5535131Z test_vmap_exhaustive_amin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.115s) 2022-12-01T10:43:25.5535306Z test_vmap_exhaustive_aminmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.077s) 2022-12-01T10:43:25.5535477Z test_vmap_exhaustive_angle_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-12-01T10:43:25.5536361Z test_vmap_exhaustive_any_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::any. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5536475Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5536910Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::any. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5536982Z return op(*args, **kwargs) 2022-12-01T10:43:25.5537203Z ok (0.018s) 2022-12-01T10:43:25.5537394Z test_vmap_exhaustive_arange_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:43:25.5537568Z test_vmap_exhaustive_argmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-12-01T10:43:25.5537739Z test_vmap_exhaustive_argmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-12-01T10:43:25.5537915Z test_vmap_exhaustive_argsort_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.052s) 2022-12-01T10:43:25.5538824Z test_vmap_exhaustive_argwhere_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::argwhere. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5538995Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5539437Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::argwhere. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5539522Z return op(*args, **kwargs) 2022-12-01T10:43:25.5539591Z ok (0.010s) 2022-12-01T10:43:25.5540533Z test_vmap_exhaustive_as_strided_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::as_strided_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5540650Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5541087Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::as_strided_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5541171Z return op(*args, **kwargs) 2022-12-01T10:43:25.5541244Z expected failure (0.006s) 2022-12-01T10:43:25.5542250Z test_vmap_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:10636: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::as_strided_scatter. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5542403Z torch.as_strided_scatter(x, src, size, stride, storage_offset=storage_offset), 2022-12-01T10:43:25.5542472Z ok (0.019s) 2022-12-01T10:43:25.5543358Z test_vmap_exhaustive_asin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arcsin_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5543472Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5543909Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arcsin_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5543993Z return op(*args, **kwargs) 2022-12-01T10:43:25.5544060Z ok (0.008s) 2022-12-01T10:43:25.5544941Z test_vmap_exhaustive_asinh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arcsinh_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5545053Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5545494Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arcsinh_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5545608Z return op(*args, **kwargs) 2022-12-01T10:43:25.5545674Z ok (0.007s) 2022-12-01T10:43:25.5546562Z test_vmap_exhaustive_atan2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::atan2_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5546675Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5547152Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::atan2_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5547238Z return op(*args, **kwargs) 2022-12-01T10:43:25.5547966Z /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arctan2_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5548079Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5548498Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arctan2_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5548583Z return op(*args, **kwargs) 2022-12-01T10:43:25.5548649Z ok (0.106s) 2022-12-01T10:43:25.5549537Z test_vmap_exhaustive_atan_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arctan_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5549650Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5550084Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arctan_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5550169Z return op(*args, **kwargs) 2022-12-01T10:43:25.5550235Z ok (0.008s) 2022-12-01T10:43:25.5551125Z test_vmap_exhaustive_atanh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arctanh_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5551237Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5551674Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::arctanh_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5551799Z return op(*args, **kwargs) 2022-12-01T10:43:25.5551866Z ok (0.008s) 2022-12-01T10:43:25.5552045Z test_vmap_exhaustive_atleast_1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.067s) 2022-12-01T10:43:25.5552208Z test_vmap_exhaustive_atleast_2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.068s) 2022-12-01T10:43:25.5552379Z test_vmap_exhaustive_atleast_3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.068s) 2022-12-01T10:43:25.5553300Z test_vmap_exhaustive_baddbmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::baddbmm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5553418Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5553855Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::baddbmm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5553939Z return op(*args, **kwargs) 2022-12-01T10:43:25.5554005Z ok (0.075s) 2022-12-01T10:43:25.5554200Z test_vmap_exhaustive_bernoulli_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:43:25.5554392Z test_vmap_exhaustive_bfloat16_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.018s) 2022-12-01T10:43:25.5554598Z test_vmap_exhaustive_bfloat16_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:43:25.5554777Z test_vmap_exhaustive_block_diag_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-12-01T10:43:25.5554943Z test_vmap_exhaustive_bmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:43:25.5555116Z test_vmap_exhaustive_bool_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:43:25.5555317Z test_vmap_exhaustive_bool_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:43:25.5555516Z test_vmap_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:43:25.5555702Z test_vmap_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-12-01T10:43:25.5555883Z test_vmap_exhaustive_broadcast_to_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5556810Z test_vmap_exhaustive_bucketize_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::bucketize.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5556924Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5557378Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::bucketize.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5557462Z return op(*args, **kwargs) 2022-12-01T10:43:25.5557560Z ok (0.071s) 2022-12-01T10:43:25.5557748Z test_vmap_exhaustive_byte_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:43:25.5557948Z test_vmap_exhaustive_byte_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:43:25.5558119Z test_vmap_exhaustive_cartesian_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:43:25.5558305Z test_vmap_exhaustive_cat_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.343s) 2022-12-01T10:43:25.5558472Z test_vmap_exhaustive_cdist_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.729s) 2022-12-01T10:43:25.5558638Z test_vmap_exhaustive_ceil_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:43:25.5559610Z test_vmap_exhaustive_chalf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:14122: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::chalf. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5559735Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-12-01T10:43:25.5559803Z ok (0.009s) 2022-12-01T10:43:25.5559988Z test_vmap_exhaustive_char_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:43:25.5560189Z test_vmap_exhaustive_char_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:43:25.5560364Z test_vmap_exhaustive_cholesky_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-12-01T10:43:25.5560548Z test_vmap_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:43:25.5560717Z test_vmap_exhaustive_cholesky_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.038s) 2022-12-01T10:43:25.5560957Z test_vmap_exhaustive_chunk_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:43:25.5561867Z test_vmap_exhaustive_clamp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::clamp_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5561984Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5562430Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::clamp_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5562516Z return op(*args, **kwargs) 2022-12-01T10:43:25.5563247Z /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::clip_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5563363Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5563805Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::clip_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5563923Z return op(*args, **kwargs) 2022-12-01T10:43:25.5563989Z ok (0.133s) 2022-12-01T10:43:25.5564184Z test_vmap_exhaustive_clamp_max_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:43:25.5564377Z test_vmap_exhaustive_clamp_min_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:43:25.5564547Z test_vmap_exhaustive_clone_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:43:25.5564732Z test_vmap_exhaustive_column_stack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:43:25.5564914Z test_vmap_exhaustive_combinations_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.033s) 2022-12-01T10:43:25.5565836Z test_vmap_exhaustive_complex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::complex. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5565953Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5566389Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::complex. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5566472Z return op(*args, **kwargs) 2022-12-01T10:43:25.5566537Z ok (0.031s) 2022-12-01T10:43:25.5566707Z test_vmap_exhaustive_conj_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:43:25.5567624Z test_vmap_exhaustive_conj_physical_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::conj_physical_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5567743Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5568193Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::conj_physical_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5568276Z return op(*args, **kwargs) 2022-12-01T10:43:25.5568344Z ok (0.004s) 2022-12-01T10:43:25.5568531Z test_vmap_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.081s) 2022-12-01T10:43:25.5568696Z test_vmap_exhaustive_contiguous_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:43:25.5569623Z test_vmap_exhaustive_copysign_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copysign.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5569722Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5570170Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copysign.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5570285Z return op(*args, **kwargs) 2022-12-01T10:43:25.5571021Z /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copysign_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5571135Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5571602Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::copysign_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5571689Z return op(*args, **kwargs) 2022-12-01T10:43:25.5571756Z ok (0.057s) 2022-12-01T10:43:25.5571934Z test_vmap_exhaustive_corrcoef_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:43:25.5572103Z test_vmap_exhaustive_cos_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5572273Z test_vmap_exhaustive_cosh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5573194Z test_vmap_exhaustive_count_nonzero_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::count_nonzero. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5573309Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5573752Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::count_nonzero. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5573834Z return op(*args, **kwargs) 2022-12-01T10:43:25.5573888Z ok (0.028s) 2022-12-01T10:43:25.5574058Z test_vmap_exhaustive_cov_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.158s) 2022-12-01T10:43:25.5574248Z test_vmap_exhaustive_cross_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.018s) 2022-12-01T10:43:25.5574422Z test_vmap_exhaustive_cummax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:43:25.5574595Z test_vmap_exhaustive_cummin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:43:25.5575496Z test_vmap_exhaustive_cumprod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::cumprod_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5575610Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5576051Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::cumprod_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5576171Z return op(*args, **kwargs) 2022-12-01T10:43:25.5576238Z ok (0.030s) 2022-12-01T10:43:25.5577251Z test_vmap_exhaustive_cumsum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::cumsum_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5577367Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5577853Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::cumsum_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5577939Z return op(*args, **kwargs) 2022-12-01T10:43:25.5577994Z ok (0.013s) 2022-12-01T10:43:25.5578186Z test_vmap_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-12-01T10:43:25.5578361Z test_vmap_exhaustive_deg2rad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5578531Z test_vmap_exhaustive_diag_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-12-01T10:43:25.5578707Z test_vmap_exhaustive_diag_embed_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.091s) 2022-12-01T10:43:25.5579616Z test_vmap_exhaustive_diagflat_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::diagflat. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5579730Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5580165Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::diagflat. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5580247Z return op(*args, **kwargs) 2022-12-01T10:43:25.5580315Z ok (0.008s) 2022-12-01T10:43:25.5580490Z test_vmap_exhaustive_diagonal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.106s) 2022-12-01T10:43:25.5580666Z test_vmap_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.045s) 2022-12-01T10:43:25.5580836Z test_vmap_exhaustive_diff_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.250s) 2022-12-01T10:43:25.5581012Z test_vmap_exhaustive_digamma_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:43:25.5581178Z test_vmap_exhaustive_dist_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.137s) 2022-12-01T10:43:25.5582101Z test_vmap_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::div_.Tensor_mode. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5582215Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5582661Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::div_.Tensor_mode. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5582820Z return op(*args, **kwargs) 2022-12-01T10:43:25.5582889Z ok (0.114s) 2022-12-01T10:43:25.5583080Z test_vmap_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.113s) 2022-12-01T10:43:25.5583268Z test_vmap_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.111s) 2022-12-01T10:43:25.5583438Z test_vmap_exhaustive_dot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:43:25.5583614Z test_vmap_exhaustive_double_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:43:25.5583842Z test_vmap_exhaustive_double_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:43:25.5584016Z test_vmap_exhaustive_dsplit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-12-01T10:43:25.5584186Z test_vmap_exhaustive_dstack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.084s) 2022-12-01T10:43:25.5584356Z test_vmap_exhaustive_einsum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-12-01T10:43:25.5584547Z test_vmap_exhaustive_empty_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:43:25.5584721Z test_vmap_exhaustive_empty_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5584886Z test_vmap_exhaustive_eq_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-12-01T10:43:25.5585065Z test_vmap_exhaustive_equal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:43:25.5585234Z test_vmap_exhaustive_erf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:43:25.5585403Z test_vmap_exhaustive_erfc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5585573Z test_vmap_exhaustive_erfinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:43:25.5585740Z test_vmap_exhaustive_exp2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:43:25.5585907Z test_vmap_exhaustive_exp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5586082Z test_vmap_exhaustive_expand_as_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5586251Z test_vmap_exhaustive_expand_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-12-01T10:43:25.5586421Z test_vmap_exhaustive_expm1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:43:25.5586596Z test_vmap_exhaustive_eye_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:43:25.5586772Z test_vmap_exhaustive_fft_fft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:43:25.5586942Z test_vmap_exhaustive_fft_fft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:43:25.5587113Z test_vmap_exhaustive_fft_fftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:43:25.5587292Z test_vmap_exhaustive_fft_fftshift_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5587463Z test_vmap_exhaustive_fft_hfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:43:25.5587632Z test_vmap_exhaustive_fft_hfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:43:25.5587807Z test_vmap_exhaustive_fft_hfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:43:25.5587974Z test_vmap_exhaustive_fft_ifft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:43:25.5588163Z test_vmap_exhaustive_fft_ifft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-12-01T10:43:25.5588334Z test_vmap_exhaustive_fft_ifftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:43:25.5588513Z test_vmap_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5589429Z test_vmap_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fft_ihfft2. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5589574Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5590016Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fft_ihfft2. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5590104Z return op(*args, **kwargs) 2022-12-01T10:43:25.5590171Z ok (0.015s) 2022-12-01T10:43:25.5590343Z test_vmap_exhaustive_fft_ihfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:43:25.5591253Z test_vmap_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fft_ihfftn. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5591371Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5591804Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fft_ihfftn. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5591888Z return op(*args, **kwargs) 2022-12-01T10:43:25.5591955Z ok (0.018s) 2022-12-01T10:43:25.5592117Z test_vmap_exhaustive_fft_irfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:43:25.5592292Z test_vmap_exhaustive_fft_irfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:43:25.5592467Z test_vmap_exhaustive_fft_irfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:43:25.5592637Z test_vmap_exhaustive_fft_rfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5592808Z test_vmap_exhaustive_fft_rfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:43:25.5592979Z test_vmap_exhaustive_fft_rfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:43:25.5593146Z test_vmap_exhaustive_fill_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5593317Z test_vmap_exhaustive_flatten_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5593485Z test_vmap_exhaustive_flip_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:43:25.5593645Z test_vmap_exhaustive_fliplr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5593818Z test_vmap_exhaustive_flipud_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5594008Z test_vmap_exhaustive_float_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.018s) 2022-12-01T10:43:25.5594248Z test_vmap_exhaustive_float_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:43:25.5594426Z test_vmap_exhaustive_float_power_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-12-01T10:43:25.5594593Z test_vmap_exhaustive_floor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:43:25.5595544Z test_vmap_exhaustive_floor_divide_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::floor_divide_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5595661Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5596114Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::floor_divide_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5596199Z return op(*args, **kwargs) 2022-12-01T10:43:25.5596267Z ok (0.056s) 2022-12-01T10:43:25.5596436Z test_vmap_exhaustive_fmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-12-01T10:43:25.5596591Z test_vmap_exhaustive_fmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-12-01T10:43:25.5597507Z test_vmap_exhaustive_fmod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fmod_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5597611Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5598053Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fmod_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5598138Z return op(*args, **kwargs) 2022-12-01T10:43:25.5598204Z ok (0.056s) 2022-12-01T10:43:25.5598376Z test_vmap_exhaustive_frac_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5598549Z test_vmap_exhaustive_frexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:43:25.5598723Z test_vmap_exhaustive_full_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:43:25.5598896Z test_vmap_exhaustive_gather_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.232s) 2022-12-01T10:43:25.5599065Z test_vmap_exhaustive_ge_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.050s) 2022-12-01T10:43:25.5599221Z test_vmap_exhaustive_geqrf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.069s) 2022-12-01T10:43:25.5599396Z test_vmap_exhaustive_gradient_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.215s) 2022-12-01T10:43:25.5599562Z test_vmap_exhaustive_gt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.050s) 2022-12-01T10:43:25.5599745Z test_vmap_exhaustive_half_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:43:25.5599944Z test_vmap_exhaustive_half_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:43:25.5600957Z test_vmap_exhaustive_heaviside_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::heaviside_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5601073Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5601549Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::heaviside_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5601636Z return op(*args, **kwargs) 2022-12-01T10:43:25.5601706Z ok (0.055s) 2022-12-01T10:43:25.5602595Z test_vmap_exhaustive_histc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::histc. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5602710Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5603150Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::histc. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5603236Z return op(*args, **kwargs) 2022-12-01T10:43:25.5603306Z ok (0.149s) 2022-12-01T10:43:25.5604218Z test_vmap_exhaustive_histogram_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::histogram.bin_ct. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5604334Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5604767Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::histogram.bin_ct. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5604854Z return op(*args, **kwargs) 2022-12-01T10:43:25.5605599Z /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::histogram.bins_tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5605714Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5606165Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::histogram.bins_tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5606249Z return op(*args, **kwargs) 2022-12-01T10:43:25.5606316Z ok (0.624s) 2022-12-01T10:43:25.5606545Z test_vmap_exhaustive_histogramdd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:43:25.5606718Z test_vmap_exhaustive_hsplit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-12-01T10:43:25.5606890Z test_vmap_exhaustive_hstack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.084s) 2022-12-01T10:43:25.5607777Z test_vmap_exhaustive_hypot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::hypot_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5607918Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5608356Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::hypot_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5608442Z return op(*args, **kwargs) 2022-12-01T10:43:25.5608498Z ok (0.055s) 2022-12-01T10:43:25.5608666Z test_vmap_exhaustive_i0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5609560Z test_vmap_exhaustive_igamma_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::igamma_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5609675Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5610117Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::igamma_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5610202Z return op(*args, **kwargs) 2022-12-01T10:43:25.5610269Z ok (0.080s) 2022-12-01T10:43:25.5611180Z test_vmap_exhaustive_igammac_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::igammac_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5611297Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5611733Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::igammac_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5611815Z return op(*args, **kwargs) 2022-12-01T10:43:25.5611882Z ok (0.080s) 2022-12-01T10:43:25.5612782Z test_vmap_exhaustive_index_add_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_add_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5612927Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5613365Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_add_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5613448Z return op(*args, **kwargs) 2022-12-01T10:43:25.5613515Z ok (0.182s) 2022-12-01T10:43:25.5614445Z test_vmap_exhaustive_index_copy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_copy_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5614562Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5614986Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_copy_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5615070Z return op(*args, **kwargs) 2022-12-01T10:43:25.5615137Z ok (0.058s) 2022-12-01T10:43:25.5616055Z test_vmap_exhaustive_index_fill_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_fill.int_Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5616172Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5616624Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_fill.int_Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5616708Z return op(*args, **kwargs) 2022-12-01T10:43:25.5617573Z /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_fill_.int_Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5617688Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5618133Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_fill_.int_Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5618218Z return op(*args, **kwargs) 2022-12-01T10:43:25.5618286Z ok (0.027s) 2022-12-01T10:43:25.5618482Z test_vmap_exhaustive_index_put_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.027s) 2022-12-01T10:43:25.5618673Z test_vmap_exhaustive_index_put_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.199s) 2022-12-01T10:43:25.5619594Z test_vmap_exhaustive_index_reduce_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5619758Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5620199Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5620269Z return op(*args, **kwargs) 2022-12-01T10:43:25.5621053Z /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_reduce_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5621171Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5621615Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::index_reduce_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5621698Z return op(*args, **kwargs) 2022-12-01T10:43:25.5621765Z ok (0.699s) 2022-12-01T10:43:25.5621948Z test_vmap_exhaustive_index_select_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-12-01T10:43:25.5622119Z test_vmap_exhaustive_inner_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:43:25.5622308Z test_vmap_exhaustive_int_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:43:25.5622505Z test_vmap_exhaustive_int_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:43:25.5623427Z test_vmap_exhaustive_isclose_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::isclose. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5623522Z return self.op(*args, **kwargs) 2022-12-01T10:43:25.5624248Z /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::isclose. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5624364Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5624782Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::isclose. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5624867Z return op(*args, **kwargs) 2022-12-01T10:43:25.5624935Z ok (0.107s) 2022-12-01T10:43:25.5625115Z test_vmap_exhaustive_isfinite_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:43:25.5626026Z test_vmap_exhaustive_isin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::isin.Tensor_Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5626172Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5626650Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::isin.Tensor_Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5626735Z return op(*args, **kwargs) 2022-12-01T10:43:25.5626801Z ok (0.008s) 2022-12-01T10:43:25.5626972Z test_vmap_exhaustive_isinf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-12-01T10:43:25.5627146Z test_vmap_exhaustive_isnan_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-12-01T10:43:25.5627321Z test_vmap_exhaustive_isneginf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-12-01T10:43:25.5627484Z test_vmap_exhaustive_isposinf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-12-01T10:43:25.5627656Z test_vmap_exhaustive_isreal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:43:25.5628549Z test_vmap_exhaustive_istft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::istft. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5628666Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5629105Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::istft. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5629189Z return op(*args, **kwargs) 2022-12-01T10:43:25.5629255Z ok (0.031s) 2022-12-01T10:43:25.5629470Z test_vmap_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:25.5629695Z test_vmap_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:25.5629899Z test_vmap_exhaustive_jiterator_binary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:25.5630120Z test_vmap_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:25.5630322Z test_vmap_exhaustive_jiterator_unary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:43:25.5630480Z test_vmap_exhaustive_kron_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:43:25.5630653Z test_vmap_exhaustive_kthvalue_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.072s) 2022-12-01T10:43:25.5631644Z test_vmap_exhaustive_ldexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::ldexp_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5631794Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5632239Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::ldexp_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5632325Z return op(*args, **kwargs) 2022-12-01T10:43:25.5632394Z ok (0.058s) 2022-12-01T10:43:25.5632564Z test_vmap_exhaustive_le_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.050s) 2022-12-01T10:43:25.5633490Z test_vmap_exhaustive_lerp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lerp_.Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5633609Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5634054Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lerp_.Scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5634139Z return op(*args, **kwargs) 2022-12-01T10:43:25.5634879Z /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lerp_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5634994Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5635435Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lerp_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5635517Z return op(*args, **kwargs) 2022-12-01T10:43:25.5635585Z ok (0.120s) 2022-12-01T10:43:25.5635748Z test_vmap_exhaustive_lgamma_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5635935Z test_vmap_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-12-01T10:43:25.5636121Z test_vmap_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-12-01T10:43:25.5636304Z test_vmap_exhaustive_linalg_cond_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5636481Z test_vmap_exhaustive_linalg_cross_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.105s) 2022-12-01T10:43:25.5636656Z test_vmap_exhaustive_linalg_det_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-12-01T10:43:25.5636842Z test_vmap_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.090s) 2022-12-01T10:43:25.5637018Z test_vmap_exhaustive_linalg_eig_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-12-01T10:43:25.5637214Z test_vmap_exhaustive_linalg_eigh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:43:25.5637382Z test_vmap_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-12-01T10:43:25.5637609Z test_vmap_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:43:25.5637804Z test_vmap_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-12-01T10:43:25.5637978Z test_vmap_exhaustive_linalg_inv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:43:25.5638154Z test_vmap_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:43:25.5639120Z test_vmap_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_ldl_factor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5639237Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5639684Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_ldl_factor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5639769Z return op(*args, **kwargs) 2022-12-01T10:43:25.5639837Z ok (0.010s) 2022-12-01T10:43:25.5640024Z test_vmap_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:43:25.5641025Z test_vmap_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_ldl_solve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5641144Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5641588Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_ldl_solve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5641674Z return op(*args, **kwargs) 2022-12-01T10:43:25.5641728Z ok (0.102s) 2022-12-01T10:43:25.5641910Z test_vmap_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.292s) 2022-12-01T10:43:25.5642108Z test_vmap_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.184s) 2022-12-01T10:43:25.5643010Z test_vmap_exhaustive_linalg_lu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5643128Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5643572Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5643658Z return op(*args, **kwargs) 2022-12-01T10:43:25.5643761Z ok (0.049s) 2022-12-01T10:43:25.5644684Z test_vmap_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu_factor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5644797Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5645278Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu_factor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5645366Z return op(*args, **kwargs) 2022-12-01T10:43:25.5645433Z ok (0.041s) 2022-12-01T10:43:25.5645623Z test_vmap_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.040s) 2022-12-01T10:43:25.5645795Z test_vmap_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.549s) 2022-12-01T10:43:25.5645984Z test_vmap_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.114s) 2022-12-01T10:43:25.5646171Z test_vmap_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.057s) 2022-12-01T10:43:25.5646355Z test_vmap_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.120s) 2022-12-01T10:43:25.5646553Z test_vmap_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-12-01T10:43:25.5646736Z test_vmap_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.061s) 2022-12-01T10:43:25.5646914Z test_vmap_exhaustive_linalg_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.133s) 2022-12-01T10:43:25.5647115Z test_vmap_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.097s) 2022-12-01T10:43:25.5647294Z test_vmap_exhaustive_linalg_pinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.043s) 2022-12-01T10:43:25.5647471Z test_vmap_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:43:25.5647720Z test_vmap_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:43:25.5647898Z test_vmap_exhaustive_linalg_qr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.072s) 2022-12-01T10:43:25.5648079Z test_vmap_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-12-01T10:43:25.5648260Z test_vmap_exhaustive_linalg_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.055s) 2022-12-01T10:43:25.5648444Z test_vmap_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.073s) 2022-12-01T10:43:25.5648638Z test_vmap_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.379s) 2022-12-01T10:43:25.5648816Z test_vmap_exhaustive_linalg_svd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.515s) 2022-12-01T10:43:25.5648995Z test_vmap_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.050s) 2022-12-01T10:43:25.5649165Z test_vmap_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:43:25.5650125Z test_vmap_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_tensorsolve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5650270Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5650708Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_tensorsolve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5650793Z return op(*args, **kwargs) 2022-12-01T10:43:25.5650864Z ok (0.019s) 2022-12-01T10:43:25.5651807Z test_vmap_exhaustive_linalg_vander_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_vander. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5651925Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5652370Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_vander. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5652454Z return op(*args, **kwargs) 2022-12-01T10:43:25.5652523Z ok (0.017s) 2022-12-01T10:43:25.5653437Z test_vmap_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_vecdot. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5653555Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5653994Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_vecdot. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5654079Z return op(*args, **kwargs) 2022-12-01T10:43:25.5654145Z ok (0.123s) 2022-12-01T10:43:25.5654334Z test_vmap_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.215s) 2022-12-01T10:43:25.5654530Z test_vmap_exhaustive_linspace_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:43:25.5654688Z test_vmap_exhaustive_log10_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5654860Z test_vmap_exhaustive_log1p_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:43:25.5655027Z test_vmap_exhaustive_log2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5655194Z test_vmap_exhaustive_log_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5655373Z test_vmap_exhaustive_log_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-12-01T10:43:25.5655560Z test_vmap_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:43:25.5655739Z test_vmap_exhaustive_logaddexp2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:43:25.5655945Z test_vmap_exhaustive_logaddexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:43:25.5656115Z test_vmap_exhaustive_logcumsumexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-12-01T10:43:25.5656288Z test_vmap_exhaustive_logdet_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:43:25.5656465Z test_vmap_exhaustive_logical_and_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-12-01T10:43:25.5656636Z test_vmap_exhaustive_logical_not_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:43:25.5656809Z test_vmap_exhaustive_logical_or_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-12-01T10:43:25.5657101Z test_vmap_exhaustive_logical_xor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-12-01T10:43:25.5657273Z test_vmap_exhaustive_logit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:43:25.5657467Z test_vmap_exhaustive_logspace_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:43:25.5657643Z test_vmap_exhaustive_logsumexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.052s) 2022-12-01T10:43:25.5657817Z test_vmap_exhaustive_long_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:43:25.5658017Z test_vmap_exhaustive_long_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:43:25.5658183Z test_vmap_exhaustive_lt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.049s) 2022-12-01T10:43:25.5658348Z test_vmap_exhaustive_lu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.082s) 2022-12-01T10:43:25.5659252Z test_vmap_exhaustive_lu_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_solve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5659370Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5659809Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_solve. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5659894Z return op(*args, **kwargs) 2022-12-01T10:43:25.5659967Z ok (0.159s) 2022-12-01T10:43:25.5660860Z test_vmap_exhaustive_lu_unpack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_unpack. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5660974Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5661417Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::lu_unpack. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5661500Z return op(*args, **kwargs) 2022-12-01T10:43:25.5661569Z ok (0.092s) 2022-12-01T10:43:25.5661738Z test_vmap_exhaustive_mH_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:43:25.5661942Z test_vmap_exhaustive_mT_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:43:25.5662122Z test_vmap_exhaustive_masked_amax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.166s) 2022-12-01T10:43:25.5662296Z test_vmap_exhaustive_masked_amin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.166s) 2022-12-01T10:43:25.5662476Z test_vmap_exhaustive_masked_argmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.102s) 2022-12-01T10:43:25.5662657Z test_vmap_exhaustive_masked_argmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.101s) 2022-12-01T10:43:25.5662839Z test_vmap_exhaustive_masked_cumprod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:43:25.5663051Z test_vmap_exhaustive_masked_cumsum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:43:25.5664015Z test_vmap_exhaustive_masked_fill_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5664109Z return self.op(*args, **kwargs) 2022-12-01T10:43:25.5664859Z /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5664977Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5665427Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5665515Z return op(*args, **kwargs) 2022-12-01T10:43:25.5666245Z /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5666361Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5666808Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_fill_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5666893Z return op(*args, **kwargs) 2022-12-01T10:43:25.5666960Z ok (0.145s) 2022-12-01T10:43:25.5667163Z test_vmap_exhaustive_masked_fill_functorch_Scalar_only_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.041s) 2022-12-01T10:43:25.5667349Z test_vmap_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.036s) 2022-12-01T10:43:25.5667534Z test_vmap_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.057s) 2022-12-01T10:43:25.5667720Z test_vmap_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.214s) 2022-12-01T10:43:25.5667897Z test_vmap_exhaustive_masked_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.221s) 2022-12-01T10:43:25.5668095Z test_vmap_exhaustive_masked_median_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.035s) 2022-12-01T10:43:25.5668273Z test_vmap_exhaustive_masked_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.853s) 2022-12-01T10:43:25.5668454Z test_vmap_exhaustive_masked_normalize_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.067s) 2022-12-01T10:43:25.5668633Z test_vmap_exhaustive_masked_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.168s) 2022-12-01T10:43:25.5669586Z test_vmap_exhaustive_masked_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_scatter. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5669706Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5670153Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_scatter. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5670237Z return op(*args, **kwargs) 2022-12-01T10:43:25.5670970Z /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_scatter_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5671083Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5671533Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::masked_scatter_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5671617Z return op(*args, **kwargs) 2022-12-01T10:43:25.5671684Z ok (0.066s) 2022-12-01T10:43:25.5671887Z test_vmap_exhaustive_masked_select_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.044s) 2022-12-01T10:43:25.5672057Z test_vmap_exhaustive_masked_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.035s) 2022-12-01T10:43:25.5672239Z test_vmap_exhaustive_masked_softmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.036s) 2022-12-01T10:43:25.5672417Z test_vmap_exhaustive_masked_std_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.662s) 2022-12-01T10:43:25.5672588Z test_vmap_exhaustive_masked_sum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.164s) 2022-12-01T10:43:25.5672762Z test_vmap_exhaustive_masked_var_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.572s) 2022-12-01T10:43:25.5672933Z test_vmap_exhaustive_matmul_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.094s) 2022-12-01T10:43:25.5673833Z test_vmap_exhaustive_matrix_exp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::matrix_exp. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5673949Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5674381Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::matrix_exp. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5674501Z return op(*args, **kwargs) 2022-12-01T10:43:25.5674567Z ok (0.017s) 2022-12-01T10:43:25.5674730Z test_vmap_exhaustive_max_binary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.056s) 2022-12-01T10:43:25.5674921Z test_vmap_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:43:25.5675112Z test_vmap_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5675348Z test_vmap_exhaustive_maximum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-12-01T10:43:25.5675518Z test_vmap_exhaustive_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.059s) 2022-12-01T10:43:25.5675691Z test_vmap_exhaustive_median_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-12-01T10:43:25.5675883Z test_vmap_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.078s) 2022-12-01T10:43:25.5676077Z test_vmap_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.076s) 2022-12-01T10:43:25.5676253Z test_vmap_exhaustive_min_binary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.057s) 2022-12-01T10:43:25.5676427Z test_vmap_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:43:25.5676616Z test_vmap_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5676789Z test_vmap_exhaustive_minimum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-12-01T10:43:25.5676957Z test_vmap_exhaustive_mm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:43:25.5677129Z test_vmap_exhaustive_mode_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:43:25.5677301Z test_vmap_exhaustive_movedim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.117s) 2022-12-01T10:43:25.5677472Z test_vmap_exhaustive_msort_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5677639Z test_vmap_exhaustive_mul_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.111s) 2022-12-01T10:43:25.5677833Z test_vmap_exhaustive_multinomial_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.335s) 2022-12-01T10:43:25.5677985Z test_vmap_exhaustive_mv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:43:25.5678175Z test_vmap_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-12-01T10:43:25.5678361Z test_vmap_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-12-01T10:43:25.5678550Z test_vmap_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-12-01T10:43:25.5678725Z test_vmap_exhaustive_nan_to_num_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5679637Z test_vmap_exhaustive_nanmean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanmean. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5679754Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5680191Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanmean. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5680322Z return op(*args, **kwargs) 2022-12-01T10:43:25.5680390Z ok (0.054s) 2022-12-01T10:43:25.5680569Z test_vmap_exhaustive_nanmedian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-12-01T10:43:25.5681595Z test_vmap_exhaustive_nanquantile_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanquantile.scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5681712Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5682168Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanquantile.scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5682250Z return op(*args, **kwargs) 2022-12-01T10:43:25.5682973Z /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanquantile. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5683089Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5683528Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nanquantile. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5683612Z return op(*args, **kwargs) 2022-12-01T10:43:25.5683680Z ok (0.206s) 2022-12-01T10:43:25.5684565Z test_vmap_exhaustive_nansum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nansum. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5684679Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5685123Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nansum. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5685206Z return op(*args, **kwargs) 2022-12-01T10:43:25.5685274Z ok (0.047s) 2022-12-01T10:43:25.5686185Z test_vmap_exhaustive_narrow_copy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::narrow_copy. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5686300Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5686771Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::narrow_copy. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5686858Z return op(*args, **kwargs) 2022-12-01T10:43:25.5686925Z ok (0.010s) 2022-12-01T10:43:25.5687104Z test_vmap_exhaustive_narrow_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:43:25.5687306Z test_vmap_exhaustive_native_batch_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5687519Z test_vmap_exhaustive_native_layer_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.179s) 2022-12-01T10:43:25.5687688Z test_vmap_exhaustive_ne_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.050s) 2022-12-01T10:43:25.5688585Z test_vmap_exhaustive_neg_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::negative_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5688698Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5689139Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::negative_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5689224Z return op(*args, **kwargs) 2022-12-01T10:43:25.5689293Z ok (0.023s) 2022-12-01T10:43:25.5689471Z test_vmap_exhaustive_new_empty_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:43:25.5689673Z test_vmap_exhaustive_new_empty_strided_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:43:25.5689846Z test_vmap_exhaustive_new_full_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:43:25.5690006Z test_vmap_exhaustive_new_ones_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:43:25.5690179Z test_vmap_exhaustive_new_zeros_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:43:25.5691084Z test_vmap_exhaustive_nextafter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nextafter_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5691203Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5691641Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::nextafter_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5691724Z return op(*args, **kwargs) 2022-12-01T10:43:25.5691790Z ok (0.055s) 2022-12-01T10:43:25.5692854Z test_vmap_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:7970: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_scaled_dot_product_attention. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5692967Z return op(*args, **kwargs) 2022-12-01T10:43:25.5693051Z expected failure (0.025s) 2022-12-01T10:43:25.5693255Z test_vmap_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:43:25.5693458Z test_vmap_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-12-01T10:43:25.5693654Z test_vmap_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:43:25.5693882Z test_vmap_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:43:25.5694089Z test_vmap_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.049s) 2022-12-01T10:43:25.5694279Z test_vmap_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-12-01T10:43:25.5694470Z test_vmap_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.053s) 2022-12-01T10:43:25.5694661Z test_vmap_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.098s) 2022-12-01T10:43:25.5694852Z test_vmap_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.115s) 2022-12-01T10:43:25.5695036Z test_vmap_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.248s) 2022-12-01T10:43:25.5695961Z test_vmap_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::bilinear. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5696079Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5696513Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::bilinear. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5696596Z return op(*args, **kwargs) 2022-12-01T10:43:25.5696666Z ok (0.260s) 2022-12-01T10:43:25.5696871Z test_vmap_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-12-01T10:43:25.5697188Z test_vmap_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.105s) 2022-12-01T10:43:25.5697359Z test_vmap_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5697548Z test_vmap_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.163s) 2022-12-01T10:43:25.5697736Z test_vmap_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.580s) 2022-12-01T10:43:25.5697933Z test_vmap_exhaustive_nn_functional_conv2d_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:43:25.5698150Z test_vmap_exhaustive_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:43:25.5698364Z test_vmap_exhaustive_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:43:25.5698615Z test_vmap_exhaustive_nn_functional_conv2d_stride_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:43:25.5698828Z test_vmap_exhaustive_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:43:25.5699042Z test_vmap_exhaustive_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:43:25.5699245Z test_vmap_exhaustive_nn_functional_conv2d_stride_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:43:25.5699452Z test_vmap_exhaustive_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:43:25.5699712Z test_vmap_exhaustive_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:43:25.5699914Z test_vmap_exhaustive_nn_functional_conv2d_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5700112Z test_vmap_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.119s) 2022-12-01T10:43:25.5700309Z test_vmap_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.156s) 2022-12-01T10:43:25.5700510Z test_vmap_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.232s) 2022-12-01T10:43:25.5700714Z test_vmap_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.056s) 2022-12-01T10:43:25.5700915Z test_vmap_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.034s) 2022-12-01T10:43:25.5701107Z test_vmap_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.063s) 2022-12-01T10:43:25.5702057Z test_vmap_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2629: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::ctc_loss.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5702237Z log_probs, targets, input_lengths, target_lengths, blank, _Reduction.get_enum(reduction), zero_infinity 2022-12-01T10:43:25.5702309Z ok (0.204s) 2022-12-01T10:43:25.5702503Z test_vmap_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:43:25.5702716Z test_vmap_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:43:25.5702923Z test_vmap_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.022s) 2022-12-01T10:43:25.5703106Z test_vmap_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5704084Z test_vmap_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2393: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::embedding_bag.padding_idx. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5704280Z weight, input, offsets, scale_grad_by_freq, mode_enum, sparse, per_sample_weights, include_last_offset, padding_idx 2022-12-01T10:43:25.5705032Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2106: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::embedding_renorm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5705214Z torch.embedding_renorm_(weight.detach(), input, max_norm, norm_type) 2022-12-01T10:43:25.5705298Z expected failure (0.040s) 2022-12-01T10:43:25.5705510Z test_vmap_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.077s) 2022-12-01T10:43:25.5705715Z test_vmap_exhaustive_nn_functional_embedding_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:43:25.5705976Z test_vmap_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:43:25.5706197Z test_vmap_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.062s) 2022-12-01T10:43:25.5706405Z test_vmap_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5706622Z test_vmap_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:43:25.5707570Z test_vmap_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2833: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::any. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5707655Z if torch.any(var < 0): 2022-12-01T10:43:25.5707740Z expected failure (0.006s) 2022-12-01T10:43:25.5707928Z test_vmap_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-12-01T10:43:25.5708119Z test_vmap_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.066s) 2022-12-01T10:43:25.5708313Z test_vmap_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.104s) 2022-12-01T10:43:25.5708500Z test_vmap_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:43:25.5708694Z test_vmap_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5708888Z test_vmap_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5709079Z test_vmap_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:43:25.5709258Z test_vmap_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5709464Z test_vmap_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.036s) 2022-12-01T10:43:25.5710406Z test_vmap_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3230: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::huber_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5710589Z return torch._C._nn.huber_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), delta) 2022-12-01T10:43:25.5710658Z ok (0.082s) 2022-12-01T10:43:25.5710855Z test_vmap_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-12-01T10:43:25.5711083Z test_vmap_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-12-01T10:43:25.5711285Z test_vmap_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:43:25.5711489Z test_vmap_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-12-01T10:43:25.5711689Z test_vmap_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-12-01T10:43:25.5711890Z test_vmap_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-12-01T10:43:25.5712124Z test_vmap_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-12-01T10:43:25.5713044Z test_vmap_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2928: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::kl_div. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5713195Z reduced = torch.kl_div(input, target, reduction_enum, log_target=log_target) 2022-12-01T10:43:25.5713808Z /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:43:25.5714018Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:43:25.5714089Z ok (0.053s) 2022-12-01T10:43:25.5714278Z test_vmap_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.037s) 2022-12-01T10:43:25.5714468Z test_vmap_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.062s) 2022-12-01T10:43:25.5714658Z test_vmap_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-12-01T10:43:25.5714843Z test_vmap_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.077s) 2022-12-01T10:43:25.5715044Z test_vmap_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-12-01T10:43:25.5715237Z test_vmap_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:43:25.5716197Z test_vmap_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3331: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::margin_ranking_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5716355Z return torch.margin_ranking_loss(input1, input2, target, margin, reduction_enum) 2022-12-01T10:43:25.5716423Z ok (0.157s) 2022-12-01T10:43:25.5717354Z test_vmap_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:696: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool1d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5717540Z return torch.max_pool1d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-12-01T10:43:25.5717607Z ok (1.779s) 2022-12-01T10:43:25.5717788Z test_vmap_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (2.588s) 2022-12-01T10:43:25.5718742Z test_vmap_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:843: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool3d_with_indices. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5718947Z return torch._C._nn.max_pool3d_with_indices(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-12-01T10:43:25.5719686Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:868: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_pool3d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5719846Z return torch.max_pool3d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-12-01T10:43:25.5719915Z ok (1.263s) 2022-12-01T10:43:25.5720934Z test_vmap_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:948: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_unpool2d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5721199Z return torch._C._nn.max_unpool2d(input.unsqueeze(-1), indices.unsqueeze(-1), output_size).squeeze(-1) 2022-12-01T10:43:25.5721268Z ok (0.515s) 2022-12-01T10:43:25.5721471Z test_vmap_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.083s) 2022-12-01T10:43:25.5722399Z test_vmap_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:980: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_unpool2d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5722532Z return torch._C._nn.max_unpool2d(input, indices, output_size) 2022-12-01T10:43:25.5722600Z ok (1.112s) 2022-12-01T10:43:25.5722805Z test_vmap_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.128s) 2022-12-01T10:43:25.5723745Z test_vmap_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1012: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::max_unpool3d. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5723899Z return torch._C._nn.max_unpool3d(input, indices, output_size, _stride, padding) 2022-12-01T10:43:25.5723969Z ok (0.404s) 2022-12-01T10:43:25.5724168Z test_vmap_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.081s) 2022-12-01T10:43:25.5724344Z test_vmap_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5724578Z test_vmap_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:43:25.5724778Z test_vmap_exhaustive_nn_functional_mse_loss_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-12-01T10:43:25.5725735Z test_vmap_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3530: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::multi_margin_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5725929Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-12-01T10:43:25.5725999Z ok (0.015s) 2022-12-01T10:43:25.5726979Z test_vmap_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3389: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::multilabel_margin_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5727128Z return torch._C._nn.multilabel_margin_loss(input, target, reduction_enum) 2022-12-01T10:43:25.5727197Z ok (0.010s) 2022-12-01T10:43:25.5727407Z test_vmap_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-12-01T10:43:25.5727596Z test_vmap_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.176s) 2022-12-01T10:43:25.5727787Z test_vmap_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-12-01T10:43:25.5727987Z test_vmap_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:43:25.5728180Z test_vmap_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.084s) 2022-12-01T10:43:25.5728358Z test_vmap_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-12-01T10:43:25.5728554Z test_vmap_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-12-01T10:43:25.5728753Z test_vmap_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-12-01T10:43:25.5729669Z test_vmap_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::pdist. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5729785Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5730220Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::pdist. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5730305Z return op(*args, **kwargs) 2022-12-01T10:43:25.5730371Z ok (0.014s) 2022-12-01T10:43:25.5730571Z test_vmap_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5730767Z test_vmap_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5730993Z test_vmap_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.315s) 2022-12-01T10:43:25.5731183Z test_vmap_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.081s) 2022-12-01T10:43:25.5731356Z test_vmap_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:43:25.5731540Z test_vmap_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:43:25.5731739Z test_vmap_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:43:25.5731946Z test_vmap_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5732130Z test_vmap_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5733077Z test_vmap_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3200: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::smooth_l1_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5733256Z return torch._C._nn.smooth_l1_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), beta) 2022-12-01T10:43:25.5733322Z ok (0.026s) 2022-12-01T10:43:25.5734269Z test_vmap_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3411: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::soft_margin_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5734407Z return torch._C._nn.soft_margin_loss(input, target, reduction_enum) 2022-12-01T10:43:25.5734475Z ok (0.061s) 2022-12-01T10:43:25.5734664Z test_vmap_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:43:25.5734865Z test_vmap_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:43:25.5735053Z test_vmap_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:43:25.5735233Z test_vmap_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-12-01T10:43:25.5735423Z test_vmap_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:43:25.5735614Z test_vmap_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:43:25.5735807Z test_vmap_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5736777Z test_vmap_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4555: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::triplet_margin_loss. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5736959Z return torch.triplet_margin_loss(anchor, positive, negative, margin, p, eps, swap, reduction_enum) 2022-12-01T10:43:25.5737130Z ok (0.052s) 2022-12-01T10:43:25.5737349Z test_vmap_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.053s) 2022-12-01T10:43:25.5737594Z test_vmap_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.465s) 2022-12-01T10:43:25.5737795Z test_vmap_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5737993Z test_vmap_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-12-01T10:43:25.5738183Z test_vmap_exhaustive_nonzero_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:43:25.5738340Z test_vmap_exhaustive_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.059s) 2022-12-01T10:43:25.5738545Z test_vmap_exhaustive_norm_fro_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:43:25.5738718Z test_vmap_exhaustive_norm_inf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:43:25.5738894Z test_vmap_exhaustive_norm_nuc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:43:25.5739081Z test_vmap_exhaustive_normal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:43:25.5739280Z test_vmap_exhaustive_normal_number_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:43:25.5739468Z test_vmap_exhaustive_ones_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.001s) 2022-12-01T10:43:25.5739644Z test_vmap_exhaustive_ones_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5739874Z test_vmap_exhaustive_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-12-01T10:43:25.5740060Z test_vmap_exhaustive_ops_aten_index_put_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.796s) 2022-12-01T10:43:25.5740993Z test_vmap_exhaustive_ormqr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::ormqr. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5741086Z return self.op(*args, **kwargs) 2022-12-01T10:43:25.5741801Z /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::ormqr. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5741917Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5742349Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::ormqr. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5742433Z return op(*args, **kwargs) 2022-12-01T10:43:25.5742501Z ok (0.988s) 2022-12-01T10:43:25.5742674Z test_vmap_exhaustive_outer_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:43:25.5742870Z test_vmap_exhaustive_pca_lowrank_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:43:25.5743045Z test_vmap_exhaustive_permute_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:43:25.5743222Z test_vmap_exhaustive_pinverse_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:43:25.5743421Z test_vmap_exhaustive_polar_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-12-01T10:43:25.5744348Z test_vmap_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::polygamma_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5744463Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5744935Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::polygamma_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5745010Z return op(*args, **kwargs) 2022-12-01T10:43:25.5745078Z ok (0.029s) 2022-12-01T10:43:25.5745271Z test_vmap_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-12-01T10:43:25.5745465Z test_vmap_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-12-01T10:43:25.5745655Z test_vmap_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-12-01T10:43:25.5745845Z test_vmap_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-12-01T10:43:25.5746020Z test_vmap_exhaustive_positive_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:43:25.5746922Z test_vmap_exhaustive_pow_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::pow_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5747038Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5747478Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::pow_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5747562Z return op(*args, **kwargs) 2022-12-01T10:43:25.5747630Z ok (0.054s) 2022-12-01T10:43:25.5747790Z test_vmap_exhaustive_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.049s) 2022-12-01T10:43:25.5748671Z test_vmap_exhaustive_put_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::put. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5748784Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5749218Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::put. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5749301Z return op(*args, **kwargs) 2022-12-01T10:43:25.5750021Z /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::put_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5750169Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5750602Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::put_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5750684Z return op(*args, **kwargs) 2022-12-01T10:43:25.5750779Z ok (0.445s) 2022-12-01T10:43:25.5750952Z test_vmap_exhaustive_qr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.072s) 2022-12-01T10:43:25.5751865Z test_vmap_exhaustive_quantile_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::quantile.scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5751978Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5752423Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::quantile.scalar. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5752508Z return op(*args, **kwargs) 2022-12-01T10:43:25.5753241Z /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::quantile. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5753356Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5753782Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::quantile. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5753867Z return op(*args, **kwargs) 2022-12-01T10:43:25.5753934Z ok (0.200s) 2022-12-01T10:43:25.5754111Z test_vmap_exhaustive_rad2deg_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5754305Z test_vmap_exhaustive_rand_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:43:25.5754501Z test_vmap_exhaustive_randint_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:43:25.5754703Z test_vmap_exhaustive_randn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Test expects tensor input (0.001s) 2022-12-01T10:43:25.5754896Z test_vmap_exhaustive_randn_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:43:25.5755070Z test_vmap_exhaustive_ravel_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:43:25.5755228Z test_vmap_exhaustive_real_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:43:25.5755408Z test_vmap_exhaustive_reciprocal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5756353Z test_vmap_exhaustive_remainder_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::remainder_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5756472Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5756951Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::remainder_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5757037Z return op(*args, **kwargs) 2022-12-01T10:43:25.5757107Z ok (0.056s) 2022-12-01T10:43:25.5758027Z test_vmap_exhaustive_renorm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::renorm. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5758117Z return self.op(*args, **kwargs) 2022-12-01T10:43:25.5758842Z /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::renorm. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5758956Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5759387Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::renorm. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5759471Z return op(*args, **kwargs) 2022-12-01T10:43:25.5760197Z /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::renorm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5760314Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5760746Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::renorm_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5760904Z return op(*args, **kwargs) 2022-12-01T10:43:25.5760960Z ok (0.029s) 2022-12-01T10:43:25.5761137Z test_vmap_exhaustive_repeat_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.054s) 2022-12-01T10:43:25.5761326Z test_vmap_exhaustive_repeat_interleave_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5761502Z test_vmap_exhaustive_reshape_as_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:43:25.5761678Z test_vmap_exhaustive_reshape_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-12-01T10:43:25.5761867Z test_vmap_exhaustive_resize__cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:43:25.5762871Z test_vmap_exhaustive_resize_as__cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:14834: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::resize_as_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5762992Z op=lambda x, other: torch.resize_as_(x.clone(), other), 2022-12-01T10:43:25.5763760Z /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::resize_as_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5763889Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5764323Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::resize_as_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5764405Z return op(*args, **kwargs) 2022-12-01T10:43:25.5764490Z expected failure (0.010s) 2022-12-01T10:43:25.5764670Z test_vmap_exhaustive_resolve_conj_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:43:25.5764850Z test_vmap_exhaustive_resolve_neg_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:43:25.5765018Z test_vmap_exhaustive_roll_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.067s) 2022-12-01T10:43:25.5765173Z test_vmap_exhaustive_rot90_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.092s) 2022-12-01T10:43:25.5765344Z test_vmap_exhaustive_round_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:43:25.5765524Z test_vmap_exhaustive_round_decimals_0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:43:25.5765699Z test_vmap_exhaustive_round_decimals_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:43:25.5765883Z test_vmap_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:43:25.5766049Z test_vmap_exhaustive_rsqrt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5766215Z test_vmap_exhaustive_rsub_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-12-01T10:43:25.5767135Z test_vmap_exhaustive_scatter_add_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_add_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5767249Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5767689Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_add_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5767770Z return op(*args, **kwargs) 2022-12-01T10:43:25.5767838Z ok (0.485s) 2022-12-01T10:43:25.5768729Z test_vmap_exhaustive_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_.src. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5768882Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5769319Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_.src. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5769421Z return op(*args, **kwargs) 2022-12-01T10:43:25.5770156Z /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_.reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5770270Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5770710Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_.reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5770790Z return op(*args, **kwargs) 2022-12-01T10:43:25.5771524Z /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_.value. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5771638Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5772078Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_.value. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5772158Z return op(*args, **kwargs) 2022-12-01T10:43:25.5772900Z /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_.value_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5773011Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5773454Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_.value_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5773535Z return op(*args, **kwargs) 2022-12-01T10:43:25.5773601Z ok (0.806s) 2022-12-01T10:43:25.5774539Z test_vmap_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_reduce.two. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5774714Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5775161Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_reduce.two. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5775231Z return op(*args, **kwargs) 2022-12-01T10:43:25.5776000Z /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_reduce_.two. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5776114Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5776556Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::scatter_reduce_.two. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5776639Z return op(*args, **kwargs) 2022-12-01T10:43:25.5776706Z ok (0.469s) 2022-12-01T10:43:25.5776898Z test_vmap_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.469s) 2022-12-01T10:43:25.5777192Z test_vmap_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.496s) 2022-12-01T10:43:25.5777378Z test_vmap_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.467s) 2022-12-01T10:43:25.5777564Z test_vmap_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.467s) 2022-12-01T10:43:25.5777744Z test_vmap_exhaustive_searchsorted_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.514s) 2022-12-01T10:43:25.5778685Z test_vmap_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::segment_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5778800Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5779245Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::segment_reduce. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5779318Z return op(*args, **kwargs) 2022-12-01T10:43:25.5779384Z ok (0.149s) 2022-12-01T10:43:25.5779574Z test_vmap_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.140s) 2022-12-01T10:43:25.5779744Z test_vmap_exhaustive_select_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5779926Z test_vmap_exhaustive_select_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:43:25.5780093Z test_vmap_exhaustive_sgn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:43:25.5780280Z test_vmap_exhaustive_short_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:43:25.5780477Z test_vmap_exhaustive_short_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:43:25.5780710Z test_vmap_exhaustive_sigmoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:43:25.5780863Z test_vmap_exhaustive_sign_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:43:25.5781035Z test_vmap_exhaustive_signbit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-12-01T10:43:25.5781198Z test_vmap_exhaustive_sin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:43:25.5781361Z test_vmap_exhaustive_sinc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:43:25.5781525Z test_vmap_exhaustive_sinh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:43:25.5781728Z test_vmap_exhaustive_slice_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:43:25.5781908Z test_vmap_exhaustive_slice_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.052s) 2022-12-01T10:43:25.5782081Z test_vmap_exhaustive_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-12-01T10:43:25.5782252Z test_vmap_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-12-01T10:43:25.5782420Z test_vmap_exhaustive_sort_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.129s) 2022-12-01T10:43:25.5782626Z test_vmap_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:43:25.5783563Z test_vmap_exhaustive_special_airy_ai_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_airy_ai. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5783681Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5784129Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_airy_ai. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5784212Z return op(*args, **kwargs) 2022-12-01T10:43:25.5784277Z ok (0.005s) 2022-12-01T10:43:25.5785205Z test_vmap_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_bessel_j0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5785321Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5785762Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_bessel_j0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5785845Z return op(*args, **kwargs) 2022-12-01T10:43:25.5785911Z ok (0.005s) 2022-12-01T10:43:25.5786844Z test_vmap_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_bessel_j1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5786989Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5787436Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_bessel_j1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5787517Z return op(*args, **kwargs) 2022-12-01T10:43:25.5787583Z ok (0.005s) 2022-12-01T10:43:25.5788540Z test_vmap_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_bessel_y0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5788654Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5789096Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_bessel_y0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5789166Z return op(*args, **kwargs) 2022-12-01T10:43:25.5789233Z ok (0.005s) 2022-12-01T10:43:25.5790160Z test_vmap_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_bessel_y1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5790277Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5790723Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_bessel_y1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5790805Z return op(*args, **kwargs) 2022-12-01T10:43:25.5790873Z ok (0.005s) 2022-12-01T10:43:25.5791848Z test_vmap_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_chebyshev_polynomial_t. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5791961Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5792415Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_chebyshev_polynomial_t. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5792502Z return op(*args, **kwargs) 2022-12-01T10:43:25.5792569Z ok (0.029s) 2022-12-01T10:43:25.5793539Z test_vmap_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_chebyshev_polynomial_u. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5793681Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5794170Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_chebyshev_polynomial_u. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5794254Z return op(*args, **kwargs) 2022-12-01T10:43:25.5794323Z ok (0.029s) 2022-12-01T10:43:25.5794711Z test_vmap_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:25.5795076Z test_vmap_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:25.5795257Z test_vmap_exhaustive_special_entr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:43:25.5795437Z test_vmap_exhaustive_special_erfcx_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:43:25.5796410Z test_vmap_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_hermite_polynomial_h. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5796525Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5796982Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_hermite_polynomial_h. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5797065Z return op(*args, **kwargs) 2022-12-01T10:43:25.5797131Z ok (0.029s) 2022-12-01T10:43:25.5798106Z test_vmap_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_hermite_polynomial_he. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5798221Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5798681Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_hermite_polynomial_he. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5798763Z return op(*args, **kwargs) 2022-12-01T10:43:25.5798833Z ok (0.029s) 2022-12-01T10:43:25.5799011Z test_vmap_exhaustive_special_i0e_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:43:25.5799219Z test_vmap_exhaustive_special_i1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:43:25.5799382Z test_vmap_exhaustive_special_i1e_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:43:25.5800366Z test_vmap_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_laguerre_polynomial_l. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5800480Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5801020Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_laguerre_polynomial_l. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5801115Z return op(*args, **kwargs) 2022-12-01T10:43:25.5801180Z ok (0.029s) 2022-12-01T10:43:25.5801571Z test_vmap_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:25.5802497Z test_vmap_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_log_ndtr. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5802610Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5803056Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_log_ndtr. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5803138Z return op(*args, **kwargs) 2022-12-01T10:43:25.5803203Z ok (0.005s) 2022-12-01T10:43:25.5804166Z test_vmap_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_modified_bessel_i0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5804280Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5804730Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_modified_bessel_i0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5804814Z return op(*args, **kwargs) 2022-12-01T10:43:25.5804879Z ok (0.005s) 2022-12-01T10:43:25.5805845Z test_vmap_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_modified_bessel_i1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5805989Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5806435Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_modified_bessel_i1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5806515Z return op(*args, **kwargs) 2022-12-01T10:43:25.5806568Z ok (0.005s) 2022-12-01T10:43:25.5807564Z test_vmap_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_modified_bessel_k0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5807679Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5808116Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_modified_bessel_k0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5808197Z return op(*args, **kwargs) 2022-12-01T10:43:25.5808262Z ok (0.005s) 2022-12-01T10:43:25.5809229Z test_vmap_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_modified_bessel_k1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5809344Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5809795Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_modified_bessel_k1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5809878Z return op(*args, **kwargs) 2022-12-01T10:43:25.5809947Z ok (0.005s) 2022-12-01T10:43:25.5810132Z test_vmap_exhaustive_special_ndtr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:43:25.5810319Z test_vmap_exhaustive_special_ndtri_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:43:25.5810535Z test_vmap_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-12-01T10:43:25.5811519Z test_vmap_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_scaled_modified_bessel_k0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5811634Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5812099Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_scaled_modified_bessel_k0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5812225Z return op(*args, **kwargs) 2022-12-01T10:43:25.5812288Z ok (0.005s) 2022-12-01T10:43:25.5813304Z test_vmap_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_scaled_modified_bessel_k1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5813416Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5813877Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_scaled_modified_bessel_k1. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5813949Z return op(*args, **kwargs) 2022-12-01T10:43:25.5814014Z ok (0.005s) 2022-12-01T10:43:25.5814411Z test_vmap_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:25.5814811Z test_vmap_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:25.5815200Z test_vmap_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:25.5815598Z test_vmap_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:43:25.5816565Z test_vmap_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_spherical_bessel_j0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5816679Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5817235Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::special_spherical_bessel_j0. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5817321Z return op(*args, **kwargs) 2022-12-01T10:43:25.5817388Z ok (0.005s) 2022-12-01T10:43:25.5817573Z test_vmap_exhaustive_special_xlog1py_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-12-01T10:43:25.5817755Z test_vmap_exhaustive_special_zeta_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-12-01T10:43:25.5817911Z test_vmap_exhaustive_split_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:43:25.5818157Z test_vmap_exhaustive_split_list_args_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5818375Z test_vmap_exhaustive_split_with_sizes_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5818626Z test_vmap_exhaustive_sqrt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:43:25.5832201Z test_vmap_exhaustive_square_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::square_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5832406Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5832991Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::square_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5833088Z return op(*args, **kwargs) 2022-12-01T10:43:25.5833144Z ok (0.009s) 2022-12-01T10:43:25.5833323Z test_vmap_exhaustive_squeeze_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-12-01T10:43:25.5833496Z test_vmap_exhaustive_stack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.035s) 2022-12-01T10:43:25.5833666Z test_vmap_exhaustive_std_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-12-01T10:43:25.5833842Z test_vmap_exhaustive_std_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-12-01T10:43:25.5834796Z test_vmap_exhaustive_stft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:633: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::stft. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5834901Z normalized, onesided, return_complex) 2022-12-01T10:43:25.5834967Z ok (0.023s) 2022-12-01T10:43:25.5835871Z test_vmap_exhaustive_sub_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::subtract_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5835987Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5836437Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::subtract_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5836523Z return op(*args, **kwargs) 2022-12-01T10:43:25.5836588Z ok (0.142s) 2022-12-01T10:43:25.5836746Z test_vmap_exhaustive_sum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:43:25.5836925Z test_vmap_exhaustive_sum_to_size_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.038s) 2022-12-01T10:43:25.5837092Z test_vmap_exhaustive_svd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.521s) 2022-12-01T10:43:25.5837287Z test_vmap_exhaustive_svd_lowrank_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:43:25.5837459Z test_vmap_exhaustive_symeig_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:43:25.5837621Z test_vmap_exhaustive_t_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:43:25.5837852Z test_vmap_exhaustive_take_along_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:43:25.5838740Z test_vmap_exhaustive_take_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::take. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5838854Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5839328Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::take. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5839415Z return op(*args, **kwargs) 2022-12-01T10:43:25.5839481Z ok (0.065s) 2022-12-01T10:43:25.5839637Z test_vmap_exhaustive_tan_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:43:25.5839806Z test_vmap_exhaustive_tanh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:43:25.5840001Z test_vmap_exhaustive_tensor_split_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:43:25.5840176Z test_vmap_exhaustive_tensordot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5840340Z test_vmap_exhaustive_tile_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.072s) 2022-12-01T10:43:25.5840525Z test_vmap_exhaustive_to_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:43:25.5841608Z test_vmap_exhaustive_to_sparse_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:15086: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::to_sparse. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5841713Z op=lambda x, *args: x.to_sparse(*args), 2022-12-01T10:43:25.5841796Z expected failure (0.010s) 2022-12-01T10:43:25.5841965Z test_vmap_exhaustive_topk_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-12-01T10:43:25.5842135Z test_vmap_exhaustive_trace_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-12-01T10:43:25.5842299Z test_vmap_exhaustive_transpose_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.062s) 2022-12-01T10:43:25.5842470Z test_vmap_exhaustive_trapezoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-12-01T10:43:25.5842642Z test_vmap_exhaustive_trapz_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-12-01T10:43:25.5842824Z test_vmap_exhaustive_triangular_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-12-01T10:43:25.5843708Z test_vmap_exhaustive_tril_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::tril_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5843822Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5844259Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::tril_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5844383Z return op(*args, **kwargs) 2022-12-01T10:43:25.5844450Z ok (0.026s) 2022-12-01T10:43:25.5845337Z test_vmap_exhaustive_triu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::triu_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5845448Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5845912Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::triu_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5845998Z return op(*args, **kwargs) 2022-12-01T10:43:25.5846063Z ok (0.026s) 2022-12-01T10:43:25.5846229Z test_vmap_exhaustive_true_divide_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.060s) 2022-12-01T10:43:25.5847133Z test_vmap_exhaustive_trunc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fix_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5847234Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5847669Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::fix_. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5847753Z return op(*args, **kwargs) 2022-12-01T10:43:25.5847817Z ok (0.008s) 2022-12-01T10:43:25.5847990Z test_vmap_exhaustive_unbind_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.043s) 2022-12-01T10:43:25.5848167Z test_vmap_exhaustive_unflatten_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:43:25.5848336Z test_vmap_exhaustive_unfold_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.036s) 2022-12-01T10:43:25.5848525Z test_vmap_exhaustive_uniform_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:43:25.5848727Z test_vmap_exhaustive_unique_consecutive_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:43:25.5848903Z test_vmap_exhaustive_unique_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:43:25.5849077Z test_vmap_exhaustive_unsqueeze_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:43:25.5849245Z test_vmap_exhaustive_var_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:43:25.5849414Z test_vmap_exhaustive_var_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-12-01T10:43:25.5850296Z test_vmap_exhaustive_vdot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::vdot. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5850458Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5850888Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::vdot. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5850971Z return op(*args, **kwargs) 2022-12-01T10:43:25.5851037Z ok (0.004s) 2022-12-01T10:43:25.5851236Z test_vmap_exhaustive_view_as_complex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:43:25.5851436Z test_vmap_exhaustive_view_as_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:43:25.5851606Z test_vmap_exhaustive_view_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.034s) 2022-12-01T10:43:25.5851768Z test_vmap_exhaustive_vsplit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-12-01T10:43:25.5851937Z test_vmap_exhaustive_vstack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.095s) 2022-12-01T10:43:25.5852106Z test_vmap_exhaustive_where_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-12-01T10:43:25.5852999Z test_vmap_exhaustive_xlogy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/functorch/_src/vmap.py:489: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::xlogy_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5853113Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:43:25.5853555Z /var/lib/jenkins/workspace/functorch/test/common_utils.py:262: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::xlogy_.Tensor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5853640Z return op(*args, **kwargs) 2022-12-01T10:43:25.5853706Z ok (0.077s) 2022-12-01T10:43:25.5853876Z test_vmap_exhaustive_zero__cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5854062Z test_vmap_exhaustive_zeros_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:43:25.5854235Z test_vmap_exhaustive_zeros_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5854430Z test_vmap_linalg_failure_1D_input_linalg_cholesky_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-12-01T10:43:25.5854611Z test_vmap_linalg_failure_1D_input_linalg_cholesky_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:43:25.5854799Z test_vmap_linalg_failure_1D_input_linalg_cond_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:43:25.5854989Z test_vmap_linalg_failure_1D_input_linalg_cross_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:43:25.5855177Z test_vmap_linalg_failure_1D_input_linalg_det_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-12-01T10:43:25.5855372Z test_vmap_linalg_failure_1D_input_linalg_det_singular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.106s) 2022-12-01T10:43:25.5855557Z test_vmap_linalg_failure_1D_input_linalg_eig_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-12-01T10:43:25.5856530Z test_vmap_linalg_failure_1D_input_linalg_eigh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_eigh. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5856652Z return self.op(*args, **kwargs) 2022-12-01T10:43:25.5856719Z ok (0.018s) 2022-12-01T10:43:25.5856910Z test_vmap_linalg_failure_1D_input_linalg_eigvals_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5857214Z test_vmap_linalg_failure_1D_input_linalg_eigvalsh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5857409Z test_vmap_linalg_failure_1D_input_linalg_householder_product_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.062s) 2022-12-01T10:43:25.5857640Z test_vmap_linalg_failure_1D_input_linalg_inv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:43:25.5857833Z test_vmap_linalg_failure_1D_input_linalg_inv_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:43:25.5858817Z test_vmap_linalg_failure_1D_input_linalg_ldl_factor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_ldl_factor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5858905Z return self.op(*args, **kwargs) 2022-12-01T10:43:25.5858971Z ok (0.015s) 2022-12-01T10:43:25.5859167Z test_vmap_linalg_failure_1D_input_linalg_ldl_factor_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:43:25.5859376Z test_vmap_linalg_failure_1D_input_linalg_ldl_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:43:25.5859564Z test_vmap_linalg_failure_1D_input_linalg_lstsq_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.105s) 2022-12-01T10:43:25.5859767Z test_vmap_linalg_failure_1D_input_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.106s) 2022-12-01T10:43:25.5860719Z test_vmap_linalg_failure_1D_input_linalg_lu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5860810Z return self.op(*args, **kwargs) 2022-12-01T10:43:25.5860877Z ok (0.053s) 2022-12-01T10:43:25.5861852Z test_vmap_linalg_failure_1D_input_linalg_lu_factor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::linalg_lu_factor. Please file us an issue on GitHub so that we can prioritize its implementation. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchedFallback.cpp:84.) 2022-12-01T10:43:25.5861942Z return self.op(*args, **kwargs) 2022-12-01T10:43:25.5862006Z ok (0.066s) 2022-12-01T10:43:25.5862189Z test_vmap_linalg_failure_1D_input_linalg_lu_factor_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.040s) 2022-12-01T10:43:25.5862379Z test_vmap_linalg_failure_1D_input_linalg_lu_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.196s) 2022-12-01T10:43:25.5862574Z test_vmap_linalg_failure_1D_input_linalg_matrix_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.228s) 2022-12-01T10:43:25.5862769Z test_vmap_linalg_failure_1D_input_linalg_matrix_power_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.044s) 2022-12-01T10:43:25.5862999Z test_vmap_linalg_failure_1D_input_linalg_matrix_rank_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.084s) 2022-12-01T10:43:25.5863204Z test_vmap_linalg_failure_1D_input_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:43:25.5863406Z test_vmap_linalg_failure_1D_input_linalg_multi_dot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:43:25.5863607Z test_vmap_linalg_failure_1D_input_linalg_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:43:25.5863895Z test_vmap_linalg_failure_1D_input_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:43:25.5864085Z test_vmap_linalg_failure_1D_input_linalg_pinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-12-01T10:43:25.5864272Z test_vmap_linalg_failure_1D_input_linalg_pinv_hermitian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:43:25.5864529Z test_vmap_linalg_failure_1D_input_linalg_pinv_singular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:43:25.5864715Z test_vmap_linalg_failure_1D_input_linalg_qr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-12-01T10:43:25.5864906Z test_vmap_linalg_failure_1D_input_linalg_slogdet_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-12-01T10:43:25.5865094Z test_vmap_linalg_failure_1D_input_linalg_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.042s) 2022-12-01T10:43:25.5865285Z test_vmap_linalg_failure_1D_input_linalg_solve_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.037s) 2022-12-01T10:43:25.5865485Z test_vmap_linalg_failure_1D_input_linalg_solve_triangular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.241s) 2022-12-01T10:43:25.5865674Z test_vmap_linalg_failure_1D_input_linalg_svd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.482s) 2022-12-01T10:43:25.5865864Z test_vmap_linalg_failure_1D_input_linalg_svdvals_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.059s) 2022-12-01T10:43:25.5866054Z test_vmap_linalg_failure_1D_input_linalg_tensorinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-12-01T10:43:25.5866235Z test_vmap_linalg_failure_1D_input_linalg_tensorsolve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-12-01T10:43:25.5866442Z test_vmap_linalg_failure_1D_input_linalg_vander_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:43:25.5866648Z test_vmap_linalg_failure_1D_input_linalg_vecdot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:43:25.5866861Z test_vmap_linalg_failure_1D_input_linalg_vector_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:43:25.5867031Z test_vmap_multi_dot_failure_1D_input_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:43:25.5867041Z 2022-12-01T10:43:25.5867242Z ---------------------------------------------------------------------- 2022-12-01T10:43:25.5867322Z Ran 1811 tests in 83.162s 2022-12-01T10:43:25.5867327Z 2022-12-01T10:43:25.5867423Z OK (skipped=39, expected failures=223) 2022-12-01T10:43:25.5867429Z 2022-12-01T10:43:25.5867512Z Generating XML reports... 2022-12-01T10:43:25.5867806Z Generated XML report: test-reports/python-unittest/functorch.test_vmap/TEST-TestRandomnessCPU-20221201104201.xml 2022-12-01T10:43:25.5868133Z Generated XML report: test-reports/python-unittest/functorch.test_vmap/TEST-TestTransformFailureCPU-20221201104201.xml 2022-12-01T10:43:25.5868413Z Generated XML report: test-reports/python-unittest/functorch.test_vmap/TEST-TestVmapAPI-20221201104201.xml 2022-12-01T10:43:25.5868772Z Generated XML report: test-reports/python-unittest/functorch.test_vmap/TEST-TestVmapBatchedGradientCPU-20221201104201.xml 2022-12-01T10:43:25.5869071Z Generated XML report: test-reports/python-unittest/functorch.test_vmap/TEST-TestVmapOperators-20221201104201.xml 2022-12-01T10:43:25.5869394Z Generated XML report: test-reports/python-unittest/functorch.test_vmap/TEST-TestVmapOperatorsOpInfoCPU-20221201104201.xml 2022-12-01T10:43:25.5869400Z 2022-12-01T10:43:25.5869729Z ##[endgroup] 2022-12-01T10:43:25.5870029Z FINISHED PRINTING LOG FILE of functorch/test_vmap (/var/lib/jenkins/workspace/test/test-reports/functorch-test_vmap_f3xthza8) 2022-12-01T10:43:25.5870035Z 2022-12-01T10:43:25.7604361Z Prepare all required actions 2022-12-01T10:43:25.7604547Z Getting action download info 2022-12-01T10:43:25.9395470Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-12-01T10:43:25.9395699Z with: 2022-12-01T10:43:25.9396028Z github-token: *** 2022-12-01T10:43:25.9396194Z env: 2022-12-01T10:43:25.9396610Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:43:25.9396796Z ##[endgroup] 2022-12-01T10:43:25.9422857Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-12-01T10:43:25.9423079Z with: 2022-12-01T10:43:25.9423240Z shell: bash 2022-12-01T10:43:25.9423415Z timeout_minutes: 10 2022-12-01T10:43:25.9423582Z max_attempts: 5 2022-12-01T10:43:25.9423760Z retry_wait_seconds: 30 2022-12-01T10:43:25.9424146Z 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:43:25.9424572Z polling_interval_seconds: 1 2022-12-01T10:43:25.9424761Z warning_on_retry: true 2022-12-01T10:43:25.9424953Z continue_on_error: false 2022-12-01T10:43:25.9425126Z env: 2022-12-01T10:43:25.9425284Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:43:25.9425584Z GITHUB_TOKEN: *** 2022-12-01T10:43:25.9425762Z ##[endgroup] 2022-12-01T10:43:26.3017380Z 2022-12-01T10:43:26.3023287Z ##[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:43:26.3060203Z + python3 -m pip install requests==2.26.0 2022-12-01T10:43:26.5127357Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:43:26.5308263Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-12-01T10:43:26.5435838Z 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:43:26.5588031Z 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:43:26.5606775Z 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:43:26.5618197Z 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:43:26.7446346Z ++ python3 .github/scripts/get_workflow_job_id.py 3591403534 i-07a13790033c4e49d 2022-12-01T10:43:29.4631914Z + GHA_WORKFLOW_JOB_ID=9818360191 2022-12-01T10:43:29.4632451Z + echo '::set-output name=job-id::9818360191' 2022-12-01T10:43:29.4634031Z ##[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:43:30.3104934Z Command completed after 1 attempt(s). 2022-12-01T10:43:30.3105258Z 2022-12-01T10:43:30.3106885Z ##[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:43:30.3206420Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-12-01T10:43:30.3206647Z kill "$MONITOR_SCRIPT_PID" 2022-12-01T10:43:30.3218335Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:43:30.3218558Z env: 2022-12-01T10:43:30.3218721Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:43:30.3218922Z MONITOR_SCRIPT_PID: 10635 2022-12-01T10:43:30.3219108Z ##[endgroup] 2022-12-01T10:43:30.3302293Z Prepare all required actions 2022-12-01T10:43:30.3302574Z Getting action download info 2022-12-01T10:43:30.5041490Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-12-01T10:43:30.6431146Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-12-01T10:43:30.6431373Z with: 2022-12-01T10:43:30.6431605Z file-suffix: test-functorch-1-1-linux.2xlarge_9818360191 2022-12-01T10:43:30.6431829Z env: 2022-12-01T10:43:30.6432002Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:43:30.6432174Z ##[endgroup] 2022-12-01T10:43:30.6455451Z ##[group]Run # Remove any previous test jsons if they exist 2022-12-01T10:43:30.6455736Z # Remove any previous test jsons if they exist 2022-12-01T10:43:30.6455955Z rm -f test-jsons-*.zip 2022-12-01T10:43:30.6456201Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-12-01T10:43:30.6467486Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:43:30.6467727Z env: 2022-12-01T10:43:30.6467913Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:43:30.6468155Z FILE_SUFFIX: test-functorch-1-1-linux.2xlarge_9818360191 2022-12-01T10:43:30.6468387Z ##[endgroup] 2022-12-01T10:43:30.7166087Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-12-01T10:43:30.7206903Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-12-01T10:43:30.7224267Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2022-12-01T10:43:30.7225529Z adding: test/.pytorch-slow-tests.json (deflated 76%) 2022-12-01T10:43:30.7233924Z adding: test/.pytorch-disabled-tests.json (deflated 86%) 2022-12-01T10:43:30.7255588Z ##[group]Run # Remove any previous test reports if they exist 2022-12-01T10:43:30.7255890Z # Remove any previous test reports if they exist 2022-12-01T10:43:30.7256132Z rm -f test-reports-*.zip 2022-12-01T10:43:30.7256390Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-12-01T10:43:30.7267814Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:43:30.7286687Z env: 2022-12-01T10:43:30.7286904Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:43:30.7287165Z FILE_SUFFIX: test-functorch-1-1-linux.2xlarge_9818360191 2022-12-01T10:43:30.7287393Z ##[endgroup] 2022-12-01T10:43:30.7363021Z adding: test/test-reports/python-unittest/functorch.test_control_flow/TEST-TestControlFlow-20221201100645.xml (deflated 41%) 2022-12-01T10:43:30.7363682Z adding: test/test-reports/python-unittest/functorch.test_control_flow/TEST-TestControlFlowTraced-20221201100645.xml (deflated 74%) 2022-12-01T10:43:30.7364631Z adding: test/test-reports/python-unittest/functorch.test_aotdispatch/TEST-TestAOTAutograd-20221201100647.xml (deflated 70%) 2022-12-01T10:43:30.7365527Z adding: test/test-reports/python-unittest/functorch.test_aotdispatch/TEST-TestAOTModuleSimplified-20221201100647.xml (deflated 53%) 2022-12-01T10:43:30.7396401Z adding: test/test-reports/python-unittest/functorch.test_aotdispatch/TEST-TestEagerFusionOpInfoCPU-20221201100647.xml (deflated 94%) 2022-12-01T10:43:30.7397535Z adding: test/test-reports/python-unittest/functorch.test_aotdispatch/TEST-TestPartitioning-20221201100647.xml (deflated 67%) 2022-12-01T10:43:30.7398489Z adding: test/test-reports/python-unittest/functorch.test_aotdispatch/TEST-TestPythonKeyCPU-20221201100647.xml (deflated 76%) 2022-12-01T10:43:30.7399549Z adding: test/test-reports/python-unittest/functorch.test_dims/TEST-TestMin-20221201100649.xml (deflated 83%) 2022-12-01T10:43:30.7400474Z adding: test/test-reports/python-unittest/functorch.test_dims/TEST-TestMinFunctorchOnly-20221201100649.xml (deflated 87%) 2022-12-01T10:43:30.7401603Z adding: test/test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestComposabilityCPU-20221201100703.xml (deflated 84%) 2022-12-01T10:43:30.7402388Z adding: test/test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestExamplesCorrectnessCPU-20221201100703.xml (deflated 75%) 2022-12-01T10:43:30.7403515Z adding: test/test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestFunctionalizeCPU-20221201100703.xml (deflated 81%) 2022-12-01T10:43:30.7404454Z adding: test/test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestGradTransformCPU-20221201100703.xml (deflated 91%) 2022-12-01T10:43:30.7405467Z adding: test/test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestHessianCPU-20221201100703.xml (deflated 68%) 2022-12-01T10:43:30.7406465Z adding: test/test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestJacCPU-20221201100703.xml (deflated 92%) 2022-12-01T10:43:30.7407319Z adding: test/test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestJvpCPU-20221201100703.xml (deflated 87%) 2022-12-01T10:43:30.7408308Z adding: test/test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestMakeFunctional-20221201100703.xml (deflated 79%) 2022-12-01T10:43:30.7409325Z adding: test/test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestSliceArgnums-20221201100703.xml (deflated 80%) 2022-12-01T10:43:30.7410346Z adding: test/test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestVmapJvpInplaceViewCPU-20221201100703.xml (deflated 74%) 2022-12-01T10:43:30.7410945Z adding: test/test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestVmapOfGradCPU-20221201100703.xml (deflated 74%) 2022-12-01T10:43:30.7411657Z adding: test/test-reports/python-unittest/functorch.test_functionalize/TEST-FunctionalizeTestAOTAutograd-20221201100712.xml (deflated 75%) 2022-12-01T10:43:30.7412597Z adding: test/test-reports/python-unittest/functorch.test_functionalize/TEST-FunctionalizeTestPartitioning-20221201100712.xml (deflated 71%) 2022-12-01T10:43:30.7413206Z adding: test/test-reports/python-unittest/functorch.test_memory_efficient_fusion/TEST-NoChangeTestCase-20221201100717.xml (deflated 69%) 2022-12-01T10:43:30.7413788Z adding: test/test-reports/python-unittest/functorch.test_memory_efficient_fusion/TEST-RandomOpTestCase-20221201100717.xml (deflated 40%) 2022-12-01T10:43:30.7414356Z adding: test/test-reports/python-unittest/functorch.test_memory_efficient_fusion/TEST-ReduceTestCase-20221201100717.xml (deflated 81%) 2022-12-01T10:43:30.7414965Z adding: test/test-reports/python-unittest/functorch.test_memory_efficient_fusion/TEST-TestMemoryEfficientOpAuthoring-20221201100717.xml (deflated 82%) 2022-12-01T10:43:30.7415571Z adding: test/test-reports/python-unittest/functorch.test_minifier/TEST-TestMinifier-20221201100721.xml (deflated 92%) 2022-12-01T10:43:30.7416534Z adding: test/test-reports/python-unittest/functorch.test_vmap/TEST-TestRandomnessCPU-20221201104201.xml (deflated 96%) 2022-12-01T10:43:30.7417405Z adding: test/test-reports/python-unittest/functorch.test_vmap/TEST-TestTransformFailureCPU-20221201104201.xml (deflated 82%) 2022-12-01T10:43:30.7418504Z adding: test/test-reports/python-unittest/functorch.test_vmap/TEST-TestVmapAPI-20221201104201.xml (deflated 84%) 2022-12-01T10:43:30.7419565Z adding: test/test-reports/python-unittest/functorch.test_vmap/TEST-TestVmapBatchedGradientCPU-20221201104201.xml (deflated 83%) 2022-12-01T10:43:30.7421648Z adding: test/test-reports/python-unittest/functorch.test_vmap/TEST-TestVmapOperators-20221201104201.xml (deflated 92%) 2022-12-01T10:43:30.7456924Z adding: test/test-reports/python-unittest/functorch.test_vmap/TEST-TestVmapOperatorsOpInfoCPU-20221201104201.xml (deflated 94%) 2022-12-01T10:43:30.7517267Z adding: test/test-reports/python-pytest/functorch.test_ops/functorch.test_ops-4cea113fda154871.xml (deflated 94%) 2022-12-01T10:43:30.7579551Z adding: test/test-reports/python-pytest/functorch.test_ops/functorch.test_ops-0fdbdcc860a73f28.xml (deflated 94%) 2022-12-01T10:43:30.7580302Z adding: test/test-reports/python-pytest/functorch.test_ops/functorch.test_ops-6450ca7600040f3a.xml (deflated 89%) 2022-12-01T10:43:30.7601248Z ##[group]Run # Remove any previous test reports if they exist 2022-12-01T10:43:30.7601639Z # Remove any previous test reports if they exist 2022-12-01T10:43:30.7601864Z rm -f usage-log-*.zip 2022-12-01T10:43:30.7602140Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-12-01T10:43:30.7602428Z # so check to see if the file exists first 2022-12-01T10:43:30.7602643Z if [ -f 'usage_log.txt' ]; then 2022-12-01T10:43:30.7602893Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-12-01T10:43:30.7603110Z fi 2022-12-01T10:43:30.7614020Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:43:30.7614237Z env: 2022-12-01T10:43:30.7614413Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:43:30.7614652Z FILE_SUFFIX: test-functorch-1-1-linux.2xlarge_9818360191 2022-12-01T10:43:30.7614884Z ##[endgroup] 2022-12-01T10:43:30.7821145Z adding: usage_log.txt (deflated 98%) 2022-12-01T10:43:30.7859555Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:43:30.7859780Z with: 2022-12-01T10:43:30.7859973Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:43:30.7860195Z retention-days: 14 2022-12-01T10:43:30.7860391Z if-no-files-found: warn 2022-12-01T10:43:30.7860580Z path: test-jsons-*.zip 2022-12-01T10:43:30.7860767Z name: artifact 2022-12-01T10:43:30.7860947Z s3-bucket: gha-artifacts 2022-12-01T10:43:30.7861131Z region: us-east-1 2022-12-01T10:43:30.7861292Z env: 2022-12-01T10:43:30.7861463Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:43:30.7861633Z ##[endgroup] 2022-12-01T10:43:31.1472910Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:43:31.1473390Z With the provided path, there will be 1 file uploaded 2022-12-01T10:43:31.1473889Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:43:31.1564331Z Starting upload of test-jsons-test-functorch-1-1-linux.2xlarge_9818360191.zip 2022-12-01T10:43:31.2577290Z Finished upload of test-jsons-test-functorch-1-1-linux.2xlarge_9818360191.zip 2022-12-01T10:43:31.2712882Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:43:31.2713099Z with: 2022-12-01T10:43:31.2713291Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:43:31.2713505Z retention-days: 14 2022-12-01T10:43:31.2713701Z if-no-files-found: error 2022-12-01T10:43:31.2713930Z path: test-reports-*.zip 2022-12-01T10:43:31.2714168Z name: artifact 2022-12-01T10:43:31.2714355Z s3-bucket: gha-artifacts 2022-12-01T10:43:31.2714528Z region: us-east-1 2022-12-01T10:43:31.2714690Z env: 2022-12-01T10:43:31.2714862Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:43:31.2715032Z ##[endgroup] 2022-12-01T10:43:31.6069177Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:43:31.6069623Z With the provided path, there will be 1 file uploaded 2022-12-01T10:43:31.6069901Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:43:31.6076599Z Starting upload of test-reports-test-functorch-1-1-linux.2xlarge_9818360191.zip 2022-12-01T10:43:31.7814289Z Finished upload of test-reports-test-functorch-1-1-linux.2xlarge_9818360191.zip 2022-12-01T10:43:31.7951417Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:43:31.7951632Z with: 2022-12-01T10:43:31.7951823Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:43:31.7952041Z retention-days: 14 2022-12-01T10:43:31.7952237Z if-no-files-found: ignore 2022-12-01T10:43:31.7952503Z path: usage-log-*.zip 2022-12-01T10:43:31.7952686Z name: artifact 2022-12-01T10:43:31.7952868Z s3-bucket: gha-artifacts 2022-12-01T10:43:31.7953046Z region: us-east-1 2022-12-01T10:43:31.7953210Z env: 2022-12-01T10:43:31.7953382Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:43:31.7953552Z ##[endgroup] 2022-12-01T10:43:32.1320237Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:43:32.1320854Z With the provided path, there will be 1 file uploaded 2022-12-01T10:43:32.1321157Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:43:32.1327887Z Starting upload of usage-log-test-functorch-1-1-linux.2xlarge_9818360191.zip 2022-12-01T10:43:32.2338416Z Finished upload of usage-log-test-functorch-1-1-linux.2xlarge_9818360191.zip 2022-12-01T10:43:32.2479939Z ##[group]Run set -x 2022-12-01T10:43:32.2480147Z set -x 2022-12-01T10:43:32.2480355Z python3 -m pip install -r requirements.txt 2022-12-01T10:43:32.2480610Z python3 -m pip install boto3==1.19.12 2022-12-01T10:43:32.2481011Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T10:43:32.2491988Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:43:32.2492210Z env: 2022-12-01T10:43:32.2492389Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:43:32.2492596Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T10:43:32.2492780Z BRANCH: pull/89997 2022-12-01T10:43:32.2492970Z TEST_CONFIG: functorch 2022-12-01T10:43:32.2493152Z SHARD_NUMBER: 1 2022-12-01T10:43:32.2493359Z BUILD_ENVIRONMENT: linux-bionic-py3.7-clang9 2022-12-01T10:43:32.2493580Z PR_NUMBER: 89997 2022-12-01T10:43:32.2493768Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T10:43:32.2493965Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T10:43:32.2494236Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:43:32.2494440Z TAG: 2022-12-01T10:43:32.2494592Z WORKFLOW_ID: 3591403534 2022-12-01T10:43:32.2494913Z GITHUB_TOKEN: *** 2022-12-01T10:43:32.2495112Z GHA_WORKFLOW_JOB_ID: 9818360191 2022-12-01T10:43:32.2495292Z ##[endgroup] 2022-12-01T10:43:32.2520036Z + python3 -m pip install -r requirements.txt 2022-12-01T10:43:32.4600938Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:43:32.4866021Z 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:43:32.4891304Z 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:43:32.4899600Z 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:43:32.4909232Z 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:43:32.5271060Z 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:43:32.5279742Z 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:43:32.5356433Z 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:43:32.5364070Z 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:43:32.5576487Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (49.1.3) 2022-12-01T10:43:32.5743454Z 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:43:32.5752048Z 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:43:32.5757841Z 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:43:32.5767488Z 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:43:32.5787851Z 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:43:32.5803322Z 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:43:32.6050805Z 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:43:32.6068626Z 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:43:32.6078212Z 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:43:32.6086507Z 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:43:32.6097689Z 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:43:32.6249095Z 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:43:32.6267158Z 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:43:32.7135304Z + python3 -m pip install boto3==1.19.12 2022-12-01T10:43:32.9222342Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:43:32.9403691Z Requirement already satisfied: boto3==1.19.12 in /home/ec2-user/.local/lib/python3.7/site-packages (1.19.12) 2022-12-01T10:43:32.9452264Z 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:43:32.9493974Z 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:43:32.9515286Z 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:43:32.9540093Z 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:43:32.9559796Z 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:43:32.9711335Z 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:43:33.1551366Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T10:43:59.1316383Z [scribe] Scribe access token not provided, sending report via boto3... 2022-12-01T10:43:59.1317454Z 2022-12-01T10:43:59.1317911Z ----- Historic stats comparison result ------ 2022-12-01T10:43:59.1318191Z 2022-12-01T10:43:59.1319706Z job: linux-bionic-py3.7-clang9 2022-12-01T10:43:59.1320004Z commit: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:43:59.1320188Z 2022-12-01T10:43:59.1320861Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-12-01T10:43:59.1321197Z 2022-12-01T10:43:59.1321322Z : (master) 2022-12-01T10:43:59.1321518Z | 2022-12-01T10:43:59.1321716Z | * c13d400bff (HEAD) total time 3878.00s 2022-12-01T10:43:59.1321912Z | | 2022-12-01T10:43:59.1322057Z | : (59 commits) 2022-12-01T10:43:59.1322216Z |/ 2022-12-01T10:43:59.1322546Z * 67eb2d5952 (base) 16 reports, total time 4344.22s ± 602.80s 2022-12-01T10:43:59.1322863Z * 1c5ca724f4 8 reports, total time 4368.61s ± 616.59s 2022-12-01T10:43:59.1323182Z * 9d6109c4b0 8 reports, total time 4383.64s ± 695.73s 2022-12-01T10:43:59.1323608Z * 736adc0808 8 reports, total time 4306.63s ± 637.14s 2022-12-01T10:43:59.1323925Z * a348975e00 8 reports, total time 4289.15s ± 623.87s 2022-12-01T10:43:59.1324222Z * db13049b88 8 reports, total time 4387.24s ± 674.56s 2022-12-01T10:43:59.1324537Z * d07b85393a 8 reports, total time 4300.86s ± 637.56s 2022-12-01T10:43:59.1324850Z * ac25c210e5 8 reports, total time 4257.12s ± 662.22s 2022-12-01T10:43:59.1325147Z * 2355b6256b 8 reports, total time 4350.11s ± 742.08s 2022-12-01T10:43:59.1326542Z * 4f95f7ae9b 8 reports, total time 4359.00s ± 715.95s 2022-12-01T10:43:59.1326839Z | 2022-12-01T10:43:59.1327022Z : 2022-12-01T10:43:59.1327144Z 2022-12-01T10:43:59.1327315Z Removed (across 702 suites) 0 tests, totaling 0.00s 2022-12-01T10:43:59.1327719Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-12-01T10:43:59.1328075Z Added (across 33 suites) 12295 tests, totaling +3878.00s 2022-12-01T10:43:59.2098432Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2022-12-01T10:43:59.2099076Z with: 2022-12-01T10:43:59.2099334Z env: 2022-12-01T10:43:59.2099621Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:43:59.2099911Z ##[endgroup] 2022-12-01T10:43:59.2122819Z ##[group]Run set -eou pipefail 2022-12-01T10:43:59.2123172Z set -eou pipefail 2022-12-01T10:43:59.2123480Z  2022-12-01T10:43:59.2123868Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-12-01T10:43:59.2124273Z for _ in $(seq 1440); do 2022-12-01T10:43:59.2124889Z  # Break if no ssh session exists anymore 2022-12-01T10:43:59.2125259Z  if [ "$(who)" = "" ]; then 2022-12-01T10:43:59.2125562Z  break 2022-12-01T10:43:59.2125834Z  fi 2022-12-01T10:43:59.2126108Z  echo "." 2022-12-01T10:43:59.2126350Z  sleep 5 2022-12-01T10:43:59.2126585Z done 2022-12-01T10:43:59.2137802Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:43:59.2138012Z env: 2022-12-01T10:43:59.2138191Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:43:59.2138378Z ##[endgroup] 2022-12-01T10:43:59.2164754Z Holding runner for 2 hours until all ssh sessions have logged out 2022-12-01T10:43:59.2268567Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T10:43:59.2268884Z # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T10:43:59.2269135Z # shellcheck disable=SC2046 2022-12-01T10:43:59.2269362Z docker stop $(docker ps -q) || true 2022-12-01T10:43:59.2269577Z # Prune all of the docker images 2022-12-01T10:43:59.2269790Z docker system prune -af 2022-12-01T10:43:59.2280118Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:43:59.2280322Z env: 2022-12-01T10:43:59.2280500Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:43:59.2280686Z ##[endgroup] 2022-12-01T10:43:59.6228922Z 38c4ccc4cc01 2022-12-01T10:44:00.1573463Z Deleted Containers: 2022-12-01T10:44:00.1574006Z 38c4ccc4cc018a7d08fcac45e30b6b246734c631bbd9377d03da1b5cdd0047b3 2022-12-01T10:44:00.1574214Z 2022-12-01T10:44:07.7236325Z Deleted Images: 2022-12-01T10:44:07.7237423Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:44:07.7238463Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9@sha256:922efd3e5de9c9bb7c8bbf26292cfc402e4fe496007343b3cdeaa900d9eba7e5 2022-12-01T10:44:07.7238933Z deleted: sha256:79a24f7e31ea76d2ddb469f649fa8ec153a9d95b2910eec865272f9fe1492257 2022-12-01T10:44:07.7239284Z deleted: sha256:c1d569b3b7aecb26b66d2051263ba61aa46d8254055f1adf855c83dbb4f8177e 2022-12-01T10:44:07.7239673Z deleted: sha256:b8d1f473f6b1a07bef17d41165749de9fb5f8e8395202d332380a5b0fd997c19 2022-12-01T10:44:07.7240161Z deleted: sha256:a5cb4f755e86e80ca35205044b67fa63e5ac77b04cfc8348f771ceb9436c387e 2022-12-01T10:44:07.7240585Z deleted: sha256:73294294aa551e90351c3f45afd3d2e7e5e835f2b89c4f4a54c0aa134927ef42 2022-12-01T10:44:07.7241246Z deleted: sha256:34e926883150ec25ea7c9fed4cf7134ed64ed3aded69be083ab67cd3d1fe3b22 2022-12-01T10:44:07.7241741Z deleted: sha256:9395b567cb7b0287051b1d4451ebdde9d49f7727c3542af86e069716aa8b54bd 2022-12-01T10:44:07.7242233Z deleted: sha256:f9b817c00a1eb2074cdc73be7036aa71903b9dd31b070ed1a8fd3bc83fe1f1c3 2022-12-01T10:44:07.7242805Z deleted: sha256:5f5263c972513f67380da1bb4742be6dfb0b94d6d13aae0dc4d92ee49982623d 2022-12-01T10:44:07.7243376Z deleted: sha256:e20f49fc9f7135cc00b1f14769005c0130d254bd77d6b45c4ffd82092970a61d 2022-12-01T10:44:07.7243888Z deleted: sha256:98bb35f2f25e123f8755850a597499d23d3bf69ebbd0550a2c63477230be9ad1 2022-12-01T10:44:07.7244366Z deleted: sha256:38bc8e029ea774f88f232199b0dc38de373eac8b8520cf79887770480a568f12 2022-12-01T10:44:07.7244966Z deleted: sha256:0c9d68da477ec4c1c4f820d38da29f670a13f302a786b658b8aa0bf19b4e74b9 2022-12-01T10:44:07.7245443Z deleted: sha256:de8381314e3c72a427c188391df2123b817e95cee6f9f23d305b339ac9146f32 2022-12-01T10:44:07.7245787Z deleted: sha256:db0c2f0622bb771b624fec24e3e6b5f5f8bab84856c9d9051b86ee05cc076a80 2022-12-01T10:44:07.7246114Z deleted: sha256:ff884857a18ee01e3feccefb595b4dd622234c596629ba5daf3b62c9d50300fa 2022-12-01T10:44:07.7246455Z deleted: sha256:b765a86d0d36e58eacff6a38035b439ed07f4da10883e6e493eccfcd6ead6d48 2022-12-01T10:44:07.7246799Z deleted: sha256:2aab29bd8781d5d23cebf9dbf11cc74f867446211f347d20dfb0b32fc00d9cd3 2022-12-01T10:44:07.7247148Z deleted: sha256:50daa08a8d7f4c2083950c4b15b8da1e93490cdb0c734ef4ee9c8f23291a7adc 2022-12-01T10:44:07.7247474Z deleted: sha256:1b368af574c7caffa7731ac85cf239cd9a14b139e0d6c1e0fc5e71d50dc4d344 2022-12-01T10:44:07.7247792Z deleted: sha256:4206e3489e5b3632c718576fff1e400372c840fd417039cea9e944b75497bf08 2022-12-01T10:44:07.7248095Z deleted: sha256:f784048f6bd235ddf4001431cf88df9675417b4e5f832f209fd973186ac7ffb8 2022-12-01T10:44:07.7248395Z deleted: sha256:d6767ca63dc41041eba27401089df893b90b9841424a897644ec78f085f0d40d 2022-12-01T10:44:07.7248696Z deleted: sha256:3218be89574e96f52f2aea4029e604aff3e2795320a252319712b12522bc7229 2022-12-01T10:44:07.7249011Z deleted: sha256:954f56c0d913b9c5becd97962377d7f0f215a31513f9a8469ea5d7f0caff0ebc 2022-12-01T10:44:07.7249330Z deleted: sha256:3f6cd1c07e1e1acc188167f8a8346baa43629131598d32c25e88b16c68cde384 2022-12-01T10:44:07.7249645Z deleted: sha256:30b8e6ee746b07a34fd5b2abeecda5c213f061608c44cb99699a7b793bd3be06 2022-12-01T10:44:07.7249968Z deleted: sha256:3fac8601bb971ee954e5207c26cd9a525d824d199936d3067f496b104221ab8a 2022-12-01T10:44:07.7250278Z deleted: sha256:dce0e4b15443704b78e12423c9d06617816593efe7456cf6ebbf1c7f7195feb8 2022-12-01T10:44:07.7250579Z deleted: sha256:8826855eef42ed86a5f5314bf9091142c896deb6b5ce84a5b18e01449485add7 2022-12-01T10:44:07.7250900Z deleted: sha256:b1b20323ce7a57c1b0bb7df881729d2097da70333c4d75280cf16c5389524eee 2022-12-01T10:44:07.7251239Z deleted: sha256:3a2a0641bbe358dc4c43721ae2d1fcbced6f27bb21aaabb04b6c48cecd650264 2022-12-01T10:44:07.7256687Z deleted: sha256:c7d16d72c5135cbfe8a095ea4b22bf302e588c2f8cbfb62652b6bfb5bc9cb89d 2022-12-01T10:44:07.7257477Z deleted: sha256:53d60ffb16275ba27ed95350c9dc8d3a12435b79d7cdc607e5bba1cf55d033b3 2022-12-01T10:44:07.7258142Z deleted: sha256:4c8e1046b14da7434bbd85a3efb84aed4f77d58448a8eb954f912ea7439b8398 2022-12-01T10:44:07.7258896Z deleted: sha256:2e6d07ac4b56ac9f969c192fbc6a733ef64b3d61a919f6035d7a88a1032825f9 2022-12-01T10:44:07.7259480Z deleted: sha256:aaa58be2bca6711fbdee68a82fccc8d2a857adf01cbff301de48b134d1a1c53c 2022-12-01T10:44:07.7259938Z deleted: sha256:90ad95c0244327c7d331dc6683f09a8edb0f0d8fbd168d74b5bb87753632d940 2022-12-01T10:44:07.7260280Z deleted: sha256:bd2551cd8fb15cddac03cf796de0f4dc50a18d4452b3010aec6e7b050fab0763 2022-12-01T10:44:07.7260730Z deleted: sha256:19e5912baecc223a7ff2bae2ba2f39cfa0807a55d70dbfe58ec8b1912fab0188 2022-12-01T10:44:07.7261065Z deleted: sha256:05484cdf1d2861150ef4aaf43fbf559ca34cabbb13968426a5abef11ab23d1bd 2022-12-01T10:44:07.7261397Z deleted: sha256:3556ba7424916f2c82acd7176796afd41ac6cb681708afbb270b9600f9fcb391 2022-12-01T10:44:07.7261722Z deleted: sha256:58bb967b9a729ff18f0a86ea843576bbb52aa19f2c41f694968b5cd715a8fbfe 2022-12-01T10:44:07.7262040Z deleted: sha256:59da41a45f6ebe58e9f3c2fe43045ca9b2d38e6da1f1c9e4390661120e5cee87 2022-12-01T10:44:07.7262367Z deleted: sha256:5169db1033603d85faa2082fb4b3403266667e3cad6011b4225c1a6c70bd22b6 2022-12-01T10:44:07.7262685Z deleted: sha256:102f3bcf5fc3d2c8828eef77f76f6df15e689786e47e32ddf4fb9c66f2cb2244 2022-12-01T10:44:07.7263028Z deleted: sha256:b6710aa3fc59b7c040affd08cd1c8f830f798640d0e74c1a6d22aac7bde5457b 2022-12-01T10:44:07.7263340Z deleted: sha256:1dbdb809e34385f466c8c07b42b579c3a1a37328e9784711935767c2c22ad45b 2022-12-01T10:44:07.7263662Z deleted: sha256:65dcce4b17a2e2d1505d7e43d0e01c177e181edeb26eae0939dfa1b2a1bba436 2022-12-01T10:44:07.7264009Z deleted: sha256:ed29ce5a82fc41f80d7102a811caf8edb4b603e341dc93abeab20be416a24b82 2022-12-01T10:44:07.7264421Z deleted: sha256:eb96cee48d24538d27fcc550215a1504b81adb9f00c47440903d3d31d1e67af7 2022-12-01T10:44:07.7264743Z deleted: sha256:68760763eeef0724af8299c9deb7d9de30e499f135c7b3f0895a7029413293cc 2022-12-01T10:44:07.7265058Z deleted: sha256:246fc786d598762a4ca4f0e6f928ee5e302c5f13c6d54479f7a2490b7fb38399 2022-12-01T10:44:07.7265384Z deleted: sha256:0e6324cf2caf938f920029d04ca7be2a1d8e92c45b96d06fbe181804d5ef4753 2022-12-01T10:44:07.7265692Z deleted: sha256:e81d92d13eb3796fa8fd81c39ace9912298626127c1bd7474e33996ae722551b 2022-12-01T10:44:07.7266014Z deleted: sha256:a87447cf297ce78b3862b5f06f0d0cecf33d7942e9e7961af6d6c7d33810e207 2022-12-01T10:44:07.7266331Z deleted: sha256:62b622b3c836ed8412284519a95af3f142ac092907fc500bfc0d151f5aefbc71 2022-12-01T10:44:07.7266626Z deleted: sha256:7483f6f6a6b20181363d9d7a18bbdda1456076546c6ade3743e11aa88bc0b4df 2022-12-01T10:44:07.7266946Z deleted: sha256:5c11a32947ebcca61a6b4ecf994f9500945bcc2de9260e1c54a6965b28815199 2022-12-01T10:44:07.7267269Z deleted: sha256:06de1668ed6941daa526133c98f207de07d8389bffe0b408bfe66d1a92347170 2022-12-01T10:44:07.7267581Z deleted: sha256:4a641e21953d4161b38a01933802b61ad314880fc6a93e8667dd210846fe7071 2022-12-01T10:44:07.7267745Z 2022-12-01T10:44:07.7267835Z Total reclaimed space: 10.34GB 2022-12-01T10:44:07.7377234Z Post job cleanup. 2022-12-01T10:44:07.7463164Z Post job cleanup. 2022-12-01T10:44:07.8569784Z [command]/usr/bin/git version 2022-12-01T10:44:07.8612958Z git version 2.37.1 2022-12-01T10:44:07.8651007Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/6f358e35-9d15-4daa-86e5-4044c2668abc' before making global git config changes 2022-12-01T10:44:07.8651448Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:44:07.8655086Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:44:07.8703904Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:44:07.8733847Z [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:44:07.9179770Z Entering 'android/libs/fbjni' 2022-12-01T10:44:07.9247636Z Entering 'third_party/FP16' 2022-12-01T10:44:07.9325216Z Entering 'third_party/FXdiv' 2022-12-01T10:44:07.9393414Z Entering 'third_party/NNPACK' 2022-12-01T10:44:07.9457522Z Entering 'third_party/QNNPACK' 2022-12-01T10:44:07.9527003Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:44:07.9605594Z Entering 'third_party/XNNPACK' 2022-12-01T10:44:07.9688222Z Entering 'third_party/benchmark' 2022-12-01T10:44:07.9751815Z Entering 'third_party/cpuinfo' 2022-12-01T10:44:07.9803270Z Entering 'third_party/cub' 2022-12-01T10:44:07.9876745Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:44:07.9961359Z Entering 'third_party/cutlass' 2022-12-01T10:44:08.0040832Z Entering 'third_party/eigen' 2022-12-01T10:44:08.0109427Z Entering 'third_party/fbgemm' 2022-12-01T10:44:08.0144329Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:44:08.0179079Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:44:08.0211902Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:44:08.0245046Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:44:08.0304311Z Entering 'third_party/flatbuffers' 2022-12-01T10:44:08.0367749Z Entering 'third_party/fmt' 2022-12-01T10:44:08.0423511Z Entering 'third_party/foxi' 2022-12-01T10:44:08.0492337Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:44:08.0551219Z Entering 'third_party/gloo' 2022-12-01T10:44:08.0611305Z Entering 'third_party/googletest' 2022-12-01T10:44:08.0665592Z Entering 'third_party/ideep' 2022-12-01T10:44:08.0697948Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:44:08.0736581Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:44:08.0793511Z Entering 'third_party/ios-cmake' 2022-12-01T10:44:08.0841074Z Entering 'third_party/ittapi' 2022-12-01T10:44:08.0900645Z Entering 'third_party/kineto' 2022-12-01T10:44:08.0933941Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:44:08.0967996Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:44:08.1023413Z Entering 'third_party/nccl/nccl' 2022-12-01T10:44:08.1074361Z Entering 'third_party/neon2sse' 2022-12-01T10:44:08.1145738Z Entering 'third_party/nlohmann' 2022-12-01T10:44:08.1220228Z Entering 'third_party/onnx' 2022-12-01T10:44:08.1271298Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:44:08.1310776Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:44:08.1386519Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:44:08.1427790Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:44:08.1471108Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:44:08.1508801Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:44:08.1542953Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:44:08.1620607Z Entering 'third_party/pocketfft' 2022-12-01T10:44:08.1681011Z Entering 'third_party/protobuf' 2022-12-01T10:44:08.1719231Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:44:08.1753802Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:44:08.1816561Z Entering 'third_party/psimd' 2022-12-01T10:44:08.1876290Z Entering 'third_party/pthreadpool' 2022-12-01T10:44:08.1929188Z Entering 'third_party/pybind11' 2022-12-01T10:44:08.1997946Z Entering 'third_party/python-enum' 2022-12-01T10:44:08.2051714Z Entering 'third_party/python-peachpy' 2022-12-01T10:44:08.2106881Z Entering 'third_party/python-six' 2022-12-01T10:44:08.2168572Z Entering 'third_party/sleef' 2022-12-01T10:44:08.2216672Z Entering 'third_party/tbb' 2022-12-01T10:44:08.2266495Z Entering 'third_party/tensorpipe' 2022-12-01T10:44:08.2301242Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:44:08.2334254Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:44:08.2367834Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:44:08.2402157Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:44:08.2435264Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:44:08.2499024Z Entering 'third_party/zstd' 2022-12-01T10:44:08.2547653Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:44:08.2574224Z http.https://github.com/.extraheader 2022-12-01T10:44:08.2582478Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-12-01T10:44:08.2623658Z [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:44:08.2875361Z Entering 'android/libs/fbjni' 2022-12-01T10:44:08.2894719Z http.https://github.com/.extraheader 2022-12-01T10:44:08.2938099Z Entering 'third_party/FP16' 2022-12-01T10:44:08.2958103Z http.https://github.com/.extraheader 2022-12-01T10:44:08.2984545Z Entering 'third_party/FXdiv' 2022-12-01T10:44:08.3004471Z http.https://github.com/.extraheader 2022-12-01T10:44:08.3030195Z Entering 'third_party/NNPACK' 2022-12-01T10:44:08.3049983Z http.https://github.com/.extraheader 2022-12-01T10:44:08.3086275Z Entering 'third_party/QNNPACK' 2022-12-01T10:44:08.3105647Z http.https://github.com/.extraheader 2022-12-01T10:44:08.3139917Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:44:08.3159552Z http.https://github.com/.extraheader 2022-12-01T10:44:08.3186721Z Entering 'third_party/XNNPACK' 2022-12-01T10:44:08.3205681Z http.https://github.com/.extraheader 2022-12-01T10:44:08.3252858Z Entering 'third_party/benchmark' 2022-12-01T10:44:08.3273518Z http.https://github.com/.extraheader 2022-12-01T10:44:08.3311268Z Entering 'third_party/cpuinfo' 2022-12-01T10:44:08.3331398Z http.https://github.com/.extraheader 2022-12-01T10:44:08.3365558Z Entering 'third_party/cub' 2022-12-01T10:44:08.3385749Z http.https://github.com/.extraheader 2022-12-01T10:44:08.3411567Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:44:08.3431998Z http.https://github.com/.extraheader 2022-12-01T10:44:08.3473698Z Entering 'third_party/cutlass' 2022-12-01T10:44:08.3493861Z http.https://github.com/.extraheader 2022-12-01T10:44:08.3538769Z Entering 'third_party/eigen' 2022-12-01T10:44:08.3558454Z http.https://github.com/.extraheader 2022-12-01T10:44:08.3594993Z Entering 'third_party/fbgemm' 2022-12-01T10:44:08.3615305Z http.https://github.com/.extraheader 2022-12-01T10:44:08.3641110Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:44:08.3660111Z http.https://github.com/.extraheader 2022-12-01T10:44:08.3686294Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:44:08.3706550Z http.https://github.com/.extraheader 2022-12-01T10:44:08.3742052Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:44:08.3760935Z http.https://github.com/.extraheader 2022-12-01T10:44:08.3787844Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:44:08.3807146Z http.https://github.com/.extraheader 2022-12-01T10:44:08.3834775Z Entering 'third_party/flatbuffers' 2022-12-01T10:44:08.3854611Z http.https://github.com/.extraheader 2022-12-01T10:44:08.3882969Z Entering 'third_party/fmt' 2022-12-01T10:44:08.3903098Z http.https://github.com/.extraheader 2022-12-01T10:44:08.3929237Z Entering 'third_party/foxi' 2022-12-01T10:44:08.3949103Z http.https://github.com/.extraheader 2022-12-01T10:44:08.3975308Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:44:08.3994801Z http.https://github.com/.extraheader 2022-12-01T10:44:08.4029118Z Entering 'third_party/gloo' 2022-12-01T10:44:08.4049108Z http.https://github.com/.extraheader 2022-12-01T10:44:08.4082068Z Entering 'third_party/googletest' 2022-12-01T10:44:08.4102971Z http.https://github.com/.extraheader 2022-12-01T10:44:08.4141963Z Entering 'third_party/ideep' 2022-12-01T10:44:08.4161908Z http.https://github.com/.extraheader 2022-12-01T10:44:08.4198577Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:44:08.4219100Z http.https://github.com/.extraheader 2022-12-01T10:44:08.4246696Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:44:08.4266143Z http.https://github.com/.extraheader 2022-12-01T10:44:08.4307181Z Entering 'third_party/ios-cmake' 2022-12-01T10:44:08.4327945Z http.https://github.com/.extraheader 2022-12-01T10:44:08.4373749Z Entering 'third_party/ittapi' 2022-12-01T10:44:08.4393495Z http.https://github.com/.extraheader 2022-12-01T10:44:08.4429206Z Entering 'third_party/kineto' 2022-12-01T10:44:08.4449309Z http.https://github.com/.extraheader 2022-12-01T10:44:08.4487426Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:44:08.4507277Z http.https://github.com/.extraheader 2022-12-01T10:44:08.4542830Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:44:08.4562361Z http.https://github.com/.extraheader 2022-12-01T10:44:08.4601457Z Entering 'third_party/nccl/nccl' 2022-12-01T10:44:08.4621931Z http.https://github.com/.extraheader 2022-12-01T10:44:08.4659402Z Entering 'third_party/neon2sse' 2022-12-01T10:44:08.4680078Z http.https://github.com/.extraheader 2022-12-01T10:44:08.4706004Z Entering 'third_party/nlohmann' 2022-12-01T10:44:08.4725918Z http.https://github.com/.extraheader 2022-12-01T10:44:08.4753843Z Entering 'third_party/onnx' 2022-12-01T10:44:08.4773402Z http.https://github.com/.extraheader 2022-12-01T10:44:08.4821822Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:44:08.4840771Z http.https://github.com/.extraheader 2022-12-01T10:44:08.4875987Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:44:08.4896310Z http.https://github.com/.extraheader 2022-12-01T10:44:08.4933854Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:44:08.4954141Z http.https://github.com/.extraheader 2022-12-01T10:44:08.4980342Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:44:08.4999819Z http.https://github.com/.extraheader 2022-12-01T10:44:08.5039384Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:44:08.5059880Z http.https://github.com/.extraheader 2022-12-01T10:44:08.5098724Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:44:08.5118507Z http.https://github.com/.extraheader 2022-12-01T10:44:08.5153543Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:44:08.5172276Z http.https://github.com/.extraheader 2022-12-01T10:44:08.5210422Z Entering 'third_party/pocketfft' 2022-12-01T10:44:08.5230918Z http.https://github.com/.extraheader 2022-12-01T10:44:08.5265406Z Entering 'third_party/protobuf' 2022-12-01T10:44:08.5284912Z http.https://github.com/.extraheader 2022-12-01T10:44:08.5324288Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:44:08.5344495Z http.https://github.com/.extraheader 2022-12-01T10:44:08.5382335Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:44:08.5401880Z http.https://github.com/.extraheader 2022-12-01T10:44:08.5437627Z Entering 'third_party/psimd' 2022-12-01T10:44:08.5459580Z http.https://github.com/.extraheader 2022-12-01T10:44:08.5493283Z Entering 'third_party/pthreadpool' 2022-12-01T10:44:08.5513000Z http.https://github.com/.extraheader 2022-12-01T10:44:08.5538855Z Entering 'third_party/pybind11' 2022-12-01T10:44:08.5558411Z http.https://github.com/.extraheader 2022-12-01T10:44:08.5592166Z Entering 'third_party/python-enum' 2022-12-01T10:44:08.5612518Z http.https://github.com/.extraheader 2022-12-01T10:44:08.5651236Z Entering 'third_party/python-peachpy' 2022-12-01T10:44:08.5671723Z http.https://github.com/.extraheader 2022-12-01T10:44:08.5711468Z Entering 'third_party/python-six' 2022-12-01T10:44:08.5731319Z http.https://github.com/.extraheader 2022-12-01T10:44:08.5766309Z Entering 'third_party/sleef' 2022-12-01T10:44:08.5786953Z http.https://github.com/.extraheader 2022-12-01T10:44:08.5813808Z Entering 'third_party/tbb' 2022-12-01T10:44:08.5834832Z http.https://github.com/.extraheader 2022-12-01T10:44:08.5873611Z Entering 'third_party/tensorpipe' 2022-12-01T10:44:08.5894574Z http.https://github.com/.extraheader 2022-12-01T10:44:08.5932745Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:44:08.5952696Z http.https://github.com/.extraheader 2022-12-01T10:44:08.5992046Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:44:08.6011286Z http.https://github.com/.extraheader 2022-12-01T10:44:08.6044347Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:44:08.6064099Z http.https://github.com/.extraheader 2022-12-01T10:44:08.6089873Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:44:08.6109293Z http.https://github.com/.extraheader 2022-12-01T10:44:08.6134255Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:44:08.6154162Z http.https://github.com/.extraheader 2022-12-01T10:44:08.6182690Z Entering 'third_party/zstd' 2022-12-01T10:44:08.6203182Z http.https://github.com/.extraheader 2022-12-01T10:44:08.6436125Z Cleaning up orphan processes