2022-12-01T10:00:27.0080508Z Requested labels: linux.2xlarge 2022-12-01T10:00:27.0080577Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/89997/merge 2022-12-01T10:00:27.0080600Z Waiting for a runner to pick up this job... 2022-12-01T10:00:27.5565906Z Job is about to start running on the runner: i-0a9c796924e12f464 (organization) 2022-12-01T10:00:31.6744995Z Current runner version: '2.299.1' 2022-12-01T10:00:31.6750233Z Runner name: 'i-0a9c796924e12f464' 2022-12-01T10:00:31.6750736Z Runner group name: 'Default' 2022-12-01T10:00:31.6751274Z Machine name: 'ip-10-0-1-147' 2022-12-01T10:00:31.6753286Z ##[group]GITHUB_TOKEN Permissions 2022-12-01T10:00:31.6753931Z Actions: read 2022-12-01T10:00:31.6754284Z Checks: read 2022-12-01T10:00:31.6754596Z Contents: read 2022-12-01T10:00:31.6754874Z Deployments: read 2022-12-01T10:00:31.6755208Z Discussions: read 2022-12-01T10:00:31.6755527Z Issues: read 2022-12-01T10:00:31.6755837Z Metadata: read 2022-12-01T10:00:31.6756150Z Packages: read 2022-12-01T10:00:31.6756470Z Pages: read 2022-12-01T10:00:31.6756749Z PullRequests: read 2022-12-01T10:00:31.6757103Z RepositoryProjects: read 2022-12-01T10:00:31.6757478Z SecurityEvents: read 2022-12-01T10:00:31.6757758Z Statuses: read 2022-12-01T10:00:31.6758080Z ##[endgroup] 2022-12-01T10:00:31.6761245Z Secret source: None 2022-12-01T10:00:31.6761974Z Prepare workflow directory 2022-12-01T10:00:32.2963028Z Prepare all required actions 2022-12-01T10:00:32.3120493Z Getting action download info 2022-12-01T10:00:32.5375806Z Download action repository 'pytorch/pytorch@master' (SHA:850b53bbee82fb194af85b566aedee94b96def32) 2022-12-01T10:00:35.6995648Z Download action repository 'pytorch/test-infra@main' (SHA:1f415583bdcd967e33ea8fd05be71ed0bdf19880) 2022-12-01T10:00:35.9179200Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-12-01T10:00:36.1379024Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-12-01T10:00:36.3923050Z Getting action download info 2022-12-01T10:00:36.5602333Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-12-01T10:00:36.7218485Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-12-01T10:00:36.7220053Z ##[group] Inputs 2022-12-01T10:00:36.7220346Z build-environment: linux-focal-py3.7-gcc7 2022-12-01T10:00:36.7221122Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "default", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "distributed", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "distributed", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "functorch", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, { config: "docs_test", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, { config: "jit_legacy", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, { config: "backwards_compat", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2022-12-01T10:00:36.7221961Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:00:36.7222288Z sync-tag: 2022-12-01T10:00:36.7222463Z ##[endgroup] 2022-12-01T10:00:36.7222894Z Complete job name: linux-focal-py3.7-gcc7 / test (functorch, 1, 1, linux.2xlarge) 2022-12-01T10:00:36.7906236Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-12-01T10:00:36.7906521Z with: 2022-12-01T10:00:36.7906705Z submodules: recursive 2022-12-01T10:00:36.7906883Z fetch-depth: 0 2022-12-01T10:00:36.7907057Z env: 2022-12-01T10:00:36.7907240Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:00:36.7907422Z ##[endgroup] 2022-12-01T10:00:36.8120866Z ##[group]Run retry () { 2022-12-01T10:00:36.8121106Z retry () { 2022-12-01T10:00:36.8121319Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-12-01T10:00:36.8121529Z } 2022-12-01T10:00:36.8121714Z echo "${GITHUB_WORKSPACE}" 2022-12-01T10:00:36.8121917Z if [ -z "${NO_SUDO}" ]; then 2022-12-01T10:00:36.8122152Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:00:36.8122384Z else 2022-12-01T10:00:36.8122567Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:00:36.8122889Z fi 2022-12-01T10:00:36.8123098Z mkdir "${GITHUB_WORKSPACE}" 2022-12-01T10:00:36.8138176Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:00:36.8138404Z env: 2022-12-01T10:00:36.8138583Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:00:36.8138764Z NO_SUDO: 2022-12-01T10:00:36.8138918Z ##[endgroup] 2022-12-01T10:00:36.8301864Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:00:42.7350615Z ##[group]Run malfet/checkout@silent-checkout 2022-12-01T10:00:42.7350849Z with: 2022-12-01T10:00:42.7351055Z ref: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:00:42.7351264Z fetch-depth: 0 2022-12-01T10:00:42.7351431Z submodules: recursive 2022-12-01T10:00:42.7351618Z quiet-checkout: true 2022-12-01T10:00:42.7351817Z repository: pytorch/pytorch 2022-12-01T10:00:42.7352184Z token: *** 2022-12-01T10:00:42.7352356Z ssh-strict: true 2022-12-01T10:00:42.7352551Z persist-credentials: true 2022-12-01T10:00:42.7352750Z clean: true 2022-12-01T10:00:42.7352909Z lfs: false 2022-12-01T10:00:42.7353091Z set-safe-directory: true 2022-12-01T10:00:42.7353269Z env: 2022-12-01T10:00:42.7353424Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:00:42.7353604Z ##[endgroup] 2022-12-01T10:00:42.8484703Z Syncing repository: pytorch/pytorch 2022-12-01T10:00:42.8486130Z ##[group]Getting Git version info 2022-12-01T10:00:42.8486540Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:00:42.8486982Z [command]/usr/bin/git version 2022-12-01T10:00:42.8487162Z git version 2.37.1 2022-12-01T10:00:42.8487715Z ##[endgroup] 2022-12-01T10:00:42.8499616Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/cc22d6f2-996e-4bfc-b617-a67f2d31a7e8' before making global git config changes 2022-12-01T10:00:42.8500042Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:00:42.8500498Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:00:42.8534772Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:00:42.8538651Z ##[group]Initializing the repository 2022-12-01T10:00:42.8541058Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:00:42.8656909Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-12-01T10:00:42.8657557Z hint: is subject to change. To configure the initial branch name to use in all 2022-12-01T10:00:42.8658225Z hint: of your new repositories, which will suppress this warning, call: 2022-12-01T10:00:42.8658585Z hint: 2022-12-01T10:00:42.8659020Z hint: git config --global init.defaultBranch 2022-12-01T10:00:42.8659484Z hint: 2022-12-01T10:00:42.8659946Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-12-01T10:00:42.8660540Z hint: 'development'. The just-created branch can be renamed via this command: 2022-12-01T10:00:42.8660779Z hint: 2022-12-01T10:00:42.8661094Z hint: git branch -m 2022-12-01T10:00:42.8661471Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-12-01T10:00:42.8666130Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-12-01T10:00:42.8693778Z ##[endgroup] 2022-12-01T10:00:42.8694128Z ##[group]Disabling automatic garbage collection 2022-12-01T10:00:42.8696961Z [command]/usr/bin/git config --local gc.auto 0 2022-12-01T10:00:42.8722319Z ##[endgroup] 2022-12-01T10:00:42.8723266Z ##[group]Setting up auth 2022-12-01T10:00:42.8728603Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:00:42.8755835Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-12-01T10:00:42.8992972Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:00:42.9019482Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-12-01T10:00:42.9260031Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:00:42.9300393Z ##[endgroup] 2022-12-01T10:00:42.9300783Z ##[group]Fetching the repository 2022-12-01T10:00:42.9306388Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-12-01T10:01:33.6705079Z [command]/usr/bin/git rev-parse --verify --quiet c13d400bffe90e16b96520bbc8a41a6f0c9cd584^{object} 2022-12-01T10:01:33.6738311Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:01:34.6332891Z ##[endgroup] 2022-12-01T10:01:34.6333415Z ##[group]Determining the checkout info 2022-12-01T10:01:34.6334193Z ##[endgroup] 2022-12-01T10:01:34.6334761Z ##[group]Checking out the ref 2022-12-01T10:01:34.6337779Z [command]/usr/bin/git checkout --quiet --force c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:01:35.8619071Z ##[endgroup] 2022-12-01T10:01:35.8619483Z ##[group]Setting up auth for fetching submodules 2022-12-01T10:01:35.8623539Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:01:35.8672020Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-12-01T10:01:35.8702096Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-12-01T10:01:35.8732261Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-12-01T10:01:35.8755614Z ##[endgroup] 2022-12-01T10:01:35.8756122Z ##[group]Fetching submodules 2022-12-01T10:01:35.8759341Z [command]/usr/bin/git submodule sync --recursive 2022-12-01T10:01:35.9015782Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-12-01T10:01:35.9264277Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-12-01T10:01:35.9265248Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-12-01T10:01:35.9267030Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-12-01T10:01:35.9268975Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-12-01T10:01:35.9271214Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-12-01T10:01:35.9273869Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-12-01T10:01:35.9275846Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-12-01T10:01:35.9278339Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-12-01T10:01:35.9281825Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-12-01T10:01:35.9284590Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-12-01T10:01:35.9287526Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-12-01T10:01:35.9290337Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-12-01T10:01:35.9293373Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-12-01T10:01:35.9296570Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-12-01T10:01:35.9299713Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-12-01T10:01:35.9302903Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-12-01T10:01:35.9306245Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-12-01T10:01:35.9309820Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:01:35.9313334Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-12-01T10:01:35.9317181Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-12-01T10:01:35.9321208Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-12-01T10:01:35.9325342Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-12-01T10:01:35.9329378Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-12-01T10:01:35.9333454Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-12-01T10:01:35.9337646Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-12-01T10:01:35.9342003Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-12-01T10:01:35.9346406Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-12-01T10:01:35.9350873Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-12-01T10:01:35.9355540Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-12-01T10:01:35.9361584Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-12-01T10:01:35.9366454Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-12-01T10:01:35.9371301Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-12-01T10:01:35.9376343Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-12-01T10:01:35.9381579Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-12-01T10:01:35.9386676Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-12-01T10:01:35.9392055Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-12-01T10:01:35.9397404Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-12-01T10:01:35.9403054Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-12-01T10:01:35.9408751Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-12-01T10:01:35.9414576Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-12-01T10:01:35.9420465Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-12-01T10:01:35.9443609Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-12-01T10:01:36.2331663Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-12-01T10:01:36.4470195Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-12-01T10:01:36.8492556Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-12-01T10:01:37.1854124Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-12-01T10:01:37.4690797Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-12-01T10:01:39.5148990Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-12-01T10:01:45.4672525Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-12-01T10:01:45.8620138Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-12-01T10:01:46.4035352Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-12-01T10:01:48.0128281Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-12-01T10:01:49.2515913Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-12-01T10:01:50.6495604Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-12-01T10:01:56.2578679Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-12-01T10:01:57.0527187Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-12-01T10:01:58.2687005Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-12-01T10:01:59.4731125Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-12-01T10:01:59.6796404Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-12-01T10:02:00.1410424Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-12-01T10:02:00.4855405Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-12-01T10:02:02.9120961Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-12-01T10:02:03.4620860Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-12-01T10:02:03.7174080Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-12-01T10:02:04.0606578Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-12-01T10:02:05.7122662Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-12-01T10:02:06.2256615Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-12-01T10:02:06.6198412Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-12-01T10:02:13.5828387Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-12-01T10:02:15.2344914Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-12-01T10:02:15.7014242Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-12-01T10:02:15.9486908Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-12-01T10:02:22.2742681Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-12-01T10:02:22.5089431Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-12-01T10:02:22.7650093Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-12-01T10:02:23.5950700Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-12-01T10:02:23.8817650Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-12-01T10:02:24.2519434Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-12-01T10:02:24.5376880Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-12-01T10:02:25.2043633Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-12-01T10:02:27.4864520Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-12-01T10:02:27.9731272Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-12-01T10:02:30.1542363Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-12-01T10:02:30.1636123Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-12-01T10:02:30.1708458Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-12-01T10:02:30.1906646Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-12-01T10:02:30.2101430Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-12-01T10:02:30.2416808Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-12-01T10:02:30.7867971Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-12-01T10:02:30.8059179Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:02:30.8959366Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-12-01T10:02:30.9260160Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-12-01T10:02:31.1856933Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-12-01T10:02:31.5574776Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-12-01T10:02:31.7763115Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-12-01T10:02:31.8176200Z Submodule path 'third_party/fbgemm': checked out '0d98c261561524cce92e37fe307ea6596664309a' 2022-12-01T10:02:31.8188859Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:02:31.8191087Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:02:31.8193432Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:02:31.8196062Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:02:31.8217802Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-12-01T10:02:32.7858683Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-12-01T10:02:33.3170884Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-12-01T10:02:34.4165211Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-12-01T10:02:34.7636591Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-12-01T10:02:34.8540751Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-12-01T10:02:34.9064820Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-12-01T10:02:34.9155096Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-12-01T10:02:34.9926703Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-12-01T10:02:35.0257152Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-12-01T10:02:35.0339463Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-12-01T10:02:35.0704244Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-12-01T10:02:35.0924417Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-12-01T10:02:35.1350029Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-12-01T10:02:35.1457374Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-12-01T10:02:35.1469383Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-12-01T10:02:35.1490631Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-12-01T10:02:42.6665473Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-12-01T10:02:42.6680493Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:02:42.6702894Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-12-01T10:02:50.2749858Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-12-01T10:02:50.2845681Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-12-01T10:02:50.2977763Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-12-01T10:02:50.3841337Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-12-01T10:02:50.3856280Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:02:50.3858593Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:02:50.3881948Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-12-01T10:02:51.5553649Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-12-01T10:02:52.6294099Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-12-01T10:02:52.6777284Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-12-01T10:02:52.6954834Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-12-01T10:02:52.7078169Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-12-01T10:02:52.8047198Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-12-01T10:02:53.0233623Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-12-01T10:02:53.0259262Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-12-01T10:02:53.0261491Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-12-01T10:02:53.0285942Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-12-01T10:02:53.4113989Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-12-01T10:02:54.2189550Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:02:54.2467787Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-12-01T10:02:54.2602499Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-12-01T10:02:54.2615441Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:02:54.2635244Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-12-01T10:02:56.1630332Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-12-01T10:02:56.1648119Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:02:56.1649896Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:02:56.1671458Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-12-01T10:02:56.5720196Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-12-01T10:02:57.3904593Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-12-01T10:02:57.4493474Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-12-01T10:02:57.4506389Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:02:57.4526935Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-12-01T10:02:57.6744657Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:02:57.6825899Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-12-01T10:02:57.9153157Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-12-01T10:02:57.9171660Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:02:57.9173345Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-12-01T10:02:57.9196505Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-12-01T10:02:58.3124595Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-12-01T10:02:59.6826606Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-12-01T10:02:59.7447649Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-12-01T10:02:59.7524859Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-12-01T10:02:59.7622377Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-12-01T10:02:59.7916749Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-12-01T10:02:59.7995874Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-12-01T10:02:59.8249498Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-12-01T10:02:59.8333074Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-12-01T10:02:59.8725766Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-12-01T10:02:59.9705366Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-12-01T10:02:59.9943411Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-12-01T10:02:59.9957023Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:02:59.9959356Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:02:59.9962218Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:02:59.9964792Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:02:59.9986541Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-12-01T10:03:01.0602190Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-12-01T10:03:01.6464835Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-12-01T10:03:03.2815871Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-12-01T10:03:04.2922504Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-12-01T10:03:04.3054087Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-12-01T10:03:04.3641101Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-12-01T10:03:04.3886121Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-12-01T10:03:04.3898684Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:03:04.3921224Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-12-01T10:03:04.7481254Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:03:04.8693608Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-12-01T10:03:04.8722406Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-12-01T10:03:04.8985716Z Entering 'android/libs/fbjni' 2022-12-01T10:03:04.9020315Z Entering 'third_party/FP16' 2022-12-01T10:03:04.9057109Z Entering 'third_party/FXdiv' 2022-12-01T10:03:04.9091848Z Entering 'third_party/NNPACK' 2022-12-01T10:03:04.9126614Z Entering 'third_party/QNNPACK' 2022-12-01T10:03:04.9160327Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:03:04.9195120Z Entering 'third_party/XNNPACK' 2022-12-01T10:03:04.9239810Z Entering 'third_party/benchmark' 2022-12-01T10:03:04.9274039Z Entering 'third_party/cpuinfo' 2022-12-01T10:03:04.9308455Z Entering 'third_party/cub' 2022-12-01T10:03:04.9342555Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:03:04.9383248Z Entering 'third_party/cutlass' 2022-12-01T10:03:04.9425386Z Entering 'third_party/eigen' 2022-12-01T10:03:04.9462216Z Entering 'third_party/fbgemm' 2022-12-01T10:03:04.9498342Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:03:04.9531891Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:03:04.9565674Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:03:04.9598620Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:03:04.9632864Z Entering 'third_party/flatbuffers' 2022-12-01T10:03:04.9669481Z Entering 'third_party/fmt' 2022-12-01T10:03:04.9704054Z Entering 'third_party/foxi' 2022-12-01T10:03:04.9739537Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:03:04.9773428Z Entering 'third_party/gloo' 2022-12-01T10:03:04.9808436Z Entering 'third_party/googletest' 2022-12-01T10:03:04.9843161Z Entering 'third_party/ideep' 2022-12-01T10:03:04.9876807Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:03:04.9914090Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:03:04.9954030Z Entering 'third_party/ios-cmake' 2022-12-01T10:03:04.9989466Z Entering 'third_party/ittapi' 2022-12-01T10:03:05.0025132Z Entering 'third_party/kineto' 2022-12-01T10:03:05.0061373Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:03:05.0096403Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:03:05.0134189Z Entering 'third_party/nccl/nccl' 2022-12-01T10:03:05.0170022Z Entering 'third_party/neon2sse' 2022-12-01T10:03:05.0204568Z Entering 'third_party/nlohmann' 2022-12-01T10:03:05.0240364Z Entering 'third_party/onnx' 2022-12-01T10:03:05.0287286Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:03:05.0324448Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:03:05.0363054Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:03:05.0398170Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:03:05.0437100Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:03:05.0472684Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:03:05.0506948Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:03:05.0546304Z Entering 'third_party/pocketfft' 2022-12-01T10:03:05.0581795Z Entering 'third_party/protobuf' 2022-12-01T10:03:05.0620936Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:03:05.0656044Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:03:05.0692442Z Entering 'third_party/psimd' 2022-12-01T10:03:05.0726967Z Entering 'third_party/pthreadpool' 2022-12-01T10:03:05.0760394Z Entering 'third_party/pybind11' 2022-12-01T10:03:05.0794555Z Entering 'third_party/python-enum' 2022-12-01T10:03:05.0828976Z Entering 'third_party/python-peachpy' 2022-12-01T10:03:05.0863452Z Entering 'third_party/python-six' 2022-12-01T10:03:05.0898170Z Entering 'third_party/sleef' 2022-12-01T10:03:05.0933289Z Entering 'third_party/tbb' 2022-12-01T10:03:05.0969460Z Entering 'third_party/tensorpipe' 2022-12-01T10:03:05.1004809Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:03:05.1037924Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:03:05.1073125Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:03:05.1108465Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:03:05.1141922Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:03:05.1180213Z Entering 'third_party/zstd' 2022-12-01T10:03:05.1224366Z ##[endgroup] 2022-12-01T10:03:05.1224880Z ##[group]Persisting credentials for submodules 2022-12-01T10:03:05.1229544Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || : 2022-12-01T10:03:05.1489318Z Entering 'android/libs/fbjni' 2022-12-01T10:03:05.1522249Z Entering 'third_party/FP16' 2022-12-01T10:03:05.1555775Z Entering 'third_party/FXdiv' 2022-12-01T10:03:05.1589743Z Entering 'third_party/NNPACK' 2022-12-01T10:03:05.1624614Z Entering 'third_party/QNNPACK' 2022-12-01T10:03:05.1659940Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:03:05.1694662Z Entering 'third_party/XNNPACK' 2022-12-01T10:03:05.1740150Z Entering 'third_party/benchmark' 2022-12-01T10:03:05.1773499Z Entering 'third_party/cpuinfo' 2022-12-01T10:03:05.1808230Z Entering 'third_party/cub' 2022-12-01T10:03:05.1841755Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:03:05.1879812Z Entering 'third_party/cutlass' 2022-12-01T10:03:05.1920094Z Entering 'third_party/eigen' 2022-12-01T10:03:05.1954824Z Entering 'third_party/fbgemm' 2022-12-01T10:03:05.1988643Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:03:05.2021912Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:03:05.2055787Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:03:05.2089017Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:03:05.2123208Z Entering 'third_party/flatbuffers' 2022-12-01T10:03:05.2159056Z Entering 'third_party/fmt' 2022-12-01T10:03:05.2193412Z Entering 'third_party/foxi' 2022-12-01T10:03:05.2228289Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:03:05.2262185Z Entering 'third_party/gloo' 2022-12-01T10:03:05.2297061Z Entering 'third_party/googletest' 2022-12-01T10:03:05.2331512Z Entering 'third_party/ideep' 2022-12-01T10:03:05.2364247Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:03:05.2398885Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:03:05.2442128Z Entering 'third_party/ios-cmake' 2022-12-01T10:03:05.2475554Z Entering 'third_party/ittapi' 2022-12-01T10:03:05.2509423Z Entering 'third_party/kineto' 2022-12-01T10:03:05.2542575Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:03:05.2575930Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:03:05.2610137Z Entering 'third_party/nccl/nccl' 2022-12-01T10:03:05.2646353Z Entering 'third_party/neon2sse' 2022-12-01T10:03:05.2679799Z Entering 'third_party/nlohmann' 2022-12-01T10:03:05.2714976Z Entering 'third_party/onnx' 2022-12-01T10:03:05.2761696Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:03:05.2796241Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:03:05.2832743Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:03:05.2867244Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:03:05.2906797Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:03:05.2939964Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:03:05.2975252Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:03:05.3016051Z Entering 'third_party/pocketfft' 2022-12-01T10:03:05.3051797Z Entering 'third_party/protobuf' 2022-12-01T10:03:05.3092071Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:03:05.3126675Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:03:05.3162071Z Entering 'third_party/psimd' 2022-12-01T10:03:05.3196704Z Entering 'third_party/pthreadpool' 2022-12-01T10:03:05.3230906Z Entering 'third_party/pybind11' 2022-12-01T10:03:05.3266429Z Entering 'third_party/python-enum' 2022-12-01T10:03:05.3302240Z Entering 'third_party/python-peachpy' 2022-12-01T10:03:05.3337539Z Entering 'third_party/python-six' 2022-12-01T10:03:05.3370547Z Entering 'third_party/sleef' 2022-12-01T10:03:05.3404897Z Entering 'third_party/tbb' 2022-12-01T10:03:05.3440511Z Entering 'third_party/tensorpipe' 2022-12-01T10:03:05.3473884Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:03:05.3508167Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:03:05.3541874Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:03:05.3576881Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:03:05.3610532Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:03:05.3647700Z Entering 'third_party/zstd' 2022-12-01T10:03:05.3693026Z [command]/usr/bin/git submodule foreach --recursive git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url 2022-12-01T10:03:05.3954683Z Entering 'android/libs/fbjni' 2022-12-01T10:03:05.3988548Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-12-01T10:03:05.4003600Z Entering 'third_party/FP16' 2022-12-01T10:03:05.4037583Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-12-01T10:03:05.4052928Z Entering 'third_party/FXdiv' 2022-12-01T10:03:05.4085069Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-12-01T10:03:05.4099674Z Entering 'third_party/NNPACK' 2022-12-01T10:03:05.4131384Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-12-01T10:03:05.4145962Z Entering 'third_party/QNNPACK' 2022-12-01T10:03:05.4178194Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-12-01T10:03:05.4193419Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:03:05.4225583Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-12-01T10:03:05.4240746Z Entering 'third_party/XNNPACK' 2022-12-01T10:03:05.4272238Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-12-01T10:03:05.4297157Z Entering 'third_party/benchmark' 2022-12-01T10:03:05.4328867Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:03:05.4342911Z Entering 'third_party/cpuinfo' 2022-12-01T10:03:05.4375590Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-12-01T10:03:05.4390600Z Entering 'third_party/cub' 2022-12-01T10:03:05.4422858Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-12-01T10:03:05.4437969Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:03:05.4469476Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-12-01T10:03:05.4490058Z Entering 'third_party/cutlass' 2022-12-01T10:03:05.4521330Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-12-01T10:03:05.4542338Z Entering 'third_party/eigen' 2022-12-01T10:03:05.4575801Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-12-01T10:03:05.4591859Z Entering 'third_party/fbgemm' 2022-12-01T10:03:05.4624056Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-12-01T10:03:05.4638990Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:03:05.4669331Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-12-01T10:03:05.4683575Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:03:05.4713962Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-12-01T10:03:05.4729309Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:03:05.4760522Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:03:05.4774164Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:03:05.4805078Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-12-01T10:03:05.4821071Z Entering 'third_party/flatbuffers' 2022-12-01T10:03:05.4854936Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-12-01T10:03:05.4870673Z Entering 'third_party/fmt' 2022-12-01T10:03:05.4902804Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-12-01T10:03:05.4917125Z Entering 'third_party/foxi' 2022-12-01T10:03:05.4948678Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-12-01T10:03:05.4963667Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:03:05.4997230Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-12-01T10:03:05.5012086Z Entering 'third_party/gloo' 2022-12-01T10:03:05.5042681Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-12-01T10:03:05.5058203Z Entering 'third_party/googletest' 2022-12-01T10:03:05.5088348Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:03:05.5102350Z Entering 'third_party/ideep' 2022-12-01T10:03:05.5134735Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-12-01T10:03:05.5148672Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:03:05.5178299Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-12-01T10:03:05.5193045Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:03:05.5223948Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-12-01T10:03:05.5245640Z Entering 'third_party/ios-cmake' 2022-12-01T10:03:05.5277453Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-12-01T10:03:05.5292043Z Entering 'third_party/ittapi' 2022-12-01T10:03:05.5323834Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-12-01T10:03:05.5338132Z Entering 'third_party/kineto' 2022-12-01T10:03:05.5369389Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-12-01T10:03:05.5383620Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:03:05.5415313Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-12-01T10:03:05.5429386Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:03:05.5461244Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-12-01T10:03:05.5476347Z Entering 'third_party/nccl/nccl' 2022-12-01T10:03:05.5508703Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-12-01T10:03:05.5523685Z Entering 'third_party/neon2sse' 2022-12-01T10:03:05.5554316Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-12-01T10:03:05.5569241Z Entering 'third_party/nlohmann' 2022-12-01T10:03:05.5601001Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-12-01T10:03:05.5616511Z Entering 'third_party/onnx' 2022-12-01T10:03:05.5648617Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-12-01T10:03:05.5673377Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:03:05.5704935Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:03:05.5719328Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:03:05.5749785Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:03:05.5766587Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:03:05.5798895Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-12-01T10:03:05.5812392Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:03:05.5844219Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-12-01T10:03:05.5862286Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:03:05.5893601Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:03:05.5907609Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:03:05.5939177Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:03:05.5952286Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:03:05.5984606Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-12-01T10:03:05.6003898Z Entering 'third_party/pocketfft' 2022-12-01T10:03:05.6035730Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-12-01T10:03:05.6050204Z Entering 'third_party/protobuf' 2022-12-01T10:03:05.6083888Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-12-01T10:03:05.6101522Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:03:05.6132880Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:03:05.6147103Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:03:05.6179742Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:03:05.6195726Z Entering 'third_party/psimd' 2022-12-01T10:03:05.6228030Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-12-01T10:03:05.6242529Z Entering 'third_party/pthreadpool' 2022-12-01T10:03:05.6273538Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-12-01T10:03:05.6287912Z Entering 'third_party/pybind11' 2022-12-01T10:03:05.6319659Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:03:05.6334857Z Entering 'third_party/python-enum' 2022-12-01T10:03:05.6366142Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-12-01T10:03:05.6380246Z Entering 'third_party/python-peachpy' 2022-12-01T10:03:05.6413177Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-12-01T10:03:05.6427296Z Entering 'third_party/python-six' 2022-12-01T10:03:05.6459656Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-12-01T10:03:05.6473977Z Entering 'third_party/sleef' 2022-12-01T10:03:05.6505895Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-12-01T10:03:05.6520959Z Entering 'third_party/tbb' 2022-12-01T10:03:05.6552524Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-12-01T10:03:05.6569017Z Entering 'third_party/tensorpipe' 2022-12-01T10:03:05.6600871Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-12-01T10:03:05.6614988Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:03:05.6647091Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:03:05.6660951Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:03:05.6691504Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-12-01T10:03:05.6704652Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:03:05.6737446Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-12-01T10:03:05.6751299Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:03:05.6782902Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:03:05.6796050Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:03:05.6828290Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-12-01T10:03:05.6845355Z Entering 'third_party/zstd' 2022-12-01T10:03:05.6877353Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-12-01T10:03:05.8340883Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-12-01T10:03:05.8604456Z Entering 'android/libs/fbjni' 2022-12-01T10:03:05.8638806Z Entering 'third_party/FP16' 2022-12-01T10:03:05.8673174Z Entering 'third_party/FXdiv' 2022-12-01T10:03:05.8707742Z Entering 'third_party/NNPACK' 2022-12-01T10:03:05.8743293Z Entering 'third_party/QNNPACK' 2022-12-01T10:03:05.8777967Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:03:05.8813444Z Entering 'third_party/XNNPACK' 2022-12-01T10:03:05.8858016Z Entering 'third_party/benchmark' 2022-12-01T10:03:05.8892773Z Entering 'third_party/cpuinfo' 2022-12-01T10:03:05.8927399Z Entering 'third_party/cub' 2022-12-01T10:03:05.8962307Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:03:05.9002486Z Entering 'third_party/cutlass' 2022-12-01T10:03:05.9044477Z Entering 'third_party/eigen' 2022-12-01T10:03:05.9080688Z Entering 'third_party/fbgemm' 2022-12-01T10:03:05.9115485Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:03:05.9148797Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:03:05.9182196Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:03:05.9215955Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:03:05.9252377Z Entering 'third_party/flatbuffers' 2022-12-01T10:03:05.9288230Z Entering 'third_party/fmt' 2022-12-01T10:03:05.9321014Z Entering 'third_party/foxi' 2022-12-01T10:03:05.9354731Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:03:05.9389516Z Entering 'third_party/gloo' 2022-12-01T10:03:05.9423934Z Entering 'third_party/googletest' 2022-12-01T10:03:05.9458207Z Entering 'third_party/ideep' 2022-12-01T10:03:05.9492116Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:03:05.9527150Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:03:05.9566266Z Entering 'third_party/ios-cmake' 2022-12-01T10:03:05.9600442Z Entering 'third_party/ittapi' 2022-12-01T10:03:05.9634197Z Entering 'third_party/kineto' 2022-12-01T10:03:05.9667965Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:03:05.9702536Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:03:05.9737309Z Entering 'third_party/nccl/nccl' 2022-12-01T10:03:05.9771525Z Entering 'third_party/neon2sse' 2022-12-01T10:03:05.9804844Z Entering 'third_party/nlohmann' 2022-12-01T10:03:05.9840152Z Entering 'third_party/onnx' 2022-12-01T10:03:05.9884716Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:03:05.9917414Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:03:05.9954122Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:03:05.9988422Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:03:06.0026290Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:03:06.0060525Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:03:06.0096557Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:03:06.0134200Z Entering 'third_party/pocketfft' 2022-12-01T10:03:06.0168379Z Entering 'third_party/protobuf' 2022-12-01T10:03:06.0205608Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:03:06.0290227Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:03:06.0325841Z Entering 'third_party/psimd' 2022-12-01T10:03:06.0359780Z Entering 'third_party/pthreadpool' 2022-12-01T10:03:06.0394244Z Entering 'third_party/pybind11' 2022-12-01T10:03:06.0428518Z Entering 'third_party/python-enum' 2022-12-01T10:03:06.0462829Z Entering 'third_party/python-peachpy' 2022-12-01T10:03:06.0497132Z Entering 'third_party/python-six' 2022-12-01T10:03:06.0531426Z Entering 'third_party/sleef' 2022-12-01T10:03:06.0565384Z Entering 'third_party/tbb' 2022-12-01T10:03:06.0602284Z Entering 'third_party/tensorpipe' 2022-12-01T10:03:06.0636062Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:03:06.0669218Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:03:06.0702586Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:03:06.0736212Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:03:06.0768867Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:03:06.0805177Z Entering 'third_party/zstd' 2022-12-01T10:03:06.0849857Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-12-01T10:03:06.1105524Z Entering 'android/libs/fbjni' 2022-12-01T10:03:06.1140055Z Entering 'third_party/FP16' 2022-12-01T10:03:06.1175109Z Entering 'third_party/FXdiv' 2022-12-01T10:03:06.1209885Z Entering 'third_party/NNPACK' 2022-12-01T10:03:06.1245746Z Entering 'third_party/QNNPACK' 2022-12-01T10:03:06.1279769Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:03:06.1314069Z Entering 'third_party/XNNPACK' 2022-12-01T10:03:06.1357768Z Entering 'third_party/benchmark' 2022-12-01T10:03:06.1392074Z Entering 'third_party/cpuinfo' 2022-12-01T10:03:06.1427438Z Entering 'third_party/cub' 2022-12-01T10:03:06.1462073Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:03:06.1501553Z Entering 'third_party/cutlass' 2022-12-01T10:03:06.1542063Z Entering 'third_party/eigen' 2022-12-01T10:03:06.1579681Z Entering 'third_party/fbgemm' 2022-12-01T10:03:06.1614970Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:03:06.1649397Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:03:06.1684195Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:03:06.1718379Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:03:06.1754879Z Entering 'third_party/flatbuffers' 2022-12-01T10:03:06.1790784Z Entering 'third_party/fmt' 2022-12-01T10:03:06.1827325Z Entering 'third_party/foxi' 2022-12-01T10:03:06.1861098Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:03:06.1895849Z Entering 'third_party/gloo' 2022-12-01T10:03:06.1929749Z Entering 'third_party/googletest' 2022-12-01T10:03:06.1964766Z Entering 'third_party/ideep' 2022-12-01T10:03:06.1998257Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:03:06.2033394Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:03:06.2071923Z Entering 'third_party/ios-cmake' 2022-12-01T10:03:06.2106250Z Entering 'third_party/ittapi' 2022-12-01T10:03:06.2140395Z Entering 'third_party/kineto' 2022-12-01T10:03:06.2174909Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:03:06.2208556Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:03:06.2243179Z Entering 'third_party/nccl/nccl' 2022-12-01T10:03:06.2277162Z Entering 'third_party/neon2sse' 2022-12-01T10:03:06.2310273Z Entering 'third_party/nlohmann' 2022-12-01T10:03:06.2346293Z Entering 'third_party/onnx' 2022-12-01T10:03:06.2392491Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:03:06.2426221Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:03:06.2463475Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:03:06.2497339Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:03:06.2534022Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:03:06.2567213Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:03:06.2600325Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:03:06.2637308Z Entering 'third_party/pocketfft' 2022-12-01T10:03:06.2671035Z Entering 'third_party/protobuf' 2022-12-01T10:03:06.2707751Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:03:06.2741263Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:03:06.2776676Z Entering 'third_party/psimd' 2022-12-01T10:03:06.2810581Z Entering 'third_party/pthreadpool' 2022-12-01T10:03:06.2845232Z Entering 'third_party/pybind11' 2022-12-01T10:03:06.2879032Z Entering 'third_party/python-enum' 2022-12-01T10:03:06.2912082Z Entering 'third_party/python-peachpy' 2022-12-01T10:03:06.2946407Z Entering 'third_party/python-six' 2022-12-01T10:03:06.2979175Z Entering 'third_party/sleef' 2022-12-01T10:03:06.3013628Z Entering 'third_party/tbb' 2022-12-01T10:03:06.3049383Z Entering 'third_party/tensorpipe' 2022-12-01T10:03:06.3082972Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:03:06.3116151Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:03:06.3149758Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:03:06.3183756Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:03:06.3217533Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:03:06.3254278Z Entering 'third_party/zstd' 2022-12-01T10:03:06.3296470Z ##[endgroup] 2022-12-01T10:03:06.3333432Z [command]/usr/bin/git log -1 --format='%H' 2022-12-01T10:03:06.3357657Z 'c13d400bffe90e16b96520bbc8a41a6f0c9cd584' 2022-12-01T10:03:06.3484554Z Prepare all required actions 2022-12-01T10:03:06.3509885Z ##[group]Run ./.github/actions/setup-linux 2022-12-01T10:03:06.3510084Z env: 2022-12-01T10:03:06.3510244Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:06.3510434Z ##[endgroup] 2022-12-01T10:03:06.3525778Z ##[group]Run set -euo pipefail 2022-12-01T10:03:06.3526010Z set -euo pipefail 2022-12-01T10:03:06.3526217Z function get_ec2_metadata() { 2022-12-01T10:03:06.3526448Z  # Pulled from instance metadata endpoint for EC2 2022-12-01T10:03:06.3526803Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-12-01T10:03:06.3527100Z  category=$1 2022-12-01T10:03:06.3527329Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-12-01T10:03:06.3527552Z } 2022-12-01T10:03:06.3527845Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-12-01T10:03:06.3528123Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-12-01T10:03:06.3528397Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-12-01T10:03:06.3528630Z echo "system info $(uname -a)" 2022-12-01T10:03:06.3539635Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:03:06.3539849Z env: 2022-12-01T10:03:06.3540008Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:06.3540190Z ##[endgroup] 2022-12-01T10:03:06.3614202Z ami-id: ami-096198a0bccc6bad4 2022-12-01T10:03:06.3663092Z instance-id: i-0a9c796924e12f464 2022-12-01T10:03:06.3709368Z instance-type: c5.2xlarge 2022-12-01T10:03:06.3715454Z system info Linux ip-10-0-1-147.ec2.internal 4.14.252-195.483.amzn2.x86_64 #1 SMP Mon Nov 1 20:58:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-12-01T10:03:06.3735418Z ##[group]Run if systemctl is-active --quiet docker; then 2022-12-01T10:03:06.3735700Z if systemctl is-active --quiet docker; then 2022-12-01T10:03:06.3735956Z  echo "Docker daemon is running..."; 2022-12-01T10:03:06.3736153Z else 2022-12-01T10:03:06.3736387Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-12-01T10:03:06.3736615Z fi 2022-12-01T10:03:06.3746743Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:03:06.3746962Z env: 2022-12-01T10:03:06.3747137Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:06.3747311Z ##[endgroup] 2022-12-01T10:03:06.3835447Z Docker daemon is running... 2022-12-01T10:03:06.3850900Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T10:03:06.3851255Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T10:03:06.3851543Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:03:06.3851914Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-12-01T10:03:06.3852255Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-12-01T10:03:06.3862361Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:03:06.3862578Z env: 2022-12-01T10:03:06.3862748Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:06.3862928Z AWS_RETRY_MODE: standard 2022-12-01T10:03:06.3863116Z AWS_MAX_ATTEMPTS: 5 2022-12-01T10:03:06.3863311Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T10:03:06.3863485Z ##[endgroup] 2022-12-01T10:03:07.5694174Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-12-01T10:03:07.5694536Z Configure a credential helper to remove this warning. See 2022-12-01T10:03:07.5694936Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-12-01T10:03:07.5695130Z 2022-12-01T10:03:07.5695506Z Login Succeeded 2022-12-01T10:03:07.5737732Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:03:07.5738211Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:03:07.5738631Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:03:07.5749485Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:03:07.5749706Z env: 2022-12-01T10:03:07.5749881Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:07.5750056Z ##[endgroup] 2022-12-01T10:03:07.5832617Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-12-01T10:03:07.5832851Z with: 2022-12-01T10:03:07.5833191Z github-secret: *** 2022-12-01T10:03:07.5833392Z activate-with-label: false 2022-12-01T10:03:07.5833571Z label: with-ssh 2022-12-01T10:03:07.5833763Z remove-existing-keys: true 2022-12-01T10:03:07.5833945Z env: 2022-12-01T10:03:07.5834101Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:07.5834281Z ##[endgroup] 2022-12-01T10:03:08.0314798Z Grabbing public ssh keys from https://github.com/charlie-wt.keys 2022-12-01T10:03:08.1012470Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-12-01T10:03:08.1025364Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-12-01T10:03:08.1050192Z Login using: ssh ec2-user@ec2-3-210-204-117.compute-1.amazonaws.com 2022-12-01T10:03:08.1118671Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2022-12-01T10:03:08.1119088Z with: 2022-12-01T10:03:08.1119760Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:03:08.1120243Z env: 2022-12-01T10:03:08.1120523Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:08.1120805Z ##[endgroup] 2022-12-01T10:03:08.1135521Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:03:08.1135968Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:03:08.1136380Z # ignore output since only exit code is used for conditional 2022-12-01T10:03:08.1136830Z # only pull docker image if it's not available locally 2022-12-01T10:03:08.1137323Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-12-01T10:03:08.1137810Z  retry docker pull "${DOCKER_IMAGE}" 2022-12-01T10:03:08.1138125Z fi 2022-12-01T10:03:08.1153339Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:03:08.1153720Z env: 2022-12-01T10:03:08.1154013Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:08.1154589Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:03:08.1155154Z ##[endgroup] 2022-12-01T10:03:08.3508536Z fa72f5a0a230eb632055220542038bd4ceca184b: Pulling from pytorch/pytorch-linux-focal-py3.7-gcc7 2022-12-01T10:03:08.3518528Z 675920708c8b: Pulling fs layer 2022-12-01T10:03:08.3518934Z 3a31ffa0162f: Pulling fs layer 2022-12-01T10:03:08.3519541Z fe9b24415086: Pulling fs layer 2022-12-01T10:03:08.3519938Z 422bea31bd2a: Pulling fs layer 2022-12-01T10:03:08.3525191Z 27ad548906a1: Pulling fs layer 2022-12-01T10:03:08.3525622Z efe762c046e3: Pulling fs layer 2022-12-01T10:03:08.3526122Z a12af00c9224: Pulling fs layer 2022-12-01T10:03:08.3526423Z 49809737e89d: Pulling fs layer 2022-12-01T10:03:08.3526650Z 4bd15b741963: Pulling fs layer 2022-12-01T10:03:08.3526841Z 9fdf20fee962: Pulling fs layer 2022-12-01T10:03:08.3527039Z 85d2fa9daf54: Pulling fs layer 2022-12-01T10:03:08.3527230Z e3608d8edfea: Pulling fs layer 2022-12-01T10:03:08.3527432Z 63ae5eb88541: Pulling fs layer 2022-12-01T10:03:08.3527739Z 2b6269e5f012: Pulling fs layer 2022-12-01T10:03:08.3528021Z 49405b81ba46: Pulling fs layer 2022-12-01T10:03:08.3528328Z f5bd51a8525a: Pulling fs layer 2022-12-01T10:03:08.3528714Z dce0658383e3: Pulling fs layer 2022-12-01T10:03:08.3530862Z fda59f894d4a: Pulling fs layer 2022-12-01T10:03:08.3531251Z c4cd62aabb9c: Pulling fs layer 2022-12-01T10:03:08.3531532Z d84da0b3b529: Pulling fs layer 2022-12-01T10:03:08.3531730Z 4bd15b741963: Waiting 2022-12-01T10:03:08.3531898Z 422bea31bd2a: Waiting 2022-12-01T10:03:08.3532198Z 81e2ac298c61: Pulling fs layer 2022-12-01T10:03:08.3532554Z 38c05cfe4070: Pulling fs layer 2022-12-01T10:03:08.3532905Z af4d19351fdf: Pulling fs layer 2022-12-01T10:03:08.3533127Z d1d5291b2ab5: Pulling fs layer 2022-12-01T10:03:08.3533323Z 17be6d40a7e6: Pulling fs layer 2022-12-01T10:03:08.3533492Z 9fdf20fee962: Waiting 2022-12-01T10:03:08.3533662Z 49809737e89d: Waiting 2022-12-01T10:03:08.3533827Z a12af00c9224: Waiting 2022-12-01T10:03:08.3534287Z 7334631630ca: Pulling fs layer 2022-12-01T10:03:08.3534558Z 85d2fa9daf54: Waiting 2022-12-01T10:03:08.3534828Z b7010c1141c8: Pulling fs layer 2022-12-01T10:03:08.3535079Z 49405b81ba46: Waiting 2022-12-01T10:03:08.3535396Z e3608d8edfea: Waiting 2022-12-01T10:03:08.3535735Z 1d69ebcc1824: Pulling fs layer 2022-12-01T10:03:08.3536037Z f5bd51a8525a: Waiting 2022-12-01T10:03:08.3536305Z fda59f894d4a: Waiting 2022-12-01T10:03:08.3536635Z bbd83461fb41: Pulling fs layer 2022-12-01T10:03:08.3537130Z 63ae5eb88541: Waiting 2022-12-01T10:03:08.3537433Z bcd5197bc3b1: Pulling fs layer 2022-12-01T10:03:08.3537721Z 2b6269e5f012: Waiting 2022-12-01T10:03:08.3537898Z b80f27646ab6: Pulling fs layer 2022-12-01T10:03:08.3538137Z c4cd62aabb9c: Waiting 2022-12-01T10:03:08.3538323Z 866c2acc4910: Pulling fs layer 2022-12-01T10:03:08.3538501Z d1d5291b2ab5: Waiting 2022-12-01T10:03:08.3538672Z e39e0e87bf58: Pulling fs layer 2022-12-01T10:03:08.3538846Z 7334631630ca: Waiting 2022-12-01T10:03:08.3539011Z d84da0b3b529: Waiting 2022-12-01T10:03:08.3539163Z 17be6d40a7e6: Waiting 2022-12-01T10:03:08.3539340Z 31e492142d52: Pulling fs layer 2022-12-01T10:03:08.3539514Z 81e2ac298c61: Waiting 2022-12-01T10:03:08.3539666Z 27ad548906a1: Waiting 2022-12-01T10:03:08.3539832Z af4d19351fdf: Waiting 2022-12-01T10:03:08.3540009Z 7d95e9c9554c: Pulling fs layer 2022-12-01T10:03:08.3540174Z b7010c1141c8: Waiting 2022-12-01T10:03:08.3540338Z 38c05cfe4070: Waiting 2022-12-01T10:03:08.3540515Z f405cc5c9c77: Pulling fs layer 2022-12-01T10:03:08.3542223Z b80f27646ab6: Waiting 2022-12-01T10:03:08.3543578Z a1d89816b283: Pulling fs layer 2022-12-01T10:03:08.3543880Z 1d69ebcc1824: Waiting 2022-12-01T10:03:08.3544179Z e39e0e87bf58: Waiting 2022-12-01T10:03:08.3544507Z 38d7b060d3d4: Pulling fs layer 2022-12-01T10:03:08.3544772Z 866c2acc4910: Waiting 2022-12-01T10:03:08.3544933Z 31e492142d52: Waiting 2022-12-01T10:03:08.3594428Z bbd83461fb41: Waiting 2022-12-01T10:03:08.3594829Z 0b48564513b3: Pulling fs layer 2022-12-01T10:03:08.3595140Z 7d95e9c9554c: Waiting 2022-12-01T10:03:08.3595436Z c517839d268c: Pulling fs layer 2022-12-01T10:03:08.3595751Z 9200027c6378: Pulling fs layer 2022-12-01T10:03:08.3596098Z 1a68c742e877: Pulling fs layer 2022-12-01T10:03:08.3596395Z bcd5197bc3b1: Waiting 2022-12-01T10:03:08.3596684Z 085aceb64709: Pulling fs layer 2022-12-01T10:03:08.3596921Z a1d89816b283: Waiting 2022-12-01T10:03:08.3597540Z 9fad26f5e1f4: Pulling fs layer 2022-12-01T10:03:08.3597960Z c517839d268c: Waiting 2022-12-01T10:03:08.3598153Z 3454ac6b1f68: Pulling fs layer 2022-12-01T10:03:08.3598343Z 38599e0ca649: Pulling fs layer 2022-12-01T10:03:08.3598520Z a16f0b09d742: Pulling fs layer 2022-12-01T10:03:08.3598716Z 100cd65220ba: Pulling fs layer 2022-12-01T10:03:08.3598897Z 0b48564513b3: Waiting 2022-12-01T10:03:08.3599078Z 9d7685da3dfa: Pulling fs layer 2022-12-01T10:03:08.3599387Z e69408c62fb4: Pulling fs layer 2022-12-01T10:03:08.3599577Z 1530f151c058: Pulling fs layer 2022-12-01T10:03:08.3599767Z 3aeaec05c672: Pulling fs layer 2022-12-01T10:03:08.3599944Z 99763bc3448a: Pulling fs layer 2022-12-01T10:03:08.3600121Z 085aceb64709: Waiting 2022-12-01T10:03:08.3600303Z cec809ad8b3c: Pulling fs layer 2022-12-01T10:03:08.3600471Z 1a68c742e877: Waiting 2022-12-01T10:03:08.3600651Z 677fdb68d2c6: Pulling fs layer 2022-12-01T10:03:08.3600833Z 9fad26f5e1f4: Waiting 2022-12-01T10:03:08.3601003Z 92d94c0f43b4: Pulling fs layer 2022-12-01T10:03:08.3601193Z a90bc9ac3f47: Pulling fs layer 2022-12-01T10:03:08.3601386Z 8ef4cf23833b: Pulling fs layer 2022-12-01T10:03:08.3601562Z 3454ac6b1f68: Waiting 2022-12-01T10:03:08.3601729Z 1530f151c058: Waiting 2022-12-01T10:03:08.3601891Z 38599e0ca649: Waiting 2022-12-01T10:03:08.3602044Z 92d94c0f43b4: Waiting 2022-12-01T10:03:08.3602211Z 38d7b060d3d4: Waiting 2022-12-01T10:03:08.3602378Z 3aeaec05c672: Waiting 2022-12-01T10:03:08.3602532Z 8ef4cf23833b: Waiting 2022-12-01T10:03:08.3602703Z a90bc9ac3f47: Waiting 2022-12-01T10:03:08.3602871Z cec809ad8b3c: Waiting 2022-12-01T10:03:08.3603026Z 9d7685da3dfa: Waiting 2022-12-01T10:03:08.3603191Z e69408c62fb4: Waiting 2022-12-01T10:03:08.3603355Z 677fdb68d2c6: Waiting 2022-12-01T10:03:08.3603508Z f405cc5c9c77: Waiting 2022-12-01T10:03:08.3603703Z 99763bc3448a: Waiting 2022-12-01T10:03:08.4342187Z 3a31ffa0162f: Verifying Checksum 2022-12-01T10:03:08.4342513Z 3a31ffa0162f: Download complete 2022-12-01T10:03:08.5154588Z 422bea31bd2a: Verifying Checksum 2022-12-01T10:03:08.5154976Z 422bea31bd2a: Download complete 2022-12-01T10:03:08.5881374Z 27ad548906a1: Download complete 2022-12-01T10:03:08.6677607Z efe762c046e3: Verifying Checksum 2022-12-01T10:03:08.6677988Z efe762c046e3: Download complete 2022-12-01T10:03:08.6940544Z 675920708c8b: Download complete 2022-12-01T10:03:08.7573675Z a12af00c9224: Verifying Checksum 2022-12-01T10:03:08.7574340Z a12af00c9224: Download complete 2022-12-01T10:03:08.7900577Z 49809737e89d: Verifying Checksum 2022-12-01T10:03:08.7900984Z 49809737e89d: Download complete 2022-12-01T10:03:08.8397242Z 4bd15b741963: Verifying Checksum 2022-12-01T10:03:08.8397677Z 4bd15b741963: Download complete 2022-12-01T10:03:08.8888868Z 9fdf20fee962: Verifying Checksum 2022-12-01T10:03:08.8889264Z 9fdf20fee962: Download complete 2022-12-01T10:03:08.9821388Z e3608d8edfea: Verifying Checksum 2022-12-01T10:03:08.9821804Z e3608d8edfea: Download complete 2022-12-01T10:03:09.0599455Z 63ae5eb88541: Verifying Checksum 2022-12-01T10:03:09.0599879Z 63ae5eb88541: Download complete 2022-12-01T10:03:09.4033028Z 675920708c8b: Pull complete 2022-12-01T10:03:09.5124686Z 3a31ffa0162f: Pull complete 2022-12-01T10:03:09.7114964Z 85d2fa9daf54: Verifying Checksum 2022-12-01T10:03:09.7115377Z 85d2fa9daf54: Download complete 2022-12-01T10:03:09.8260224Z 49405b81ba46: Verifying Checksum 2022-12-01T10:03:09.8260619Z 49405b81ba46: Download complete 2022-12-01T10:03:09.9101991Z f5bd51a8525a: Download complete 2022-12-01T10:03:10.4089941Z dce0658383e3: Verifying Checksum 2022-12-01T10:03:10.4090251Z dce0658383e3: Download complete 2022-12-01T10:03:10.4938854Z fda59f894d4a: Verifying Checksum 2022-12-01T10:03:10.4939214Z fda59f894d4a: Download complete 2022-12-01T10:03:10.5859641Z c4cd62aabb9c: Verifying Checksum 2022-12-01T10:03:10.5860053Z c4cd62aabb9c: Download complete 2022-12-01T10:03:10.6651438Z d84da0b3b529: Verifying Checksum 2022-12-01T10:03:10.6651721Z d84da0b3b529: Download complete 2022-12-01T10:03:10.7283459Z 81e2ac298c61: Verifying Checksum 2022-12-01T10:03:10.7283850Z 81e2ac298c61: Download complete 2022-12-01T10:03:10.8015887Z 38c05cfe4070: Verifying Checksum 2022-12-01T10:03:10.8016290Z 38c05cfe4070: Download complete 2022-12-01T10:03:10.8765928Z af4d19351fdf: Verifying Checksum 2022-12-01T10:03:10.8766298Z af4d19351fdf: Download complete 2022-12-01T10:03:10.9536135Z d1d5291b2ab5: Download complete 2022-12-01T10:03:11.4709263Z fe9b24415086: Verifying Checksum 2022-12-01T10:03:11.4709636Z fe9b24415086: Download complete 2022-12-01T10:03:11.5421364Z 7334631630ca: Verifying Checksum 2022-12-01T10:03:11.5421785Z 7334631630ca: Download complete 2022-12-01T10:03:11.6312025Z b7010c1141c8: Verifying Checksum 2022-12-01T10:03:11.6312415Z b7010c1141c8: Download complete 2022-12-01T10:03:11.7340575Z 1d69ebcc1824: Verifying Checksum 2022-12-01T10:03:11.7340895Z 1d69ebcc1824: Download complete 2022-12-01T10:03:11.8102165Z bbd83461fb41: Download complete 2022-12-01T10:03:11.8799021Z bcd5197bc3b1: Verifying Checksum 2022-12-01T10:03:11.8799569Z bcd5197bc3b1: Download complete 2022-12-01T10:03:12.0122763Z 17be6d40a7e6: Download complete 2022-12-01T10:03:12.1054022Z 866c2acc4910: Download complete 2022-12-01T10:03:12.1973278Z e39e0e87bf58: Verifying Checksum 2022-12-01T10:03:12.1973524Z e39e0e87bf58: Download complete 2022-12-01T10:03:12.2920661Z 31e492142d52: Verifying Checksum 2022-12-01T10:03:12.2921650Z 31e492142d52: Download complete 2022-12-01T10:03:12.3909294Z 7d95e9c9554c: Verifying Checksum 2022-12-01T10:03:12.3910353Z 7d95e9c9554c: Download complete 2022-12-01T10:03:12.4682590Z f405cc5c9c77: Verifying Checksum 2022-12-01T10:03:12.4683011Z f405cc5c9c77: Download complete 2022-12-01T10:03:12.5467826Z a1d89816b283: Verifying Checksum 2022-12-01T10:03:12.5468296Z a1d89816b283: Download complete 2022-12-01T10:03:12.6225179Z 38d7b060d3d4: Verifying Checksum 2022-12-01T10:03:12.6225540Z 38d7b060d3d4: Download complete 2022-12-01T10:03:12.6965825Z 0b48564513b3: Download complete 2022-12-01T10:03:12.7649350Z c517839d268c: Download complete 2022-12-01T10:03:12.8323584Z 9200027c6378: Verifying Checksum 2022-12-01T10:03:12.8324059Z 9200027c6378: Download complete 2022-12-01T10:03:12.8963279Z 1a68c742e877: Verifying Checksum 2022-12-01T10:03:12.8963790Z 1a68c742e877: Download complete 2022-12-01T10:03:12.9817510Z 085aceb64709: Verifying Checksum 2022-12-01T10:03:12.9817876Z 085aceb64709: Download complete 2022-12-01T10:03:13.4300250Z 9fad26f5e1f4: Verifying Checksum 2022-12-01T10:03:13.4300837Z 9fad26f5e1f4: Download complete 2022-12-01T10:03:13.5090271Z 3454ac6b1f68: Verifying Checksum 2022-12-01T10:03:13.5090655Z 3454ac6b1f68: Download complete 2022-12-01T10:03:13.5980700Z 38599e0ca649: Download complete 2022-12-01T10:03:13.6872931Z a16f0b09d742: Verifying Checksum 2022-12-01T10:03:13.6873698Z a16f0b09d742: Download complete 2022-12-01T10:03:13.7625715Z 100cd65220ba: Verifying Checksum 2022-12-01T10:03:13.7625962Z 100cd65220ba: Download complete 2022-12-01T10:03:14.0148900Z 9d7685da3dfa: Verifying Checksum 2022-12-01T10:03:14.0149838Z 9d7685da3dfa: Download complete 2022-12-01T10:03:14.1041380Z e69408c62fb4: Verifying Checksum 2022-12-01T10:03:14.1041822Z e69408c62fb4: Download complete 2022-12-01T10:03:14.1257146Z b80f27646ab6: Verifying Checksum 2022-12-01T10:03:14.1922448Z b80f27646ab6: Download complete 2022-12-01T10:03:14.1922783Z 1530f151c058: Download complete 2022-12-01T10:03:14.2775515Z 99763bc3448a: Download complete 2022-12-01T10:03:14.4451335Z cec809ad8b3c: Download complete 2022-12-01T10:03:14.5239902Z 677fdb68d2c6: Download complete 2022-12-01T10:03:14.6020372Z 92d94c0f43b4: Verifying Checksum 2022-12-01T10:03:14.6020647Z 92d94c0f43b4: Download complete 2022-12-01T10:03:14.6746693Z a90bc9ac3f47: Verifying Checksum 2022-12-01T10:03:14.6747024Z a90bc9ac3f47: Download complete 2022-12-01T10:03:15.2783474Z 8ef4cf23833b: Verifying Checksum 2022-12-01T10:03:15.2784046Z 8ef4cf23833b: Download complete 2022-12-01T10:03:17.3558523Z 3aeaec05c672: Verifying Checksum 2022-12-01T10:03:17.3558977Z 3aeaec05c672: Download complete 2022-12-01T10:03:17.9891204Z fe9b24415086: Pull complete 2022-12-01T10:03:18.1672851Z 422bea31bd2a: Pull complete 2022-12-01T10:03:18.3376711Z 27ad548906a1: Pull complete 2022-12-01T10:03:18.5642658Z efe762c046e3: Pull complete 2022-12-01T10:03:18.8013240Z a12af00c9224: Pull complete 2022-12-01T10:03:19.0518702Z 49809737e89d: Pull complete 2022-12-01T10:03:19.2983418Z 4bd15b741963: Pull complete 2022-12-01T10:03:19.5349861Z 9fdf20fee962: Pull complete 2022-12-01T10:03:21.0109730Z 2b6269e5f012: Verifying Checksum 2022-12-01T10:03:21.0110153Z 2b6269e5f012: Download complete 2022-12-01T10:03:21.3720729Z 85d2fa9daf54: Pull complete 2022-12-01T10:03:21.4803384Z e3608d8edfea: Pull complete 2022-12-01T10:03:21.6417204Z 63ae5eb88541: Pull complete 2022-12-01T10:03:42.3184071Z 2b6269e5f012: Pull complete 2022-12-01T10:03:42.8209359Z 49405b81ba46: Pull complete 2022-12-01T10:03:43.0331044Z f5bd51a8525a: Pull complete 2022-12-01T10:03:43.8492997Z dce0658383e3: Pull complete 2022-12-01T10:03:43.9597459Z fda59f894d4a: Pull complete 2022-12-01T10:03:44.1705372Z c4cd62aabb9c: Pull complete 2022-12-01T10:03:44.3097430Z d84da0b3b529: Pull complete 2022-12-01T10:03:44.4081486Z 81e2ac298c61: Pull complete 2022-12-01T10:03:44.4966302Z 38c05cfe4070: Pull complete 2022-12-01T10:03:44.5922146Z af4d19351fdf: Pull complete 2022-12-01T10:03:44.6934318Z d1d5291b2ab5: Pull complete 2022-12-01T10:03:46.4950312Z 17be6d40a7e6: Pull complete 2022-12-01T10:03:46.6272883Z 7334631630ca: Pull complete 2022-12-01T10:03:46.8390848Z b7010c1141c8: Pull complete 2022-12-01T10:03:47.1014935Z 1d69ebcc1824: Pull complete 2022-12-01T10:03:47.3456574Z bbd83461fb41: Pull complete 2022-12-01T10:03:47.4920018Z bcd5197bc3b1: Pull complete 2022-12-01T10:03:51.8945477Z b80f27646ab6: Pull complete 2022-12-01T10:03:52.0751146Z 866c2acc4910: Pull complete 2022-12-01T10:03:52.2561789Z e39e0e87bf58: Pull complete 2022-12-01T10:03:52.4136800Z 31e492142d52: Pull complete 2022-12-01T10:03:52.5804972Z 7d95e9c9554c: Pull complete 2022-12-01T10:03:52.7212274Z f405cc5c9c77: Pull complete 2022-12-01T10:03:52.8070678Z a1d89816b283: Pull complete 2022-12-01T10:03:52.8853049Z 38d7b060d3d4: Pull complete 2022-12-01T10:03:52.9854321Z 0b48564513b3: Pull complete 2022-12-01T10:03:53.0697545Z c517839d268c: Pull complete 2022-12-01T10:03:53.1499264Z 9200027c6378: Pull complete 2022-12-01T10:03:53.2408595Z 1a68c742e877: Pull complete 2022-12-01T10:03:53.3405379Z 085aceb64709: Pull complete 2022-12-01T10:03:54.5723523Z 9fad26f5e1f4: Pull complete 2022-12-01T10:03:54.7846696Z 3454ac6b1f68: Pull complete 2022-12-01T10:03:54.9903083Z 38599e0ca649: Pull complete 2022-12-01T10:03:55.2212367Z a16f0b09d742: Pull complete 2022-12-01T10:03:55.4718163Z 100cd65220ba: Pull complete 2022-12-01T10:03:55.9064561Z 9d7685da3dfa: Pull complete 2022-12-01T10:03:56.1466003Z e69408c62fb4: Pull complete 2022-12-01T10:03:56.3710755Z 1530f151c058: Pull complete 2022-12-01T10:04:00.3466052Z 3aeaec05c672: Pull complete 2022-12-01T10:04:00.5681873Z 99763bc3448a: Pull complete 2022-12-01T10:04:00.7971674Z cec809ad8b3c: Pull complete 2022-12-01T10:04:01.0257987Z 677fdb68d2c6: Pull complete 2022-12-01T10:04:01.2392036Z 92d94c0f43b4: Pull complete 2022-12-01T10:04:01.4408051Z a90bc9ac3f47: Pull complete 2022-12-01T10:04:03.0258134Z 8ef4cf23833b: Pull complete 2022-12-01T10:04:03.1428730Z Digest: sha256:7d4daa1530ad815417dd92428a12643a4a8b0e93e820e2eb2d4e8818a4e57ba2 2022-12-01T10:04:03.1867318Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:04:03.2069865Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:04:03.2173884Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-12-01T10:04:03.2174172Z python3 -m pip install psutil==5.9.1 2022-12-01T10:04:03.2174396Z python3 -m pip install pynvml==11.4.1 2022-12-01T10:04:03.2174654Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-12-01T10:04:03.2174936Z echo "::set-output name=monitor-script-pid::${!}" 2022-12-01T10:04:03.2186163Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:03.2186387Z env: 2022-12-01T10:04:03.2186560Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:03.2186734Z ##[endgroup] 2022-12-01T10:04:03.4252450Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:04:03.4431974Z Requirement already satisfied: psutil==5.9.1 in /home/ec2-user/.local/lib/python3.7/site-packages (5.9.1) 2022-12-01T10:04:03.8483823Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:04:03.8659606Z Requirement already satisfied: pynvml==11.4.1 in /home/ec2-user/.local/lib/python3.7/site-packages (11.4.1) 2022-12-01T10:04:04.0685309Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:04:04.0726666Z Prepare all required actions 2022-12-01T10:04:04.0726927Z Getting action download info 2022-12-01T10:04:04.3698424Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-12-01T10:04:04.5659147Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-12-01T10:04:04.7390652Z ##[group]Run ./.github/actions/download-build-artifacts 2022-12-01T10:04:04.7390879Z with: 2022-12-01T10:04:04.7391069Z name: linux-focal-py3.7-gcc7 2022-12-01T10:04:04.7391242Z env: 2022-12-01T10:04:04.7391414Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:04.7391604Z ##[endgroup] 2022-12-01T10:04:04.7416329Z ##[group]Run seemethere/download-artifact-s3@v4 2022-12-01T10:04:04.7416544Z with: 2022-12-01T10:04:04.7416719Z name: linux-focal-py3.7-gcc7 2022-12-01T10:04:04.7416928Z s3-bucket: gha-artifacts 2022-12-01T10:04:04.7417114Z region: us-east-1 2022-12-01T10:04:04.7417264Z env: 2022-12-01T10:04:04.7417464Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:04.7417635Z ##[endgroup] 2022-12-01T10:04:05.1523223Z Found 1 objects with prefix pytorch/pytorch/3591403534/linux-focal-py3.7-gcc7/ 2022-12-01T10:04:05.1524068Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-12-01T10:04:08.1819808Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-12-01T10:04:08.1820062Z 2022-12-01T10:04:08.1822074Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:04:08.1823039Z Artifact download has finished successfully 2022-12-01T10:04:08.1944862Z ##[group]Run unzip -o artifacts.zip 2022-12-01T10:04:08.1945098Z unzip -o artifacts.zip 2022-12-01T10:04:08.1956289Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:08.1956495Z env: 2022-12-01T10:04:08.1956669Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:08.1956857Z ##[endgroup] 2022-12-01T10:04:08.2011875Z Archive: artifacts.zip 2022-12-01T10:04:08.2013099Z creating: dist/ 2022-12-01T10:04:08.9590563Z inflating: dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:04:08.9590882Z creating: build/custom_test_artifacts/ 2022-12-01T10:04:08.9591196Z creating: build/custom_test_artifacts/custom-op-build/ 2022-12-01T10:04:08.9591549Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-12-01T10:04:08.9593576Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:04:08.9593965Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2022-12-01T10:04:08.9594385Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:04:08.9594832Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:04:08.9595251Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:04:08.9597195Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:04:08.9598660Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:04:08.9599077Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:04:08.9599644Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:04:08.9601521Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:04:08.9603024Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:04:08.9605250Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:04:08.9605719Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:04:08.9607218Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:04:08.9607990Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:04:08.9608402Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:04:08.9608932Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-12-01T10:04:08.9609755Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-12-01T10:04:08.9610247Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-12-01T10:04:08.9610758Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2022-12-01T10:04:08.9611290Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2022-12-01T10:04:08.9611977Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-12-01T10:04:08.9612408Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-12-01T10:04:08.9612904Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-12-01T10:04:08.9613405Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-12-01T10:04:08.9613892Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-12-01T10:04:08.9614393Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-12-01T10:04:08.9614834Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-12-01T10:04:08.9630088Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2022-12-01T10:04:08.9717318Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-12-01T10:04:08.9718090Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-12-01T10:04:08.9718967Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2022-12-01T10:04:08.9720027Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2022-12-01T10:04:08.9720875Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-12-01T10:04:08.9721656Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-12-01T10:04:08.9722498Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-12-01T10:04:08.9723325Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-12-01T10:04:08.9723783Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-12-01T10:04:08.9724237Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-12-01T10:04:08.9724686Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-12-01T10:04:08.9738878Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2022-12-01T10:04:08.9801652Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-12-01T10:04:08.9802542Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:04:08.9803557Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:04:08.9804253Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-12-01T10:04:08.9805017Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-12-01T10:04:08.9805506Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-12-01T10:04:08.9806175Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-12-01T10:04:08.9806963Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-12-01T10:04:08.9807633Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-12-01T10:04:08.9878523Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-12-01T10:04:08.9926884Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-12-01T10:04:08.9927539Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-12-01T10:04:08.9927927Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-12-01T10:04:08.9930018Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:04:08.9930843Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2022-12-01T10:04:08.9931583Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:04:08.9932038Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:04:08.9932450Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:04:08.9933433Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:04:08.9934751Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:04:08.9935539Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:04:08.9936025Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:04:08.9937557Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:04:08.9938780Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:04:08.9940390Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:04:08.9941238Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:04:08.9942398Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:04:08.9943307Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:04:08.9944035Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:04:08.9944758Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-12-01T10:04:08.9945502Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-12-01T10:04:08.9946238Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-12-01T10:04:08.9947021Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2022-12-01T10:04:08.9947879Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2022-12-01T10:04:08.9948700Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-12-01T10:04:08.9949487Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-12-01T10:04:08.9950109Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-12-01T10:04:08.9950645Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-12-01T10:04:08.9951105Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-12-01T10:04:08.9951536Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-12-01T10:04:08.9951983Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-12-01T10:04:08.9965454Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2022-12-01T10:04:09.0014144Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-12-01T10:04:09.0015005Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:04:09.0015851Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:04:09.0016574Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-12-01T10:04:09.0017397Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-12-01T10:04:09.0017799Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-12-01T10:04:09.0018507Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-12-01T10:04:09.0019153Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-12-01T10:04:09.0019849Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-12-01T10:04:09.0057727Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-12-01T10:04:09.0058400Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-12-01T10:04:09.0058834Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-12-01T10:04:09.0060882Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:04:09.0061610Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2022-12-01T10:04:09.0062415Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:04:09.0062880Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:04:09.0063303Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:04:09.0064225Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:04:09.0065563Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:04:09.0066384Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:04:09.0066869Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:04:09.0068244Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:04:09.0069641Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:04:09.0071095Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:04:09.0071981Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:04:09.0073175Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:04:09.0074189Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:04:09.0074986Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:04:09.0075877Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-12-01T10:04:09.0076655Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-12-01T10:04:09.0077443Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-12-01T10:04:09.0078298Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2022-12-01T10:04:09.0079325Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2022-12-01T10:04:09.0080096Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-12-01T10:04:09.0080558Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-12-01T10:04:09.0081032Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-12-01T10:04:09.0081493Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-12-01T10:04:09.0082039Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-12-01T10:04:09.0082597Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-12-01T10:04:09.0083435Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-12-01T10:04:09.0083923Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2022-12-01T10:04:09.0212781Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-12-01T10:04:09.0213642Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-12-01T10:04:09.0214537Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2022-12-01T10:04:09.0215469Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2022-12-01T10:04:09.0216344Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-12-01T10:04:09.0217225Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-12-01T10:04:09.0217851Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-12-01T10:04:09.0218321Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-12-01T10:04:09.0218805Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-12-01T10:04:09.0219290Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-12-01T10:04:09.0219766Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-12-01T10:04:09.0234098Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2022-12-01T10:04:09.0281452Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-12-01T10:04:09.0282395Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:04:09.0283285Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:04:09.0284021Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-12-01T10:04:09.0284585Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-12-01T10:04:09.0285150Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-12-01T10:04:09.0286325Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-12-01T10:04:09.0287150Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-12-01T10:04:09.0287884Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-12-01T10:04:09.0394368Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-12-01T10:04:09.0436085Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-12-01T10:04:09.0436553Z creating: build/lib/ 2022-12-01T10:04:09.0436994Z inflating: build/lib/libclog.a 2022-12-01T10:04:09.0495609Z inflating: build/lib/libgtest.a 2022-12-01T10:04:09.0504095Z inflating: build/lib/libpthreadpool.a 2022-12-01T10:04:09.0584852Z inflating: build/lib/libbenchmark.a 2022-12-01T10:04:09.0591829Z inflating: build/lib/libittnotify.a 2022-12-01T10:04:09.0678670Z inflating: build/lib/libprotobuf-lite.a 2022-12-01T10:04:09.0703910Z inflating: build/lib/libtensorpipe_uv.a 2022-12-01T10:04:09.0795835Z inflating: build/lib/libgloo.a 2022-12-01T10:04:09.0864733Z inflating: build/lib/libasmjit.a 2022-12-01T10:04:09.1283538Z inflating: build/lib/libprotobuf.a 2022-12-01T10:04:09.1298383Z inflating: build/lib/libfmt.a 2022-12-01T10:04:09.1299045Z inflating: build/lib/libfoxi_loader.a 2022-12-01T10:04:09.1358303Z inflating: build/lib/libc10.so 2022-12-01T10:04:09.1359611Z inflating: build/lib/libtorch_global_deps.so 2022-12-01T10:04:09.1366888Z inflating: build/lib/libcpuinfo.a 2022-12-01T10:04:09.1373875Z inflating: build/lib/libcpuinfo_internals.a 2022-12-01T10:04:09.1386028Z inflating: build/lib/libqnnpack.a 2022-12-01T10:04:09.1404750Z inflating: build/lib/libpytorch_qnnpack.a 2022-12-01T10:04:09.1406791Z inflating: build/lib/libnnpack_reference_layers.a 2022-12-01T10:04:09.1421265Z inflating: build/lib/libgmock.a 2022-12-01T10:04:09.1864416Z inflating: build/lib/libprotoc.a 2022-12-01T10:04:09.1865066Z inflating: build/lib/libgtest_main.a 2022-12-01T10:04:09.1865478Z inflating: build/lib/libbenchmark_main.a 2022-12-01T10:04:09.8133686Z inflating: build/lib/libdnnl.a 2022-12-01T10:04:09.8150368Z inflating: build/lib/libnnpack.a 2022-12-01T10:04:09.8657955Z inflating: build/lib/libtensorpipe.a 2022-12-01T10:04:09.9844462Z inflating: build/lib/libfbgemm.a 2022-12-01T10:04:10.0716695Z inflating: build/lib/libdnnl_graph.a 2022-12-01T10:04:10.0717504Z inflating: build/lib/libgmock_main.a 2022-12-01T10:04:10.0907727Z inflating: build/lib/libkineto.a 2022-12-01T10:04:10.0942657Z inflating: build/lib/libcaffe2_protos.a 2022-12-01T10:04:10.0979622Z inflating: build/lib/libonnx_proto.a 2022-12-01T10:04:10.1089766Z inflating: build/lib/libXNNPACK.a 2022-12-01T10:04:10.1616960Z inflating: build/lib/libonnx.a 2022-12-01T10:04:11.9700231Z inflating: build/lib/libtorch_cpu.so 2022-12-01T10:04:11.9700690Z inflating: build/lib/libtorch.so 2022-12-01T10:04:11.9719617Z inflating: build/lib/libjitbackend_test.so 2022-12-01T10:04:11.9766440Z inflating: build/lib/libtorchbind_test.so 2022-12-01T10:04:11.9790367Z inflating: build/lib/libbackend_with_compiler.so 2022-12-01T10:04:11.9793937Z inflating: build/lib/libshm.so 2022-12-01T10:04:12.1093832Z inflating: build/lib/libtorch_python.so 2022-12-01T10:04:12.1124901Z inflating: build/lib/libnnapi_backend.so 2022-12-01T10:04:12.1125124Z creating: build/bin/ 2022-12-01T10:04:12.1166384Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-12-01T10:04:12.1209525Z inflating: build/bin/c10_DeviceGuard_test 2022-12-01T10:04:12.1251504Z inflating: build/bin/c10_Device_test 2022-12-01T10:04:12.1300747Z inflating: build/bin/c10_DispatchKeySet_test 2022-12-01T10:04:12.1340851Z inflating: build/bin/c10_StreamGuard_test 2022-12-01T10:04:12.1383055Z inflating: build/bin/c10_SymInt_test 2022-12-01T10:04:12.1429709Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-12-01T10:04:12.1476294Z inflating: build/bin/c10_InlineStreamGuard_test 2022-12-01T10:04:12.1516420Z inflating: build/bin/c10_Array_test 2022-12-01T10:04:12.1564350Z inflating: build/bin/c10_SizesAndStrides_test 2022-12-01T10:04:12.1608752Z inflating: build/bin/c10_Bitset_test 2022-12-01T10:04:12.1649146Z inflating: build/bin/c10_ConstexprCrc_test 2022-12-01T10:04:12.1691929Z inflating: build/bin/c10_C++17_test 2022-12-01T10:04:12.1732869Z inflating: build/bin/c10_DeadlockDetection_test 2022-12-01T10:04:12.1774615Z inflating: build/bin/c10_Half_test 2022-12-01T10:04:12.1821840Z inflating: build/bin/c10_LeftRight_test 2022-12-01T10:04:12.1874313Z inflating: build/bin/c10_Metaprogramming_test 2022-12-01T10:04:12.1916128Z inflating: build/bin/c10_Synchronized_test 2022-12-01T10:04:12.2036431Z inflating: build/bin/c10_SmallVectorTest 2022-12-01T10:04:12.2084285Z inflating: build/bin/c10_ThreadLocal_test 2022-12-01T10:04:12.2126518Z inflating: build/bin/c10_TypeList_test 2022-12-01T10:04:12.2170408Z inflating: build/bin/c10_TypeIndex_test 2022-12-01T10:04:12.2210695Z inflating: build/bin/c10_TypeTraits_test 2022-12-01T10:04:12.2253766Z inflating: build/bin/c10_accumulate_test 2022-12-01T10:04:12.2300382Z inflating: build/bin/c10_bfloat16_test 2022-12-01T10:04:12.2345352Z inflating: build/bin/c10_complex_math_test 2022-12-01T10:04:12.2391901Z inflating: build/bin/c10_complex_test 2022-12-01T10:04:12.2435530Z inflating: build/bin/c10_exception_test 2022-12-01T10:04:12.2527045Z inflating: build/bin/c10_either_test 2022-12-01T10:04:12.2568942Z inflating: build/bin/c10_flags_test 2022-12-01T10:04:12.2709938Z inflating: build/bin/c10_intrusive_ptr_test 2022-12-01T10:04:12.2752103Z inflating: build/bin/c10_irange_test 2022-12-01T10:04:12.2800481Z inflating: build/bin/c10_logging_test 2022-12-01T10:04:12.2863092Z inflating: build/bin/c10_optional_test 2022-12-01T10:04:12.2908833Z inflating: build/bin/c10_registry_test 2022-12-01T10:04:12.2960827Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-12-01T10:04:12.3010247Z inflating: build/bin/c10_string_view_test 2022-12-01T10:04:12.3052985Z inflating: build/bin/c10_tempfile_test 2022-12-01T10:04:12.3100707Z inflating: build/bin/c10_typeid_test 2022-12-01T10:04:12.3148009Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-12-01T10:04:12.3557799Z inflating: build/bin/protoc-3.13.0.0 2022-12-01T10:04:12.3966960Z inflating: build/bin/protoc 2022-12-01T10:04:12.4213002Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-12-01T10:04:12.4488083Z inflating: build/bin/vec_test_all_types_AVX2 2022-12-01T10:04:12.4532741Z inflating: build/bin/FileStoreTest 2022-12-01T10:04:12.4583266Z inflating: build/bin/TCPStoreTest 2022-12-01T10:04:12.4628094Z inflating: build/bin/HashStoreTest 2022-12-01T10:04:12.4630658Z inflating: build/bin/example_allreduce 2022-12-01T10:04:12.4692060Z inflating: build/bin/Dict_test 2022-12-01T10:04:12.4746656Z inflating: build/bin/ProcessGroupGlooTest 2022-12-01T10:04:12.4790459Z inflating: build/bin/Dimname_test 2022-12-01T10:04:12.4843766Z inflating: build/bin/MaybeOwned_test 2022-12-01T10:04:12.4891791Z inflating: build/bin/NamedTensor_test 2022-12-01T10:04:12.4941259Z inflating: build/bin/apply_utils_test 2022-12-01T10:04:12.4990725Z inflating: build/bin/atest 2022-12-01T10:04:12.5036142Z inflating: build/bin/broadcast_test 2022-12-01T10:04:12.5087692Z inflating: build/bin/basic 2022-12-01T10:04:12.5136768Z inflating: build/bin/cpu_generator_test 2022-12-01T10:04:12.5180540Z inflating: build/bin/cpu_profiling_allocator_test 2022-12-01T10:04:12.5254687Z inflating: build/bin/cpu_rng_test 2022-12-01T10:04:12.5296508Z inflating: build/bin/dispatch_key_set_test 2022-12-01T10:04:12.5338004Z inflating: build/bin/dlconvertor_test 2022-12-01T10:04:12.5386798Z inflating: build/bin/extension_backend_test 2022-12-01T10:04:12.5433576Z inflating: build/bin/half_test 2022-12-01T10:04:12.5512934Z inflating: build/bin/ivalue_test 2022-12-01T10:04:12.5554197Z inflating: build/bin/lazy_tensor_test 2022-12-01T10:04:12.5598805Z inflating: build/bin/math_kernel_test 2022-12-01T10:04:12.5643590Z inflating: build/bin/memory_format_test 2022-12-01T10:04:12.5687941Z inflating: build/bin/memory_overlapping_test 2022-12-01T10:04:12.5730273Z inflating: build/bin/operator_name_test 2022-12-01T10:04:12.5773893Z inflating: build/bin/mobile_memory_cleanup 2022-12-01T10:04:12.5820843Z inflating: build/bin/native_test 2022-12-01T10:04:12.5864715Z inflating: build/bin/packedtensoraccessor_test 2022-12-01T10:04:12.5906503Z inflating: build/bin/operators_test 2022-12-01T10:04:12.5961272Z inflating: build/bin/pow_test 2022-12-01T10:04:12.6009336Z inflating: build/bin/quantized_test 2022-12-01T10:04:12.6050637Z inflating: build/bin/reduce_ops_test 2022-12-01T10:04:12.6092992Z inflating: build/bin/reportMemoryUsage_test 2022-12-01T10:04:12.6140136Z inflating: build/bin/scalar_tensor_test 2022-12-01T10:04:12.6189610Z inflating: build/bin/scalar_test 2022-12-01T10:04:12.6233090Z inflating: build/bin/stride_properties_test 2022-12-01T10:04:12.6299066Z inflating: build/bin/tensor_iterator_test 2022-12-01T10:04:12.6301123Z inflating: build/bin/thread_init_test 2022-12-01T10:04:12.6347836Z inflating: build/bin/type_ptr_test 2022-12-01T10:04:12.6394544Z inflating: build/bin/test_parallel 2022-12-01T10:04:12.6436018Z inflating: build/bin/variant_test 2022-12-01T10:04:12.6479090Z inflating: build/bin/undefined_tensor_test 2022-12-01T10:04:12.6529895Z inflating: build/bin/type_test 2022-12-01T10:04:12.6531207Z inflating: build/bin/verify_api_visibility 2022-12-01T10:04:12.6589262Z inflating: build/bin/vmap_test 2022-12-01T10:04:12.6631692Z inflating: build/bin/wrapdim_test 2022-12-01T10:04:12.6674340Z inflating: build/bin/weakref_test 2022-12-01T10:04:12.6724559Z inflating: build/bin/IListRef_test 2022-12-01T10:04:12.6816221Z inflating: build/bin/List_test 2022-12-01T10:04:12.6856950Z inflating: build/bin/xla_tensor_test 2022-12-01T10:04:12.6959542Z inflating: build/bin/kernel_function_legacy_test 2022-12-01T10:04:12.7040307Z inflating: build/bin/kernel_function_test 2022-12-01T10:04:12.7095157Z inflating: build/bin/KernelFunction_test 2022-12-01T10:04:12.7203412Z inflating: build/bin/kernel_lambda_legacy_test 2022-12-01T10:04:12.7289832Z inflating: build/bin/kernel_lambda_test 2022-12-01T10:04:12.7340039Z inflating: build/bin/kernel_stackbased_test 2022-12-01T10:04:12.7382009Z inflating: build/bin/CppSignature_test 2022-12-01T10:04:12.7463415Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-12-01T10:04:12.7503396Z inflating: build/bin/op_allowlist_test 2022-12-01T10:04:12.7547642Z inflating: build/bin/inline_container_test 2022-12-01T10:04:12.7790725Z inflating: build/bin/op_registration_test 2022-12-01T10:04:12.7837706Z inflating: build/bin/backend_fallback_test 2022-12-01T10:04:12.7851647Z inflating: build/bin/tutorial_tensorexpr 2022-12-01T10:04:12.7896716Z inflating: build/bin/test_dist_autograd 2022-12-01T10:04:12.7955489Z inflating: build/bin/test_cpp_rpc 2022-12-01T10:04:12.7957554Z inflating: build/bin/parallel_benchmark 2022-12-01T10:04:12.8015923Z inflating: build/bin/test_mobile_nnc 2022-12-01T10:04:12.8024485Z inflating: build/bin/aot_model_compiler_test 2022-12-01T10:04:12.8028783Z inflating: build/bin/torch_shm_manager 2022-12-01T10:04:12.8325796Z inflating: build/bin/test_lazy 2022-12-01T10:04:12.9008291Z inflating: build/bin/test_tensorexpr 2022-12-01T10:04:13.0020290Z inflating: build/bin/test_api 2022-12-01T10:04:13.0514022Z inflating: build/bin/test_jit 2022-12-01T10:04:13.0515294Z inflating: .pytorch-test-times.json 2022-12-01T10:04:13.0538509Z ##[group]Run df -H 2022-12-01T10:04:13.0538698Z df -H 2022-12-01T10:04:13.0549693Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:13.0549897Z env: 2022-12-01T10:04:13.0550068Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:13.0550254Z ##[endgroup] 2022-12-01T10:04:13.0582533Z Filesystem Size Used Avail Use% Mounted on 2022-12-01T10:04:13.0582855Z devtmpfs 8.2G 0 8.2G 0% /dev 2022-12-01T10:04:13.0583088Z tmpfs 8.2G 18M 8.2G 1% /dev/shm 2022-12-01T10:04:13.0583389Z tmpfs 8.2G 431k 8.2G 1% /run 2022-12-01T10:04:13.0583669Z tmpfs 8.2G 0 8.2G 0% /sys/fs/cgroup 2022-12-01T10:04:13.0584192Z /dev/nvme0n1p1 162G 21G 141G 13% / 2022-12-01T10:04:13.0672842Z ##[group]Run .github/scripts/parse_ref.py 2022-12-01T10:04:13.0673071Z .github/scripts/parse_ref.py 2022-12-01T10:04:13.0683420Z shell: /usr/bin/bash -e {0} 2022-12-01T10:04:13.0683608Z env: 2022-12-01T10:04:13.0683784Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:13.0683960Z ##[endgroup] 2022-12-01T10:04:13.0859352Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:04:13.0902705Z ##[group]Run set -x 2022-12-01T10:04:13.0902968Z set -x 2022-12-01T10:04:13.0903138Z  2022-12-01T10:04:13.0903321Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-12-01T10:04:13.0903584Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-12-01T10:04:13.0903846Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-12-01T10:04:13.0904071Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-12-01T10:04:13.0904272Z else 2022-12-01T10:04:13.0904476Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-12-01T10:04:13.0904662Z fi 2022-12-01T10:04:13.0904818Z  2022-12-01T10:04:13.0905054Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-12-01T10:04:13.0905279Z  2022-12-01T10:04:13.0905495Z # sanitize the input commit message and PR body here: 2022-12-01T10:04:13.0905710Z # 2022-12-01T10:04:13.0905978Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-12-01T10:04:13.0906350Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-12-01T10:04:13.0906659Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-12-01T10:04:13.0906889Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-12-01T10:04:13.0907061Z  2022-12-01T10:04:13.0907320Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-12-01T10:04:13.0907597Z # wreak havoc internally 2022-12-01T10:04:13.0907818Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-12-01T10:04:13.0908058Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-12-01T10:04:13.0908253Z  2022-12-01T10:04:13.0908480Z # detached container should get cleaned up by teardown_ec2_linux 2022-12-01T10:04:13.0908761Z # TODO: Stop building test binaries as part of the build phase 2022-12-01T10:04:13.0909116Z # Used for GPU_FLAG since that doesn't play nice 2022-12-01T10:04:13.0909357Z # shellcheck disable=SC2086,SC2090 2022-12-01T10:04:13.0909566Z container_name=$(docker run \ 2022-12-01T10:04:13.0909767Z  ${GPU_FLAG:-} \ 2022-12-01T10:04:13.0909968Z  -e BUILD_ENVIRONMENT \ 2022-12-01T10:04:13.0910152Z  -e PR_NUMBER \ 2022-12-01T10:04:13.0910347Z  -e GITHUB_ACTIONS \ 2022-12-01T10:04:13.0910535Z  -e BASE_SHA \ 2022-12-01T10:04:13.0910716Z  -e BRANCH \ 2022-12-01T10:04:13.0910880Z  -e SHA1 \ 2022-12-01T10:04:13.0911074Z  -e AWS_DEFAULT_REGION \ 2022-12-01T10:04:13.0911274Z  -e IN_WHEEL_TEST \ 2022-12-01T10:04:13.0911454Z  -e SHARD_NUMBER \ 2022-12-01T10:04:13.0911645Z  -e TEST_CONFIG \ 2022-12-01T10:04:13.0911835Z  -e NUM_TEST_SHARDS \ 2022-12-01T10:04:13.0912011Z  -e PR_BODY \ 2022-12-01T10:04:13.0912202Z  -e COMMIT_MESSAGES \ 2022-12-01T10:04:13.0912413Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-12-01T10:04:13.0912628Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-12-01T10:04:13.0912835Z  -e PR_LABELS \ 2022-12-01T10:04:13.0913046Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-12-01T10:04:13.0913242Z  -e SCCACHE_BUCKET \ 2022-12-01T10:04:13.0913444Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-12-01T10:04:13.0913642Z  -e XLA_CUDA \ 2022-12-01T10:04:13.0913850Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-12-01T10:04:13.0914084Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-12-01T10:04:13.0914325Z  --ulimit stack=10485760:83886080 \ 2022-12-01T10:04:13.0914638Z  --security-opt seccomp=unconfined \ 2022-12-01T10:04:13.0914852Z  --cap-add=SYS_PTRACE \ 2022-12-01T10:04:13.0915050Z  --ipc=host \ 2022-12-01T10:04:13.0915289Z  --shm-size="${SHM_SIZE}" \ 2022-12-01T10:04:13.0915466Z  --tty \ 2022-12-01T10:04:13.0915643Z  --detach \ 2022-12-01T10:04:13.0915838Z  --name="${container_name}" \ 2022-12-01T10:04:13.0916025Z  --user jenkins \ 2022-12-01T10:04:13.0916258Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-12-01T10:04:13.0916506Z  -w /var/lib/jenkins/workspace \ 2022-12-01T10:04:13.0916713Z  "${DOCKER_IMAGE}" 2022-12-01T10:04:13.0916872Z ) 2022-12-01T10:04:13.0917142Z docker exec -t "${container_name}" sh -c "pip install $(echo dist/*.whl)[opt-einsum] && ${TEST_COMMAND}" 2022-12-01T10:04:13.0927242Z shell: /usr/bin/bash -e {0} 2022-12-01T10:04:13.0927411Z env: 2022-12-01T10:04:13.0927590Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:13.0927825Z BUILD_ENVIRONMENT: linux-focal-py3.7-gcc7 2022-12-01T10:04:13.0928027Z PR_NUMBER: 89997 2022-12-01T10:04:13.0928204Z BRANCH: pull/89997 2022-12-01T10:04:13.0928422Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:04:13.0928655Z BASE_SHA: ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:04:13.0928877Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T10:04:13.0929086Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T10:04:13.0929273Z TEST_CONFIG: functorch 2022-12-01T10:04:13.0929455Z SHARD_NUMBER: 1 2022-12-01T10:04:13.0929632Z NUM_TEST_SHARDS: 1 2022-12-01T10:04:13.0930296Z PR_BODY: Link to landed master PR (if applicable): https://github.com/pytorch/pytorch/pull/88993 Criteria category: 1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.13 2: Prevents a crash I'm hoping this is a low-risk change, since it's just changing one method for its safer form. 2022-12-01T10:04:13.0930986Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-12-01T10:04:13.0931216Z SCCACHE_S3_KEY_PREFIX: pull 2022-12-01T10:04:13.0931403Z SHM_SIZE: 1g 2022-12-01T10:04:13.0931730Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:04:13.0932037Z XLA_CUDA: 2022-12-01T10:04:13.0932302Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-12-01T10:04:13.0932564Z ##[endgroup] 2022-12-01T10:04:13.0954282Z + [[ functorch == \m\u\l\t\i\g\p\u ]] 2022-12-01T10:04:13.0954622Z + [[ linux-focal-py3.7-gcc7 == *onnx* ]] 2022-12-01T10:04:13.0954839Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-12-01T10:04:13.0957246Z ++ git cherry -v origin/master 2022-12-01T10:04:13.4768960Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290) 2022-12-01T10:04:13.4769712Z - f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385) 2022-12-01T10:04:13.4770516Z + 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484) 2022-12-01T10:04:13.4771422Z - c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377) 2022-12-01T10:04:13.4772484Z - 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689) 2022-12-01T10:04:13.4773446Z - 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725) 2022-12-01T10:04:13.4774409Z - f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844) 2022-12-01T10:04:13.4775325Z - 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851) 2022-12-01T10:04:13.4776683Z - 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784) 2022-12-01T10:04:13.4777444Z + d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333) 2022-12-01T10:04:13.4778429Z + 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693) 2022-12-01T10:04:13.4779271Z - 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895) 2022-12-01T10:04:13.4779987Z + f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904) 2022-12-01T10:04:13.4780993Z - 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903) 2022-12-01T10:04:13.4782053Z - 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726) 2022-12-01T10:04:13.4782877Z + 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902) 2022-12-01T10:04:13.4783920Z - aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921) 2022-12-01T10:04:13.4784899Z - de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933) 2022-12-01T10:04:13.4785623Z + 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803) 2022-12-01T10:04:13.4786271Z + 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934) 2022-12-01T10:04:13.4787307Z - f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516) 2022-12-01T10:04:13.4788394Z - c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201) 2022-12-01T10:04:13.4789164Z + eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140) 2022-12-01T10:04:13.4789903Z + d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132) 2022-12-01T10:04:13.4790832Z - 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925) 2022-12-01T10:04:13.4791779Z - 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924) 2022-12-01T10:04:13.4792723Z - 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509) 2022-12-01T10:04:13.4793464Z + d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672) 2022-12-01T10:04:13.4794465Z - 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923) 2022-12-01T10:04:13.4795499Z - ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122) 2022-12-01T10:04:13.4796443Z - e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144) 2022-12-01T10:04:13.4797299Z + 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261) 2022-12-01T10:04:13.4798300Z - 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337) 2022-12-01T10:04:13.4799485Z - 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307) 2022-12-01T10:04:13.4800259Z - 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376) 2022-12-01T10:04:13.4800751Z - 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379) 2022-12-01T10:04:13.4801242Z - 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380) 2022-12-01T10:04:13.4801661Z - aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381) 2022-12-01T10:04:13.4802218Z - 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386) 2022-12-01T10:04:13.4802691Z + ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079) 2022-12-01T10:04:13.4803172Z - d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384) 2022-12-01T10:04:13.4803612Z - 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427) 2022-12-01T10:04:13.4804027Z - 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408) 2022-12-01T10:04:13.4804440Z - 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434) 2022-12-01T10:04:13.4804835Z + 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392) 2022-12-01T10:04:13.4805216Z - 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406) 2022-12-01T10:04:13.4805546Z + 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443) 2022-12-01T10:04:13.4805889Z + d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455) 2022-12-01T10:04:13.4816874Z - d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454) 2022-12-01T10:04:13.4817331Z - 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456) 2022-12-01T10:04:13.4817806Z - f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463) 2022-12-01T10:04:13.4818325Z - 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457) 2022-12-01T10:04:13.4818705Z + 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475) 2022-12-01T10:04:13.4819147Z - fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612) 2022-12-01T10:04:13.4819581Z - 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613) 2022-12-01T10:04:13.4819969Z - 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628) 2022-12-01T10:04:13.4820368Z - 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618) 2022-12-01T10:04:13.4820817Z - 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925) 2022-12-01T10:04:13.4821144Z + ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923) 2022-12-01T10:04:13.4821546Z - c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:04:13.4840383Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:04:13.4847858Z + PR_BODY='Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashI'\''m hoping this is a low-risk change, since it'\''s just changing one method for its safer form.' 2022-12-01T10:04:13.4861193Z + export 'COMMIT_MESSAGES=+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:04:13.4879472Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:04:13.4886348Z + export 'PR_BODY=Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashIm hoping this is a low-risk change, since its just changing one method for its safer form.' 2022-12-01T10:04:13.4887763Z + PR_BODY='Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashIm hoping this is a low-risk change, since its just changing one method for its safer form.' 2022-12-01T10:04:13.4888403Z +++ nproc --ignore=2 2022-12-01T10:04:13.4889921Z ++ docker run -e BUILD_ENVIRONMENT -e PR_NUMBER -e GITHUB_ACTIONS -e BASE_SHA -e BRANCH -e SHA1 -e AWS_DEFAULT_REGION -e IN_WHEEL_TEST -e SHARD_NUMBER -e TEST_CONFIG -e NUM_TEST_SHARDS -e PR_BODY -e COMMIT_MESSAGES -e PYTORCH_RETRY_TEST_CASES -e PYTORCH_OVERRIDE_FLAKY_SIGNAL -e PR_LABELS -e MAX_JOBS=6 -e SCCACHE_BUCKET -e SCCACHE_S3_KEY_PREFIX -e XLA_CUDA -e XLA_CLANG_CACHE_S3_BUCKET_NAME --env-file=/tmp/github_env_3591403534 --ulimit stack=10485760:83886080 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --ipc=host --shm-size=1g --tty --detach --name= --user jenkins -v /home/ec2-user/actions-runner/_work/pytorch/pytorch:/var/lib/jenkins/workspace -w /var/lib/jenkins/workspace 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:04:24.3939728Z + container_name=83d39aaab2933d542df438917f81d94b303c5351051e624580e974c9f552b0f5 2022-12-01T10:04:24.3943258Z ++ echo dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:04:24.3944828Z + docker exec -t 83d39aaab2933d542df438917f81d94b303c5351051e624580e974c9f552b0f5 sh -c 'pip install dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl[opt-einsum] && .jenkins/pytorch/test.sh' 2022-12-01T10:04:24.8131053Z Processing ./dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:04:24.8874799Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.7/site-packages (from torch==1.13.0a0+gitc13d400) (4.3.0) 2022-12-01T10:04:24.8886811Z Requirement already satisfied: opt-einsum>=3.3 in /opt/conda/lib/python3.7/site-packages (from torch==1.13.0a0+gitc13d400) (3.3.0) 2022-12-01T10:04:24.8952539Z Requirement already satisfied: numpy>=1.7 in /opt/conda/lib/python3.7/site-packages (from opt-einsum>=3.3->torch==1.13.0a0+gitc13d400) (1.18.5) 2022-12-01T10:04:25.6664421Z Installing collected packages: torch 2022-12-01T10:04:31.8651496Z Successfully installed torch-1.13.0a0+gitc13d400 2022-12-01T10:04:31.9965124Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-12-01T10:04:32.0119774Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-12-01T10:04:32.0120397Z + TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-12-01T10:04:32.0121006Z + TORCH_LIB_DIR=/opt/conda/lib/python3.7/site-packages/torch/lib 2022-12-01T10:04:32.0121421Z + TORCH_TEST_DIR=/opt/conda/lib/python3.7/site-packages/torch/test 2022-12-01T10:04:32.0121689Z + BUILD_DIR=build 2022-12-01T10:04:32.0121921Z + BUILD_RENAMED_DIR=build_renamed 2022-12-01T10:04:32.0122124Z + BUILD_BIN_DIR=build/bin 2022-12-01T10:04:32.0122341Z + export VALGRIND=ON 2022-12-01T10:04:32.0122521Z + VALGRIND=ON 2022-12-01T10:04:32.0122779Z + [[ linux-focal-py3.7-gcc7 == *clang9* ]] 2022-12-01T10:04:32.0123047Z + [[ linux-focal-py3.7-gcc7 != *bazel* ]] 2022-12-01T10:04:32.0124914Z ++ realpath build/custom_test_artifacts 2022-12-01T10:04:32.0130734Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-12-01T10:04:32.0133823Z ++ dirname .jenkins/pytorch/test.sh 2022-12-01T10:04:32.0139648Z + source .jenkins/pytorch/common.sh 2022-12-01T10:04:32.0142367Z +++ dirname .jenkins/pytorch/common.sh 2022-12-01T10:04:32.0147371Z ++ source .jenkins/pytorch/common_utils.sh 2022-12-01T10:04:32.0148902Z +++ declare -f -t trap_add 2022-12-01T10:04:32.0152132Z ++ set -ex 2022-12-01T10:04:32.0152767Z ++ [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-12-01T10:04:32.0153038Z ++ BUILD_TEST_LIBTORCH=0 2022-12-01T10:04:32.0153526Z ++ [[ functorch == *xla* ]] 2022-12-01T10:04:32.0153883Z ++ [[ linux-focal-py3.7-gcc7 == *centos* ]] 2022-12-01T10:04:32.0154445Z ++ [[ linux-focal-py3.7-gcc7 == *linux-bionic* ]] 2022-12-01T10:04:32.0154803Z ++ [[ linux-focal-py3.7-gcc7 == *linux-focal* ]] 2022-12-01T10:04:32.0155015Z ++ which conda 2022-12-01T10:04:32.0161236Z /opt/conda/bin/conda 2022-12-01T10:04:32.0162141Z ++ conda install -q -y cmake 2022-12-01T10:04:34.8136525Z Collecting package metadata (current_repodata.json): ...working... done 2022-12-01T10:04:35.6855979Z Solving environment: ...working... done 2022-12-01T10:04:35.7731828Z 2022-12-01T10:04:35.7732276Z ## Package Plan ## 2022-12-01T10:04:35.7732550Z 2022-12-01T10:04:35.7732845Z environment location: /opt/conda 2022-12-01T10:04:35.7733052Z 2022-12-01T10:04:35.7733172Z added / updated specs: 2022-12-01T10:04:35.7733614Z - cmake 2022-12-01T10:04:35.7733747Z 2022-12-01T10:04:35.7733770Z 2022-12-01T10:04:35.7733950Z The following packages will be downloaded: 2022-12-01T10:04:35.7734177Z 2022-12-01T10:04:35.7734313Z package | build 2022-12-01T10:04:35.7734721Z ---------------------------|----------------- 2022-12-01T10:04:35.7735154Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-12-01T10:04:35.7735608Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-12-01T10:04:35.7736100Z ca-certificates-2022.10.11 | h06a4308_0 124 KB 2022-12-01T10:04:35.7736574Z certifi-2022.9.24 | py37h06a4308_0 154 KB 2022-12-01T10:04:35.7737054Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-12-01T10:04:35.7737777Z expat-2.4.9 | h6a678d5_0 156 KB 2022-12-01T10:04:35.7738210Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-12-01T10:04:35.7738635Z libcurl-7.84.0 | h91b91d3_0 337 KB 2022-12-01T10:04:35.7739239Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-12-01T10:04:35.7739671Z libev-4.33 | h7f8727e_1 111 KB 2022-12-01T10:04:35.7740087Z libgcc-ng-11.2.0 | h1234567_1 5.3 MB 2022-12-01T10:04:35.7740533Z libgomp-11.2.0 | h1234567_1 474 KB 2022-12-01T10:04:35.7741008Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-12-01T10:04:35.7741472Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-12-01T10:04:35.7741928Z libstdcxx-ng-11.2.0 | h1234567_1 4.7 MB 2022-12-01T10:04:35.7742434Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-12-01T10:04:35.7742939Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-12-01T10:04:35.7743427Z openssl-1.1.1s | h7f8727e_0 3.6 MB 2022-12-01T10:04:35.7743939Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-12-01T10:04:35.7744438Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-12-01T10:04:35.7744963Z ------------------------------------------------------------ 2022-12-01T10:04:35.7745393Z Total: 26.3 MB 2022-12-01T10:04:35.7745616Z 2022-12-01T10:04:35.7745815Z The following NEW packages will be INSTALLED: 2022-12-01T10:04:35.7746070Z 2022-12-01T10:04:35.7746520Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 None 2022-12-01T10:04:35.7747163Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 None 2022-12-01T10:04:35.7747825Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 None 2022-12-01T10:04:35.7748490Z expat pkgs/main/linux-64::expat-2.4.9-h6a678d5_0 None 2022-12-01T10:04:35.7749114Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 None 2022-12-01T10:04:35.7749765Z libcurl pkgs/main/linux-64::libcurl-7.84.0-h91b91d3_0 None 2022-12-01T10:04:35.7750446Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 None 2022-12-01T10:04:35.7751033Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 None 2022-12-01T10:04:35.7751625Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 None 2022-12-01T10:04:35.7752235Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 None 2022-12-01T10:04:35.7752792Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 None 2022-12-01T10:04:35.7753390Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 None 2022-12-01T10:04:35.7753946Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 None 2022-12-01T10:04:35.7754538Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 None 2022-12-01T10:04:35.7754806Z 2022-12-01T10:04:35.7754987Z The following packages will be UPDATED: 2022-12-01T10:04:35.7755205Z 2022-12-01T10:04:35.7755542Z ca-certificates 2022.07.19-h06a4308_0 --> 2022.10.11-h06a4308_0 None 2022-12-01T10:04:35.7756087Z certifi 2022.9.14-py37h06a4308_0 --> 2022.9.24-py37h06a4308_0 None 2022-12-01T10:04:35.7756603Z libgcc-ng 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:04:35.7757090Z libgomp 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:04:35.7757542Z libstdcxx-ng 9.3.0-hd4cf53a_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:04:35.7758000Z openssl 1.1.1q-h7f8727e_0 --> 1.1.1s-h7f8727e_0 None 2022-12-01T10:04:35.7758152Z 2022-12-01T10:04:35.7758158Z 2022-12-01T10:04:36.9843100Z Preparing transaction: ...working... done 2022-12-01T10:04:37.4131061Z Verifying transaction: ...working... done 2022-12-01T10:04:38.1923545Z Executing transaction: ...working... done 2022-12-01T10:04:38.2862122Z Retrieving notices: ...working... done 2022-12-01T10:04:38.4579902Z ++ [[ linux-focal-py3.7-gcc7 == *centos* ]] 2022-12-01T10:04:38.4580616Z + echo 'Environment variables' 2022-12-01T10:04:38.4580951Z Environment variables 2022-12-01T10:04:38.4581233Z + env 2022-12-01T10:04:38.4588060Z INSTALLED_DB=yes 2022-12-01T10:04:38.4589350Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:04:38.4590023Z BUILD_ENVIRONMENT=linux-focal-py3.7-gcc7 2022-12-01T10:04:38.4590443Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-12-01T10:04:38.4590807Z HOSTNAME=83d39aaab293 2022-12-01T10:04:38.4591278Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_b930114d-b196-46b8-8d54-01ee1f41343b 2022-12-01T10:04:38.4591707Z GITHUB_ACTION=__self 2022-12-01T10:04:38.4591898Z GITHUB_RUN_NUMBER=69319 2022-12-01T10:04:38.4592198Z TEST_CONFIG=functorch 2022-12-01T10:04:38.4592633Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-12-01T10:04:38.4593003Z GITHUB_TRIGGERING_ACTOR=charlie-wt 2022-12-01T10:04:38.4593205Z GITHUB_REF_TYPE=branch 2022-12-01T10:04:38.4593397Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-12-01T10:04:38.4593692Z BASE_SHA=ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:04:38.4594004Z XLA_CUDA= 2022-12-01T10:04:38.4597263Z *** 2022-12-01T10:04:38.4597548Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-12-01T10:04:38.4597818Z GITHUB_ACTIONS=true 2022-12-01T10:04:38.4598124Z SHA1=c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:04:38.4598486Z GITHUB_SHA=cdc064133ad5e5a46a756ee9218659e8f252e950 2022-12-01T10:04:38.4598812Z UCC_HOME=/usr 2022-12-01T10:04:38.4599074Z GITHUB_REF=refs/pull/89997/merge 2022-12-01T10:04:38.4599592Z SHARD_NUMBER=1 2022-12-01T10:04:38.4599883Z GITHUB_REF_PROTECTED=false 2022-12-01T10:04:38.4600173Z HOME=/var/lib/jenkins 2022-12-01T10:04:38.4600536Z GITHUB_API_URL=https://api.github.com 2022-12-01T10:04:38.4600902Z INSTALLED_THRIFT= 2022-12-01T10:04:38.4601166Z UCX_COMMIT= 2022-12-01T10:04:38.4601462Z SCCACHE_S3_KEY_PREFIX=pull 2022-12-01T10:04:38.4601784Z NUM_TEST_SHARDS=1 2022-12-01T10:04:38.4602061Z UCX_HOME=/usr 2022-12-01T10:04:38.4602831Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_b930114d-b196-46b8-8d54-01ee1f41343b 2022-12-01T10:04:38.4603302Z PYTORCH_RETRY_TEST_CASES=1 2022-12-01T10:04:38.4603935Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_b930114d-b196-46b8-8d54-01ee1f41343b 2022-12-01T10:04:38.4604741Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-12-01T10:04:38.4605210Z GITHUB_EVENT_NAME=pull_request 2022-12-01T10:04:38.4605539Z GITHUB_RUN_ID=3591403534 2022-12-01T10:04:38.4606202Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_b930114d-b196-46b8-8d54-01ee1f41343b 2022-12-01T10:04:38.4606797Z GITHUB_ACTOR=charlie-wt 2022-12-01T10:04:38.4607105Z PR_NUMBER=89997 2022-12-01T10:04:38.4607383Z DESIRED_CUDA= 2022-12-01T10:04:38.4607685Z GITHUB_RUN_ATTEMPT=1 2022-12-01T10:04:38.4607979Z VALGRIND=ON 2022-12-01T10:04:38.4608360Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-12-01T10:04:38.4608726Z TERM=xterm 2022-12-01T10:04:38.4609024Z INSTALLED_VISION=yes 2022-12-01T10:04:38.4609293Z BRANCH=pull/89997 2022-12-01T10:04:38.4609603Z OPENSSL_ROOT_DIR=/opt/openssl 2022-12-01T10:04:38.4609947Z CUDA_PATH=/usr/local/cuda 2022-12-01T10:04:38.4610568Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-12-01T10:04:38.4611027Z GITHUB_SERVER_URL=https://github.com 2022-12-01T10:04:38.4611326Z UCC_COMMIT= 2022-12-01T10:04:38.4611566Z INSTALLED_ANDROID= 2022-12-01T10:04:38.4611799Z SHLVL=1 2022-12-01T10:04:38.4612040Z MAX_JOBS=6 2022-12-01T10:04:38.4625791Z COMMIT_MESSAGES=+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack 2022-12-01T10:04:38.4631961Z GITHUB_REF_NAME=89997/merge 2022-12-01T10:04:38.4632307Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-12-01T10:04:38.4632575Z GITHUB_JOB=test 2022-12-01T10:04:38.4632783Z GITHUB_REPOSITORY=pytorch/pytorch 2022-12-01T10:04:38.4632981Z GITHUB_RETENTION_DAYS=90 2022-12-01T10:04:38.4633181Z OPENSSL_DIR=/opt/openssl 2022-12-01T10:04:38.4633382Z GITHUB_ACTION_REPOSITORY= 2022-12-01T10:04:38.4633701Z PATH=/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-12-01T10:04:38.4633987Z GITHUB_BASE_REF=release/1.13 2022-12-01T10:04:38.4634171Z CI=true 2022-12-01T10:04:38.4634356Z GITHUB_REPOSITORY_OWNER=pytorch 2022-12-01T10:04:38.4634544Z INSTALLED_PROTOBUF=yes 2022-12-01T10:04:38.4634798Z GITHUB_HEAD_REF=release/1.13-callstack 2022-12-01T10:04:38.4634999Z GITHUB_ACTION_REF= 2022-12-01T10:04:38.4635268Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-12-01T10:04:38.4635505Z GITHUB_WORKFLOW=pull 2022-12-01T10:04:38.4635709Z DEBIAN_FRONTEND=noninteractive 2022-12-01T10:04:38.4636114Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_b930114d-b196-46b8-8d54-01ee1f41343b 2022-12-01T10:04:38.4637196Z PR_BODY=Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashIm hoping this is a low-risk change, since its just changing one method for its safer form. 2022-12-01T10:04:38.4637819Z _=/usr/bin/env 2022-12-01T10:04:38.4638033Z + echo 'Testing pytorch' 2022-12-01T10:04:38.4638207Z Testing pytorch 2022-12-01T10:04:38.4638405Z + export LANG=C.UTF-8 2022-12-01T10:04:38.4638597Z + LANG=C.UTF-8 2022-12-01T10:04:38.4638771Z + PR_NUMBER=89997 2022-12-01T10:04:38.4638989Z + [[ functorch == \d\e\f\a\u\l\t ]] 2022-12-01T10:04:38.4639488Z + [[ functorch == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-12-01T10:04:38.4639700Z + [[ functorch == \s\l\o\w ]] 2022-12-01T10:04:38.4640030Z + [[ linux-focal-py3.7-gcc7 == *slow-gradcheck* ]] 2022-12-01T10:04:38.4640326Z + [[ linux-focal-py3.7-gcc7 == *cuda* ]] 2022-12-01T10:04:38.4640601Z + [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-12-01T10:04:38.4640864Z + [[ linux-focal-py3.7-gcc7 == *cuda11* ]] 2022-12-01T10:04:38.4641083Z + [[ functorch == *crossref* ]] 2022-12-01T10:04:38.4641280Z + [[ functorch == *dynamo* ]] 2022-12-01T10:04:38.4641475Z + [[ -n 89997 ]] 2022-12-01T10:04:38.4641664Z + [[ -z '' ]] 2022-12-01T10:04:38.4641876Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-12-01T10:04:38.4642107Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-12-01T10:04:38.4642378Z + [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-12-01T10:04:38.4642655Z + [[ linux-focal-py3.7-gcc7 != *-bazel-* ]] 2022-12-01T10:04:38.4642895Z + pip_install --user ninja 2022-12-01T10:04:38.4643167Z + pip install --progress-bar off --user ninja 2022-12-01T10:04:38.8667779Z Collecting ninja 2022-12-01T10:04:38.8837762Z Downloading ninja-1.11.1-py2.py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (145 kB) 2022-12-01T10:04:39.5927925Z Installing collected packages: ninja 2022-12-01T10:04:39.6022136Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-12-01T10:04:39.6022653Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-12-01T10:04:39.6084492Z Successfully installed ninja-1.11.1 2022-12-01T10:04:39.6689913Z + export PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-12-01T10:04:39.6690512Z + PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-12-01T10:04:39.6691185Z + [[ linux-focal-py3.7-gcc7 == *asan* ]] 2022-12-01T10:04:39.6691413Z + [[ functorch == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-12-01T10:04:39.6691657Z + [[ functorch == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-12-01T10:04:39.6694817Z + [[ linux-focal-py3.7-gcc7 == *tbb* ]] 2022-12-01T10:04:39.6706206Z + [[ linux-focal-py3.7-gcc7 == *libtorch* ]] 2022-12-01T10:04:39.6706492Z + [[ linux-focal-py3.7-gcc7 == *-bazel-* ]] 2022-12-01T10:04:39.6709038Z + cd test 2022-12-01T10:04:39.6709423Z + python -c 'import torch; print(torch.__config__.show())' 2022-12-01T10:04:40.4291214Z PyTorch built with: 2022-12-01T10:04:40.4291804Z - GCC 7.5 2022-12-01T10:04:40.4292098Z - C++ Version: 201402 2022-12-01T10:04:40.4292661Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-12-01T10:04:40.4293262Z - Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-12-01T10:04:40.4293713Z - OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-12-01T10:04:40.4294084Z - LAPACK is enabled (usually provided by MKL) 2022-12-01T10:04:40.4294422Z - NNPACK is enabled 2022-12-01T10:04:40.4294714Z - CPU capability usage: AVX2 2022-12-01T10:04:40.4297286Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, CXX_COMPILER=/opt/cache/bin/c++, CXX_FLAGS= -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -DEDGE_PROFILER_USE_KINETO -O2 -fPIC -Wno-narrowing -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wunused-local-typedefs -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-stringop-overflow -Wno-psabi -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -fdiagnostics-color=always -faligned-new -Werror -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-stringop-overflow, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, TORCH_VERSION=1.13.0, USE_CUDA=OFF, USE_CUDNN=OFF, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=OFF, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, 2022-12-01T10:04:40.4299008Z 2022-12-01T10:04:40.5627945Z + cd test 2022-12-01T10:04:40.5628375Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-12-01T10:04:41.2991382Z ATen/Parallel: 2022-12-01T10:04:41.2991835Z at::get_num_threads() : 4 2022-12-01T10:04:41.2992144Z at::get_num_interop_threads() : 4 2022-12-01T10:04:41.2992367Z OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-12-01T10:04:41.2992569Z omp_get_max_threads() : 4 2022-12-01T10:04:41.2993083Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-12-01T10:04:41.2993386Z mkl_get_max_threads() : 4 2022-12-01T10:04:41.2993706Z Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-12-01T10:04:41.2993989Z std::thread::hardware_concurrency() : 8 2022-12-01T10:04:41.2994200Z Environment variables: 2022-12-01T10:04:41.2994383Z OMP_NUM_THREADS : [not set] 2022-12-01T10:04:41.2994576Z MKL_NUM_THREADS : [not set] 2022-12-01T10:04:41.2994774Z ATen parallel backend: OpenMP 2022-12-01T10:04:41.2994885Z 2022-12-01T10:04:41.4312197Z + [[ functorch == *backward* ]] 2022-12-01T10:04:41.4312580Z + [[ functorch == *xla* ]] 2022-12-01T10:04:41.4312941Z + [[ functorch == \j\i\t\_\l\e\g\a\c\y ]] 2022-12-01T10:04:41.4313489Z + [[ linux-focal-py3.7-gcc7 == *libtorch* ]] 2022-12-01T10:04:41.4313823Z + [[ functorch == distributed ]] 2022-12-01T10:04:41.4314154Z + [[ functorch == *dynamo* ]] 2022-12-01T10:04:41.4314506Z + [[ functorch == *dynamo* ]] 2022-12-01T10:04:41.4314772Z + [[ 1 == 1 ]] 2022-12-01T10:04:41.4314954Z + [[ 1 -gt 1 ]] 2022-12-01T10:04:41.4315115Z + [[ 1 == 2 ]] 2022-12-01T10:04:41.4315299Z + [[ 1 -gt 2 ]] 2022-12-01T10:04:41.4315580Z + [[ linux-focal-py3.7-gcc7 == *vulkan* ]] 2022-12-01T10:04:41.4316093Z + [[ linux-focal-py3.7-gcc7 == *-bazel-* ]] 2022-12-01T10:04:41.4316611Z + [[ linux-focal-py3.7-gcc7 == *-mobile-lightweight-dispatch* ]] 2022-12-01T10:04:41.4316864Z + [[ functorch = docs_test ]] 2022-12-01T10:04:41.4317062Z + [[ functorch == *functorch* ]] 2022-12-01T10:04:41.4317247Z + test_functorch 2022-12-01T10:04:41.4317490Z + python test/run_test.py --functorch --verbose 2022-12-01T10:04:42.5234182Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:04:42.5856622Z Ignoring disabled issues: [] 2022-12-01T10:04:42.5987238Z Selected tests: 2022-12-01T10:04:42.5987567Z functorch/test_aotdispatch 2022-12-01T10:04:42.5987864Z functorch/test_control_flow 2022-12-01T10:04:42.5988153Z functorch/test_dims 2022-12-01T10:04:42.5988435Z functorch/test_eager_transforms 2022-12-01T10:04:42.5988741Z functorch/test_functionalize 2022-12-01T10:04:42.5989057Z functorch/test_memory_efficient_fusion 2022-12-01T10:04:42.5989346Z functorch/test_minifier 2022-12-01T10:04:42.5989619Z functorch/test_ops 2022-12-01T10:04:42.5989893Z functorch/test_vmap 2022-12-01T10:04:42.7644368Z Prioritized test from test file changes. 2022-12-01T10:04:42.7644894Z reordering tests for PR: 2022-12-01T10:04:42.7645594Z prioritized: ['functorch/test_aotdispatch', 'functorch/test_control_flow'] 2022-12-01T10:04:42.7646677Z 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:04:42.7647237Z 2022-12-01T10:04:42.7647997Z 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:04:42.7820282Z 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:04:42.8057872Z parallel (file granularity) tests: 2022-12-01T10:04:42.8058389Z functorch/test_aotdispatch 2022-12-01T10:04:42.8058607Z functorch/test_control_flow 2022-12-01T10:04:42.8058803Z functorch/test_dims 2022-12-01T10:04:42.8059000Z functorch/test_eager_transforms 2022-12-01T10:04:42.8059196Z functorch/test_functionalize 2022-12-01T10:04:42.8059416Z functorch/test_memory_efficient_fusion 2022-12-01T10:04:42.8059629Z functorch/test_minifier 2022-12-01T10:04:42.8059821Z serial (file granularity) tests: 2022-12-01T10:04:42.8060021Z functorch/test_ops 2022-12-01T10:04:42.8060204Z functorch/test_vmap 2022-12-01T10:04:43.9277482Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:04:43.9309220Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:04:43.9876222Z Ignoring disabled issues: [] 2022-12-01T10:04:43.9906158Z Ignoring disabled issues: [] 2022-12-01T10:04:44.0007751Z Running functorch/test_aotdispatch ... [2022-12-01 10:04:44.000576] 2022-12-01T10:04:44.0010158Z Executing ['/opt/conda/bin/python', '-bb', 'functorch/test_aotdispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:04:44.000829] 2022-12-01T10:04:44.0038334Z Running functorch/test_control_flow ... [2022-12-01 10:04:44.003593] 2022-12-01T10:04:44.0040393Z Executing ['/opt/conda/bin/python', '-bb', 'functorch/test_control_flow.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:04:44.003835] 2022-12-01T10:04:45.7665357Z 2022-12-01T10:04:45.7665859Z Expand the folded group to see the log file of functorch/test_control_flow 2022-12-01T10:04:45.7673173Z ##[group]PRINTING LOG FILE of functorch/test_control_flow (/var/lib/jenkins/workspace/test/test-reports/functorch-test_control_flow__iih0u14) 2022-12-01T10:04:45.7674160Z Test results will be stored in test-reports/python-unittest/functorch.test_control_flow 2022-12-01T10:04:45.7674541Z 2022-12-01T10:04:45.7674671Z Running tests... 2022-12-01T10:04:45.7675212Z ---------------------------------------------------------------------- 2022-12-01T10:04:45.7675731Z test_cond_no_trace (__main__.TestControlFlow) ... ok (0.267s) 2022-12-01T10:04:45.7676317Z test_assert_on_mismatch_tensor_size (__main__.TestControlFlowTraced) ... expected failure (0.006s) 2022-12-01T10:04:45.7676905Z test_assert_on_mismatch_type_size (__main__.TestControlFlowTraced) ... ok (0.005s) 2022-12-01T10:04:45.7677465Z test_cond_nested_traced (__main__.TestControlFlowTraced) ... expected failure (0.005s) 2022-12-01T10:04:45.7678042Z test_cond_nested_traced_multi (__main__.TestControlFlowTraced) ... expected failure (0.011s) 2022-12-01T10:04:45.7678697Z test_cond_nested_traced_other_inputs (__main__.TestControlFlowTraced) ... expected failure (0.004s) 2022-12-01T10:04:45.7679540Z test_cond_traced_not_nested (__main__.TestControlFlowTraced) ... ok (0.007s) 2022-12-01T10:04:45.7679860Z 2022-12-01T10:04:45.7680250Z ---------------------------------------------------------------------- 2022-12-01T10:04:45.7680667Z Ran 7 tests in 0.305s 2022-12-01T10:04:45.7680868Z 2022-12-01T10:04:45.7681018Z OK (expected failures=4) 2022-12-01T10:04:45.7681213Z 2022-12-01T10:04:45.7681328Z Generating XML reports... 2022-12-01T10:04:45.7682131Z Generated XML report: test-reports/python-unittest/functorch.test_control_flow/TEST-TestControlFlow-20221201100445.xml 2022-12-01T10:04:45.7683213Z Generated XML report: test-reports/python-unittest/functorch.test_control_flow/TEST-TestControlFlowTraced-20221201100445.xml 2022-12-01T10:04:45.7683688Z 2022-12-01T10:04:45.7684112Z ##[endgroup] 2022-12-01T10:04:45.7684885Z FINISHED PRINTING LOG FILE of functorch/test_control_flow (/var/lib/jenkins/workspace/test/test-reports/functorch-test_control_flow__iih0u14) 2022-12-01T10:04:45.7685305Z 2022-12-01T10:04:47.1707539Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:04:47.2309814Z Ignoring disabled issues: [] 2022-12-01T10:04:47.2440212Z Running functorch/test_dims ... [2022-12-01 10:04:47.243760] 2022-12-01T10:04:47.2442752Z Executing ['/opt/conda/bin/python', '-bb', 'functorch/test_dims.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:04:47.244013] 2022-12-01T10:04:58.0314717Z 2022-12-01T10:04:58.0315270Z Expand the folded group to see the log file of functorch/test_dims 2022-12-01T10:04:58.0316304Z ##[group]PRINTING LOG FILE of functorch/test_dims (/var/lib/jenkins/workspace/test/test-reports/functorch-test_dims_tg_fbxrr) 2022-12-01T10:04:58.0317247Z Test results will be stored in test-reports/python-unittest/functorch.test_dims 2022-12-01T10:04:58.0317585Z 2022-12-01T10:04:58.0317729Z Running tests... 2022-12-01T10:04:58.0318266Z ---------------------------------------------------------------------- 2022-12-01T10:04:58.0319575Z 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:04:58.0320429Z "torch.distributed.reduce_op is deprecated, please use " 2022-12-01T10:04:58.0320820Z ok (0.168s) 2022-12-01T10:04:58.0321159Z test_attn_cuda (__main__.TestMin) ... skip: no CUDA (0.000s) 2022-12-01T10:04:58.0321547Z test_c (__main__.TestMin) ... ok (0.154s) 2022-12-01T10:04:58.0321942Z test_compare_dims (__main__.TestMin) ... ok (0.158s) 2022-12-01T10:04:58.0322347Z test_diag (__main__.TestMin) ... ok (0.147s) 2022-12-01T10:04:58.0322755Z test_dim_args (__main__.TestMin) ... ok (0.143s) 2022-12-01T10:04:58.0323159Z test_dims_with_size (__main__.TestMin) ... ok (0.143s) 2022-12-01T10:04:58.0323556Z test_dir (__main__.TestMin) ... ok (0.146s) 2022-12-01T10:04:58.0323919Z test_doc (__main__.TestMin) ... ok (0.146s) 2022-12-01T10:04:58.0324300Z test_embed (__main__.TestMin) ... ok (0.151s) 2022-12-01T10:04:58.0324745Z test_eq (__main__.TestMin) ... ok (0.149s) 2022-12-01T10:04:58.0325100Z test_expand (__main__.TestMin) ... ok (0.165s) 2022-12-01T10:04:58.0325493Z test_functorch (__main__.TestMin) ... ok (0.172s) 2022-12-01T10:04:58.0325894Z test_hello (__main__.TestMin) ... ok (0.201s) 2022-12-01T10:04:58.0326282Z test_index (__main__.TestMin) ... ok (0.167s) 2022-12-01T10:04:58.0326670Z test_index_placement (__main__.TestMin) ... ok (0.155s) 2022-12-01T10:04:58.0327073Z test_inplace (__main__.TestMin) ... ok (0.157s) 2022-12-01T10:04:58.0327485Z test_manual_stuff (__main__.TestMin) ... ok (0.147s) 2022-12-01T10:04:58.0327866Z test_mask (__main__.TestMin) ... ok (0.146s) 2022-12-01T10:04:58.0328218Z test_max (__main__.TestMin) ... ok (0.149s) 2022-12-01T10:04:58.0328567Z test_mm (__main__.TestMin) ... ok (0.154s) 2022-12-01T10:04:58.0328913Z test_mm_fuse (__main__.TestMin) ... ok (0.157s) 2022-12-01T10:04:58.0329281Z test_monkey (__main__.TestMin) ... ok (0.154s) 2022-12-01T10:04:58.0329719Z test_network (__main__.TestMin) ... skip: no torchvision (0.164s) 2022-12-01T10:04:58.0330140Z test_order (__main__.TestMin) ... ok (0.142s) 2022-12-01T10:04:58.0330515Z test_parse (__main__.TestMin) ... ok (0.147s) 2022-12-01T10:04:58.0330913Z test_seg (__main__.TestMin) ... ok (0.145s) 2022-12-01T10:04:58.0331310Z test_simple (__main__.TestMin) ... ok (0.144s) 2022-12-01T10:04:58.0331716Z test_softmax_split (__main__.TestMin) ... ok (0.146s) 2022-12-01T10:04:58.0332127Z test_stack (__main__.TestMin) ... ok (0.148s) 2022-12-01T10:04:58.0332567Z test_time_mm_fuse (__main__.TestMin) ... pp: 0.02869401199859566987 seconds 2022-12-01T10:04:58.0332938Z fc: 0.03743391999887535349 seconds 2022-12-01T10:04:58.0333240Z ok (0.285s) 2022-12-01T10:04:58.0360435Z test_with_dims_split (__main__.TestMin) ... ok (0.147s) 2022-12-01T10:04:58.0360998Z test_attn (__main__.TestMinFunctorchOnly) ... ok (0.154s) 2022-12-01T10:04:58.0361552Z test_attn_cuda (__main__.TestMinFunctorchOnly) ... skip: skip_functorch_only (0.000s) 2022-12-01T10:04:58.0362227Z test_c (__main__.TestMinFunctorchOnly) ... ok (0.149s) 2022-12-01T10:04:58.0362587Z test_compare_dims (__main__.TestMinFunctorchOnly) ... ok (0.153s) 2022-12-01T10:04:58.0362941Z test_diag (__main__.TestMinFunctorchOnly) ... ok (0.150s) 2022-12-01T10:04:58.0363215Z test_dim_args (__main__.TestMinFunctorchOnly) ... ok (0.146s) 2022-12-01T10:04:58.0363497Z test_dims_with_size (__main__.TestMinFunctorchOnly) ... ok (0.145s) 2022-12-01T10:04:58.0363762Z test_dir (__main__.TestMinFunctorchOnly) ... ok (0.145s) 2022-12-01T10:04:58.0364029Z test_doc (__main__.TestMinFunctorchOnly) ... ok (0.146s) 2022-12-01T10:04:58.0364295Z test_embed (__main__.TestMinFunctorchOnly) ... ok (0.145s) 2022-12-01T10:04:58.0364607Z test_eq (__main__.TestMinFunctorchOnly) ... ok (0.144s) 2022-12-01T10:04:58.0364875Z test_expand (__main__.TestMinFunctorchOnly) ... ok (0.146s) 2022-12-01T10:04:58.0365154Z test_functorch (__main__.TestMinFunctorchOnly) ... ok (0.149s) 2022-12-01T10:04:58.0365417Z test_hello (__main__.TestMinFunctorchOnly) ... ok (0.157s) 2022-12-01T10:04:58.0365683Z test_index (__main__.TestMinFunctorchOnly) ... ok (0.149s) 2022-12-01T10:04:58.0365969Z test_index_placement (__main__.TestMinFunctorchOnly) ... ok (0.149s) 2022-12-01T10:04:58.0366256Z test_inplace (__main__.TestMinFunctorchOnly) ... ok (0.144s) 2022-12-01T10:04:58.0366523Z test_manual_stuff (__main__.TestMinFunctorchOnly) ... ok (0.157s) 2022-12-01T10:04:58.0366801Z test_mask (__main__.TestMinFunctorchOnly) ... ok (0.160s) 2022-12-01T10:04:58.0367063Z test_max (__main__.TestMinFunctorchOnly) ... ok (0.157s) 2022-12-01T10:04:58.0367308Z test_mm (__main__.TestMinFunctorchOnly) ... ok (0.152s) 2022-12-01T10:04:58.0367574Z test_mm_fuse (__main__.TestMinFunctorchOnly) ... ok (0.154s) 2022-12-01T10:04:58.0367844Z test_monkey (__main__.TestMinFunctorchOnly) ... ok (0.154s) 2022-12-01T10:04:58.0368123Z test_network (__main__.TestMinFunctorchOnly) ... skip: no torchvision (0.158s) 2022-12-01T10:04:58.0368415Z test_order (__main__.TestMinFunctorchOnly) ... ok (0.144s) 2022-12-01T10:04:58.0368681Z test_parse (__main__.TestMinFunctorchOnly) ... ok (0.155s) 2022-12-01T10:04:58.0368943Z test_seg (__main__.TestMinFunctorchOnly) ... ok (0.146s) 2022-12-01T10:04:58.0369195Z test_simple (__main__.TestMinFunctorchOnly) ... ok (0.147s) 2022-12-01T10:04:58.0369476Z test_softmax_split (__main__.TestMinFunctorchOnly) ... ok (0.146s) 2022-12-01T10:04:58.0369752Z test_stack (__main__.TestMinFunctorchOnly) ... ok (0.152s) 2022-12-01T10:04:58.0370040Z test_time_mm_fuse (__main__.TestMinFunctorchOnly) ... skip: skip_functorch_only (0.000s) 2022-12-01T10:04:58.0370355Z test_with_dims_split (__main__.TestMinFunctorchOnly) ... ok (0.156s) 2022-12-01T10:04:58.0370517Z 2022-12-01T10:04:58.0370785Z ---------------------------------------------------------------------- 2022-12-01T10:04:58.0371025Z Ran 64 tests in 9.412s 2022-12-01T10:04:58.0371137Z 2022-12-01T10:04:58.0371208Z OK (skipped=5) 2022-12-01T10:04:58.0371319Z 2022-12-01T10:04:58.0371408Z Generating XML reports... 2022-12-01T10:04:58.0371811Z Generated XML report: test-reports/python-unittest/functorch.test_dims/TEST-TestMin-20221201100448.xml 2022-12-01T10:04:58.0372331Z Generated XML report: test-reports/python-unittest/functorch.test_dims/TEST-TestMinFunctorchOnly-20221201100448.xml 2022-12-01T10:04:58.0372576Z 2022-12-01T10:04:58.0372958Z ##[endgroup] 2022-12-01T10:04:58.0373352Z FINISHED PRINTING LOG FILE of functorch/test_dims (/var/lib/jenkins/workspace/test/test-reports/functorch-test_dims_tg_fbxrr) 2022-12-01T10:04:58.0373577Z 2022-12-01T10:04:59.4916707Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:04:59.5515232Z Ignoring disabled issues: [] 2022-12-01T10:04:59.5644838Z Running functorch/test_eager_transforms ... [2022-12-01 10:04:59.564291] 2022-12-01T10:04:59.5647361Z Executing ['/opt/conda/bin/python', '-bb', 'functorch/test_eager_transforms.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:04:59.564548] 2022-12-01T10:05:05.1935926Z 2022-12-01T10:05:05.1936598Z Expand the folded group to see the log file of functorch/test_eager_transforms 2022-12-01T10:05:05.1938011Z ##[group]PRINTING LOG FILE of functorch/test_eager_transforms (/var/lib/jenkins/workspace/test/test-reports/functorch-test_eager_transforms_rrpoe_yh) 2022-12-01T10:05:05.1939027Z Test results will be stored in test-reports/python-unittest/functorch.test_eager_transforms 2022-12-01T10:05:05.1939838Z 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:05:05.1940289Z UserWarning) 2022-12-01T10:05:05.1940388Z 2022-12-01T10:05:05.1940459Z Running tests... 2022-12-01T10:05:05.1940811Z ---------------------------------------------------------------------- 2022-12-01T10:05:05.1941977Z 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:05:05.1942690Z for in_dim, arg in zip(flat_in_dims, flat_args) 2022-12-01T10:05:05.1942878Z ok (0.065s) 2022-12-01T10:05:05.1943203Z test_autograd_functional_jacrev_inside_transform_cpu (__main__.TestComposabilityCPU) ... ok (0.004s) 2022-12-01T10:05:05.1943568Z test_autograd_functional_jvp_inside_transform_cpu (__main__.TestComposabilityCPU) ... ok (0.004s) 2022-12-01T10:05:05.1943972Z test_autograd_functional_vjp_inside_transform_cpu (__main__.TestComposabilityCPU) ... ok (0.004s) 2022-12-01T10:05:05.1944284Z test_grad_grad_cpu (__main__.TestComposabilityCPU) ... ok (0.002s) 2022-12-01T10:05:05.1944629Z test_grad_vjp_cpu (__main__.TestComposabilityCPU) ... ok (0.002s) 2022-12-01T10:05:05.1944920Z test_grad_vmap_cpu (__main__.TestComposabilityCPU) ... ok (0.001s) 2022-12-01T10:05:05.1945252Z test_jvp_doesnt_support_saved_tensor_hooks_cpu (__main__.TestComposabilityCPU) ... ok (0.004s) 2022-12-01T10:05:05.1945597Z test_make_fx_jacrev_cpu (__main__.TestComposabilityCPU) ... ok (0.018s) 2022-12-01T10:05:05.1945894Z test_make_fx_vjp_cpu (__main__.TestComposabilityCPU) ... ok (0.005s) 2022-12-01T10:05:05.1946234Z test_make_fx_vmap_cpu (__main__.TestComposabilityCPU) ... ok (0.003s) 2022-12-01T10:05:05.1946633Z test_no_warning_on_import_functorch_cpu (__main__.TestComposabilityCPU) ... functorch/test_eager_transforms.py:2287: DeprecationWarning: Please use assertEqual instead. 2022-12-01T10:05:05.1947034Z self.assertEquals(out, "") 2022-12-01T10:05:05.1947221Z ok (1.232s) 2022-12-01T10:05:05.1947461Z test_requires_grad_inside_transform_cpu (__main__.TestComposabilityCPU) ... ok (0.008s) 2022-12-01T10:05:05.1947850Z test_retain_grad_inside_transform_cpu (__main__.TestComposabilityCPU) ... ok (0.003s) 2022-12-01T10:05:05.1948225Z test_transforms_dont_support_saved_tensor_hooks_transform_functionalize_cpu (__main__.TestComposabilityCPU) ... ok (0.004s) 2022-12-01T10:05:05.1948685Z test_transforms_dont_support_saved_tensor_hooks_transform_grad_and_value_cpu (__main__.TestComposabilityCPU) ... ok (0.004s) 2022-12-01T10:05:05.1949122Z test_transforms_dont_support_saved_tensor_hooks_transform_grad_cpu (__main__.TestComposabilityCPU) ... ok (0.004s) 2022-12-01T10:05:05.1949514Z test_transforms_dont_support_saved_tensor_hooks_transform_hessian_cpu (__main__.TestComposabilityCPU) ... ok (0.005s) 2022-12-01T10:05:05.1949960Z test_transforms_dont_support_saved_tensor_hooks_transform_jacfwd_cpu (__main__.TestComposabilityCPU) ... ok (0.005s) 2022-12-01T10:05:05.1950351Z test_transforms_dont_support_saved_tensor_hooks_transform_jacrev_cpu (__main__.TestComposabilityCPU) ... ok (0.004s) 2022-12-01T10:05:05.1950871Z test_transforms_dont_support_saved_tensor_hooks_transform_vmap_cpu (__main__.TestComposabilityCPU) ... ok (0.004s) 2022-12-01T10:05:05.1951275Z test_vjp_doesnt_support_saved_tensor_hooks_cpu (__main__.TestComposabilityCPU) ... ok (0.004s) 2022-12-01T10:05:05.1951642Z test_vjp_grad_cpu (__main__.TestComposabilityCPU) ... ok (0.002s) 2022-12-01T10:05:05.1951917Z test_vjp_vjp_cpu (__main__.TestComposabilityCPU) ... ok (0.002s) 2022-12-01T10:05:05.1952251Z test_vjp_vmap_cpu (__main__.TestComposabilityCPU) ... ok (0.002s) 2022-12-01T10:05:05.1952545Z test_vmap_grad_cpu (__main__.TestComposabilityCPU) ... ok (0.001s) 2022-12-01T10:05:05.1952851Z test_vmap_vjp_cpu (__main__.TestComposabilityCPU) ... ok (0.002s) 2022-12-01T10:05:05.1953152Z test_vmap_vmap_cpu (__main__.TestComposabilityCPU) ... ok (0.001s) 2022-12-01T10:05:05.1953467Z test_ensemble_regression_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.010s) 2022-12-01T10:05:05.1954050Z test_find_learning_rate_ensembling_dropout_layer__cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.008s) 2022-12-01T10:05:05.1954682Z test_find_learning_rate_ensembling_dropout_layer__cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.008s) 2022-12-01T10:05:05.1955335Z test_find_learning_rate_ensembling_dropout_layer__cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.008s) 2022-12-01T10:05:05.1955768Z test_lennard_jones_batched_jac_jac_jacfwd_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.116s) 2022-12-01T10:05:05.1956192Z test_lennard_jones_batched_jac_jac_jacrev_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.102s) 2022-12-01T10:05:05.1956524Z test_maml_omniglot_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (1.269s) 2022-12-01T10:05:05.1957227Z 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:05:05.1957887Z return torch.tensor(xs, dtype=torch.float, device=device), \ 2022-12-01T10:05:05.1958100Z ok (0.020s) 2022-12-01T10:05:05.1958442Z test_resnet18_per_sample_grads_cpu (__main__.TestExamplesCorrectnessCPU) ... skip: test requires torchvision (0.001s) 2022-12-01T10:05:05.1958837Z test_update_batch_norm_originally_track_running_stats_False_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.023s) 2022-12-01T10:05:05.1959467Z test_update_batch_norm_originally_track_running_stats_True_cpu (__main__.TestExamplesCorrectnessCPU) ... ok (0.022s) 2022-12-01T10:05:05.1959840Z test_functionalize_fake_tensors_cpu (__main__.TestFunctionalizeCPU) ... ok (0.003s) 2022-12-01T10:05:05.1960220Z test_functionalize_fx_multi_out_op_cpu (__main__.TestFunctionalizeCPU) ... ok (0.007s) 2022-12-01T10:05:05.1960549Z test_functionalize_fx_out_op_cpu (__main__.TestFunctionalizeCPU) ... ok (0.005s) 2022-12-01T10:05:05.1960934Z test_functionalize_fx_reapply_views_simple_cpu (__main__.TestFunctionalizeCPU) ... ok (0.004s) 2022-12-01T10:05:05.1961270Z test_functionalize_fx_simple_cpu (__main__.TestFunctionalizeCPU) ... ok (0.004s) 2022-12-01T10:05:05.1961633Z test_functionalize_fx_transpose_simple_cpu (__main__.TestFunctionalizeCPU) ... ok (0.003s) 2022-12-01T10:05:05.1961957Z test_functionalize_grad_cpu (__main__.TestFunctionalizeCPU) ... ok (0.002s) 2022-12-01T10:05:05.1962337Z test_functionalize_nonfunctional_output_cpu (__main__.TestFunctionalizeCPU) ... ok (0.002s) 2022-12-01T10:05:05.1962665Z test_functionalize_opt_tensor_list_cpu (__main__.TestFunctionalizeCPU) ... ok (0.003s) 2022-12-01T10:05:05.1963039Z test_functionalize_optional_tensorlist1_cpu (__main__.TestFunctionalizeCPU) ... ok (0.003s) 2022-12-01T10:05:05.1963527Z test_functionalize_optional_tensorlist2_cpu (__main__.TestFunctionalizeCPU) ... ok (0.003s) 2022-12-01T10:05:05.1963898Z test_inplace_view_cpu (__main__.TestFunctionalizeCPU) ... ok (0.002s) 2022-12-01T10:05:05.1964218Z test_linear_cpu (__main__.TestFunctionalizeCPU) ... ok (0.002s) 2022-12-01T10:05:05.1964646Z test_multioutput_inplace_slice_view_cpu (__main__.TestFunctionalizeCPU) ... ok (0.002s) 2022-12-01T10:05:05.1964967Z test_multioutput_view_cpu (__main__.TestFunctionalizeCPU) ... ok (0.002s) 2022-12-01T10:05:05.1965287Z test_resize_program_inputs_cpu (__main__.TestFunctionalizeCPU) ... ok (0.004s) 2022-12-01T10:05:05.1965613Z test_simple_view_cpu (__main__.TestFunctionalizeCPU) ... ok (0.002s) 2022-12-01T10:05:05.1966435Z 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:05:05.1967025Z y.add_(1) 2022-12-01T10:05:05.1967186Z ok (0.002s) 2022-12-01T10:05:05.1967436Z test_advanced_indexing_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:05:05.1967786Z test_argnums_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-12-01T10:05:05.1968075Z test_composed_with_autograd_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:05:05.1968452Z test_composite_complicated_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:05:05.1968766Z test_composite_simple_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:05:05.1969071Z test_composite_two_ops_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:05:05.1969402Z test_conj_bit_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:05:05.1969683Z test_dtype_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:05:05.1970026Z test_escaped_wrappers_are_ignored_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:05:05.1970372Z test_escaped_wrappers_are_marked_as_dead_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:05:05.1970692Z test_fn_with_kwargs_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:05:05.1971040Z test_functional_init_cpu (__main__.TestGradTransformCPU) ... ok (0.005s) 2022-12-01T10:05:05.1971345Z test_functional_init_with_buffers_cpu (__main__.TestGradTransformCPU) ... ok (0.007s) 2022-12-01T10:05:05.1971662Z test_grad_aux_pytree_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-12-01T10:05:05.1971960Z test_grad_aux_tensor_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:05:05.1972306Z test_grad_of_vjp_composition_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:05:05.1972631Z test_grad_of_vjp_of_grad_composition_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:05:05.1972957Z test_grad_pytree_inputs_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-12-01T10:05:05.1973258Z test_inplace_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:05:05.1973546Z test_inplace_on_captures_cpu (__main__.TestGradTransformCPU) ... ok (0.004s) 2022-12-01T10:05:05.1973854Z test_inplace_on_view_base_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:05:05.1974155Z test_inplace_on_view_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:05:05.1974485Z test_invalid_argnums_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:05:05.1974773Z test_is_cuda_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:05:05.1975066Z test_negative_argnums_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-12-01T10:05:05.1975368Z test_nesting_simple_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:05:05.1975653Z test_no_grad_inside_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:05:05.1975991Z test_no_grad_mixed_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:05:05.1976303Z test_no_grad_nested_complicated_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:05:05.1976639Z test_no_grad_nested_simple_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:05:05.1976947Z test_no_grad_outside_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:05:05.1977251Z test_no_grad_outside_vjp_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:05:05.1977563Z test_no_grad_outside_vjp_fn_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:05:05.1977865Z test_no_grad_outside_vjp_only_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:05:05.1978221Z test_no_grad_value_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:05:05.1978509Z test_numel_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:05:05.1978796Z test_out_of_order_argnums_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:05:05.1979094Z test_primitive_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:05:05.1979420Z test_print_captured_tensor_inside_transform_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:05:05.1979736Z test_shape_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:05:05.1980020Z test_tensor_ctor_inside_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:05:05.1980332Z test_tensor_print_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.086s) 2022-12-01T10:05:05.1980643Z test_tensor_print_grad_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.005s) 2022-12-01T10:05:05.1980943Z test_tensor_print_vmap_cpu (__main__.TestGradTransformCPU) ... ok (0.079s) 2022-12-01T10:05:05.1981251Z test_tensor_print_vmap_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.006s) 2022-12-01T10:05:05.1981563Z test_tensor_print_vmap_vmap_cpu (__main__.TestGradTransformCPU) ... ok (0.080s) 2022-12-01T10:05:05.1981872Z test_unrelated_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:05:05.1982163Z test_unrelated_hessian_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:05:05.1982468Z test_unrelated_vjp_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:05:05.1982792Z test_unrelated_vjp_multiple_inputs_outputs_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:05:05.1983106Z test_view_inplace_simple_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:05:05.1983394Z test_views_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:05:05.1983681Z test_vjp_aux_pytree_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-12-01T10:05:05.1983975Z test_vjp_aux_tensor_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:05:05.1984246Z test_vjp_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:05:05.1984544Z test_vjp_of_grad_composition_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:05:05.1984872Z test_vjp_outputs_can_any_pytree_cpu (__main__.TestGradTransformCPU) ... ok (0.003s) 2022-12-01T10:05:05.1985219Z test_vjp_pytree_error_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:05:05.1985524Z test_vjp_pytree_input_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:05:05.1985828Z test_vjp_pytree_output_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:05:05.1986126Z test_vjp_two_outputs_cpu (__main__.TestGradTransformCPU) ... ok (0.001s) 2022-12-01T10:05:05.1986407Z test_zero_grad_cpu (__main__.TestGradTransformCPU) ... ok (0.002s) 2022-12-01T10:05:05.1986719Z test_hessian_vectorize_correctness_multi_input_cpu (__main__.TestHessianCPU) ... ok (0.012s) 2022-12-01T10:05:05.1987051Z test_hessian_vectorize_correctness_simple_cpu (__main__.TestHessianCPU) ... ok (0.005s) 2022-12-01T10:05:05.1987384Z test_hessian_vectorize_correctness_unrelated_outputs_cpu (__main__.TestHessianCPU) ... ok (0.005s) 2022-12-01T10:05:05.1987749Z test_jacfwd_different_levels_cpu (__main__.TestHessianCPU) ... ok (0.005s) 2022-12-01T10:05:05.1988112Z test_against_reference_correctness_different_devices_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:05:05.1988475Z test_against_reference_correctness_different_devices_jacrev_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:05:05.1988800Z test_against_reference_default_arg_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:05:05.1989115Z test_against_reference_default_arg_jacrev_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:05:05.1989424Z test_against_reference_multi_input_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-12-01T10:05:05.1989718Z test_against_reference_multi_input_jacrev_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-12-01T10:05:05.1990051Z test_against_reference_multi_input_multi_output_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.007s) 2022-12-01T10:05:05.1990396Z test_against_reference_multi_input_multi_output_jacrev_cpu (__main__.TestJacCPU) ... ok (0.007s) 2022-12-01T10:05:05.1990718Z test_against_reference_simple_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-12-01T10:05:05.1991013Z test_against_reference_simple_jacrev_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-12-01T10:05:05.1991328Z test_against_reference_unrelated_outputs_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-12-01T10:05:05.1991656Z test_against_reference_unrelated_outputs_jacrev_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-12-01T10:05:05.1991956Z test_against_reference_zero_dim_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.005s) 2022-12-01T10:05:05.1992262Z test_against_reference_zero_dim_jacrev_cpu (__main__.TestJacCPU) ... ok (0.005s) 2022-12-01T10:05:05.1992563Z test_argnums_defaults_to_zero_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:05:05.1992858Z test_argnums_defaults_to_zero_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:05:05.1993144Z test_argnums_effect_on_return_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:05:05.1993434Z test_argnums_effect_on_return_jacrev_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:05:05.1993725Z test_argnums_tuple_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:05:05.1993991Z test_argnums_tuple_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:05:05.1994266Z test_aux_pytree_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-12-01T10:05:05.1994534Z test_aux_pytree_jacrev_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-12-01T10:05:05.1994802Z test_aux_tensor_jacrev_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:05:05.1995055Z test_diff_numel_jacrev_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:05:05.1995334Z test_dimensionality_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:05:05.1995623Z test_dimensionality_jacrev_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:05:05.1995896Z test_empty_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:05:05.1996177Z test_empty_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:05:05.1996456Z test_empty_output_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:05:05.1996734Z test_empty_output_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:05:05.1996995Z test_float_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:05:05.1997271Z test_float_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:05:05.1997534Z test_hessian_simple_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:05:05.1997783Z test_inplace_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-12-01T10:05:05.1998038Z test_inplace_jacrev_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-12-01T10:05:05.1998307Z test_multiple_args_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:05:05.1998628Z test_multiple_args_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:05:05.1998967Z test_multiple_inputs_outputs_pytree_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.005s) 2022-12-01T10:05:05.1999447Z test_multiple_inputs_outputs_pytree_jacrev_cpu (__main__.TestJacCPU) ... ok (0.005s) 2022-12-01T10:05:05.1999833Z test_multiple_inputs_outputs_pytree_multidim_jacrev_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:05:05.2000141Z test_multiple_inputs_pytree_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-12-01T10:05:05.2000438Z test_multiple_inputs_pytree_jacrev_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-12-01T10:05:05.2000746Z test_multiple_outputs_multiple_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-12-01T10:05:05.2001056Z test_multiple_outputs_multiple_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-12-01T10:05:05.2001368Z test_multiple_outputs_pytree_jacrev_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:05:05.2001679Z test_multiple_outputs_single_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-12-01T10:05:05.2001995Z test_multiple_outputs_single_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-12-01T10:05:05.2002285Z test_negative_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:05:05.2002571Z test_negative_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:05:05.2002856Z test_nested_jac_simple_jacrev_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:05:05.2003131Z test_out_of_bounds_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:05:05.2003420Z test_out_of_bounds_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:05:05.2003711Z test_outputs_can_any_pytree_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.004s) 2022-12-01T10:05:05.2004003Z test_outputs_can_any_pytree_jacrev_cpu (__main__.TestJacCPU) ... ok (0.003s) 2022-12-01T10:05:05.2004278Z test_repeated_argnums_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:05:05.2004627Z test_repeated_argnums_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:05:05.2004902Z test_simple_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:05:05.2005152Z test_simple_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:05:05.2005426Z test_simple_not_flat_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:05:05.2005706Z test_simple_not_flat_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:05:05.2005990Z test_unrelated_input_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:05:05.2006262Z test_unrelated_input_jacrev_cpu (__main__.TestJacCPU) ... ok (0.002s) 2022-12-01T10:05:05.2006547Z test_unrelated_output_jacfwd_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:05:05.2006834Z test_unrelated_output_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:05:05.2007107Z test_vmap_on_jac_simple_jacrev_cpu (__main__.TestJacCPU) ... ok (0.001s) 2022-12-01T10:05:05.2007411Z test_autograd_function_disables_fwd_grad_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-12-01T10:05:05.2007697Z test_aux_pytree_cpu (__main__.TestJvpCPU) ... ok (0.003s) 2022-12-01T10:05:05.2007941Z test_aux_tensor_cpu (__main__.TestJvpCPU) ... ok (0.002s) 2022-12-01T10:05:05.2008210Z test_disable_fwd_grad_inside_cpu (__main__.TestJvpCPU) ... ok (0.002s) 2022-12-01T10:05:05.2008493Z test_disable_fwd_grad_mixed_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-12-01T10:05:05.2008776Z test_disable_fwd_grad_outside_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-12-01T10:05:05.2009040Z test_enable_fwd_grad_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-12-01T10:05:05.2009307Z test_fwd_grad_enabled_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-12-01T10:05:05.2009583Z test_inplace_on_captures_cpu (__main__.TestJvpCPU) ... ok (0.004s) 2022-12-01T10:05:05.2009859Z test_inputs_are_tuples_of_tensors_cpu (__main__.TestJvpCPU) ... ok (0.002s) 2022-12-01T10:05:05.2010223Z test_jvp_inside_autograd_function_cpu (__main__.TestJvpCPU) ... ok (0.002s) 2022-12-01T10:05:05.2010567Z test_multiple_inputs_cpu (__main__.TestJvpCPU) ... ok (0.002s) 2022-12-01T10:05:05.2010864Z test_multiple_inputs_outputs_cpu (__main__.TestJvpCPU) ... ok (0.002s) 2022-12-01T10:05:05.2011196Z test_multiple_outputs_cpu (__main__.TestJvpCPU) ... ok (0.002s) 2022-12-01T10:05:05.2011484Z test_nonempty_primals_and_tangents_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-12-01T10:05:05.2011824Z test_outputs_can_any_pytree_cpu (__main__.TestJvpCPU) ... ok (0.003s) 2022-12-01T10:05:05.2012109Z test_primals_tangents_length_mismatch_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-12-01T10:05:05.2012416Z test_pytree_inputs_cpu (__main__.TestJvpCPU) ... ok (0.002s) 2022-12-01T10:05:05.2012713Z test_pytree_inputs_error_cases_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-12-01T10:05:05.2012968Z test_simple_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-12-01T10:05:05.2013264Z test_strict_mode_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-12-01T10:05:05.2013531Z test_unrelated_input_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-12-01T10:05:05.2013801Z test_unrelated_output_cpu (__main__.TestJvpCPU) ... ok (0.001s) 2022-12-01T10:05:05.2014081Z test_zerotensor_vmapjvp_interaction_cpu (__main__.TestJvpCPU) ... ok (0.002s) 2022-12-01T10:05:05.2014373Z test_buffer_tying (__main__.TestMakeFunctional) ... ok (0.003s) 2022-12-01T10:05:05.2014671Z test_combine_state_for_ensemble_error (__main__.TestMakeFunctional) ... ok (0.002s) 2022-12-01T10:05:05.2014974Z test_combine_state_for_ensemble_smoke (__main__.TestMakeFunctional) ... ok (0.001s) 2022-12-01T10:05:05.2015447Z 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:05:05.2015831Z return F.log_softmax(x) 2022-12-01T10:05:05.2016007Z ok (0.012s) 2022-12-01T10:05:05.2016275Z test_disable_autograd_tracking_disable_autograd_tracking_False (__main__.TestMakeFunctional) ... ok (0.002s) 2022-12-01T10:05:05.2016656Z test_disable_autograd_tracking_disable_autograd_tracking_True (__main__.TestMakeFunctional) ... ok (0.001s) 2022-12-01T10:05:05.2016992Z test_parameter_tying (__main__.TestMakeFunctional) ... ok (0.003s) 2022-12-01T10:05:05.2017278Z test_parameter_tying_ensemble (__main__.TestMakeFunctional) ... ok (0.005s) 2022-12-01T10:05:05.2017576Z test_parameter_tying_grad (__main__.TestMakeFunctional) ... ok (0.004s) 2022-12-01T10:05:05.2017929Z test_with_buffers_disable_autograd_tracking_disable_autograd_tracking_False (__main__.TestMakeFunctional) ... ok (0.002s) 2022-12-01T10:05:05.2018337Z test_with_buffers_disable_autograd_tracking_disable_autograd_tracking_True (__main__.TestMakeFunctional) ... ok (0.002s) 2022-12-01T10:05:05.2018660Z test_argnums_reorders (__main__.TestSliceArgnums) ... ok (0.001s) 2022-12-01T10:05:05.2018945Z test_duplicate_argnums (__main__.TestSliceArgnums) ... ok (0.001s) 2022-12-01T10:05:05.2019249Z test_flat_args_with_negative_int_argnum (__main__.TestSliceArgnums) ... ok (0.001s) 2022-12-01T10:05:05.2019561Z test_flat_args_with_positive_int_argnum (__main__.TestSliceArgnums) ... ok (0.001s) 2022-12-01T10:05:05.2019852Z test_flat_args_with_tuple_argnum (__main__.TestSliceArgnums) ... ok (0.001s) 2022-12-01T10:05:05.2020147Z test_invalid_argnum_type (__main__.TestSliceArgnums) ... ok (0.001s) 2022-12-01T10:05:05.2020429Z test_not_enough_argnums (__main__.TestSliceArgnums) ... ok (0.001s) 2022-12-01T10:05:05.2020708Z test_out_of_bounds_argnum_values (__main__.TestSliceArgnums) ... ok (0.001s) 2022-12-01T10:05:05.2020990Z test_pytree_args (__main__.TestSliceArgnums) ... ok (0.001s) 2022-12-01T10:05:05.2021295Z test_all_dual_base_inplace_cpu (__main__.TestVmapJvpInplaceViewCPU) ... ok (0.003s) 2022-12-01T10:05:05.2021623Z test_all_dual_base_view_inplace_cpu (__main__.TestVmapJvpInplaceViewCPU) ... ok (0.003s) 2022-12-01T10:05:05.2021956Z test_all_dual_no_view_cpu (__main__.TestVmapJvpInplaceViewCPU) ... ok (0.003s) 2022-12-01T10:05:05.2022326Z test_right_dual_base_prop_cpu (__main__.TestVmapJvpInplaceViewCPU) ... ok (0.002s) 2022-12-01T10:05:05.2022693Z test_right_dual_view_prop_cpu (__main__.TestVmapJvpInplaceViewCPU) ... ok (0.003s) 2022-12-01T10:05:05.2022991Z test_log_softmax_cpu (__main__.TestVmapOfGradCPU) ... ok (0.002s) 2022-12-01T10:05:05.2023295Z test_new_empty_materializes_tensor_cpu (__main__.TestVmapOfGradCPU) ... ok (0.001s) 2022-12-01T10:05:05.2023615Z test_new_zeros_materializes_tensor_cpu (__main__.TestVmapOfGradCPU) ... ok (0.001s) 2022-12-01T10:05:05.2023977Z test_per_sample_grads_embeddingnet_cpu (__main__.TestVmapOfGradCPU) ... ok (0.072s) 2022-12-01T10:05:05.2024286Z test_per_sample_grads_inplace_view_cpu (__main__.TestVmapOfGradCPU) ... ok (0.016s) 2022-12-01T10:05:05.2024616Z test_per_sample_grads_simple_cpu (__main__.TestVmapOfGradCPU) ... ok (0.020s) 2022-12-01T10:05:05.2024826Z 2022-12-01T10:05:05.2025072Z ---------------------------------------------------------------------- 2022-12-01T10:05:05.2025305Z Ran 243 tests in 3.808s 2022-12-01T10:05:05.2025417Z 2022-12-01T10:05:05.2025486Z OK (skipped=1) 2022-12-01T10:05:05.2025592Z 2022-12-01T10:05:05.2025674Z Generating XML reports... 2022-12-01T10:05:05.2026133Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestComposabilityCPU-20221201100501.xml 2022-12-01T10:05:05.2026730Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestExamplesCorrectnessCPU-20221201100501.xml 2022-12-01T10:05:05.2027334Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestFunctionalizeCPU-20221201100501.xml 2022-12-01T10:05:05.2027906Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestGradTransformCPU-20221201100501.xml 2022-12-01T10:05:05.2028468Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestHessianCPU-20221201100501.xml 2022-12-01T10:05:05.2028987Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestJacCPU-20221201100501.xml 2022-12-01T10:05:05.2029513Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestJvpCPU-20221201100501.xml 2022-12-01T10:05:05.2030058Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestMakeFunctional-20221201100501.xml 2022-12-01T10:05:05.2030612Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestSliceArgnums-20221201100501.xml 2022-12-01T10:05:05.2031184Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestVmapJvpInplaceViewCPU-20221201100501.xml 2022-12-01T10:05:05.2031768Z Generated XML report: test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestVmapOfGradCPU-20221201100501.xml 2022-12-01T10:05:05.2032021Z 2022-12-01T10:05:05.2032319Z ##[endgroup] 2022-12-01T10:05:05.2032748Z FINISHED PRINTING LOG FILE of functorch/test_eager_transforms (/var/lib/jenkins/workspace/test/test-reports/functorch-test_eager_transforms_rrpoe_yh) 2022-12-01T10:05:05.2032999Z 2022-12-01T10:05:06.7602383Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:05:06.8250732Z Ignoring disabled issues: [] 2022-12-01T10:05:06.8413176Z Running functorch/test_functionalize ... [2022-12-01 10:05:06.841069] 2022-12-01T10:05:06.8415453Z Executing ['/opt/conda/bin/python', '-bb', 'functorch/test_functionalize.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:05:06.841302] 2022-12-01T10:05:10.5039455Z 2022-12-01T10:05:10.5039964Z Expand the folded group to see the log file of functorch/test_functionalize 2022-12-01T10:05:10.5041076Z ##[group]PRINTING LOG FILE of functorch/test_functionalize (/var/lib/jenkins/workspace/test/test-reports/functorch-test_functionalize_l4bdq649) 2022-12-01T10:05:10.5041662Z Test results will be stored in test-reports/python-unittest/functorch.test_functionalize 2022-12-01T10:05:10.5042604Z /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:05:10.5043027Z warnings.warn(msg, FutureWarning) 2022-12-01T10:05:10.5043681Z /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:05:10.5044133Z warnings.warn(msg, FutureWarning) 2022-12-01T10:05:10.5044843Z /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:05:10.5045290Z warnings.warn(msg, FutureWarning) 2022-12-01T10:05:10.5045893Z /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:05:10.5046322Z warnings.warn(msg, FutureWarning) 2022-12-01T10:05:10.5047153Z /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:05:10.5047709Z warnings.warn(msg, FutureWarning) 2022-12-01T10:05:10.5048544Z /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:05:10.5049100Z warnings.warn(msg, FutureWarning) 2022-12-01T10:05:10.5049727Z /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:05:10.5050137Z UserWarning) 2022-12-01T10:05:10.5050245Z 2022-12-01T10:05:10.5050316Z Running tests... 2022-12-01T10:05:10.5050607Z ---------------------------------------------------------------------- 2022-12-01T10:05:10.5050987Z test_batch_norm_amp_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: CUDA is unavailable (0.001s) 2022-12-01T10:05:10.5051395Z test_batchnorm_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.035s) 2022-12-01T10:05:10.5052455Z 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:05:10.5053234Z "Your compiler for AOTAutograd is returning a a function that doesn't take boxed arguments. " 2022-12-01T10:05:10.5053487Z ok (0.015s) 2022-12-01T10:05:10.5053765Z test_dupe_arg_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.009s) 2022-12-01T10:05:10.5054144Z test_grad_context_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.010s) 2022-12-01T10:05:10.5054548Z test_inner_grad_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.012s) 2022-12-01T10:05:10.5054954Z test_list_codegen_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.021s) 2022-12-01T10:05:10.5055327Z test_module_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.022s) 2022-12-01T10:05:10.5055697Z test_multi_output_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.011s) 2022-12-01T10:05:10.5056063Z test_multi_output_list_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.011s) 2022-12-01T10:05:10.5056454Z test_no_grad_input_output_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.055s) 2022-12-01T10:05:10.5056835Z test_output_dict_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.028s) 2022-12-01T10:05:10.5057209Z test_output_op_depending_on_symint_functionalize (__main__.make_functionalize_test..FunctionalizeTest) 2022-12-01T10:05:10.5057710Z 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.064s) 2022-12-01T10:05:10.5058104Z test_resize_input_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.004s) 2022-12-01T10:05:10.5058482Z test_single_output_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.008s) 2022-12-01T10:05:10.5058867Z test_autocast_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... skip: CUDA is unavailable (0.001s) 2022-12-01T10:05:10.5059262Z test_contiguous_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.011s) 2022-12-01T10:05:10.5060325Z 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:05:10.5061125Z "Your compiler for AOTAutograd is returning a a function that doesn't take boxed arguments. " 2022-12-01T10:05:10.5061378Z ok (0.018s) 2022-12-01T10:05:10.5061654Z test_meta_tensor_inplace_op_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.391s) 2022-12-01T10:05:10.5062051Z test_min_cut_partitioner_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.068s) 2022-12-01T10:05:10.5062441Z test_preserve_random_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.005s) 2022-12-01T10:05:10.5062836Z test_recompute_partitioning_functionalize (__main__.make_functionalize_test..FunctionalizeTest) ... ok (0.017s) 2022-12-01T10:05:10.5063037Z 2022-12-01T10:05:10.5063241Z ---------------------------------------------------------------------- 2022-12-01T10:05:10.5063485Z Ran 22 tests in 0.816s 2022-12-01T10:05:10.5063599Z 2022-12-01T10:05:10.5063693Z OK (skipped=2, expected failures=1) 2022-12-01T10:05:10.5063822Z 2022-12-01T10:05:10.5063892Z Generating XML reports... 2022-12-01T10:05:10.5064370Z Generated XML report: test-reports/python-unittest/functorch.test_functionalize/TEST-FunctionalizeTestAOTAutograd-20221201100509.xml 2022-12-01T10:05:10.5065008Z Generated XML report: test-reports/python-unittest/functorch.test_functionalize/TEST-FunctionalizeTestPartitioning-20221201100509.xml 2022-12-01T10:05:10.5065285Z 2022-12-01T10:05:10.5065521Z ##[endgroup] 2022-12-01T10:05:10.5065953Z FINISHED PRINTING LOG FILE of functorch/test_functionalize (/var/lib/jenkins/workspace/test/test-reports/functorch-test_functionalize_l4bdq649) 2022-12-01T10:05:10.5066241Z 2022-12-01T10:05:11.9610849Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:05:12.0229765Z Ignoring disabled issues: [] 2022-12-01T10:05:12.0365088Z Running functorch/test_memory_efficient_fusion ... [2022-12-01 10:05:12.036260] 2022-12-01T10:05:12.0367092Z Executing ['/opt/conda/bin/python', '-bb', 'functorch/test_memory_efficient_fusion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:05:12.036510] 2022-12-01T10:05:13.8876962Z 2022-12-01T10:05:13.8877550Z Expand the folded group to see the log file of functorch/test_memory_efficient_fusion 2022-12-01T10:05:13.8879900Z ##[group]PRINTING LOG FILE of functorch/test_memory_efficient_fusion (/var/lib/jenkins/workspace/test/test-reports/functorch-test_memory_efficient_fusion_blad3pmj) 2022-12-01T10:05:13.8881042Z Test results will be stored in test-reports/python-unittest/functorch.test_memory_efficient_fusion 2022-12-01T10:05:13.8881423Z 2022-12-01T10:05:13.8881533Z Running tests... 2022-12-01T10:05:13.8882080Z ---------------------------------------------------------------------- 2022-12-01T10:05:13.8882592Z test_empty (__main__.NoChangeTestCase) ... ok (0.233s) 2022-12-01T10:05:13.8883073Z test_nochange (__main__.NoChangeTestCase) ... ok (0.005s) 2022-12-01T10:05:13.8883517Z test_rand_like (__main__.NoChangeTestCase) ... ok (0.004s) 2022-12-01T10:05:13.8883964Z test_rand_n (__main__.NoChangeTestCase) ... ok (0.004s) 2022-12-01T10:05:13.8884472Z test_random (__main__.RandomOpTestCase) ... ok (0.060s) 2022-12-01T10:05:13.8884962Z test_immutable_list_multiple_entries (__main__.ReduceTestCase) ... ok (0.006s) 2022-12-01T10:05:13.8885494Z test_immutable_list_type (__main__.ReduceTestCase) ... ok (0.005s) 2022-12-01T10:05:13.8885964Z test_kwarg (__main__.ReduceTestCase) ... ok (0.004s) 2022-12-01T10:05:13.8886439Z test_nested_immutable_list_type (__main__.ReduceTestCase) ... ok (0.004s) 2022-12-01T10:05:13.8886938Z test_simple (__main__.ReduceTestCase) ... ok (0.004s) 2022-12-01T10:05:13.8887386Z test_simple_2 (__main__.ReduceTestCase) ... ok (0.005s) 2022-12-01T10:05:13.8887874Z test_simple_multiple_same_ops (__main__.ReduceTestCase) ... ok (0.005s) 2022-12-01T10:05:13.8888351Z test_two_args (__main__.ReduceTestCase) ... ok (0.005s) 2022-12-01T10:05:13.8888816Z test_two_args_default (__main__.ReduceTestCase) ... ok (0.005s) 2022-12-01T10:05:13.8889403Z test_gelu_bias (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.000s) 2022-12-01T10:05:13.8890080Z test_hard_sigmoid (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.000s) 2022-12-01T10:05:13.8890773Z test_hard_swish (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.000s) 2022-12-01T10:05:13.8891459Z test_layer_norm (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.001s) 2022-12-01T10:05:13.8892114Z test_mish (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.000s) 2022-12-01T10:05:13.8892766Z test_rmsnorm (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.001s) 2022-12-01T10:05:13.8893433Z test_swish (__main__.TestMemoryEfficientOpAuthoring) ... skip: CUDA is unavailable (0.000s) 2022-12-01T10:05:13.8893793Z 2022-12-01T10:05:13.8894198Z ---------------------------------------------------------------------- 2022-12-01T10:05:13.8894612Z Ran 21 tests in 0.352s 2022-12-01T10:05:13.8894812Z 2022-12-01T10:05:13.8894935Z OK (skipped=7) 2022-12-01T10:05:13.8895125Z 2022-12-01T10:05:13.8895273Z Generating XML reports... 2022-12-01T10:05:13.8896116Z Generated XML report: test-reports/python-unittest/functorch.test_memory_efficient_fusion/TEST-NoChangeTestCase-20221201100513.xml 2022-12-01T10:05:13.8897167Z Generated XML report: test-reports/python-unittest/functorch.test_memory_efficient_fusion/TEST-RandomOpTestCase-20221201100513.xml 2022-12-01T10:05:13.8898240Z Generated XML report: test-reports/python-unittest/functorch.test_memory_efficient_fusion/TEST-ReduceTestCase-20221201100513.xml 2022-12-01T10:05:13.8899736Z Generated XML report: test-reports/python-unittest/functorch.test_memory_efficient_fusion/TEST-TestMemoryEfficientOpAuthoring-20221201100513.xml 2022-12-01T10:05:13.8900288Z 2022-12-01T10:05:13.8900723Z ##[endgroup] 2022-12-01T10:05:13.8901580Z FINISHED PRINTING LOG FILE of functorch/test_memory_efficient_fusion (/var/lib/jenkins/workspace/test/test-reports/functorch-test_memory_efficient_fusion_blad3pmj) 2022-12-01T10:05:13.8902073Z 2022-12-01T10:05:15.3541557Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:05:15.4142982Z Ignoring disabled issues: [] 2022-12-01T10:05:15.4278536Z Running functorch/test_minifier ... [2022-12-01 10:05:15.427583] 2022-12-01T10:05:15.4280732Z Executing ['/opt/conda/bin/python', '-bb', 'functorch/test_minifier.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:05:15.427840] 2022-12-01T10:05:17.2632124Z 2022-12-01T10:05:17.2632917Z Expand the folded group to see the log file of functorch/test_minifier 2022-12-01T10:05:17.2634346Z ##[group]PRINTING LOG FILE of functorch/test_minifier (/var/lib/jenkins/workspace/test/test-reports/functorch-test_minifier_5i4i3rcf) 2022-12-01T10:05:17.2635575Z Test results will be stored in test-reports/python-unittest/functorch.test_minifier 2022-12-01T10:05:17.2635828Z 2022-12-01T10:05:17.2635899Z Running tests... 2022-12-01T10:05:17.2637904Z ---------------------------------------------------------------------- 2022-12-01T10:05:17.2638235Z test_has_add_mul (__main__.TestMinifier) ... ok (0.268s) 2022-12-01T10:05:17.2638521Z test_has_mul_minifier (__main__.TestMinifier) ... Started off with 9 nodes 2022-12-01T10:05:17.2638691Z 2022-12-01T10:05:17.2638764Z # Working Repro with 9 nodes 2022-12-01T10:05:17.2639069Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:05:17.2639563Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:05:17.2639774Z 2022-12-01T10:05:17.2639778Z 2022-12-01T10:05:17.2639783Z 2022-12-01T10:05:17.2639866Z def forward(self, x_1): 2022-12-01T10:05:17.2640091Z mul = torch.ops.aten.mul.Tensor(x_1, 3); x_1 = None 2022-12-01T10:05:17.2640368Z add = torch.ops.aten.add.Tensor(mul, 5); mul = None 2022-12-01T10:05:17.2640640Z cos = torch.ops.aten.cos.default(add); add = None 2022-12-01T10:05:17.2640898Z sub = torch.ops.aten.sub.Tensor(cos, cos); cos = None 2022-12-01T10:05:17.2641169Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-12-01T10:05:17.2641442Z add_1 = torch.ops.aten.add.Tensor(div, 3); div = None 2022-12-01T10:05:17.2641712Z mul_1 = torch.ops.aten.mul.Tensor(add_1, 2); add_1 = None 2022-12-01T10:05:17.2641916Z return (mul_1,) 2022-12-01T10:05:17.2642081Z 2022-12-01T10:05:17.2642174Z 2022-12-01T10:05:17.2642252Z Trying granularity 8 2022-12-01T10:05:17.2642354Z 2022-12-01T10:05:17.2642473Z Strategy: Eliminate dead code (G: 8) (9 nodes, 1 inputs) 2022-12-01T10:05:17.2642696Z FAIL: Eliminate dead code 2022-12-01T10:05:17.2642815Z 2022-12-01T10:05:17.2642929Z Strategy: Remove unused inputs (G: 8) (9 nodes, 1 inputs) 2022-12-01T10:05:17.2643140Z FAIL: Remove unused inputs 2022-12-01T10:05:17.2643260Z 2022-12-01T10:05:17.2643373Z Strategy: Truncate suffix (G: 8) (9 nodes, 1 inputs) 2022-12-01T10:05:17.2643587Z FAIL: Truncate suffix 2022-12-01T10:05:17.2643701Z 2022-12-01T10:05:17.2643813Z Strategy: Delta Debugging (G: 8) (9 nodes, 1 inputs) 2022-12-01T10:05:17.2644010Z FAIL: Delta Debugging 2022-12-01T10:05:17.2645672Z Trying granularity 4 2022-12-01T10:05:17.2645907Z 2022-12-01T10:05:17.2646140Z Strategy: Truncate suffix (G: 4) (9 nodes, 1 inputs) 2022-12-01T10:05:17.2646667Z FAIL: Truncate suffix 2022-12-01T10:05:17.2646870Z 2022-12-01T10:05:17.2647214Z Strategy: Delta Debugging (G: 4) (9 nodes, 1 inputs) 2022-12-01T10:05:17.2647611Z SUCCESS: Went from 9 to 6 nodes 2022-12-01T10:05:17.2647957Z 2022-12-01T10:05:17.2648316Z # Working Repro with 6 nodes 2022-12-01T10:05:17.2649032Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:05:17.2649740Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:05:17.2650304Z 2022-12-01T10:05:17.2650313Z 2022-12-01T10:05:17.2650320Z 2022-12-01T10:05:17.2650488Z def forward(self, cos): 2022-12-01T10:05:17.2650892Z sub = torch.ops.aten.sub.Tensor(cos, cos); cos = None 2022-12-01T10:05:17.2651385Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-12-01T10:05:17.2651881Z add_1 = torch.ops.aten.add.Tensor(div, 3); div = None 2022-12-01T10:05:17.2652352Z mul_1 = torch.ops.aten.mul.Tensor(add_1, 2); add_1 = None 2022-12-01T10:05:17.2652750Z return (mul_1,) 2022-12-01T10:05:17.2653039Z 2022-12-01T10:05:17.2653201Z 2022-12-01T10:05:17.2653341Z Trying granularity 4 2022-12-01T10:05:17.2653526Z 2022-12-01T10:05:17.2653732Z Strategy: Eliminate dead code (G: 4) (6 nodes, 1 inputs) 2022-12-01T10:05:17.2654130Z FAIL: Eliminate dead code 2022-12-01T10:05:17.2654336Z 2022-12-01T10:05:17.2654540Z Strategy: Remove unused inputs (G: 4) (6 nodes, 1 inputs) 2022-12-01T10:05:17.2654918Z FAIL: Remove unused inputs 2022-12-01T10:05:17.2655129Z 2022-12-01T10:05:17.2655318Z Strategy: Truncate suffix (G: 4) (6 nodes, 1 inputs) 2022-12-01T10:05:17.2655688Z FAIL: Truncate suffix 2022-12-01T10:05:17.2655883Z 2022-12-01T10:05:17.2656061Z Strategy: Delta Debugging (G: 4) (6 nodes, 1 inputs) 2022-12-01T10:05:17.2656764Z FAIL: Delta Debugging 2022-12-01T10:05:17.2657085Z Trying granularity 2 2022-12-01T10:05:17.2657284Z 2022-12-01T10:05:17.2657473Z Strategy: Truncate suffix (G: 2) (6 nodes, 1 inputs) 2022-12-01T10:05:17.2657850Z SUCCESS: Went from 6 to 4 nodes 2022-12-01T10:05:17.2658064Z 2022-12-01T10:05:17.2658212Z # Working Repro with 4 nodes 2022-12-01T10:05:17.2658728Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:05:17.2659268Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:05:17.2659637Z 2022-12-01T10:05:17.2659645Z 2022-12-01T10:05:17.2659652Z 2022-12-01T10:05:17.2659794Z def forward(self, cos): 2022-12-01T10:05:17.2660211Z sub = torch.ops.aten.sub.Tensor(cos, cos); cos = None 2022-12-01T10:05:17.2660697Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-12-01T10:05:17.2661066Z return (div,) 2022-12-01T10:05:17.2661347Z 2022-12-01T10:05:17.2661511Z 2022-12-01T10:05:17.2661644Z Trying granularity 4 2022-12-01T10:05:17.2661843Z 2022-12-01T10:05:17.2662030Z Strategy: Eliminate dead code (G: 4) (4 nodes, 1 inputs) 2022-12-01T10:05:17.2662426Z FAIL: Eliminate dead code 2022-12-01T10:05:17.2662634Z 2022-12-01T10:05:17.2662836Z Strategy: Remove unused inputs (G: 4) (4 nodes, 1 inputs) 2022-12-01T10:05:17.2663212Z FAIL: Remove unused inputs 2022-12-01T10:05:17.2663426Z 2022-12-01T10:05:17.2663615Z Strategy: Truncate suffix (G: 4) (4 nodes, 1 inputs) 2022-12-01T10:05:17.2663988Z FAIL: Truncate suffix 2022-12-01T10:05:17.2664190Z 2022-12-01T10:05:17.2664378Z Strategy: Delta Debugging (G: 4) (4 nodes, 1 inputs) 2022-12-01T10:05:17.2664733Z FAIL: Delta Debugging 2022-12-01T10:05:17.2665056Z Trying granularity 2 2022-12-01T10:05:17.2665259Z 2022-12-01T10:05:17.2665448Z Strategy: Truncate suffix (G: 2) (4 nodes, 1 inputs) 2022-12-01T10:05:17.2665802Z FAIL: Truncate suffix 2022-12-01T10:05:17.2666000Z 2022-12-01T10:05:17.2666188Z Strategy: Delta Debugging (G: 2) (4 nodes, 1 inputs) 2022-12-01T10:05:17.2666579Z SUCCESS: Went from 4 to 3 nodes 2022-12-01T10:05:17.2666795Z 2022-12-01T10:05:17.2666939Z # Working Repro with 3 nodes 2022-12-01T10:05:17.2667422Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:05:17.2667966Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:05:17.2668325Z 2022-12-01T10:05:17.2668333Z 2022-12-01T10:05:17.2668340Z 2022-12-01T10:05:17.2668477Z def forward(self, sub): 2022-12-01T10:05:17.2668987Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-12-01T10:05:17.2669377Z return (div,) 2022-12-01T10:05:17.2669657Z 2022-12-01T10:05:17.2669819Z 2022-12-01T10:05:17.2669939Z Trying granularity 2 2022-12-01T10:05:17.2670186Z 2022-12-01T10:05:17.2670393Z Strategy: Eliminate dead code (G: 2) (3 nodes, 1 inputs) 2022-12-01T10:05:17.2670780Z FAIL: Eliminate dead code 2022-12-01T10:05:17.2670990Z 2022-12-01T10:05:17.2671195Z Strategy: Remove unused inputs (G: 2) (3 nodes, 1 inputs) 2022-12-01T10:05:17.2671575Z FAIL: Remove unused inputs 2022-12-01T10:05:17.2671783Z 2022-12-01T10:05:17.2671970Z Strategy: Truncate suffix (G: 2) (3 nodes, 1 inputs) 2022-12-01T10:05:17.2672339Z FAIL: Truncate suffix 2022-12-01T10:05:17.2672535Z 2022-12-01T10:05:17.2672711Z Strategy: Delta Debugging (G: 2) (3 nodes, 1 inputs) 2022-12-01T10:05:17.2673081Z FAIL: Delta Debugging 2022-12-01T10:05:17.2673403Z Trying granularity 1 2022-12-01T10:05:17.2673597Z 2022-12-01T10:05:17.2673775Z Strategy: Truncate suffix (G: 1) (3 nodes, 1 inputs) 2022-12-01T10:05:17.2674144Z FAIL: Truncate suffix 2022-12-01T10:05:17.2674341Z 2022-12-01T10:05:17.2674530Z Strategy: Delta Debugging (G: 1) (3 nodes, 1 inputs) 2022-12-01T10:05:17.2674901Z FAIL: Delta Debugging 2022-12-01T10:05:17.2675084Z 2022-12-01T10:05:17.2675270Z Strategy: Remove outputs (G: 1) (3 nodes, 1 inputs) 2022-12-01T10:05:17.2675638Z FAIL: Remove outputs 2022-12-01T10:05:17.2675939Z Made 15 queries 2022-12-01T10:05:17.2676121Z 2022-12-01T10:05:17.2676255Z # Working Repro with 3 nodes 2022-12-01T10:05:17.2676752Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:05:17.2677305Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:05:17.2677665Z 2022-12-01T10:05:17.2677673Z 2022-12-01T10:05:17.2677680Z 2022-12-01T10:05:17.2677818Z def forward(self, sub): 2022-12-01T10:05:17.2678219Z div = torch.ops.aten.div.Tensor(sub, sub); sub = None 2022-12-01T10:05:17.2678613Z return (div,) 2022-12-01T10:05:17.2678894Z 2022-12-01T10:05:17.2679042Z 2022-12-01T10:05:17.2679394Z Wrote minimal repro out to repro.py 2022-12-01T10:05:17.2679787Z Started off with 7 nodes 2022-12-01T10:05:17.2680014Z 2022-12-01T10:05:17.2680192Z # Working Repro with 7 nodes 2022-12-01T10:05:17.2680797Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:05:17.2681449Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:05:17.2681815Z 2022-12-01T10:05:17.2681823Z 2022-12-01T10:05:17.2681829Z 2022-12-01T10:05:17.2681984Z def forward(self, x_1, y_1): 2022-12-01T10:05:17.2682414Z div = torch.ops.aten.div.Tensor(y_1, 3); y_1 = None 2022-12-01T10:05:17.2682765Z add = torch.ops.aten.add.Tensor(x_1, 3); x_1 = None 2022-12-01T10:05:17.2683129Z mul = torch.ops.aten.mul.Tensor(add, div); add = None 2022-12-01T10:05:17.2683505Z add_1 = torch.ops.aten.add.Tensor(mul, div); mul = div = None 2022-12-01T10:05:17.2683821Z return add_1 2022-12-01T10:05:17.2684040Z 2022-12-01T10:05:17.2684163Z 2022-12-01T10:05:17.2684339Z Trying granularity 4 2022-12-01T10:05:17.2684502Z 2022-12-01T10:05:17.2684670Z Strategy: Eliminate dead code (G: 4) (7 nodes, 2 inputs) 2022-12-01T10:05:17.2684978Z FAIL: Eliminate dead code 2022-12-01T10:05:17.2685159Z 2022-12-01T10:05:17.2685323Z Strategy: Remove unused inputs (G: 4) (7 nodes, 2 inputs) 2022-12-01T10:05:17.2685662Z FAIL: Remove unused inputs 2022-12-01T10:05:17.2685837Z 2022-12-01T10:05:17.2685992Z Strategy: Truncate suffix (G: 4) (7 nodes, 2 inputs) 2022-12-01T10:05:17.2686349Z SUCCESS: Went from 7 to 6 nodes 2022-12-01T10:05:17.2686550Z 2022-12-01T10:05:17.2686684Z # Working Repro with 6 nodes 2022-12-01T10:05:17.2687255Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:05:17.2687754Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:05:17.2688189Z 2022-12-01T10:05:17.2688196Z 2022-12-01T10:05:17.2688201Z 2022-12-01T10:05:17.2688331Z def forward(self, x_1, y_1): 2022-12-01T10:05:17.2688797Z div = torch.ops.aten.div.Tensor(y_1, 3); y_1 = None 2022-12-01T10:05:17.2689235Z add = torch.ops.aten.add.Tensor(x_1, 3); x_1 = None 2022-12-01T10:05:17.2689715Z mul = torch.ops.aten.mul.Tensor(add, div); add = div = None 2022-12-01T10:05:17.2690093Z return (mul,) 2022-12-01T10:05:17.2690327Z 2022-12-01T10:05:17.2690461Z 2022-12-01T10:05:17.2690577Z Trying granularity 4 2022-12-01T10:05:17.2690751Z 2022-12-01T10:05:17.2690928Z Strategy: Eliminate dead code (G: 4) (6 nodes, 2 inputs) 2022-12-01T10:05:17.2691298Z FAIL: Eliminate dead code 2022-12-01T10:05:17.2691519Z 2022-12-01T10:05:17.2691747Z Strategy: Remove unused inputs (G: 4) (6 nodes, 2 inputs) 2022-12-01T10:05:17.2692140Z FAIL: Remove unused inputs 2022-12-01T10:05:17.2692338Z 2022-12-01T10:05:17.2692513Z Strategy: Truncate suffix (G: 4) (6 nodes, 2 inputs) 2022-12-01T10:05:17.2692813Z FAIL: Truncate suffix 2022-12-01T10:05:17.2692979Z 2022-12-01T10:05:17.2693153Z Strategy: Delta Debugging (G: 4) (6 nodes, 2 inputs) 2022-12-01T10:05:17.2693531Z SUCCESS: Went from 6 to 4 nodes 2022-12-01T10:05:17.2693733Z 2022-12-01T10:05:17.2693868Z # Working Repro with 4 nodes 2022-12-01T10:05:17.2694448Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:05:17.2695014Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:05:17.2695367Z 2022-12-01T10:05:17.2695375Z 2022-12-01T10:05:17.2695382Z 2022-12-01T10:05:17.2695527Z def forward(self, div, add): 2022-12-01T10:05:17.2695936Z mul = torch.ops.aten.mul.Tensor(add, div); add = div = None 2022-12-01T10:05:17.2696331Z return (mul,) 2022-12-01T10:05:17.2696613Z 2022-12-01T10:05:17.2696775Z 2022-12-01T10:05:17.2696904Z Trying granularity 4 2022-12-01T10:05:17.2697098Z 2022-12-01T10:05:17.2697305Z Strategy: Eliminate dead code (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:05:17.2697693Z FAIL: Eliminate dead code 2022-12-01T10:05:17.2697899Z 2022-12-01T10:05:17.2698107Z Strategy: Remove unused inputs (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:05:17.2698482Z FAIL: Remove unused inputs 2022-12-01T10:05:17.2698693Z 2022-12-01T10:05:17.2698885Z Strategy: Truncate suffix (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:05:17.2699255Z FAIL: Truncate suffix 2022-12-01T10:05:17.2699459Z 2022-12-01T10:05:17.2699633Z Strategy: Delta Debugging (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:05:17.2700001Z FAIL: Delta Debugging 2022-12-01T10:05:17.2700325Z Trying granularity 2 2022-12-01T10:05:17.2700524Z 2022-12-01T10:05:17.2700712Z Strategy: Truncate suffix (G: 2) (4 nodes, 2 inputs) 2022-12-01T10:05:17.2701067Z FAIL: Truncate suffix 2022-12-01T10:05:17.2701264Z 2022-12-01T10:05:17.2701451Z Strategy: Delta Debugging (G: 2) (4 nodes, 2 inputs) 2022-12-01T10:05:17.2701827Z FAIL: Delta Debugging 2022-12-01T10:05:17.2702131Z Trying granularity 1 2022-12-01T10:05:17.2702327Z 2022-12-01T10:05:17.2702513Z Strategy: Truncate suffix (G: 1) (4 nodes, 2 inputs) 2022-12-01T10:05:17.2702884Z FAIL: Truncate suffix 2022-12-01T10:05:17.2703087Z 2022-12-01T10:05:17.2703262Z Strategy: Delta Debugging (G: 1) (4 nodes, 2 inputs) 2022-12-01T10:05:17.2703631Z FAIL: Delta Debugging 2022-12-01T10:05:17.2703828Z 2022-12-01T10:05:17.2704018Z Strategy: Remove outputs (G: 1) (4 nodes, 2 inputs) 2022-12-01T10:05:17.2704382Z FAIL: Remove outputs 2022-12-01T10:05:17.2704667Z Made 9 queries 2022-12-01T10:05:17.2704846Z 2022-12-01T10:05:17.2704993Z # Working Repro with 4 nodes 2022-12-01T10:05:17.2705626Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:05:17.2706238Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:05:17.2706597Z 2022-12-01T10:05:17.2706605Z 2022-12-01T10:05:17.2706731Z 2022-12-01T10:05:17.2706884Z def forward(self, div, add): 2022-12-01T10:05:17.2707318Z mul = torch.ops.aten.mul.Tensor(add, div); add = div = None 2022-12-01T10:05:17.2707710Z return (mul,) 2022-12-01T10:05:17.2707976Z 2022-12-01T10:05:17.2708188Z 2022-12-01T10:05:17.2708363Z Wrote minimal repro out to repro.py 2022-12-01T10:05:17.2708698Z ok (0.021s) 2022-12-01T10:05:17.2709094Z test_input_returned (__main__.TestMinifier) ... Started off with 7 nodes 2022-12-01T10:05:17.2709391Z 2022-12-01T10:05:17.2709536Z # Working Repro with 7 nodes 2022-12-01T10:05:17.2710265Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:05:17.2710930Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:05:17.2711282Z 2022-12-01T10:05:17.2711290Z 2022-12-01T10:05:17.2711298Z 2022-12-01T10:05:17.2711448Z def forward(self, a_1, b_1, c_1): 2022-12-01T10:05:17.2711870Z sin = torch.ops.aten.sin.default(a_1); a_1 = None 2022-12-01T10:05:17.2712331Z cos = torch.ops.aten.cos.default(c_1); c_1 = None 2022-12-01T10:05:17.2712770Z mul = torch.ops.aten.mul.Tensor(sin, cos) 2022-12-01T10:05:17.2713164Z return (sin, b_1, cos, mul) 2022-12-01T10:05:17.2713460Z 2022-12-01T10:05:17.2713634Z 2022-12-01T10:05:17.2713772Z Trying granularity 4 2022-12-01T10:05:17.2713976Z 2022-12-01T10:05:17.2714167Z Strategy: Remove outputs (G: 4) (7 nodes, 3 inputs) 2022-12-01T10:05:17.2714547Z SUCCESS: Went from 4 to 2 outputs 2022-12-01T10:05:17.2714763Z 2022-12-01T10:05:17.2714911Z # Working Repro with 7 nodes 2022-12-01T10:05:17.2715646Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:05:17.2716317Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:05:17.2716660Z 2022-12-01T10:05:17.2716668Z 2022-12-01T10:05:17.2716675Z 2022-12-01T10:05:17.2716824Z def forward(self, a_1, b_1, c_1): 2022-12-01T10:05:17.2717224Z sin = torch.ops.aten.sin.default(a_1); a_1 = None 2022-12-01T10:05:17.2717685Z cos = torch.ops.aten.cos.default(c_1); c_1 = None 2022-12-01T10:05:17.2718137Z mul = torch.ops.aten.mul.Tensor(sin, cos); cos = None 2022-12-01T10:05:17.2718527Z return [b_1, sin] 2022-12-01T10:05:17.2718818Z 2022-12-01T10:05:17.2718979Z 2022-12-01T10:05:17.2719098Z Trying granularity 4 2022-12-01T10:05:17.2719447Z 2022-12-01T10:05:17.2719653Z Strategy: Eliminate dead code (G: 4) (7 nodes, 3 inputs) 2022-12-01T10:05:17.2720056Z SUCCESS: Went from 7 to 5 nodes 2022-12-01T10:05:17.2720271Z 2022-12-01T10:05:17.2720419Z # Working Repro with 5 nodes 2022-12-01T10:05:17.2721140Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:05:17.2721894Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:05:17.2722308Z 2022-12-01T10:05:17.2722316Z 2022-12-01T10:05:17.2722324Z 2022-12-01T10:05:17.2722549Z def forward(self, a_1, b_1, c_1): 2022-12-01T10:05:17.2723191Z sin = torch.ops.aten.sin.default(a_1); a_1 = None 2022-12-01T10:05:17.2723564Z return [b_1, sin] 2022-12-01T10:05:17.2723852Z 2022-12-01T10:05:17.2724016Z 2022-12-01T10:05:17.2724148Z Trying granularity 4 2022-12-01T10:05:17.2724441Z 2022-12-01T10:05:17.2724628Z Strategy: Eliminate dead code (G: 4) (5 nodes, 3 inputs) 2022-12-01T10:05:17.2725021Z FAIL: Eliminate dead code 2022-12-01T10:05:17.2725230Z 2022-12-01T10:05:17.2725436Z Strategy: Remove unused inputs (G: 4) (5 nodes, 3 inputs) 2022-12-01T10:05:17.2725817Z SUCCESS: Went from 5 to 4 nodes 2022-12-01T10:05:17.2726029Z 2022-12-01T10:05:17.2726176Z # Working Repro with 4 nodes 2022-12-01T10:05:17.2726787Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:05:17.2727510Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:05:17.2727876Z 2022-12-01T10:05:17.2727884Z 2022-12-01T10:05:17.2727892Z 2022-12-01T10:05:17.2728080Z def forward(self, a_1, b_1): 2022-12-01T10:05:17.2728494Z sin = torch.ops.aten.sin.default(a_1); a_1 = None 2022-12-01T10:05:17.2728887Z return [b_1, sin] 2022-12-01T10:05:17.2729158Z 2022-12-01T10:05:17.2729319Z 2022-12-01T10:05:17.2729454Z Trying granularity 4 2022-12-01T10:05:17.2729643Z 2022-12-01T10:05:17.2729850Z Strategy: Eliminate dead code (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:05:17.2730238Z FAIL: Eliminate dead code 2022-12-01T10:05:17.2730433Z 2022-12-01T10:05:17.2730637Z Strategy: Remove unused inputs (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:05:17.2731036Z FAIL: Remove unused inputs 2022-12-01T10:05:17.2731247Z 2022-12-01T10:05:17.2731437Z Strategy: Truncate suffix (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:05:17.2731857Z FAIL: Truncate suffix 2022-12-01T10:05:17.2732097Z 2022-12-01T10:05:17.2732329Z Strategy: Delta Debugging (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:05:17.2732821Z SUCCESS: Went from 4 to 3 nodes 2022-12-01T10:05:17.2733052Z 2022-12-01T10:05:17.2733327Z # Working Repro with 3 nodes 2022-12-01T10:05:17.2733975Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:05:17.2734670Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:05:17.2735064Z 2022-12-01T10:05:17.2735072Z 2022-12-01T10:05:17.2735079Z 2022-12-01T10:05:17.2735272Z def forward(self, b_1, sin): 2022-12-01T10:05:17.2735626Z return [b_1, sin] 2022-12-01T10:05:17.2736052Z 2022-12-01T10:05:17.2736251Z 2022-12-01T10:05:17.2736422Z Trying granularity 2 2022-12-01T10:05:17.2736657Z 2022-12-01T10:05:17.2736891Z Strategy: Remove outputs (G: 2) (3 nodes, 2 inputs) 2022-12-01T10:05:17.2737301Z SUCCESS: Went from 2 to 1 outputs 2022-12-01T10:05:17.2737556Z 2022-12-01T10:05:17.2737738Z # Working Repro with 3 nodes 2022-12-01T10:05:17.2738425Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:05:17.2738999Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:05:17.2739368Z 2022-12-01T10:05:17.2739374Z 2022-12-01T10:05:17.2739381Z 2022-12-01T10:05:17.2739549Z def forward(self, b_1, sin): 2022-12-01T10:05:17.2739924Z return [sin] 2022-12-01T10:05:17.2740331Z 2022-12-01T10:05:17.2740472Z 2022-12-01T10:05:17.2740643Z Trying granularity 2 2022-12-01T10:05:17.2740892Z 2022-12-01T10:05:17.2741126Z Strategy: Eliminate dead code (G: 2) (3 nodes, 2 inputs) 2022-12-01T10:05:17.2741574Z FAIL: Eliminate dead code 2022-12-01T10:05:17.2741812Z 2022-12-01T10:05:17.2742000Z Strategy: Remove unused inputs (G: 2) (3 nodes, 2 inputs) 2022-12-01T10:05:17.2742487Z SUCCESS: Went from 3 to 2 nodes 2022-12-01T10:05:17.2742733Z 2022-12-01T10:05:17.2742904Z # Working Repro with 2 nodes 2022-12-01T10:05:17.2743459Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:05:17.2743990Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:05:17.2744381Z 2022-12-01T10:05:17.2744387Z 2022-12-01T10:05:17.2744393Z 2022-12-01T10:05:17.2744559Z def forward(self, sin): 2022-12-01T10:05:17.2744994Z return [sin] 2022-12-01T10:05:17.2745272Z 2022-12-01T10:05:17.2745469Z 2022-12-01T10:05:17.2745639Z Trying granularity 2 2022-12-01T10:05:17.2745861Z 2022-12-01T10:05:17.2746094Z Strategy: Eliminate dead code (G: 2) (2 nodes, 1 inputs) 2022-12-01T10:05:17.2746494Z FAIL: Eliminate dead code 2022-12-01T10:05:17.2746784Z 2022-12-01T10:05:17.2747026Z Strategy: Remove unused inputs (G: 2) (2 nodes, 1 inputs) 2022-12-01T10:05:17.2747492Z FAIL: Remove unused inputs 2022-12-01T10:05:17.2747736Z 2022-12-01T10:05:17.2747961Z Strategy: Truncate suffix (G: 2) (2 nodes, 1 inputs) 2022-12-01T10:05:17.2748494Z FAIL: Truncate suffix 2022-12-01T10:05:17.2748733Z 2022-12-01T10:05:17.2748994Z Strategy: Delta Debugging (G: 2) (2 nodes, 1 inputs) 2022-12-01T10:05:17.2749437Z FAIL: Delta Debugging 2022-12-01T10:05:17.2749823Z Trying granularity 1 2022-12-01T10:05:17.2750070Z 2022-12-01T10:05:17.2750296Z Strategy: Truncate suffix (G: 1) (2 nodes, 1 inputs) 2022-12-01T10:05:17.2750734Z FAIL: Truncate suffix 2022-12-01T10:05:17.2750997Z 2022-12-01T10:05:17.2751222Z Strategy: Delta Debugging (G: 1) (2 nodes, 1 inputs) 2022-12-01T10:05:17.2751615Z FAIL: Delta Debugging 2022-12-01T10:05:17.2751859Z 2022-12-01T10:05:17.2752110Z Strategy: Remove outputs (G: 1) (2 nodes, 1 inputs) 2022-12-01T10:05:17.2752551Z FAIL: Remove outputs 2022-12-01T10:05:17.2752875Z Made 15 queries 2022-12-01T10:05:17.2753121Z 2022-12-01T10:05:17.2753305Z # Working Repro with 2 nodes 2022-12-01T10:05:17.2753903Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:05:17.2754485Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:05:17.2754856Z 2022-12-01T10:05:17.2754863Z 2022-12-01T10:05:17.2754870Z 2022-12-01T10:05:17.2755044Z def forward(self, sin): 2022-12-01T10:05:17.2755452Z return [sin] 2022-12-01T10:05:17.2755810Z 2022-12-01T10:05:17.2755960Z 2022-12-01T10:05:17.2756164Z Wrote minimal repro out to repro.py 2022-12-01T10:05:17.2756591Z ok (0.021s) 2022-12-01T10:05:17.2757049Z test_module (__main__.TestMinifier) ... Started off with 6 nodes 2022-12-01T10:05:17.2757314Z 2022-12-01T10:05:17.2757546Z # Working Repro with 6 nodes 2022-12-01T10:05:17.2758105Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:05:17.2758723Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:05:17.2759115Z 2022-12-01T10:05:17.2759318Z 2022-12-01T10:05:17.2759327Z 2022-12-01T10:05:17.2811972Z def forward(self, x): 2022-12-01T10:05:17.2812416Z relu = self.relu(x); x = None 2022-12-01T10:05:17.2812861Z sub = relu - relu; relu = None 2022-12-01T10:05:17.2813220Z truediv = sub / sub; sub = None 2022-12-01T10:05:17.2813567Z add = truediv + 3; truediv = None 2022-12-01T10:05:17.2813895Z return add 2022-12-01T10:05:17.2814163Z 2022-12-01T10:05:17.2814331Z 2022-12-01T10:05:17.2814464Z Trying granularity 4 2022-12-01T10:05:17.2814678Z 2022-12-01T10:05:17.2814901Z Strategy: Eliminate dead code (G: 4) (6 nodes, 1 inputs) 2022-12-01T10:05:17.2815320Z FAIL: Eliminate dead code 2022-12-01T10:05:17.2815543Z 2022-12-01T10:05:17.2815748Z Strategy: Remove unused inputs (G: 4) (6 nodes, 1 inputs) 2022-12-01T10:05:17.2816150Z FAIL: Remove unused inputs 2022-12-01T10:05:17.2816456Z 2022-12-01T10:05:17.2816628Z Strategy: Truncate suffix (G: 4) (6 nodes, 1 inputs) 2022-12-01T10:05:17.2816955Z FAIL: Truncate suffix 2022-12-01T10:05:17.2817131Z 2022-12-01T10:05:17.2817293Z Strategy: Delta Debugging (G: 4) (6 nodes, 1 inputs) 2022-12-01T10:05:17.2817624Z FAIL: Delta Debugging 2022-12-01T10:05:17.2817923Z Trying granularity 2 2022-12-01T10:05:17.2818114Z 2022-12-01T10:05:17.2818286Z Strategy: Truncate suffix (G: 2) (6 nodes, 1 inputs) 2022-12-01T10:05:17.2818622Z FAIL: Truncate suffix 2022-12-01T10:05:17.2818816Z 2022-12-01T10:05:17.2819013Z Strategy: Delta Debugging (G: 2) (6 nodes, 1 inputs) 2022-12-01T10:05:17.2819403Z SUCCESS: Went from 6 to 5 nodes 2022-12-01T10:05:17.2819580Z 2022-12-01T10:05:17.2819714Z # Working Repro with 5 nodes 2022-12-01T10:05:17.2820237Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:05:17.2820653Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:05:17.2820947Z 2022-12-01T10:05:17.2820954Z 2022-12-01T10:05:17.2820960Z 2022-12-01T10:05:17.2821069Z def forward(self, relu): 2022-12-01T10:05:17.2821422Z sub = relu - relu; relu = None 2022-12-01T10:05:17.2821749Z truediv = sub / sub; sub = None 2022-12-01T10:05:17.2822224Z add = truediv + 3; truediv = None 2022-12-01T10:05:17.2822514Z return add 2022-12-01T10:05:17.2822716Z 2022-12-01T10:05:17.2822859Z 2022-12-01T10:05:17.2822984Z Trying granularity 4 2022-12-01T10:05:17.2823154Z 2022-12-01T10:05:17.2823433Z Strategy: Eliminate dead code (G: 4) (5 nodes, 1 inputs) 2022-12-01T10:05:17.2823757Z FAIL: Eliminate dead code 2022-12-01T10:05:17.2823925Z 2022-12-01T10:05:17.2824110Z Strategy: Remove unused inputs (G: 4) (5 nodes, 1 inputs) 2022-12-01T10:05:17.2824467Z FAIL: Remove unused inputs 2022-12-01T10:05:17.2824627Z 2022-12-01T10:05:17.2824786Z Strategy: Truncate suffix (G: 4) (5 nodes, 1 inputs) 2022-12-01T10:05:17.2825113Z FAIL: Truncate suffix 2022-12-01T10:05:17.2825293Z 2022-12-01T10:05:17.2825455Z Strategy: Delta Debugging (G: 4) (5 nodes, 1 inputs) 2022-12-01T10:05:17.2825799Z FAIL: Delta Debugging 2022-12-01T10:05:17.2826100Z Trying granularity 2 2022-12-01T10:05:17.2826290Z 2022-12-01T10:05:17.2826463Z Strategy: Truncate suffix (G: 2) (5 nodes, 1 inputs) 2022-12-01T10:05:17.2826805Z SUCCESS: Went from 5 to 4 nodes 2022-12-01T10:05:17.2826970Z 2022-12-01T10:05:17.2827088Z # Working Repro with 4 nodes 2022-12-01T10:05:17.2827501Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:05:17.2827952Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:05:17.2828377Z 2022-12-01T10:05:17.2828385Z 2022-12-01T10:05:17.2828391Z 2022-12-01T10:05:17.2828514Z def forward(self, relu): 2022-12-01T10:05:17.2828897Z sub = relu - relu; relu = None 2022-12-01T10:05:17.2829236Z truediv = sub / sub; sub = None 2022-12-01T10:05:17.2829523Z return (truediv,) 2022-12-01T10:05:17.2829796Z 2022-12-01T10:05:17.2829956Z 2022-12-01T10:05:17.2830088Z Trying granularity 4 2022-12-01T10:05:17.2830264Z 2022-12-01T10:05:17.2830447Z Strategy: Eliminate dead code (G: 4) (4 nodes, 1 inputs) 2022-12-01T10:05:17.2830829Z FAIL: Eliminate dead code 2022-12-01T10:05:17.2831055Z 2022-12-01T10:05:17.2831240Z Strategy: Remove unused inputs (G: 4) (4 nodes, 1 inputs) 2022-12-01T10:05:17.2831584Z FAIL: Remove unused inputs 2022-12-01T10:05:17.2831781Z 2022-12-01T10:05:17.2831958Z Strategy: Truncate suffix (G: 4) (4 nodes, 1 inputs) 2022-12-01T10:05:17.2832318Z FAIL: Truncate suffix 2022-12-01T10:05:17.2832509Z 2022-12-01T10:05:17.2832696Z Strategy: Delta Debugging (G: 4) (4 nodes, 1 inputs) 2022-12-01T10:05:17.2833028Z FAIL: Delta Debugging 2022-12-01T10:05:17.2833325Z Trying granularity 2 2022-12-01T10:05:17.2833526Z 2022-12-01T10:05:17.2833721Z Strategy: Truncate suffix (G: 2) (4 nodes, 1 inputs) 2022-12-01T10:05:17.2834079Z FAIL: Truncate suffix 2022-12-01T10:05:17.2834287Z 2022-12-01T10:05:17.2834484Z Strategy: Delta Debugging (G: 2) (4 nodes, 1 inputs) 2022-12-01T10:05:17.2834889Z SUCCESS: Went from 4 to 3 nodes 2022-12-01T10:05:17.2835115Z 2022-12-01T10:05:17.2835252Z # Working Repro with 3 nodes 2022-12-01T10:05:17.2835787Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:05:17.2836347Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:05:17.2836718Z 2022-12-01T10:05:17.2836726Z 2022-12-01T10:05:17.2836733Z 2022-12-01T10:05:17.2836875Z def forward(self, sub): 2022-12-01T10:05:17.2837220Z truediv = sub / sub; sub = None 2022-12-01T10:05:17.2837567Z return (truediv,) 2022-12-01T10:05:17.2837864Z 2022-12-01T10:05:17.2838031Z 2022-12-01T10:05:17.2838156Z Trying granularity 2 2022-12-01T10:05:17.2838368Z 2022-12-01T10:05:17.2838576Z Strategy: Eliminate dead code (G: 2) (3 nodes, 1 inputs) 2022-12-01T10:05:17.2839042Z FAIL: Eliminate dead code 2022-12-01T10:05:17.2839397Z 2022-12-01T10:05:17.2839580Z Strategy: Remove unused inputs (G: 2) (3 nodes, 1 inputs) 2022-12-01T10:05:17.2839942Z FAIL: Remove unused inputs 2022-12-01T10:05:17.2840116Z 2022-12-01T10:05:17.2840282Z Strategy: Truncate suffix (G: 2) (3 nodes, 1 inputs) 2022-12-01T10:05:17.2840598Z FAIL: Truncate suffix 2022-12-01T10:05:17.2840905Z 2022-12-01T10:05:17.2841088Z Strategy: Delta Debugging (G: 2) (3 nodes, 1 inputs) 2022-12-01T10:05:17.2841407Z FAIL: Delta Debugging 2022-12-01T10:05:17.2841689Z Trying granularity 1 2022-12-01T10:05:17.2841871Z 2022-12-01T10:05:17.2842151Z Strategy: Truncate suffix (G: 1) (3 nodes, 1 inputs) 2022-12-01T10:05:17.2842495Z FAIL: Truncate suffix 2022-12-01T10:05:17.2842685Z 2022-12-01T10:05:17.2842868Z Strategy: Delta Debugging (G: 1) (3 nodes, 1 inputs) 2022-12-01T10:05:17.2843215Z FAIL: Delta Debugging 2022-12-01T10:05:17.2843410Z 2022-12-01T10:05:17.2843588Z Strategy: Remove outputs (G: 1) (3 nodes, 1 inputs) 2022-12-01T10:05:17.2843953Z FAIL: Remove outputs 2022-12-01T10:05:17.2844243Z Made 15 queries 2022-12-01T10:05:17.2844470Z 2022-12-01T10:05:17.2844590Z # Working Repro with 3 nodes 2022-12-01T10:05:17.2845030Z inps = [(torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:05:17.2845501Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:05:17.2845956Z 2022-12-01T10:05:17.2845963Z 2022-12-01T10:05:17.2845970Z 2022-12-01T10:05:17.2846096Z def forward(self, sub): 2022-12-01T10:05:17.2846449Z truediv = sub / sub; sub = None 2022-12-01T10:05:17.2846788Z return (truediv,) 2022-12-01T10:05:17.2847097Z 2022-12-01T10:05:17.2847252Z 2022-12-01T10:05:17.2847413Z Wrote minimal repro out to repro.py 2022-12-01T10:05:17.2847776Z ok (0.027s) 2022-12-01T10:05:17.2848157Z test_tup_use (__main__.TestMinifier) ... Started off with 8 nodes 2022-12-01T10:05:17.2848409Z 2022-12-01T10:05:17.2848559Z # Working Repro with 8 nodes 2022-12-01T10:05:17.2849215Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:05:17.2849871Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:05:17.2850266Z 2022-12-01T10:05:17.2850274Z 2022-12-01T10:05:17.2850282Z 2022-12-01T10:05:17.2850437Z def forward(self, a_1, b_1): 2022-12-01T10:05:17.2850948Z std_mean = torch.ops.aten.std_mean.correction(a_1, None, correction = 1); a_1 = None 2022-12-01T10:05:17.2851426Z getitem = std_mean[0] 2022-12-01T10:05:17.2851800Z getitem_1 = std_mean[1]; std_mean = None 2022-12-01T10:05:17.2852252Z mul = torch.ops.aten.mul.Tensor(b_1, getitem_1); b_1 = getitem_1 = None 2022-12-01T10:05:17.2852799Z add = torch.ops.aten.add.Tensor(getitem, mul); getitem = mul = None 2022-12-01T10:05:17.2853230Z return (add,) 2022-12-01T10:05:17.2853513Z 2022-12-01T10:05:17.2853681Z 2022-12-01T10:05:17.2853818Z Trying granularity 8 2022-12-01T10:05:17.2854044Z 2022-12-01T10:05:17.2854276Z Strategy: Eliminate dead code (G: 8) (8 nodes, 2 inputs) 2022-12-01T10:05:17.2854681Z FAIL: Eliminate dead code 2022-12-01T10:05:17.2854875Z 2022-12-01T10:05:17.2855065Z Strategy: Remove unused inputs (G: 8) (8 nodes, 2 inputs) 2022-12-01T10:05:17.2855444Z FAIL: Remove unused inputs 2022-12-01T10:05:17.2855665Z 2022-12-01T10:05:17.2855864Z Strategy: Truncate suffix (G: 8) (8 nodes, 2 inputs) 2022-12-01T10:05:17.2856340Z FAIL: Truncate suffix 2022-12-01T10:05:17.2856536Z 2022-12-01T10:05:17.2856724Z Strategy: Delta Debugging (G: 8) (8 nodes, 2 inputs) 2022-12-01T10:05:17.2857100Z FAIL: Delta Debugging 2022-12-01T10:05:17.2857399Z Trying granularity 4 2022-12-01T10:05:17.2857600Z 2022-12-01T10:05:17.2857770Z Strategy: Truncate suffix (G: 4) (8 nodes, 2 inputs) 2022-12-01T10:05:17.2858138Z FAIL: Truncate suffix 2022-12-01T10:05:17.2858331Z 2022-12-01T10:05:17.2858503Z Strategy: Delta Debugging (G: 4) (8 nodes, 2 inputs) 2022-12-01T10:05:17.2858862Z SUCCESS: Went from 8 to 6 nodes 2022-12-01T10:05:17.2859246Z SUCCESS: Went from 2 to 3 inputs 2022-12-01T10:05:17.2859466Z 2022-12-01T10:05:17.2859605Z # Working Repro with 6 nodes 2022-12-01T10:05:17.2860388Z inps = [(torch.Size([3]), torch.float32, 'cpu'), (torch.Size([]), torch.float32, 'cpu'), (torch.Size([]), torch.float32, 'cpu')] 2022-12-01T10:05:17.2861223Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:05:17.2861587Z 2022-12-01T10:05:17.2861595Z 2022-12-01T10:05:17.2861604Z 2022-12-01T10:05:17.2861796Z def forward(self, b_1, getitem, getitem_1): 2022-12-01T10:05:17.2862332Z mul = torch.ops.aten.mul.Tensor(b_1, getitem_1); b_1 = getitem_1 = None 2022-12-01T10:05:17.2862857Z add = torch.ops.aten.add.Tensor(getitem, mul); getitem = mul = None 2022-12-01T10:05:17.2863260Z return (add,) 2022-12-01T10:05:17.2863520Z 2022-12-01T10:05:17.2863665Z 2022-12-01T10:05:17.2863781Z Trying granularity 4 2022-12-01T10:05:17.2863960Z 2022-12-01T10:05:17.2864161Z Strategy: Eliminate dead code (G: 4) (6 nodes, 3 inputs) 2022-12-01T10:05:17.2864538Z FAIL: Eliminate dead code 2022-12-01T10:05:17.2864758Z 2022-12-01T10:05:17.2864932Z Strategy: Remove unused inputs (G: 4) (6 nodes, 3 inputs) 2022-12-01T10:05:17.2865321Z FAIL: Remove unused inputs 2022-12-01T10:05:17.2865542Z 2022-12-01T10:05:17.2865749Z Strategy: Truncate suffix (G: 4) (6 nodes, 3 inputs) 2022-12-01T10:05:17.2866103Z FAIL: Truncate suffix 2022-12-01T10:05:17.2866288Z 2022-12-01T10:05:17.2866459Z Strategy: Delta Debugging (G: 4) (6 nodes, 3 inputs) 2022-12-01T10:05:17.2866881Z SUCCESS: Went from 6 to 4 nodes 2022-12-01T10:05:17.2867079Z 2022-12-01T10:05:17.2867211Z # Working Repro with 4 nodes 2022-12-01T10:05:17.2867833Z inps = [(torch.Size([]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:05:17.2868440Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:05:17.2868759Z 2022-12-01T10:05:17.2868766Z 2022-12-01T10:05:17.2868771Z 2022-12-01T10:05:17.2868915Z def forward(self, getitem, mul): 2022-12-01T10:05:17.2869356Z add = torch.ops.aten.add.Tensor(getitem, mul); getitem = mul = None 2022-12-01T10:05:17.2869760Z return (add,) 2022-12-01T10:05:17.2870047Z 2022-12-01T10:05:17.2870222Z 2022-12-01T10:05:17.2870372Z Trying granularity 4 2022-12-01T10:05:17.2870585Z 2022-12-01T10:05:17.2870790Z Strategy: Eliminate dead code (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:05:17.2871203Z FAIL: Eliminate dead code 2022-12-01T10:05:17.2871421Z 2022-12-01T10:05:17.2871641Z Strategy: Remove unused inputs (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:05:17.2872146Z FAIL: Remove unused inputs 2022-12-01T10:05:17.2872343Z 2022-12-01T10:05:17.2872539Z Strategy: Truncate suffix (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:05:17.2872905Z FAIL: Truncate suffix 2022-12-01T10:05:17.2873104Z 2022-12-01T10:05:17.2873284Z Strategy: Delta Debugging (G: 4) (4 nodes, 2 inputs) 2022-12-01T10:05:17.2873582Z FAIL: Delta Debugging 2022-12-01T10:05:17.2873809Z Trying granularity 2 2022-12-01T10:05:17.2873965Z 2022-12-01T10:05:17.2874116Z Strategy: Truncate suffix (G: 2) (4 nodes, 2 inputs) 2022-12-01T10:05:17.2874406Z FAIL: Truncate suffix 2022-12-01T10:05:17.2874600Z 2022-12-01T10:05:17.2874761Z Strategy: Delta Debugging (G: 2) (4 nodes, 2 inputs) 2022-12-01T10:05:17.2875075Z FAIL: Delta Debugging 2022-12-01T10:05:17.2875348Z Trying granularity 1 2022-12-01T10:05:17.2875498Z 2022-12-01T10:05:17.2875650Z Strategy: Truncate suffix (G: 1) (4 nodes, 2 inputs) 2022-12-01T10:05:17.2875946Z FAIL: Truncate suffix 2022-12-01T10:05:17.2876109Z 2022-12-01T10:05:17.2876258Z Strategy: Delta Debugging (G: 1) (4 nodes, 2 inputs) 2022-12-01T10:05:17.2876542Z FAIL: Delta Debugging 2022-12-01T10:05:17.2876701Z 2022-12-01T10:05:17.2876853Z Strategy: Remove outputs (G: 1) (4 nodes, 2 inputs) 2022-12-01T10:05:17.2877151Z FAIL: Remove outputs 2022-12-01T10:05:17.2877394Z Made 11 queries 2022-12-01T10:05:17.2877536Z 2022-12-01T10:05:17.2877653Z # Working Repro with 4 nodes 2022-12-01T10:05:17.2878156Z inps = [(torch.Size([]), torch.float32, 'cpu'), (torch.Size([3]), torch.float32, 'cpu')] 2022-12-01T10:05:17.2878721Z inps = [torch.zeros(())] + [torch.ones(shape, dtype=dtype, device=device) for (shape, dtype, device) in inps] 2022-12-01T10:05:17.2879033Z 2022-12-01T10:05:17.2879299Z 2022-12-01T10:05:17.2879321Z 2022-12-01T10:05:17.2879451Z def forward(self, getitem, mul): 2022-12-01T10:05:17.2879873Z add = torch.ops.aten.add.Tensor(getitem, mul); getitem = mul = None 2022-12-01T10:05:17.2880277Z return (add,) 2022-12-01T10:05:17.2880631Z 2022-12-01T10:05:17.2880795Z 2022-12-01T10:05:17.2880958Z Wrote minimal repro out to repro.py 2022-12-01T10:05:17.2881295Z ok (0.025s) 2022-12-01T10:05:17.2881471Z 2022-12-01T10:05:17.2881853Z ---------------------------------------------------------------------- 2022-12-01T10:05:17.2882260Z Ran 5 tests in 0.362s 2022-12-01T10:05:17.2882449Z 2022-12-01T10:05:17.2882551Z OK 2022-12-01T10:05:17.2882708Z 2022-12-01T10:05:17.2882849Z Generating XML reports... 2022-12-01T10:05:17.2883534Z Generated XML report: test-reports/python-unittest/functorch.test_minifier/TEST-TestMinifier-20221201100516.xml 2022-12-01T10:05:17.2883906Z 2022-12-01T10:05:17.2884471Z ##[endgroup] 2022-12-01T10:05:17.2885186Z FINISHED PRINTING LOG FILE of functorch/test_minifier (/var/lib/jenkins/workspace/test/test-reports/functorch-test_minifier_5i4i3rcf) 2022-12-01T10:05:17.2885549Z 2022-12-01T10:05:18.7700483Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:05:18.8308346Z Ignoring disabled issues: [] 2022-12-01T10:10:24.1717991Z 2022-12-01T10:10:24.1718476Z Expand the folded group to see the log file of functorch/test_aotdispatch 2022-12-01T10:10:24.1719655Z ##[group]PRINTING LOG FILE of functorch/test_aotdispatch (/var/lib/jenkins/workspace/test/test-reports/functorch-test_aotdispatch_8f72vrdv) 2022-12-01T10:10:24.1747297Z Test results will be stored in test-reports/python-unittest/functorch.test_aotdispatch 2022-12-01T10:10:24.1750712Z /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:10:24.1751298Z warnings.warn(msg, FutureWarning) 2022-12-01T10:10:24.1752181Z /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:10:24.1753029Z warnings.warn(msg, FutureWarning) 2022-12-01T10:10:24.1754061Z /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:10:24.1754681Z warnings.warn(msg, FutureWarning) 2022-12-01T10:10:24.1755704Z /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:10:24.1756253Z warnings.warn(msg, FutureWarning) 2022-12-01T10:10:24.1757182Z /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:10:24.1757937Z warnings.warn(msg, FutureWarning) 2022-12-01T10:10:24.1758859Z /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:10:24.1759786Z warnings.warn(msg, FutureWarning) 2022-12-01T10:10:24.1761016Z 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:10:24.1761414Z UserWarning) 2022-12-01T10:10:24.1761522Z 2022-12-01T10:10:24.1761595Z Running tests... 2022-12-01T10:10:24.1761969Z ---------------------------------------------------------------------- 2022-12-01T10:10:24.1762278Z test_batch_norm_amp (__main__.TestAOTAutograd) ... skip: CUDA is unavailable (0.001s) 2022-12-01T10:10:24.1762680Z test_batchnorm (__main__.TestAOTAutograd) ... ok (0.018s) 2022-12-01T10:10:24.1763930Z 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:10:24.1765312Z "Your compiler for AOTAutograd is returning a a function that doesn't take boxed arguments. " 2022-12-01T10:10:24.1765766Z ok (0.015s) 2022-12-01T10:10:24.1766127Z test_dupe_arg (__main__.TestAOTAutograd) ... ok (0.009s) 2022-12-01T10:10:24.1766447Z test_grad_context (__main__.TestAOTAutograd) ... ok (0.011s) 2022-12-01T10:10:24.1766701Z test_inner_grad (__main__.TestAOTAutograd) ... ok (0.012s) 2022-12-01T10:10:24.1767070Z test_list_codegen (__main__.TestAOTAutograd) ... ok (0.021s) 2022-12-01T10:10:24.1767474Z test_module (__main__.TestAOTAutograd) ... ok (0.021s) 2022-12-01T10:10:24.1767897Z test_multi_output (__main__.TestAOTAutograd) ... ok (0.011s) 2022-12-01T10:10:24.1768304Z test_multi_output_list (__main__.TestAOTAutograd) ... ok (0.011s) 2022-12-01T10:10:24.1768759Z test_no_grad_input_output (__main__.TestAOTAutograd) ... ok (0.055s) 2022-12-01T10:10:24.1769192Z test_output_dict (__main__.TestAOTAutograd) ... ok (0.029s) 2022-12-01T10:10:24.1769590Z test_output_op_depending_on_symint (__main__.TestAOTAutograd) 2022-12-01T10:10:24.1770306Z 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.108s) 2022-12-01T10:10:24.1770823Z test_resize_input (__main__.TestAOTAutograd) ... ok (0.007s) 2022-12-01T10:10:24.1771230Z test_single_output (__main__.TestAOTAutograd) ... ok (0.009s) 2022-12-01T10:10:24.1771678Z test_aot_module_simplified (__main__.TestAOTModuleSimplified) ... ok (0.110s) 2022-12-01T10:10:24.1773241Z 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:10:24.1774586Z "Your compiler for AOTAutograd is returning a a function that doesn't take boxed arguments. " 2022-12-01T10:10:24.1774986Z ok (0.027s) 2022-12-01T10:10:24.1775412Z test_aot_autograd_exhaustive_H_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.020s) 2022-12-01T10:10:24.1775949Z test_aot_autograd_exhaustive_T_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.018s) 2022-12-01T10:10:24.1776542Z test_aot_autograd_exhaustive___getitem___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.224s) 2022-12-01T10:10:24.1777130Z test_aot_autograd_exhaustive___radd___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.091s) 2022-12-01T10:10:24.1777688Z test_aot_autograd_exhaustive___rdiv___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.165s) 2022-12-01T10:10:24.1778267Z test_aot_autograd_exhaustive___rmatmul___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.252s) 2022-12-01T10:10:24.1778941Z test_aot_autograd_exhaustive___rmod___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.134s) 2022-12-01T10:10:24.1779569Z test_aot_autograd_exhaustive___rmul___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.133s) 2022-12-01T10:10:24.1780964Z 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:10:24.1781895Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:10:24.1782317Z ok (0.215s) 2022-12-01T10:10:24.1782647Z test_aot_autograd_exhaustive___rsub___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.098s) 2022-12-01T10:10:24.1782998Z test_aot_autograd_exhaustive_abs_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.011s) 2022-12-01T10:10:24.1783361Z test_aot_autograd_exhaustive_acos_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.042s) 2022-12-01T10:10:24.1783729Z test_aot_autograd_exhaustive_acosh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.037s) 2022-12-01T10:10:24.1784091Z test_aot_autograd_exhaustive_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.111s) 2022-12-01T10:10:24.1784443Z test_aot_autograd_exhaustive_addbmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.121s) 2022-12-01T10:10:24.1784815Z test_aot_autograd_exhaustive_addcdiv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.238s) 2022-12-01T10:10:24.1785185Z test_aot_autograd_exhaustive_addcmul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.192s) 2022-12-01T10:10:24.1785536Z test_aot_autograd_exhaustive_addmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.053s) 2022-12-01T10:10:24.1786425Z test_aot_autograd_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.046s) 2022-12-01T10:10:24.1786809Z test_aot_autograd_exhaustive_addmv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.097s) 2022-12-01T10:10:24.1787181Z test_aot_autograd_exhaustive_addr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.058s) 2022-12-01T10:10:24.1787564Z test_aot_autograd_exhaustive_all_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1787997Z test_aot_autograd_exhaustive_allclose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1788397Z test_aot_autograd_exhaustive_amax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.337s) 2022-12-01T10:10:24.1788762Z test_aot_autograd_exhaustive_amin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.337s) 2022-12-01T10:10:24.1789147Z test_aot_autograd_exhaustive_aminmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1789549Z test_aot_autograd_exhaustive_angle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.010s) 2022-12-01T10:10:24.1789951Z test_aot_autograd_exhaustive_any_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1790381Z test_aot_autograd_exhaustive_arange_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1790799Z test_aot_autograd_exhaustive_argmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1791230Z test_aot_autograd_exhaustive_argmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1791660Z test_aot_autograd_exhaustive_argsort_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1792153Z test_aot_autograd_exhaustive_argwhere_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1792576Z test_aot_autograd_exhaustive_as_strided_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.086s) 2022-12-01T10:10:24.1792980Z test_aot_autograd_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:10:24.1793373Z test_aot_autograd_exhaustive_asin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.015s) 2022-12-01T10:10:24.1793737Z test_aot_autograd_exhaustive_asinh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.013s) 2022-12-01T10:10:24.1794088Z test_aot_autograd_exhaustive_atan2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.171s) 2022-12-01T10:10:24.1794453Z test_aot_autograd_exhaustive_atan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.013s) 2022-12-01T10:10:24.1794817Z test_aot_autograd_exhaustive_atanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-12-01T10:10:24.1795178Z test_aot_autograd_exhaustive_atleast_1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.055s) 2022-12-01T10:10:24.1795552Z test_aot_autograd_exhaustive_atleast_2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.058s) 2022-12-01T10:10:24.1795919Z test_aot_autograd_exhaustive_atleast_3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.067s) 2022-12-01T10:10:24.1796292Z test_aot_autograd_exhaustive_baddbmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.100s) 2022-12-01T10:10:24.1796651Z test_aot_autograd_exhaustive_bernoulli_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.040s) 2022-12-01T10:10:24.1797021Z test_aot_autograd_exhaustive_bfloat16_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.049s) 2022-12-01T10:10:24.1797393Z test_aot_autograd_exhaustive_block_diag_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.069s) 2022-12-01T10:10:24.1797763Z test_aot_autograd_exhaustive_bmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.014s) 2022-12-01T10:10:24.1798145Z test_aot_autograd_exhaustive_bool_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1798592Z test_aot_autograd_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1799014Z test_aot_autograd_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.024s) 2022-12-01T10:10:24.1799580Z test_aot_autograd_exhaustive_broadcast_to_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.069s) 2022-12-01T10:10:24.1799979Z test_aot_autograd_exhaustive_bucketize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1800411Z test_aot_autograd_exhaustive_byte_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1800819Z test_aot_autograd_exhaustive_cartesian_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.066s) 2022-12-01T10:10:24.1801197Z test_aot_autograd_exhaustive_cat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.078s) 2022-12-01T10:10:24.1801549Z test_aot_autograd_exhaustive_cdist_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (5.056s) 2022-12-01T10:10:24.1801917Z test_aot_autograd_exhaustive_ceil_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.012s) 2022-12-01T10:10:24.1802860Z 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:10:24.1803425Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-12-01T10:10:24.1803724Z expected failure (0.018s) 2022-12-01T10:10:24.1804052Z test_aot_autograd_exhaustive_char_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1804688Z 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:10:24.1805120Z L = torch.cholesky(A) 2022-12-01T10:10:24.1805299Z should be replaced with 2022-12-01T10:10:24.1805502Z L = torch.linalg.cholesky(A) 2022-12-01T10:10:24.1805686Z and 2022-12-01T10:10:24.1805853Z U = torch.cholesky(A, upper=True) 2022-12-01T10:10:24.1806058Z should be replaced with 2022-12-01T10:10:24.1806266Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T10:10:24.1806669Z 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:10:24.1807061Z return op.op(*c_args, **c_kwargs) 2022-12-01T10:10:24.1807269Z expected failure (0.033s) 2022-12-01T10:10:24.1807573Z test_aot_autograd_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.327s) 2022-12-01T10:10:24.1807949Z test_aot_autograd_exhaustive_cholesky_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.323s) 2022-12-01T10:10:24.1808329Z test_aot_autograd_exhaustive_chunk_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.045s) 2022-12-01T10:10:24.1808694Z test_aot_autograd_exhaustive_clamp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.108s) 2022-12-01T10:10:24.1809052Z test_aot_autograd_exhaustive_clamp_max_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.163s) 2022-12-01T10:10:24.1809427Z test_aot_autograd_exhaustive_clamp_min_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.161s) 2022-12-01T10:10:24.1809799Z test_aot_autograd_exhaustive_clone_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.019s) 2022-12-01T10:10:24.1810173Z test_aot_autograd_exhaustive_column_stack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.041s) 2022-12-01T10:10:24.1810541Z test_aot_autograd_exhaustive_combinations_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.935s) 2022-12-01T10:10:24.1810917Z test_aot_autograd_exhaustive_complex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.123s) 2022-12-01T10:10:24.1811283Z test_aot_autograd_exhaustive_conj_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.021s) 2022-12-01T10:10:24.1811654Z test_aot_autograd_exhaustive_conj_physical_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.008s) 2022-12-01T10:10:24.1812028Z test_aot_autograd_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.468s) 2022-12-01T10:10:24.1812412Z test_aot_autograd_exhaustive_contiguous_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.015s) 2022-12-01T10:10:24.1812788Z test_aot_autograd_exhaustive_copysign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.159s) 2022-12-01T10:10:24.1813166Z test_aot_autograd_exhaustive_corrcoef_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:10:24.1813550Z test_aot_autograd_exhaustive_cos_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.056s) 2022-12-01T10:10:24.1813918Z test_aot_autograd_exhaustive_cosh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.048s) 2022-12-01T10:10:24.1814325Z test_aot_autograd_exhaustive_count_nonzero_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1814733Z test_aot_autograd_exhaustive_cov_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:10:24.1815112Z test_aot_autograd_exhaustive_cross_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.034s) 2022-12-01T10:10:24.1815508Z test_aot_autograd_exhaustive_cummax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.036s) 2022-12-01T10:10:24.1815872Z test_aot_autograd_exhaustive_cummin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.037s) 2022-12-01T10:10:24.1816250Z test_aot_autograd_exhaustive_cumprod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.447s) 2022-12-01T10:10:24.1816621Z test_aot_autograd_exhaustive_cumsum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.041s) 2022-12-01T10:10:24.1817004Z test_aot_autograd_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.241s) 2022-12-01T10:10:24.1817390Z test_aot_autograd_exhaustive_deg2rad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.028s) 2022-12-01T10:10:24.1817741Z test_aot_autograd_exhaustive_diag_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.149s) 2022-12-01T10:10:24.1818114Z test_aot_autograd_exhaustive_diag_embed_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.168s) 2022-12-01T10:10:24.1818495Z test_aot_autograd_exhaustive_diagflat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.056s) 2022-12-01T10:10:24.1818853Z test_aot_autograd_exhaustive_diagonal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.140s) 2022-12-01T10:10:24.1819231Z test_aot_autograd_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.185s) 2022-12-01T10:10:24.1819607Z test_aot_autograd_exhaustive_diff_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.930s) 2022-12-01T10:10:24.1819972Z test_aot_autograd_exhaustive_digamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.031s) 2022-12-01T10:10:24.1820323Z test_aot_autograd_exhaustive_dist_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.929s) 2022-12-01T10:10:24.1820700Z test_aot_autograd_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.119s) 2022-12-01T10:10:24.1821093Z test_aot_autograd_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.134s) 2022-12-01T10:10:24.1821488Z test_aot_autograd_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.121s) 2022-12-01T10:10:24.1821853Z test_aot_autograd_exhaustive_dot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.017s) 2022-12-01T10:10:24.1822220Z test_aot_autograd_exhaustive_double_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.050s) 2022-12-01T10:10:24.1822586Z test_aot_autograd_exhaustive_dsplit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.038s) 2022-12-01T10:10:24.1822951Z test_aot_autograd_exhaustive_dstack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.041s) 2022-12-01T10:10:24.1823299Z test_aot_autograd_exhaustive_einsum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.292s) 2022-12-01T10:10:24.1823702Z test_aot_autograd_exhaustive_empty_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1824146Z test_aot_autograd_exhaustive_empty_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1824585Z test_aot_autograd_exhaustive_eq_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1825001Z test_aot_autograd_exhaustive_equal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1825396Z test_aot_autograd_exhaustive_erf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-12-01T10:10:24.1825760Z test_aot_autograd_exhaustive_erfc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.043s) 2022-12-01T10:10:24.1826112Z test_aot_autograd_exhaustive_erfinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-12-01T10:10:24.1826474Z test_aot_autograd_exhaustive_exp2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.040s) 2022-12-01T10:10:24.1826865Z test_aot_autograd_exhaustive_exp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.039s) 2022-12-01T10:10:24.1827263Z test_aot_autograd_exhaustive_expand_as_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.030s) 2022-12-01T10:10:24.1827624Z test_aot_autograd_exhaustive_expand_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.091s) 2022-12-01T10:10:24.1827991Z test_aot_autograd_exhaustive_expm1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.015s) 2022-12-01T10:10:24.1828388Z test_aot_autograd_exhaustive_eye_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1828784Z test_aot_autograd_exhaustive_fft_fft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.090s) 2022-12-01T10:10:24.1829137Z test_aot_autograd_exhaustive_fft_fft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.091s) 2022-12-01T10:10:24.1829508Z test_aot_autograd_exhaustive_fft_fftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.116s) 2022-12-01T10:10:24.1829887Z test_aot_autograd_exhaustive_fft_fftshift_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.051s) 2022-12-01T10:10:24.1830261Z test_aot_autograd_exhaustive_fft_hfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.139s) 2022-12-01T10:10:24.1830615Z test_aot_autograd_exhaustive_fft_hfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.213s) 2022-12-01T10:10:24.1830982Z test_aot_autograd_exhaustive_fft_hfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.192s) 2022-12-01T10:10:24.1831354Z test_aot_autograd_exhaustive_fft_ifft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.103s) 2022-12-01T10:10:24.1831705Z test_aot_autograd_exhaustive_fft_ifft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.111s) 2022-12-01T10:10:24.1832073Z test_aot_autograd_exhaustive_fft_ifftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.116s) 2022-12-01T10:10:24.1832450Z test_aot_autograd_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.052s) 2022-12-01T10:10:24.1832827Z test_aot_autograd_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.126s) 2022-12-01T10:10:24.1833185Z test_aot_autograd_exhaustive_fft_ihfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.130s) 2022-12-01T10:10:24.1833558Z test_aot_autograd_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.159s) 2022-12-01T10:10:24.1833929Z test_aot_autograd_exhaustive_fft_irfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.183s) 2022-12-01T10:10:24.1834297Z test_aot_autograd_exhaustive_fft_irfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.119s) 2022-12-01T10:10:24.1834650Z test_aot_autograd_exhaustive_fft_irfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.141s) 2022-12-01T10:10:24.1835018Z test_aot_autograd_exhaustive_fft_rfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.101s) 2022-12-01T10:10:24.1835387Z test_aot_autograd_exhaustive_fft_rfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.263s) 2022-12-01T10:10:24.1835741Z test_aot_autograd_exhaustive_fft_rfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.127s) 2022-12-01T10:10:24.1836104Z test_aot_autograd_exhaustive_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.030s) 2022-12-01T10:10:24.1836468Z test_aot_autograd_exhaustive_flatten_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.052s) 2022-12-01T10:10:24.1836831Z test_aot_autograd_exhaustive_flip_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.093s) 2022-12-01T10:10:24.1837183Z test_aot_autograd_exhaustive_fliplr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.020s) 2022-12-01T10:10:24.1837545Z test_aot_autograd_exhaustive_flipud_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.021s) 2022-12-01T10:10:24.1837908Z test_aot_autograd_exhaustive_float_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.038s) 2022-12-01T10:10:24.1838311Z test_aot_autograd_exhaustive_float_power_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.369s) 2022-12-01T10:10:24.1838701Z test_aot_autograd_exhaustive_floor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.010s) 2022-12-01T10:10:24.1839113Z test_aot_autograd_exhaustive_floor_divide_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1839670Z test_aot_autograd_exhaustive_fmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.170s) 2022-12-01T10:10:24.1840031Z test_aot_autograd_exhaustive_fmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.170s) 2022-12-01T10:10:24.1840376Z test_aot_autograd_exhaustive_fmod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.119s) 2022-12-01T10:10:24.1840731Z test_aot_autograd_exhaustive_frac_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.024s) 2022-12-01T10:10:24.1841094Z test_aot_autograd_exhaustive_frexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.034s) 2022-12-01T10:10:24.1841488Z test_aot_autograd_exhaustive_full_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1841888Z test_aot_autograd_exhaustive_gather_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.052s) 2022-12-01T10:10:24.1842290Z test_aot_autograd_exhaustive_ge_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1842767Z test_aot_autograd_exhaustive_geqrf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1843156Z test_aot_autograd_exhaustive_gradient_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.897s) 2022-12-01T10:10:24.1843557Z test_aot_autograd_exhaustive_gt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1843952Z test_aot_autograd_exhaustive_half_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.049s) 2022-12-01T10:10:24.1844359Z test_aot_autograd_exhaustive_heaviside_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1844779Z test_aot_autograd_exhaustive_histc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1845210Z test_aot_autograd_exhaustive_histogram_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1845652Z test_aot_autograd_exhaustive_histogramdd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1846060Z test_aot_autograd_exhaustive_hsplit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.037s) 2022-12-01T10:10:24.1846417Z test_aot_autograd_exhaustive_hstack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.026s) 2022-12-01T10:10:24.1846786Z test_aot_autograd_exhaustive_hypot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.153s) 2022-12-01T10:10:24.1847150Z test_aot_autograd_exhaustive_i0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.031s) 2022-12-01T10:10:24.1847546Z test_aot_autograd_exhaustive_igamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1847969Z test_aot_autograd_exhaustive_igammac_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1848376Z test_aot_autograd_exhaustive_index_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.112s) 2022-12-01T10:10:24.1848755Z test_aot_autograd_exhaustive_index_copy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.037s) 2022-12-01T10:10:24.1849127Z test_aot_autograd_exhaustive_index_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.031s) 2022-12-01T10:10:24.1849550Z test_aot_autograd_exhaustive_index_put_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.052s) 2022-12-01T10:10:24.1850185Z 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:10:24.1850687Z return op.op(*c_args, **c_kwargs) 2022-12-01T10:10:24.1850895Z expected failure (0.012s) 2022-12-01T10:10:24.1851178Z test_aot_autograd_exhaustive_index_select_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.033s) 2022-12-01T10:10:24.1851554Z test_aot_autograd_exhaustive_inner_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.036s) 2022-12-01T10:10:24.1851951Z test_aot_autograd_exhaustive_int_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1852371Z test_aot_autograd_exhaustive_isclose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1852807Z test_aot_autograd_exhaustive_isfinite_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1853236Z test_aot_autograd_exhaustive_isin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1853662Z test_aot_autograd_exhaustive_isinf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1854076Z test_aot_autograd_exhaustive_isnan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1854505Z test_aot_autograd_exhaustive_isneginf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1854941Z test_aot_autograd_exhaustive_isposinf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1855377Z test_aot_autograd_exhaustive_isreal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1856308Z 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:10:24.1856834Z return op.op(*c_args, **c_kwargs) 2022-12-01T10:10:24.1857040Z expected failure (0.010s) 2022-12-01T10:10:24.1857373Z test_aot_autograd_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:10:24.1857823Z test_aot_autograd_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:10:24.1858255Z test_aot_autograd_exhaustive_jiterator_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:10:24.1858697Z test_aot_autograd_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:10:24.1859137Z test_aot_autograd_exhaustive_jiterator_unary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:10:24.1859529Z test_aot_autograd_exhaustive_kron_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.021s) 2022-12-01T10:10:24.1859886Z test_aot_autograd_exhaustive_kthvalue_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.127s) 2022-12-01T10:10:24.1860259Z test_aot_autograd_exhaustive_ldexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.163s) 2022-12-01T10:10:24.1860695Z test_aot_autograd_exhaustive_le_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1861109Z test_aot_autograd_exhaustive_lerp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.256s) 2022-12-01T10:10:24.1861482Z test_aot_autograd_exhaustive_lgamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.031s) 2022-12-01T10:10:24.1861878Z test_aot_autograd_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.030s) 2022-12-01T10:10:24.1862282Z test_aot_autograd_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.560s) 2022-12-01T10:10:24.1862654Z test_aot_autograd_exhaustive_linalg_cond_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.115s) 2022-12-01T10:10:24.1863039Z test_aot_autograd_exhaustive_linalg_cross_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.035s) 2022-12-01T10:10:24.1863415Z test_aot_autograd_exhaustive_linalg_det_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.158s) 2022-12-01T10:10:24.1863803Z test_aot_autograd_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.816s) 2022-12-01T10:10:24.1864197Z test_aot_autograd_exhaustive_linalg_eig_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:10:24.1864588Z test_aot_autograd_exhaustive_linalg_eigh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.368s) 2022-12-01T10:10:24.1864971Z test_aot_autograd_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.215s) 2022-12-01T10:10:24.1865362Z test_aot_autograd_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.188s) 2022-12-01T10:10:24.1865749Z test_aot_autograd_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.090s) 2022-12-01T10:10:24.1866143Z test_aot_autograd_exhaustive_linalg_inv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.210s) 2022-12-01T10:10:24.1866526Z test_aot_autograd_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.211s) 2022-12-01T10:10:24.1866948Z test_aot_autograd_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1867391Z test_aot_autograd_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1867847Z test_aot_autograd_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1868263Z test_aot_autograd_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.945s) 2022-12-01T10:10:24.1868654Z test_aot_autograd_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.737s) 2022-12-01T10:10:24.1869028Z test_aot_autograd_exhaustive_linalg_lu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.683s) 2022-12-01T10:10:24.1869413Z test_aot_autograd_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.699s) 2022-12-01T10:10:24.1869801Z test_aot_autograd_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.692s) 2022-12-01T10:10:24.1870190Z test_aot_autograd_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:10:24.1870590Z test_aot_autograd_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.818s) 2022-12-01T10:10:24.1870984Z test_aot_autograd_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.599s) 2022-12-01T10:10:24.1871406Z test_aot_autograd_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1871888Z test_aot_autograd_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1872342Z test_aot_autograd_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.135s) 2022-12-01T10:10:24.1872727Z test_aot_autograd_exhaustive_linalg_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.106s) 2022-12-01T10:10:24.1873125Z test_aot_autograd_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.497s) 2022-12-01T10:10:24.1873515Z test_aot_autograd_exhaustive_linalg_pinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.498s) 2022-12-01T10:10:24.1873907Z test_aot_autograd_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.491s) 2022-12-01T10:10:24.1874367Z 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:10:24.1874816Z test_aot_autograd_exhaustive_linalg_qr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.778s) 2022-12-01T10:10:24.1875184Z test_aot_autograd_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.160s) 2022-12-01T10:10:24.1875566Z test_aot_autograd_exhaustive_linalg_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.412s) 2022-12-01T10:10:24.1875949Z test_aot_autograd_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.414s) 2022-12-01T10:10:24.1876343Z test_aot_autograd_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (8.300s) 2022-12-01T10:10:24.1876718Z test_aot_autograd_exhaustive_linalg_svd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (15.299s) 2022-12-01T10:10:24.1877097Z test_aot_autograd_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.877s) 2022-12-01T10:10:24.1877486Z test_aot_autograd_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.050s) 2022-12-01T10:10:24.1877874Z test_aot_autograd_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.124s) 2022-12-01T10:10:24.1878246Z test_aot_autograd_exhaustive_linalg_vander_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.605s) 2022-12-01T10:10:24.1878629Z test_aot_autograd_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.556s) 2022-12-01T10:10:24.1879013Z test_aot_autograd_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (3.232s) 2022-12-01T10:10:24.1879633Z test_aot_autograd_exhaustive_linspace_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1880022Z test_aot_autograd_exhaustive_log10_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.031s) 2022-12-01T10:10:24.1880392Z test_aot_autograd_exhaustive_log1p_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.011s) 2022-12-01T10:10:24.1880759Z test_aot_autograd_exhaustive_log2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.031s) 2022-12-01T10:10:24.1881107Z test_aot_autograd_exhaustive_log_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.028s) 2022-12-01T10:10:24.1881475Z test_aot_autograd_exhaustive_log_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.075s) 2022-12-01T10:10:24.1881860Z test_aot_autograd_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.090s) 2022-12-01T10:10:24.1882242Z test_aot_autograd_exhaustive_logaddexp2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.019s) 2022-12-01T10:10:24.1882658Z test_aot_autograd_exhaustive_logaddexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.018s) 2022-12-01T10:10:24.1883041Z test_aot_autograd_exhaustive_logcumsumexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.146s) 2022-12-01T10:10:24.1883476Z test_aot_autograd_exhaustive_logdet_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.200s) 2022-12-01T10:10:24.1883924Z test_aot_autograd_exhaustive_logical_and_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1884357Z test_aot_autograd_exhaustive_logical_not_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1884798Z test_aot_autograd_exhaustive_logical_or_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1885232Z test_aot_autograd_exhaustive_logical_xor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1885631Z test_aot_autograd_exhaustive_logit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.039s) 2022-12-01T10:10:24.1886024Z test_aot_autograd_exhaustive_logspace_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1886427Z test_aot_autograd_exhaustive_logsumexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.251s) 2022-12-01T10:10:24.1886836Z test_aot_autograd_exhaustive_long_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1887259Z test_aot_autograd_exhaustive_lt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1888055Z 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:10:24.1888537Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T10:10:24.1888752Z should be replaced with 2022-12-01T10:10:24.1888987Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T10:10:24.1889180Z and 2022-12-01T10:10:24.1889396Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T10:10:24.1889629Z should be replaced with 2022-12-01T10:10:24.1889977Z 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:10:24.1890379Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T10:10:24.1890609Z ok (1.538s) 2022-12-01T10:10:24.1891028Z 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:10:24.1891494Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T10:10:24.1891738Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T10:10:24.1891944Z should be replaced with 2022-12-01T10:10:24.1892270Z 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:10:24.1892603Z return op.op(*c_args, **c_kwargs) 2022-12-01T10:10:24.1892791Z ok (2.207s) 2022-12-01T10:10:24.1893057Z test_aot_autograd_exhaustive_lu_unpack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.247s) 2022-12-01T10:10:24.1893430Z test_aot_autograd_exhaustive_mH_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.054s) 2022-12-01T10:10:24.1893789Z test_aot_autograd_exhaustive_mT_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.054s) 2022-12-01T10:10:24.1894158Z test_aot_autograd_exhaustive_masked_amax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.641s) 2022-12-01T10:10:24.1894528Z test_aot_autograd_exhaustive_masked_amin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.759s) 2022-12-01T10:10:24.1894975Z test_aot_autograd_exhaustive_masked_argmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1895452Z test_aot_autograd_exhaustive_masked_argmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1895864Z test_aot_autograd_exhaustive_masked_cumprod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.645s) 2022-12-01T10:10:24.1896238Z test_aot_autograd_exhaustive_masked_cumsum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.185s) 2022-12-01T10:10:24.1896620Z test_aot_autograd_exhaustive_masked_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.092s) 2022-12-01T10:10:24.1897005Z test_aot_autograd_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.280s) 2022-12-01T10:10:24.1897398Z test_aot_autograd_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.294s) 2022-12-01T10:10:24.1897777Z test_aot_autograd_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.803s) 2022-12-01T10:10:24.1898160Z test_aot_autograd_exhaustive_masked_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.616s) 2022-12-01T10:10:24.1898538Z test_aot_autograd_exhaustive_masked_median_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.290s) 2022-12-01T10:10:24.1898904Z test_aot_autograd_exhaustive_masked_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (8.419s) 2022-12-01T10:10:24.1899288Z test_aot_autograd_exhaustive_masked_normalize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.873s) 2022-12-01T10:10:24.1899674Z test_aot_autograd_exhaustive_masked_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (3.149s) 2022-12-01T10:10:24.1900057Z test_aot_autograd_exhaustive_masked_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.059s) 2022-12-01T10:10:24.1900427Z test_aot_autograd_exhaustive_masked_select_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.088s) 2022-12-01T10:10:24.1900811Z test_aot_autograd_exhaustive_masked_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.277s) 2022-12-01T10:10:24.1901196Z test_aot_autograd_exhaustive_masked_softmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.303s) 2022-12-01T10:10:24.1901571Z test_aot_autograd_exhaustive_masked_std_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (3.432s) 2022-12-01T10:10:24.1901931Z test_aot_autograd_exhaustive_masked_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.165s) 2022-12-01T10:10:24.1902296Z test_aot_autograd_exhaustive_masked_var_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (3.001s) 2022-12-01T10:10:24.1902667Z test_aot_autograd_exhaustive_matmul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.253s) 2022-12-01T10:10:24.1903034Z test_aot_autograd_exhaustive_matrix_exp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.045s) 2022-12-01T10:10:24.1903399Z test_aot_autograd_exhaustive_max_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.174s) 2022-12-01T10:10:24.1903785Z test_aot_autograd_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.037s) 2022-12-01T10:10:24.1904182Z test_aot_autograd_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.051s) 2022-12-01T10:10:24.1904567Z test_aot_autograd_exhaustive_maximum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.174s) 2022-12-01T10:10:24.1904916Z test_aot_autograd_exhaustive_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.212s) 2022-12-01T10:10:24.1905284Z test_aot_autograd_exhaustive_median_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.187s) 2022-12-01T10:10:24.1905666Z test_aot_autograd_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.179s) 2022-12-01T10:10:24.1906054Z test_aot_autograd_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.178s) 2022-12-01T10:10:24.1906473Z test_aot_autograd_exhaustive_min_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.175s) 2022-12-01T10:10:24.1906883Z test_aot_autograd_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.038s) 2022-12-01T10:10:24.1907280Z test_aot_autograd_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.050s) 2022-12-01T10:10:24.1907649Z test_aot_autograd_exhaustive_minimum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.176s) 2022-12-01T10:10:24.1908011Z test_aot_autograd_exhaustive_mm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.014s) 2022-12-01T10:10:24.1908371Z test_aot_autograd_exhaustive_mode_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.091s) 2022-12-01T10:10:24.1908738Z test_aot_autograd_exhaustive_movedim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.020s) 2022-12-01T10:10:24.1909094Z test_aot_autograd_exhaustive_msort_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.029s) 2022-12-01T10:10:24.1909457Z test_aot_autograd_exhaustive_mul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.110s) 2022-12-01T10:10:24.1909865Z test_aot_autograd_exhaustive_multinomial_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1910260Z test_aot_autograd_exhaustive_mv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.014s) 2022-12-01T10:10:24.1910623Z test_aot_autograd_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.153s) 2022-12-01T10:10:24.1911020Z test_aot_autograd_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.151s) 2022-12-01T10:10:24.1911413Z test_aot_autograd_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.151s) 2022-12-01T10:10:24.1911784Z test_aot_autograd_exhaustive_nan_to_num_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.039s) 2022-12-01T10:10:24.1912154Z test_aot_autograd_exhaustive_nanmean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.678s) 2022-12-01T10:10:24.1912529Z test_aot_autograd_exhaustive_nanmedian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.189s) 2022-12-01T10:10:24.1912926Z test_aot_autograd_exhaustive_nanquantile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:10:24.1913301Z test_aot_autograd_exhaustive_nansum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.434s) 2022-12-01T10:10:24.1913708Z test_aot_autograd_exhaustive_narrow_copy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1914126Z test_aot_autograd_exhaustive_narrow_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:10:24.1914519Z test_aot_autograd_exhaustive_native_batch_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.158s) 2022-12-01T10:10:24.1914891Z test_aot_autograd_exhaustive_native_layer_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.425s) 2022-12-01T10:10:24.1915296Z test_aot_autograd_exhaustive_ne_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1915689Z test_aot_autograd_exhaustive_neg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.009s) 2022-12-01T10:10:24.1916089Z test_aot_autograd_exhaustive_new_empty_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1916521Z test_aot_autograd_exhaustive_new_empty_strided_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1916961Z test_aot_autograd_exhaustive_new_full_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1917428Z test_aot_autograd_exhaustive_new_ones_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1917895Z test_aot_autograd_exhaustive_new_zeros_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1918320Z test_aot_autograd_exhaustive_nextafter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1918763Z test_aot_autograd_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.917s) 2022-12-01T10:10:24.1919350Z test_aot_autograd_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.082s) 2022-12-01T10:10:24.1919779Z test_aot_autograd_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.096s) 2022-12-01T10:10:24.1920191Z test_aot_autograd_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.121s) 2022-12-01T10:10:24.1920602Z test_aot_autograd_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.120s) 2022-12-01T10:10:24.1921016Z test_aot_autograd_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.255s) 2022-12-01T10:10:24.1921428Z test_aot_autograd_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.220s) 2022-12-01T10:10:24.1921830Z test_aot_autograd_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.129s) 2022-12-01T10:10:24.1922234Z test_aot_autograd_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.076s) 2022-12-01T10:10:24.1922691Z test_aot_autograd_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.090s) 2022-12-01T10:10:24.1923095Z test_aot_autograd_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.180s) 2022-12-01T10:10:24.1923484Z test_aot_autograd_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.427s) 2022-12-01T10:10:24.1923899Z test_aot_autograd_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.203s) 2022-12-01T10:10:24.1924346Z test_aot_autograd_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:10:24.1924780Z test_aot_autograd_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.029s) 2022-12-01T10:10:24.1925162Z test_aot_autograd_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.205s) 2022-12-01T10:10:24.1926076Z 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:10:24.1926624Z return op.op(*c_args, **c_kwargs) 2022-12-01T10:10:24.1926815Z ok (0.549s) 2022-12-01T10:10:24.1927100Z test_aot_autograd_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.163s) 2022-12-01T10:10:24.1927519Z test_aot_autograd_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.203s) 2022-12-01T10:10:24.1927934Z test_aot_autograd_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.188s) 2022-12-01T10:10:24.1928352Z test_aot_autograd_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.391s) 2022-12-01T10:10:24.1928816Z test_aot_autograd_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.663s) 2022-12-01T10:10:24.1929263Z test_aot_autograd_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.405s) 2022-12-01T10:10:24.1929676Z test_aot_autograd_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.153s) 2022-12-01T10:10:24.1930892Z 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:10:24.1931781Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:10:24.1932038Z ok (0.129s) 2022-12-01T10:10:24.1932324Z test_aot_autograd_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.153s) 2022-12-01T10:10:24.1932730Z test_aot_autograd_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.180s) 2022-12-01T10:10:24.1933133Z test_aot_autograd_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.028s) 2022-12-01T10:10:24.1933534Z test_aot_autograd_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.595s) 2022-12-01T10:10:24.1933925Z test_aot_autograd_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.030s) 2022-12-01T10:10:24.1934355Z test_aot_autograd_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.087s) 2022-12-01T10:10:24.1934812Z test_aot_autograd_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.080s) 2022-12-01T10:10:24.1935251Z test_aot_autograd_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.503s) 2022-12-01T10:10:24.1935665Z test_aot_autograd_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.686s) 2022-12-01T10:10:24.1936104Z test_aot_autograd_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:10:24.1936523Z test_aot_autograd_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.082s) 2022-12-01T10:10:24.1936916Z test_aot_autograd_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.450s) 2022-12-01T10:10:24.1937302Z test_aot_autograd_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.506s) 2022-12-01T10:10:24.1937711Z test_aot_autograd_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.098s) 2022-12-01T10:10:24.1938113Z test_aot_autograd_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.054s) 2022-12-01T10:10:24.1938507Z test_aot_autograd_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.028s) 2022-12-01T10:10:24.1938910Z test_aot_autograd_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.036s) 2022-12-01T10:10:24.1939309Z test_aot_autograd_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.055s) 2022-12-01T10:10:24.1939720Z test_aot_autograd_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.283s) 2022-12-01T10:10:24.1940157Z test_aot_autograd_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.104s) 2022-12-01T10:10:24.1940595Z test_aot_autograd_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.289s) 2022-12-01T10:10:24.1941009Z test_aot_autograd_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.130s) 2022-12-01T10:10:24.1941428Z test_aot_autograd_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.125s) 2022-12-01T10:10:24.1941838Z test_aot_autograd_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.124s) 2022-12-01T10:10:24.1942259Z test_aot_autograd_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.121s) 2022-12-01T10:10:24.1942682Z test_aot_autograd_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.124s) 2022-12-01T10:10:24.1943102Z test_aot_autograd_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.132s) 2022-12-01T10:10:24.1944099Z 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:10:24.1944804Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:10:24.1945050Z ok (0.353s) 2022-12-01T10:10:24.1945338Z test_aot_autograd_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.090s) 2022-12-01T10:10:24.1945737Z test_aot_autograd_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.085s) 2022-12-01T10:10:24.1946126Z test_aot_autograd_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.085s) 2022-12-01T10:10:24.1946525Z test_aot_autograd_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.298s) 2022-12-01T10:10:24.1946935Z test_aot_autograd_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.340s) 2022-12-01T10:10:24.1947346Z test_aot_autograd_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.031s) 2022-12-01T10:10:24.1947758Z test_aot_autograd_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:10:24.1948184Z test_aot_autograd_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (14.565s) 2022-12-01T10:10:24.1948591Z test_aot_autograd_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (18.065s) 2022-12-01T10:10:24.1948980Z test_aot_autograd_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (7.409s) 2022-12-01T10:10:24.1949381Z test_aot_autograd_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.608s) 2022-12-01T10:10:24.1949792Z test_aot_autograd_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.458s) 2022-12-01T10:10:24.1950203Z test_aot_autograd_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (4.042s) 2022-12-01T10:10:24.1950601Z test_aot_autograd_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.420s) 2022-12-01T10:10:24.1951048Z test_aot_autograd_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.398s) 2022-12-01T10:10:24.1951489Z test_aot_autograd_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.218s) 2022-12-01T10:10:24.1951894Z test_aot_autograd_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.059s) 2022-12-01T10:10:24.1952273Z test_aot_autograd_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.069s) 2022-12-01T10:10:24.1952675Z test_aot_autograd_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.051s) 2022-12-01T10:10:24.1953099Z test_aot_autograd_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.034s) 2022-12-01T10:10:24.1953532Z test_aot_autograd_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.126s) 2022-12-01T10:10:24.1953933Z test_aot_autograd_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.692s) 2022-12-01T10:10:24.1954333Z test_aot_autograd_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.227s) 2022-12-01T10:10:24.1954741Z test_aot_autograd_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.375s) 2022-12-01T10:10:24.1955146Z test_aot_autograd_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.485s) 2022-12-01T10:10:24.1955538Z test_aot_autograd_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.119s) 2022-12-01T10:10:24.1955951Z test_aot_autograd_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.119s) 2022-12-01T10:10:24.1956363Z test_aot_autograd_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.147s) 2022-12-01T10:10:24.1956772Z test_aot_autograd_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.112s) 2022-12-01T10:10:24.1957159Z test_aot_autograd_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.047s) 2022-12-01T10:10:24.1957566Z test_aot_autograd_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.046s) 2022-12-01T10:10:24.1957978Z test_aot_autograd_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.297s) 2022-12-01T10:10:24.1958379Z test_aot_autograd_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.245s) 2022-12-01T10:10:24.1958754Z test_aot_autograd_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.030s) 2022-12-01T10:10:24.1959276Z test_aot_autograd_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.049s) 2022-12-01T10:10:24.1959694Z test_aot_autograd_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.035s) 2022-12-01T10:10:24.1960087Z test_aot_autograd_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.030s) 2022-12-01T10:10:24.1960460Z test_aot_autograd_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.048s) 2022-12-01T10:10:24.1960858Z test_aot_autograd_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.093s) 2022-12-01T10:10:24.1961265Z test_aot_autograd_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.067s) 2022-12-01T10:10:24.1961672Z test_aot_autograd_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.086s) 2022-12-01T10:10:24.1962066Z test_aot_autograd_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.100s) 2022-12-01T10:10:24.1962606Z test_aot_autograd_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.029s) 2022-12-01T10:10:24.1963051Z test_aot_autograd_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.046s) 2022-12-01T10:10:24.1963454Z test_aot_autograd_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.053s) 2022-12-01T10:10:24.1963839Z test_aot_autograd_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.045s) 2022-12-01T10:10:24.1964245Z test_aot_autograd_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.038s) 2022-12-01T10:10:24.1964659Z test_aot_autograd_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.326s) 2022-12-01T10:10:24.1965098Z test_aot_autograd_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.320s) 2022-12-01T10:10:24.1965507Z test_aot_autograd_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.635s) 2022-12-01T10:10:24.1966298Z 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:10:24.1966887Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:10:24.1967221Z ok (0.042s) 2022-12-01T10:10:24.1967866Z 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:10:24.1968445Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:10:24.1968724Z ok (0.122s) 2022-12-01T10:10:24.1969036Z test_aot_autograd_exhaustive_nonzero_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1969424Z test_aot_autograd_exhaustive_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.792s) 2022-12-01T10:10:24.1969795Z test_aot_autograd_exhaustive_norm_fro_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.052s) 2022-12-01T10:10:24.1970165Z test_aot_autograd_exhaustive_norm_inf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.091s) 2022-12-01T10:10:24.1970517Z test_aot_autograd_exhaustive_norm_nuc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.059s) 2022-12-01T10:10:24.1970885Z test_aot_autograd_exhaustive_normal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.062s) 2022-12-01T10:10:24.1971266Z test_aot_autograd_exhaustive_normal_number_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.013s) 2022-12-01T10:10:24.1971676Z test_aot_autograd_exhaustive_ones_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1972097Z test_aot_autograd_exhaustive_ones_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1972526Z test_aot_autograd_exhaustive_ormqr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1972917Z test_aot_autograd_exhaustive_outer_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.017s) 2022-12-01T10:10:24.1973290Z test_aot_autograd_exhaustive_pca_lowrank_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (48.827s) 2022-12-01T10:10:24.1973650Z test_aot_autograd_exhaustive_permute_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.037s) 2022-12-01T10:10:24.1974058Z test_aot_autograd_exhaustive_pinverse_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.510s) 2022-12-01T10:10:24.1974449Z test_aot_autograd_exhaustive_polar_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.201s) 2022-12-01T10:10:24.1974840Z test_aot_autograd_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.099s) 2022-12-01T10:10:24.1975235Z test_aot_autograd_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.099s) 2022-12-01T10:10:24.1975639Z test_aot_autograd_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.098s) 2022-12-01T10:10:24.1976040Z test_aot_autograd_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.099s) 2022-12-01T10:10:24.1976437Z test_aot_autograd_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.099s) 2022-12-01T10:10:24.1976814Z test_aot_autograd_exhaustive_positive_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.021s) 2022-12-01T10:10:24.1977186Z test_aot_autograd_exhaustive_pow_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.260s) 2022-12-01T10:10:24.1977548Z test_aot_autograd_exhaustive_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.787s) 2022-12-01T10:10:24.1977895Z test_aot_autograd_exhaustive_put_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.271s) 2022-12-01T10:10:24.1978401Z 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:10:24.1978935Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:10:24.1979187Z Q, R = torch.qr(A, some) 2022-12-01T10:10:24.1979368Z should be replaced with 2022-12-01T10:10:24.1979841Z 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:10:24.1980193Z return op.op(*c_args, **c_kwargs) 2022-12-01T10:10:24.1980383Z ok (1.630s) 2022-12-01T10:10:24.1980661Z test_aot_autograd_exhaustive_quantile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:10:24.1981052Z test_aot_autograd_exhaustive_rad2deg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.027s) 2022-12-01T10:10:24.1981459Z test_aot_autograd_exhaustive_rand_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1981885Z test_aot_autograd_exhaustive_randint_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1982325Z test_aot_autograd_exhaustive_randn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1982756Z test_aot_autograd_exhaustive_randn_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1983158Z test_aot_autograd_exhaustive_ravel_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.030s) 2022-12-01T10:10:24.1983511Z test_aot_autograd_exhaustive_real_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.021s) 2022-12-01T10:10:24.1983880Z test_aot_autograd_exhaustive_reciprocal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.041s) 2022-12-01T10:10:24.1984254Z test_aot_autograd_exhaustive_remainder_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.121s) 2022-12-01T10:10:24.1984624Z test_aot_autograd_exhaustive_renorm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.104s) 2022-12-01T10:10:24.1984977Z test_aot_autograd_exhaustive_repeat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.245s) 2022-12-01T10:10:24.1985389Z test_aot_autograd_exhaustive_repeat_interleave_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.068s) 2022-12-01T10:10:24.1985774Z test_aot_autograd_exhaustive_reshape_as_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.041s) 2022-12-01T10:10:24.1986178Z test_aot_autograd_exhaustive_reshape_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.069s) 2022-12-01T10:10:24.1986571Z test_aot_autograd_exhaustive_resize__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1987011Z test_aot_autograd_exhaustive_resize_as__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1987415Z test_aot_autograd_exhaustive_resolve_conj_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.015s) 2022-12-01T10:10:24.1987796Z test_aot_autograd_exhaustive_resolve_neg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.015s) 2022-12-01T10:10:24.1988153Z test_aot_autograd_exhaustive_roll_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.154s) 2022-12-01T10:10:24.1988515Z test_aot_autograd_exhaustive_rot90_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.323s) 2022-12-01T10:10:24.1988882Z test_aot_autograd_exhaustive_round_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.010s) 2022-12-01T10:10:24.1989245Z test_aot_autograd_exhaustive_round_decimals_0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.028s) 2022-12-01T10:10:24.1989627Z test_aot_autograd_exhaustive_round_decimals_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.028s) 2022-12-01T10:10:24.1990018Z test_aot_autograd_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.027s) 2022-12-01T10:10:24.1990397Z test_aot_autograd_exhaustive_rsqrt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.042s) 2022-12-01T10:10:24.1990747Z test_aot_autograd_exhaustive_rsub_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.122s) 2022-12-01T10:10:24.1991118Z test_aot_autograd_exhaustive_scatter_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.074s) 2022-12-01T10:10:24.1991493Z test_aot_autograd_exhaustive_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.092s) 2022-12-01T10:10:24.1992097Z 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:10:24.1992595Z return op.op(*c_args, **c_kwargs) 2022-12-01T10:10:24.1992782Z ok (0.723s) 2022-12-01T10:10:24.1993069Z test_aot_autograd_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.515s) 2022-12-01T10:10:24.1993466Z test_aot_autograd_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.422s) 2022-12-01T10:10:24.1993868Z test_aot_autograd_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:10:24.1994282Z test_aot_autograd_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.277s) 2022-12-01T10:10:24.1994710Z test_aot_autograd_exhaustive_searchsorted_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1995140Z test_aot_autograd_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.222s) 2022-12-01T10:10:24.1995527Z test_aot_autograd_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.221s) 2022-12-01T10:10:24.1995911Z test_aot_autograd_exhaustive_select_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.049s) 2022-12-01T10:10:24.1996286Z test_aot_autograd_exhaustive_select_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.065s) 2022-12-01T10:10:24.1996677Z test_aot_autograd_exhaustive_sgn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.013s) 2022-12-01T10:10:24.1997128Z test_aot_autograd_exhaustive_short_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1997533Z test_aot_autograd_exhaustive_sigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.038s) 2022-12-01T10:10:24.1997898Z test_aot_autograd_exhaustive_sign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.010s) 2022-12-01T10:10:24.1998291Z test_aot_autograd_exhaustive_signbit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.1998689Z test_aot_autograd_exhaustive_sin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.012s) 2022-12-01T10:10:24.1999049Z test_aot_autograd_exhaustive_sinc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.060s) 2022-12-01T10:10:24.1999623Z test_aot_autograd_exhaustive_sinh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.012s) 2022-12-01T10:10:24.1999974Z test_aot_autograd_exhaustive_slice_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.046s) 2022-12-01T10:10:24.2000354Z test_aot_autograd_exhaustive_slice_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.127s) 2022-12-01T10:10:24.2000733Z test_aot_autograd_exhaustive_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.076s) 2022-12-01T10:10:24.2001116Z test_aot_autograd_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.090s) 2022-12-01T10:10:24.2001478Z test_aot_autograd_exhaustive_sort_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.699s) 2022-12-01T10:10:24.2002636Z 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:10:24.2003323Z torch.eye(m, n, device=device, dtype=dtype) 2022-12-01T10:10:24.2003545Z expected failure (0.004s) 2022-12-01T10:10:24.2003869Z test_aot_autograd_exhaustive_special_airy_ai_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2004323Z test_aot_autograd_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2004777Z test_aot_autograd_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2005227Z test_aot_autograd_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2005662Z test_aot_autograd_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2006130Z test_aot_autograd_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2006609Z test_aot_autograd_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2007255Z 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:10:24.2007915Z 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:10:24.2008419Z test_aot_autograd_exhaustive_special_entr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.026s) 2022-12-01T10:10:24.2008837Z test_aot_autograd_exhaustive_special_erfcx_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.047s) 2022-12-01T10:10:24.2009274Z test_aot_autograd_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2009755Z test_aot_autograd_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2010169Z test_aot_autograd_exhaustive_special_i0e_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.033s) 2022-12-01T10:10:24.2010550Z test_aot_autograd_exhaustive_special_i1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.069s) 2022-12-01T10:10:24.2010927Z test_aot_autograd_exhaustive_special_i1e_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.076s) 2022-12-01T10:10:24.2011363Z test_aot_autograd_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2011999Z 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:10:24.2012467Z test_aot_autograd_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.055s) 2022-12-01T10:10:24.2012904Z test_aot_autograd_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2013371Z test_aot_autograd_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2013824Z test_aot_autograd_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2014286Z test_aot_autograd_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2014708Z test_aot_autograd_exhaustive_special_ndtr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.065s) 2022-12-01T10:10:24.2015090Z test_aot_autograd_exhaustive_special_ndtri_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.049s) 2022-12-01T10:10:24.2015490Z test_aot_autograd_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.106s) 2022-12-01T10:10:24.2015953Z test_aot_autograd_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2016436Z test_aot_autograd_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2017092Z 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:10:24.2017761Z 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:10:24.2018444Z 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:10:24.2019119Z 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:10:24.2019660Z test_aot_autograd_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2020121Z test_aot_autograd_exhaustive_special_xlog1py_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.165s) 2022-12-01T10:10:24.2020531Z test_aot_autograd_exhaustive_special_zeta_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2020935Z test_aot_autograd_exhaustive_split_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.024s) 2022-12-01T10:10:24.2021311Z test_aot_autograd_exhaustive_split_list_args_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.040s) 2022-12-01T10:10:24.2021690Z test_aot_autograd_exhaustive_split_with_sizes_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.054s) 2022-12-01T10:10:24.2022050Z test_aot_autograd_exhaustive_sqrt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.015s) 2022-12-01T10:10:24.2022418Z test_aot_autograd_exhaustive_square_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.035s) 2022-12-01T10:10:24.2022788Z test_aot_autograd_exhaustive_squeeze_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.067s) 2022-12-01T10:10:24.2023161Z test_aot_autograd_exhaustive_stack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.105s) 2022-12-01T10:10:24.2023509Z test_aot_autograd_exhaustive_std_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.390s) 2022-12-01T10:10:24.2023876Z test_aot_autograd_exhaustive_std_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.237s) 2022-12-01T10:10:24.2024829Z 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:10:24.2025429Z normalized, onesided, return_complex) 2022-12-01T10:10:24.2025615Z ok (0.309s) 2022-12-01T10:10:24.2025885Z test_aot_autograd_exhaustive_sub_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.119s) 2022-12-01T10:10:24.2026246Z test_aot_autograd_exhaustive_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.190s) 2022-12-01T10:10:24.2026602Z test_aot_autograd_exhaustive_sum_to_size_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.140s) 2022-12-01T10:10:24.2026970Z test_aot_autograd_exhaustive_svd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (15.707s) 2022-12-01T10:10:24.2027406Z 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:10:24.2027999Z 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:10:24.2028555Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T10:10:24.2028859Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:10:24.2029064Z should be replaced with 2022-12-01T10:10:24.2029356Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:10:24.2029553Z and 2022-12-01T10:10:24.2029743Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:10:24.2029956Z should be replaced with 2022-12-01T10:10:24.2030401Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2806.) 2022-12-01T10:10:24.2030744Z return op.op(*c_args, **c_kwargs) 2022-12-01T10:10:24.2030931Z ok (0.356s) 2022-12-01T10:10:24.2031187Z test_aot_autograd_exhaustive_t_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.027s) 2022-12-01T10:10:24.2031600Z test_aot_autograd_exhaustive_take_along_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.067s) 2022-12-01T10:10:24.2032002Z test_aot_autograd_exhaustive_take_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.105s) 2022-12-01T10:10:24.2032364Z test_aot_autograd_exhaustive_tan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-12-01T10:10:24.2032713Z test_aot_autograd_exhaustive_tanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.013s) 2022-12-01T10:10:24.2033102Z test_aot_autograd_exhaustive_tensor_split_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.025s) 2022-12-01T10:10:24.2033497Z test_aot_autograd_exhaustive_tensordot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.051s) 2022-12-01T10:10:24.2033867Z test_aot_autograd_exhaustive_tile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.277s) 2022-12-01T10:10:24.2034215Z test_aot_autograd_exhaustive_to_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.247s) 2022-12-01T10:10:24.2034601Z test_aot_autograd_exhaustive_to_sparse_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:10:24.2034985Z test_aot_autograd_exhaustive_topk_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.169s) 2022-12-01T10:10:24.2035350Z test_aot_autograd_exhaustive_trace_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.014s) 2022-12-01T10:10:24.2035707Z test_aot_autograd_exhaustive_transpose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.073s) 2022-12-01T10:10:24.2036079Z test_aot_autograd_exhaustive_trapezoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.452s) 2022-12-01T10:10:24.2036449Z test_aot_autograd_exhaustive_trapz_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.253s) 2022-12-01T10:10:24.2036994Z 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:10:24.2037549Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:10:24.2037850Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:10:24.2038063Z should be replaced with 2022-12-01T10:10:24.2038393Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T10:10:24.2038728Z return op.op(*c_args, **c_kwargs) 2022-12-01T10:10:24.2038916Z ok (0.288s) 2022-12-01T10:10:24.2039320Z test_aot_autograd_exhaustive_tril_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.071s) 2022-12-01T10:10:24.2039690Z test_aot_autograd_exhaustive_triu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.071s) 2022-12-01T10:10:24.2040063Z test_aot_autograd_exhaustive_true_divide_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.131s) 2022-12-01T10:10:24.2040440Z test_aot_autograd_exhaustive_trunc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.010s) 2022-12-01T10:10:24.2040797Z test_aot_autograd_exhaustive_unbind_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.090s) 2022-12-01T10:10:24.2041168Z test_aot_autograd_exhaustive_unflatten_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.095s) 2022-12-01T10:10:24.2041538Z test_aot_autograd_exhaustive_unfold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.213s) 2022-12-01T10:10:24.2041942Z test_aot_autograd_exhaustive_uniform_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2042380Z test_aot_autograd_exhaustive_unique_consecutive_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2042876Z test_aot_autograd_exhaustive_unique_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2043354Z test_aot_autograd_exhaustive_unsqueeze_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.079s) 2022-12-01T10:10:24.2043783Z test_aot_autograd_exhaustive_var_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.127s) 2022-12-01T10:10:24.2044138Z test_aot_autograd_exhaustive_var_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.174s) 2022-12-01T10:10:24.2044499Z test_aot_autograd_exhaustive_vdot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.012s) 2022-12-01T10:10:24.2044874Z test_aot_autograd_exhaustive_view_as_complex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.010s) 2022-12-01T10:10:24.2045249Z test_aot_autograd_exhaustive_view_as_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.041s) 2022-12-01T10:10:24.2045599Z test_aot_autograd_exhaustive_view_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.067s) 2022-12-01T10:10:24.2045963Z test_aot_autograd_exhaustive_vsplit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.037s) 2022-12-01T10:10:24.2046331Z test_aot_autograd_exhaustive_vstack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.031s) 2022-12-01T10:10:24.2046685Z test_aot_autograd_exhaustive_where_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.076s) 2022-12-01T10:10:24.2047053Z test_aot_autograd_exhaustive_xlogy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.152s) 2022-12-01T10:10:24.2047414Z test_aot_autograd_exhaustive_zero__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.030s) 2022-12-01T10:10:24.2047814Z test_aot_autograd_exhaustive_zeros_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2048238Z test_aot_autograd_exhaustive_zeros_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2048642Z test_aot_autograd_symbolic_exhaustive_H_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.031s) 2022-12-01T10:10:24.2049018Z test_aot_autograd_symbolic_exhaustive_T_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.027s) 2022-12-01T10:10:24.2049420Z test_aot_autograd_symbolic_exhaustive___getitem___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.172s) 2022-12-01T10:10:24.2049809Z test_aot_autograd_symbolic_exhaustive___radd___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.321s) 2022-12-01T10:10:24.2050185Z test_aot_autograd_symbolic_exhaustive___rdiv___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.484s) 2022-12-01T10:10:24.2050589Z test_aot_autograd_symbolic_exhaustive___rmatmul___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.056s) 2022-12-01T10:10:24.2050982Z test_aot_autograd_symbolic_exhaustive___rmod___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.734s) 2022-12-01T10:10:24.2051344Z test_aot_autograd_symbolic_exhaustive___rmul___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.324s) 2022-12-01T10:10:24.2052224Z 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:10:24.2052807Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:10:24.2053465Z /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:10:24.2053930Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:10:24.2054592Z /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:10:24.2055142Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:10:24.2055790Z /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:10:24.2056266Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:10:24.2056906Z /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:10:24.2057380Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:10:24.2058029Z /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:10:24.2058505Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:10:24.2059142Z /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:10:24.2059622Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:10:24.2060271Z /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:10:24.2060747Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:10:24.2061394Z /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:10:24.2061854Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:10:24.2062079Z ok (0.591s) 2022-12-01T10:10:24.2062364Z test_aot_autograd_symbolic_exhaustive___rsub___cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.473s) 2022-12-01T10:10:24.2062740Z test_aot_autograd_symbolic_exhaustive_abs_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.022s) 2022-12-01T10:10:24.2063125Z test_aot_autograd_symbolic_exhaustive_acos_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.059s) 2022-12-01T10:10:24.2063517Z test_aot_autograd_symbolic_exhaustive_acosh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.050s) 2022-12-01T10:10:24.2063903Z test_aot_autograd_symbolic_exhaustive_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.303s) 2022-12-01T10:10:24.2064293Z test_aot_autograd_symbolic_exhaustive_addbmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.031s) 2022-12-01T10:10:24.2064716Z test_aot_autograd_symbolic_exhaustive_addcdiv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.029s) 2022-12-01T10:10:24.2065122Z test_aot_autograd_symbolic_exhaustive_addcmul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.591s) 2022-12-01T10:10:24.2065508Z test_aot_autograd_symbolic_exhaustive_addmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.148s) 2022-12-01T10:10:24.2065892Z test_aot_autograd_symbolic_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.119s) 2022-12-01T10:10:24.2066344Z test_aot_autograd_symbolic_exhaustive_addmv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:10:24.2066790Z test_aot_autograd_symbolic_exhaustive_addr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:10:24.2067228Z test_aot_autograd_symbolic_exhaustive_all_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2067665Z test_aot_autograd_symbolic_exhaustive_allclose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2068096Z test_aot_autograd_symbolic_exhaustive_amax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.258s) 2022-12-01T10:10:24.2068505Z test_aot_autograd_symbolic_exhaustive_amin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.258s) 2022-12-01T10:10:24.2068939Z test_aot_autograd_symbolic_exhaustive_aminmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2069345Z test_aot_autograd_symbolic_exhaustive_angle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.018s) 2022-12-01T10:10:24.2069759Z test_aot_autograd_symbolic_exhaustive_any_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2070205Z test_aot_autograd_symbolic_exhaustive_arange_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2070652Z test_aot_autograd_symbolic_exhaustive_argmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2071081Z test_aot_autograd_symbolic_exhaustive_argmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2071523Z test_aot_autograd_symbolic_exhaustive_argsort_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2071978Z test_aot_autograd_symbolic_exhaustive_argwhere_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2072415Z test_aot_autograd_symbolic_exhaustive_as_strided_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:10:24.2072835Z test_aot_autograd_symbolic_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:10:24.2073244Z test_aot_autograd_symbolic_exhaustive_asin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.029s) 2022-12-01T10:10:24.2073628Z test_aot_autograd_symbolic_exhaustive_asinh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.027s) 2022-12-01T10:10:24.2074012Z test_aot_autograd_symbolic_exhaustive_atan2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.498s) 2022-12-01T10:10:24.2074385Z test_aot_autograd_symbolic_exhaustive_atan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.024s) 2022-12-01T10:10:24.2074766Z test_aot_autograd_symbolic_exhaustive_atanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.031s) 2022-12-01T10:10:24.2075160Z test_aot_autograd_symbolic_exhaustive_atleast_1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.143s) 2022-12-01T10:10:24.2075552Z test_aot_autograd_symbolic_exhaustive_atleast_2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.117s) 2022-12-01T10:10:24.2075932Z test_aot_autograd_symbolic_exhaustive_atleast_3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.140s) 2022-12-01T10:10:24.2076336Z test_aot_autograd_symbolic_exhaustive_baddbmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:10:24.2076753Z test_aot_autograd_symbolic_exhaustive_bernoulli_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:10:24.2077193Z test_aot_autograd_symbolic_exhaustive_bfloat16_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.152s) 2022-12-01T10:10:24.2077628Z test_aot_autograd_symbolic_exhaustive_block_diag_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:10:24.2078029Z test_aot_autograd_symbolic_exhaustive_bmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.042s) 2022-12-01T10:10:24.2078449Z test_aot_autograd_symbolic_exhaustive_bool_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2078907Z test_aot_autograd_symbolic_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2079586Z test_aot_autograd_symbolic_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.090s) 2022-12-01T10:10:24.2080009Z test_aot_autograd_symbolic_exhaustive_broadcast_to_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.090s) 2022-12-01T10:10:24.2080446Z test_aot_autograd_symbolic_exhaustive_bucketize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2080900Z test_aot_autograd_symbolic_exhaustive_byte_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2081326Z test_aot_autograd_symbolic_exhaustive_cartesian_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:10:24.2081755Z test_aot_autograd_symbolic_exhaustive_cat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:10:24.2082170Z test_aot_autograd_symbolic_exhaustive_cdist_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.043s) 2022-12-01T10:10:24.2082616Z test_aot_autograd_symbolic_exhaustive_ceil_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.018s) 2022-12-01T10:10:24.2083005Z test_aot_autograd_symbolic_exhaustive_chalf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:10:24.2083439Z test_aot_autograd_symbolic_exhaustive_char_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2083878Z test_aot_autograd_symbolic_exhaustive_cholesky_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:10:24.2084311Z test_aot_autograd_symbolic_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:10:24.2084731Z test_aot_autograd_symbolic_exhaustive_cholesky_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:10:24.2085149Z test_aot_autograd_symbolic_exhaustive_chunk_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:10:24.2085550Z test_aot_autograd_symbolic_exhaustive_clamp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.492s) 2022-12-01T10:10:24.2085929Z test_aot_autograd_symbolic_exhaustive_clamp_max_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.579s) 2022-12-01T10:10:24.2086318Z test_aot_autograd_symbolic_exhaustive_clamp_min_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.576s) 2022-12-01T10:10:24.2086703Z test_aot_autograd_symbolic_exhaustive_clone_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.030s) 2022-12-01T10:10:24.2087111Z test_aot_autograd_symbolic_exhaustive_column_stack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:10:24.2087524Z test_aot_autograd_symbolic_exhaustive_combinations_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:10:24.2087949Z test_aot_autograd_symbolic_exhaustive_complex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.244s) 2022-12-01T10:10:24.2088348Z test_aot_autograd_symbolic_exhaustive_conj_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.022s) 2022-12-01T10:10:24.2088820Z test_aot_autograd_symbolic_exhaustive_conj_physical_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.011s) 2022-12-01T10:10:24.2089256Z test_aot_autograd_symbolic_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:10:24.2089673Z test_aot_autograd_symbolic_exhaustive_contiguous_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.022s) 2022-12-01T10:10:24.2090070Z test_aot_autograd_symbolic_exhaustive_copysign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.530s) 2022-12-01T10:10:24.2090480Z test_aot_autograd_symbolic_exhaustive_corrcoef_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:10:24.2090867Z test_aot_autograd_symbolic_exhaustive_cos_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.044s) 2022-12-01T10:10:24.2091249Z test_aot_autograd_symbolic_exhaustive_cosh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.040s) 2022-12-01T10:10:24.2091676Z test_aot_autograd_symbolic_exhaustive_count_nonzero_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2092114Z test_aot_autograd_symbolic_exhaustive_cov_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:10:24.2092507Z test_aot_autograd_symbolic_exhaustive_cross_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:10:24.2092921Z test_aot_autograd_symbolic_exhaustive_cummax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:10:24.2093332Z test_aot_autograd_symbolic_exhaustive_cummin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:10:24.2093743Z test_aot_autograd_symbolic_exhaustive_cumprod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:10:24.2094146Z test_aot_autograd_symbolic_exhaustive_cumsum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.096s) 2022-12-01T10:10:24.2094585Z test_aot_autograd_symbolic_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.196s) 2022-12-01T10:10:24.2095024Z test_aot_autograd_symbolic_exhaustive_deg2rad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:10:24.2095441Z test_aot_autograd_symbolic_exhaustive_diag_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.111s) 2022-12-01T10:10:24.2095833Z test_aot_autograd_symbolic_exhaustive_diag_embed_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.351s) 2022-12-01T10:10:24.2096227Z test_aot_autograd_symbolic_exhaustive_diagflat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.123s) 2022-12-01T10:10:24.2096632Z test_aot_autograd_symbolic_exhaustive_diagonal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:10:24.2097060Z test_aot_autograd_symbolic_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:10:24.2097468Z test_aot_autograd_symbolic_exhaustive_diff_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.031s) 2022-12-01T10:10:24.2097878Z test_aot_autograd_symbolic_exhaustive_digamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:10:24.2098288Z test_aot_autograd_symbolic_exhaustive_dist_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:10:24.2098697Z test_aot_autograd_symbolic_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.103s) 2022-12-01T10:10:24.2099088Z test_aot_autograd_symbolic_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.414s) 2022-12-01T10:10:24.2099499Z test_aot_autograd_symbolic_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.324s) 2022-12-01T10:10:24.2099928Z test_aot_autograd_symbolic_exhaustive_dot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.015s) 2022-12-01T10:10:24.2100342Z test_aot_autograd_symbolic_exhaustive_double_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.137s) 2022-12-01T10:10:24.2100738Z test_aot_autograd_symbolic_exhaustive_dsplit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.051s) 2022-12-01T10:10:24.2101147Z test_aot_autograd_symbolic_exhaustive_dstack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.018s) 2022-12-01T10:10:24.2101556Z test_aot_autograd_symbolic_exhaustive_einsum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:10:24.2101983Z test_aot_autograd_symbolic_exhaustive_empty_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2102427Z test_aot_autograd_symbolic_exhaustive_empty_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2102879Z test_aot_autograd_symbolic_exhaustive_eq_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2103322Z test_aot_autograd_symbolic_exhaustive_equal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2103734Z test_aot_autograd_symbolic_exhaustive_erf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.029s) 2022-12-01T10:10:24.2104103Z test_aot_autograd_symbolic_exhaustive_erfc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.054s) 2022-12-01T10:10:24.2104486Z test_aot_autograd_symbolic_exhaustive_erfinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.030s) 2022-12-01T10:10:24.2104869Z test_aot_autograd_symbolic_exhaustive_exp2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.051s) 2022-12-01T10:10:24.2105237Z test_aot_autograd_symbolic_exhaustive_exp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.047s) 2022-12-01T10:10:24.2105641Z test_aot_autograd_symbolic_exhaustive_expand_as_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.034s) 2022-12-01T10:10:24.2106045Z test_aot_autograd_symbolic_exhaustive_expand_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.135s) 2022-12-01T10:10:24.2106431Z test_aot_autograd_symbolic_exhaustive_expm1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.030s) 2022-12-01T10:10:24.2106834Z test_aot_autograd_symbolic_exhaustive_eye_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2107266Z test_aot_autograd_symbolic_exhaustive_fft_fft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:10:24.2107683Z test_aot_autograd_symbolic_exhaustive_fft_fft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:10:24.2108099Z test_aot_autograd_symbolic_exhaustive_fft_fftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:10:24.2108508Z test_aot_autograd_symbolic_exhaustive_fft_fftshift_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:10:24.2108928Z test_aot_autograd_symbolic_exhaustive_fft_hfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:10:24.2109347Z test_aot_autograd_symbolic_exhaustive_fft_hfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:10:24.2109763Z test_aot_autograd_symbolic_exhaustive_fft_hfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:10:24.2110159Z test_aot_autograd_symbolic_exhaustive_fft_ifft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:10:24.2110615Z test_aot_autograd_symbolic_exhaustive_fft_ifft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:10:24.2111054Z test_aot_autograd_symbolic_exhaustive_fft_ifftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:10:24.2111477Z test_aot_autograd_symbolic_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:10:24.2111879Z test_aot_autograd_symbolic_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:10:24.2112298Z test_aot_autograd_symbolic_exhaustive_fft_ihfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:10:24.2112712Z test_aot_autograd_symbolic_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:10:24.2113125Z test_aot_autograd_symbolic_exhaustive_fft_irfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:10:24.2113532Z test_aot_autograd_symbolic_exhaustive_fft_irfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:10:24.2113945Z test_aot_autograd_symbolic_exhaustive_fft_irfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:10:24.2114360Z test_aot_autograd_symbolic_exhaustive_fft_rfft2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:10:24.2114773Z test_aot_autograd_symbolic_exhaustive_fft_rfft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:10:24.2115171Z test_aot_autograd_symbolic_exhaustive_fft_rfftn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:10:24.2115566Z test_aot_autograd_symbolic_exhaustive_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.037s) 2022-12-01T10:10:24.2115964Z test_aot_autograd_symbolic_exhaustive_flatten_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.078s) 2022-12-01T10:10:24.2116364Z test_aot_autograd_symbolic_exhaustive_flip_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.173s) 2022-12-01T10:10:24.2116739Z test_aot_autograd_symbolic_exhaustive_fliplr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.035s) 2022-12-01T10:10:24.2117122Z test_aot_autograd_symbolic_exhaustive_flipud_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.036s) 2022-12-01T10:10:24.2117503Z test_aot_autograd_symbolic_exhaustive_float_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.077s) 2022-12-01T10:10:24.2117892Z test_aot_autograd_symbolic_exhaustive_float_power_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.833s) 2022-12-01T10:10:24.2118261Z test_aot_autograd_symbolic_exhaustive_floor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.018s) 2022-12-01T10:10:24.2118683Z test_aot_autograd_symbolic_exhaustive_floor_divide_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2119256Z test_aot_autograd_symbolic_exhaustive_fmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.030s) 2022-12-01T10:10:24.2119689Z test_aot_autograd_symbolic_exhaustive_fmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.029s) 2022-12-01T10:10:24.2120066Z test_aot_autograd_symbolic_exhaustive_fmod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.361s) 2022-12-01T10:10:24.2120449Z test_aot_autograd_symbolic_exhaustive_frac_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.049s) 2022-12-01T10:10:24.2120849Z test_aot_autograd_symbolic_exhaustive_frexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:10:24.2121286Z test_aot_autograd_symbolic_exhaustive_full_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2121777Z test_aot_autograd_symbolic_exhaustive_gather_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:10:24.2122259Z test_aot_autograd_symbolic_exhaustive_ge_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2122758Z test_aot_autograd_symbolic_exhaustive_geqrf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2123198Z test_aot_autograd_symbolic_exhaustive_gradient_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:10:24.2123653Z test_aot_autograd_symbolic_exhaustive_gt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2124068Z test_aot_autograd_symbolic_exhaustive_half_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.383s) 2022-12-01T10:10:24.2124493Z test_aot_autograd_symbolic_exhaustive_heaviside_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2124944Z test_aot_autograd_symbolic_exhaustive_histc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2125385Z test_aot_autograd_symbolic_exhaustive_histogram_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2125845Z test_aot_autograd_symbolic_exhaustive_histogramdd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2126285Z test_aot_autograd_symbolic_exhaustive_hsplit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:10:24.2126698Z test_aot_autograd_symbolic_exhaustive_hstack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:10:24.2127081Z test_aot_autograd_symbolic_exhaustive_hypot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.447s) 2022-12-01T10:10:24.2127479Z test_aot_autograd_symbolic_exhaustive_i0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:10:24.2127912Z test_aot_autograd_symbolic_exhaustive_igamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2128366Z test_aot_autograd_symbolic_exhaustive_igammac_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2128789Z test_aot_autograd_symbolic_exhaustive_index_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.079s) 2022-12-01T10:10:24.2173860Z test_aot_autograd_symbolic_exhaustive_index_copy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.038s) 2022-12-01T10:10:24.2174441Z test_aot_autograd_symbolic_exhaustive_index_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.031s) 2022-12-01T10:10:24.2174870Z test_aot_autograd_symbolic_exhaustive_index_put_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.045s) 2022-12-01T10:10:24.2175304Z test_aot_autograd_symbolic_exhaustive_index_reduce_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.023s) 2022-12-01T10:10:24.2175732Z test_aot_autograd_symbolic_exhaustive_index_select_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.028s) 2022-12-01T10:10:24.2176154Z test_aot_autograd_symbolic_exhaustive_inner_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:10:24.2176570Z test_aot_autograd_symbolic_exhaustive_int_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2177013Z test_aot_autograd_symbolic_exhaustive_isclose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2177464Z test_aot_autograd_symbolic_exhaustive_isfinite_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2178106Z test_aot_autograd_symbolic_exhaustive_isin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2178536Z test_aot_autograd_symbolic_exhaustive_isinf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2178981Z test_aot_autograd_symbolic_exhaustive_isnan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2179429Z test_aot_autograd_symbolic_exhaustive_isneginf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2179877Z test_aot_autograd_symbolic_exhaustive_isposinf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2180313Z test_aot_autograd_symbolic_exhaustive_isreal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2180743Z test_aot_autograd_symbolic_exhaustive_istft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:10:24.2181181Z test_aot_autograd_symbolic_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:10:24.2181648Z test_aot_autograd_symbolic_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:10:24.2182105Z test_aot_autograd_symbolic_exhaustive_jiterator_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:10:24.2182545Z test_aot_autograd_symbolic_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:10:24.2182997Z test_aot_autograd_symbolic_exhaustive_jiterator_unary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:10:24.2183423Z test_aot_autograd_symbolic_exhaustive_kron_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:10:24.2183834Z test_aot_autograd_symbolic_exhaustive_kthvalue_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:10:24.2184222Z test_aot_autograd_symbolic_exhaustive_ldexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.454s) 2022-12-01T10:10:24.2184635Z test_aot_autograd_symbolic_exhaustive_le_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2185057Z test_aot_autograd_symbolic_exhaustive_lerp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:10:24.2185453Z test_aot_autograd_symbolic_exhaustive_lgamma_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.041s) 2022-12-01T10:10:24.2185850Z test_aot_autograd_symbolic_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:10:24.2186284Z test_aot_autograd_symbolic_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:10:24.2186709Z test_aot_autograd_symbolic_exhaustive_linalg_cond_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:10:24.2187128Z test_aot_autograd_symbolic_exhaustive_linalg_cross_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:10:24.2187534Z test_aot_autograd_symbolic_exhaustive_linalg_det_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.041s) 2022-12-01T10:10:24.2187962Z test_aot_autograd_symbolic_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:10:24.2188389Z test_aot_autograd_symbolic_exhaustive_linalg_eig_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:10:24.2188884Z test_aot_autograd_symbolic_exhaustive_linalg_eigh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:10:24.2189297Z test_aot_autograd_symbolic_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:10:24.2189727Z test_aot_autograd_symbolic_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:10:24.2190165Z test_aot_autograd_symbolic_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:10:24.2190595Z test_aot_autograd_symbolic_exhaustive_linalg_inv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:10:24.2191004Z test_aot_autograd_symbolic_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:10:24.2191456Z test_aot_autograd_symbolic_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2191928Z test_aot_autograd_symbolic_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2192392Z test_aot_autograd_symbolic_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2192822Z test_aot_autograd_symbolic_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:10:24.2193255Z test_aot_autograd_symbolic_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:10:24.2193689Z test_aot_autograd_symbolic_exhaustive_linalg_lu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:10:24.2194120Z test_aot_autograd_symbolic_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:10:24.2194540Z test_aot_autograd_symbolic_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:10:24.2194965Z test_aot_autograd_symbolic_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:10:24.2195393Z test_aot_autograd_symbolic_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.171s) 2022-12-01T10:10:24.2195826Z test_aot_autograd_symbolic_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.130s) 2022-12-01T10:10:24.2196263Z test_aot_autograd_symbolic_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2196749Z test_aot_autograd_symbolic_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2197206Z test_aot_autograd_symbolic_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:10:24.2197624Z test_aot_autograd_symbolic_exhaustive_linalg_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.091s) 2022-12-01T10:10:24.2198053Z test_aot_autograd_symbolic_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.061s) 2022-12-01T10:10:24.2198492Z test_aot_autograd_symbolic_exhaustive_linalg_pinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:10:24.2198923Z test_aot_autograd_symbolic_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:10:24.2199728Z 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:10:24.2200209Z test_aot_autograd_symbolic_exhaustive_linalg_qr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:10:24.2200620Z test_aot_autograd_symbolic_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.038s) 2022-12-01T10:10:24.2201047Z test_aot_autograd_symbolic_exhaustive_linalg_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:10:24.2201473Z test_aot_autograd_symbolic_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:10:24.2201910Z test_aot_autograd_symbolic_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:10:24.2202331Z test_aot_autograd_symbolic_exhaustive_linalg_svd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.315s) 2022-12-01T10:10:24.2202813Z test_aot_autograd_symbolic_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:10:24.2203241Z test_aot_autograd_symbolic_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.050s) 2022-12-01T10:10:24.2203672Z test_aot_autograd_symbolic_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:10:24.2204089Z test_aot_autograd_symbolic_exhaustive_linalg_vander_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.043s) 2022-12-01T10:10:24.2204499Z test_aot_autograd_symbolic_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.908s) 2022-12-01T10:10:24.2204914Z test_aot_autograd_symbolic_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.592s) 2022-12-01T10:10:24.2205357Z test_aot_autograd_symbolic_exhaustive_linspace_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2205764Z test_aot_autograd_symbolic_exhaustive_log10_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.041s) 2022-12-01T10:10:24.2206144Z test_aot_autograd_symbolic_exhaustive_log1p_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.022s) 2022-12-01T10:10:24.2206526Z test_aot_autograd_symbolic_exhaustive_log2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.041s) 2022-12-01T10:10:24.2206889Z test_aot_autograd_symbolic_exhaustive_log_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.036s) 2022-12-01T10:10:24.2207271Z test_aot_autograd_symbolic_exhaustive_log_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.369s) 2022-12-01T10:10:24.2207675Z test_aot_autograd_symbolic_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.426s) 2022-12-01T10:10:24.2208093Z test_aot_autograd_symbolic_exhaustive_logaddexp2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:10:24.2208501Z test_aot_autograd_symbolic_exhaustive_logaddexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:10:24.2208925Z test_aot_autograd_symbolic_exhaustive_logcumsumexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:10:24.2209347Z test_aot_autograd_symbolic_exhaustive_logdet_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.053s) 2022-12-01T10:10:24.2209780Z test_aot_autograd_symbolic_exhaustive_logical_and_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2210260Z test_aot_autograd_symbolic_exhaustive_logical_not_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2210735Z test_aot_autograd_symbolic_exhaustive_logical_or_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2211189Z test_aot_autograd_symbolic_exhaustive_logical_xor_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2211605Z test_aot_autograd_symbolic_exhaustive_logit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.214s) 2022-12-01T10:10:24.2212012Z test_aot_autograd_symbolic_exhaustive_logspace_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2212443Z test_aot_autograd_symbolic_exhaustive_logsumexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.145s) 2022-12-01T10:10:24.2212876Z test_aot_autograd_symbolic_exhaustive_long_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2213318Z test_aot_autograd_symbolic_exhaustive_lt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2213735Z test_aot_autograd_symbolic_exhaustive_lu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:10:24.2214130Z test_aot_autograd_symbolic_exhaustive_lu_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:10:24.2214544Z test_aot_autograd_symbolic_exhaustive_lu_unpack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:10:24.2214940Z test_aot_autograd_symbolic_exhaustive_mH_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.184s) 2022-12-01T10:10:24.2215301Z test_aot_autograd_symbolic_exhaustive_mT_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.157s) 2022-12-01T10:10:24.2215698Z test_aot_autograd_symbolic_exhaustive_masked_amax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.604s) 2022-12-01T10:10:24.2216128Z test_aot_autograd_symbolic_exhaustive_masked_amin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.611s) 2022-12-01T10:10:24.2216569Z test_aot_autograd_symbolic_exhaustive_masked_argmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2217013Z test_aot_autograd_symbolic_exhaustive_masked_argmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2217456Z test_aot_autograd_symbolic_exhaustive_masked_cumprod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:10:24.2217891Z test_aot_autograd_symbolic_exhaustive_masked_cumsum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.050s) 2022-12-01T10:10:24.2218312Z test_aot_autograd_symbolic_exhaustive_masked_fill_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.028s) 2022-12-01T10:10:24.2218741Z test_aot_autograd_symbolic_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (1.135s) 2022-12-01T10:10:24.2219163Z test_aot_autograd_symbolic_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:10:24.2219600Z test_aot_autograd_symbolic_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.177s) 2022-12-01T10:10:24.2220024Z test_aot_autograd_symbolic_exhaustive_masked_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.176s) 2022-12-01T10:10:24.2220447Z test_aot_autograd_symbolic_exhaustive_masked_median_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:10:24.2220905Z 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:10:24.2221423Z test_aot_autograd_symbolic_exhaustive_masked_normalize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.687s) 2022-12-01T10:10:24.2221838Z test_aot_autograd_symbolic_exhaustive_masked_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.107s) 2022-12-01T10:10:24.2222261Z test_aot_autograd_symbolic_exhaustive_masked_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:10:24.2222674Z test_aot_autograd_symbolic_exhaustive_masked_select_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:10:24.2223098Z test_aot_autograd_symbolic_exhaustive_masked_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.771s) 2022-12-01T10:10:24.2223519Z test_aot_autograd_symbolic_exhaustive_masked_softmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.836s) 2022-12-01T10:10:24.2223939Z test_aot_autograd_symbolic_exhaustive_masked_std_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.071s) 2022-12-01T10:10:24.2224340Z test_aot_autograd_symbolic_exhaustive_masked_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.612s) 2022-12-01T10:10:24.2224750Z test_aot_autograd_symbolic_exhaustive_masked_var_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.056s) 2022-12-01T10:10:24.2225163Z test_aot_autograd_symbolic_exhaustive_matmul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.049s) 2022-12-01T10:10:24.2225572Z test_aot_autograd_symbolic_exhaustive_matrix_exp_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:10:24.2225961Z test_aot_autograd_symbolic_exhaustive_max_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.547s) 2022-12-01T10:10:24.2226373Z test_aot_autograd_symbolic_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:10:24.2226816Z test_aot_autograd_symbolic_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:10:24.2227223Z test_aot_autograd_symbolic_exhaustive_maximum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.544s) 2022-12-01T10:10:24.2227408Z test_aot_autograd_symbolic_exhaustive_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.047s) 2022-12-01T10:10:24.2227606Z test_aot_autograd_symbolic_exhaustive_median_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:10:24.2227821Z test_aot_autograd_symbolic_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.027s) 2022-12-01T10:10:24.2228040Z test_aot_autograd_symbolic_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.027s) 2022-12-01T10:10:24.2228231Z test_aot_autograd_symbolic_exhaustive_min_binary_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.546s) 2022-12-01T10:10:24.2228442Z test_aot_autograd_symbolic_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.025s) 2022-12-01T10:10:24.2228656Z test_aot_autograd_symbolic_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:10:24.2228844Z test_aot_autograd_symbolic_exhaustive_minimum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.546s) 2022-12-01T10:10:24.2229022Z test_aot_autograd_symbolic_exhaustive_mm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.030s) 2022-12-01T10:10:24.2229215Z test_aot_autograd_symbolic_exhaustive_mode_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:10:24.2229389Z test_aot_autograd_symbolic_exhaustive_movedim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.105s) 2022-12-01T10:10:24.2229613Z test_aot_autograd_symbolic_exhaustive_msort_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:10:24.2229816Z test_aot_autograd_symbolic_exhaustive_mul_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.338s) 2022-12-01T10:10:24.2230040Z test_aot_autograd_symbolic_exhaustive_multinomial_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2230234Z test_aot_autograd_symbolic_exhaustive_mv_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.032s) 2022-12-01T10:10:24.2230444Z test_aot_autograd_symbolic_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.042s) 2022-12-01T10:10:24.2230657Z test_aot_autograd_symbolic_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.041s) 2022-12-01T10:10:24.2230865Z test_aot_autograd_symbolic_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.041s) 2022-12-01T10:10:24.2231055Z test_aot_autograd_symbolic_exhaustive_nan_to_num_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.140s) 2022-12-01T10:10:24.2231237Z test_aot_autograd_symbolic_exhaustive_nanmean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (2.075s) 2022-12-01T10:10:24.2231426Z test_aot_autograd_symbolic_exhaustive_nanmedian_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.055s) 2022-12-01T10:10:24.2231632Z test_aot_autograd_symbolic_exhaustive_nanquantile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:10:24.2231818Z test_aot_autograd_symbolic_exhaustive_nansum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.865s) 2022-12-01T10:10:24.2232039Z test_aot_autograd_symbolic_exhaustive_narrow_copy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2232239Z test_aot_autograd_symbolic_exhaustive_narrow_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:10:24.2232434Z test_aot_autograd_symbolic_exhaustive_native_batch_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.591s) 2022-12-01T10:10:24.2232640Z test_aot_autograd_symbolic_exhaustive_native_layer_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (1.104s) 2022-12-01T10:10:24.2232855Z test_aot_autograd_symbolic_exhaustive_ne_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2233033Z test_aot_autograd_symbolic_exhaustive_neg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.018s) 2022-12-01T10:10:24.2233253Z test_aot_autograd_symbolic_exhaustive_new_empty_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2233472Z test_aot_autograd_symbolic_exhaustive_new_empty_strided_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2233693Z test_aot_autograd_symbolic_exhaustive_new_full_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2233909Z test_aot_autograd_symbolic_exhaustive_new_ones_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2234130Z test_aot_autograd_symbolic_exhaustive_new_zeros_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2234350Z test_aot_autograd_symbolic_exhaustive_nextafter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2234585Z test_aot_autograd_symbolic_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.028s) 2022-12-01T10:10:24.2234843Z test_aot_autograd_symbolic_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:10:24.2235092Z test_aot_autograd_symbolic_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.039s) 2022-12-01T10:10:24.2235319Z test_aot_autograd_symbolic_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.018s) 2022-12-01T10:10:24.2235542Z test_aot_autograd_symbolic_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:10:24.2235761Z test_aot_autograd_symbolic_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:10:24.2235974Z test_aot_autograd_symbolic_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.050s) 2022-12-01T10:10:24.2236197Z test_aot_autograd_symbolic_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.113s) 2022-12-01T10:10:24.2236411Z test_aot_autograd_symbolic_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.045s) 2022-12-01T10:10:24.2236628Z test_aot_autograd_symbolic_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.078s) 2022-12-01T10:10:24.2236834Z test_aot_autograd_symbolic_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.582s) 2022-12-01T10:10:24.2237047Z test_aot_autograd_symbolic_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.029s) 2022-12-01T10:10:24.2237272Z test_aot_autograd_symbolic_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.096s) 2022-12-01T10:10:24.2237510Z test_aot_autograd_symbolic_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:10:24.2237705Z test_aot_autograd_symbolic_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.069s) 2022-12-01T10:10:24.2237917Z test_aot_autograd_symbolic_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.076s) 2022-12-01T10:10:24.2238128Z test_aot_autograd_symbolic_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.132s) 2022-12-01T10:10:24.2238340Z test_aot_autograd_symbolic_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.048s) 2022-12-01T10:10:24.2238557Z test_aot_autograd_symbolic_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.119s) 2022-12-01T10:10:24.2238775Z test_aot_autograd_symbolic_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.317s) 2022-12-01T10:10:24.2239002Z test_aot_autograd_symbolic_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.026s) 2022-12-01T10:10:24.2239425Z test_aot_autograd_symbolic_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:10:24.2239647Z test_aot_autograd_symbolic_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:10:24.2239861Z test_aot_autograd_symbolic_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:10:24.2241050Z 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:10:24.2241299Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:10:24.2242122Z /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:10:24.2242371Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:10:24.2243250Z /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:10:24.2243492Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:10:24.2243577Z expected failure (0.053s) 2022-12-01T10:10:24.2243799Z test_aot_autograd_symbolic_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.046s) 2022-12-01T10:10:24.2244006Z test_aot_autograd_symbolic_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.031s) 2022-12-01T10:10:24.2244203Z test_aot_autograd_symbolic_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.091s) 2022-12-01T10:10:24.2244422Z test_aot_autograd_symbolic_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:10:24.2244624Z test_aot_autograd_symbolic_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.148s) 2022-12-01T10:10:24.2245435Z 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:10:24.2245668Z test_aot_autograd_symbolic_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.094s) 2022-12-01T10:10:24.2245896Z test_aot_autograd_symbolic_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.018s) 2022-12-01T10:10:24.2246125Z test_aot_autograd_symbolic_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.065s) 2022-12-01T10:10:24.2246348Z test_aot_autograd_symbolic_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:10:24.2246579Z test_aot_autograd_symbolic_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.559s) 2022-12-01T10:10:24.2246827Z test_aot_autograd_symbolic_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.064s) 2022-12-01T10:10:24.2247044Z test_aot_autograd_symbolic_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.093s) 2022-12-01T10:10:24.2247255Z test_aot_autograd_symbolic_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:10:24.2247447Z test_aot_autograd_symbolic_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.182s) 2022-12-01T10:10:24.2247652Z test_aot_autograd_symbolic_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.100s) 2022-12-01T10:10:24.2247853Z test_aot_autograd_symbolic_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.293s) 2022-12-01T10:10:24.2248057Z test_aot_autograd_symbolic_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.252s) 2022-12-01T10:10:24.2248287Z test_aot_autograd_symbolic_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:10:24.2248501Z test_aot_autograd_symbolic_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.099s) 2022-12-01T10:10:24.2248717Z test_aot_autograd_symbolic_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.348s) 2022-12-01T10:10:24.2248940Z test_aot_autograd_symbolic_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.035s) 2022-12-01T10:10:24.2249162Z test_aot_autograd_symbolic_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.030s) 2022-12-01T10:10:24.2249393Z test_aot_autograd_symbolic_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:10:24.2249616Z test_aot_autograd_symbolic_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:10:24.2249831Z test_aot_autograd_symbolic_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:10:24.2250062Z test_aot_autograd_symbolic_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:10:24.2250839Z 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:10:24.2251063Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:10:24.2251145Z expected failure (0.123s) 2022-12-01T10:10:24.2251357Z test_aot_autograd_symbolic_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.029s) 2022-12-01T10:10:24.2251573Z test_aot_autograd_symbolic_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.313s) 2022-12-01T10:10:24.2251777Z test_aot_autograd_symbolic_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.289s) 2022-12-01T10:10:24.2251989Z test_aot_autograd_symbolic_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:10:24.2252276Z test_aot_autograd_symbolic_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:10:24.2252481Z test_aot_autograd_symbolic_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.099s) 2022-12-01T10:10:24.2252691Z test_aot_autograd_symbolic_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:10:24.2252905Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.129s) 2022-12-01T10:10:24.2253120Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.274s) 2022-12-01T10:10:24.2253331Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.053s) 2022-12-01T10:10:24.2253554Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:10:24.2253777Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:10:24.2253996Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:10:24.2254217Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:10:24.2254432Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.032s) 2022-12-01T10:10:24.2254656Z test_aot_autograd_symbolic_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.029s) 2022-12-01T10:10:24.2254852Z test_aot_autograd_symbolic_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.132s) 2022-12-01T10:10:24.2255053Z test_aot_autograd_symbolic_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.033s) 2022-12-01T10:10:24.2255271Z test_aot_autograd_symbolic_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:10:24.2255501Z test_aot_autograd_symbolic_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:10:24.2255734Z test_aot_autograd_symbolic_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.114s) 2022-12-01T10:10:24.2255952Z test_aot_autograd_symbolic_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:10:24.2256170Z test_aot_autograd_symbolic_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.183s) 2022-12-01T10:10:24.2256390Z test_aot_autograd_symbolic_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:10:24.2256608Z test_aot_autograd_symbolic_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:10:24.2256828Z test_aot_autograd_symbolic_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:10:24.2257044Z test_aot_autograd_symbolic_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:10:24.2257300Z test_aot_autograd_symbolic_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.240s) 2022-12-01T10:10:24.2257526Z test_aot_autograd_symbolic_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:10:24.2257745Z test_aot_autograd_symbolic_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:10:24.2257967Z test_aot_autograd_symbolic_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:10:24.2258182Z test_aot_autograd_symbolic_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.560s) 2022-12-01T10:10:24.2258392Z test_aot_autograd_symbolic_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.035s) 2022-12-01T10:10:24.2258593Z test_aot_autograd_symbolic_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.090s) 2022-12-01T10:10:24.2258789Z test_aot_autograd_symbolic_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.127s) 2022-12-01T10:10:24.2258996Z test_aot_autograd_symbolic_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:10:24.2259190Z test_aot_autograd_symbolic_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.093s) 2022-12-01T10:10:24.2259382Z test_aot_autograd_symbolic_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.097s) 2022-12-01T10:10:24.2259598Z test_aot_autograd_symbolic_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:10:24.2259793Z test_aot_autograd_symbolic_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.252s) 2022-12-01T10:10:24.2259992Z test_aot_autograd_symbolic_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.399s) 2022-12-01T10:10:24.2260201Z test_aot_autograd_symbolic_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.451s) 2022-12-01T10:10:24.2260400Z test_aot_autograd_symbolic_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.086s) 2022-12-01T10:10:24.2260600Z test_aot_autograd_symbolic_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.212s) 2022-12-01T10:10:24.2260799Z test_aot_autograd_symbolic_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.088s) 2022-12-01T10:10:24.2260999Z test_aot_autograd_symbolic_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.073s) 2022-12-01T10:10:24.2261201Z test_aot_autograd_symbolic_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.092s) 2022-12-01T10:10:24.2261428Z test_aot_autograd_symbolic_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.047s) 2022-12-01T10:10:24.2261669Z test_aot_autograd_symbolic_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.044s) 2022-12-01T10:10:24.2261870Z test_aot_autograd_symbolic_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:10:24.2262451Z 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:10:24.2262679Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:10:24.2262762Z expected failure (0.025s) 2022-12-01T10:10:24.2263364Z 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:10:24.2263559Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:10:24.2263641Z expected failure (0.011s) 2022-12-01T10:10:24.2263859Z test_aot_autograd_symbolic_exhaustive_nonzero_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2264054Z test_aot_autograd_symbolic_exhaustive_norm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.095s) 2022-12-01T10:10:24.2264243Z test_aot_autograd_symbolic_exhaustive_norm_fro_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.107s) 2022-12-01T10:10:24.2264418Z test_aot_autograd_symbolic_exhaustive_norm_inf_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.238s) 2022-12-01T10:10:24.2264616Z test_aot_autograd_symbolic_exhaustive_norm_nuc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:10:24.2264814Z test_aot_autograd_symbolic_exhaustive_normal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.021s) 2022-12-01T10:10:24.2265023Z test_aot_autograd_symbolic_exhaustive_normal_number_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:10:24.2265238Z test_aot_autograd_symbolic_exhaustive_ones_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2265459Z test_aot_autograd_symbolic_exhaustive_ones_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2265676Z test_aot_autograd_symbolic_exhaustive_ormqr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2265874Z test_aot_autograd_symbolic_exhaustive_outer_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:10:24.2266078Z test_aot_autograd_symbolic_exhaustive_pca_lowrank_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.074s) 2022-12-01T10:10:24.2266262Z test_aot_autograd_symbolic_exhaustive_permute_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.142s) 2022-12-01T10:10:24.2266464Z test_aot_autograd_symbolic_exhaustive_pinverse_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:10:24.2266649Z test_aot_autograd_symbolic_exhaustive_polar_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:10:24.2266865Z test_aot_autograd_symbolic_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:10:24.2267083Z test_aot_autograd_symbolic_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:10:24.2267293Z test_aot_autograd_symbolic_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:10:24.2267504Z test_aot_autograd_symbolic_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:10:24.2267719Z test_aot_autograd_symbolic_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:10:24.2267904Z test_aot_autograd_symbolic_exhaustive_positive_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.024s) 2022-12-01T10:10:24.2268117Z test_aot_autograd_symbolic_exhaustive_pow_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.263s) 2022-12-01T10:10:24.2268338Z test_aot_autograd_symbolic_exhaustive_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.054s) 2022-12-01T10:10:24.2268535Z test_aot_autograd_symbolic_exhaustive_put_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:10:24.2268717Z test_aot_autograd_symbolic_exhaustive_qr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:10:24.2268916Z test_aot_autograd_symbolic_exhaustive_quantile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:10:24.2269114Z test_aot_autograd_symbolic_exhaustive_rad2deg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:10:24.2269336Z test_aot_autograd_symbolic_exhaustive_rand_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2269559Z test_aot_autograd_symbolic_exhaustive_randint_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2269772Z test_aot_autograd_symbolic_exhaustive_randn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2269990Z test_aot_autograd_symbolic_exhaustive_randn_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2270172Z test_aot_autograd_symbolic_exhaustive_ravel_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.121s) 2022-12-01T10:10:24.2270354Z test_aot_autograd_symbolic_exhaustive_real_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.024s) 2022-12-01T10:10:24.2270544Z test_aot_autograd_symbolic_exhaustive_reciprocal_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.059s) 2022-12-01T10:10:24.2270721Z test_aot_autograd_symbolic_exhaustive_remainder_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.746s) 2022-12-01T10:10:24.2270921Z test_aot_autograd_symbolic_exhaustive_renorm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:10:24.2271106Z test_aot_autograd_symbolic_exhaustive_repeat_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.437s) 2022-12-01T10:10:24.2271322Z test_aot_autograd_symbolic_exhaustive_repeat_interleave_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:10:24.2271527Z test_aot_autograd_symbolic_exhaustive_reshape_as_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:10:24.2271727Z test_aot_autograd_symbolic_exhaustive_reshape_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.482s) 2022-12-01T10:10:24.2271943Z test_aot_autograd_symbolic_exhaustive_resize__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2272164Z test_aot_autograd_symbolic_exhaustive_resize_as__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2272354Z test_aot_autograd_symbolic_exhaustive_resolve_conj_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.019s) 2022-12-01T10:10:24.2272542Z test_aot_autograd_symbolic_exhaustive_resolve_neg_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.018s) 2022-12-01T10:10:24.2272726Z test_aot_autograd_symbolic_exhaustive_roll_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.025s) 2022-12-01T10:10:24.2272906Z test_aot_autograd_symbolic_exhaustive_rot90_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.065s) 2022-12-01T10:10:24.2273102Z test_aot_autograd_symbolic_exhaustive_round_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:10:24.2273309Z test_aot_autograd_symbolic_exhaustive_round_decimals_0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:10:24.2273552Z test_aot_autograd_symbolic_exhaustive_round_decimals_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:10:24.2273788Z test_aot_autograd_symbolic_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:10:24.2273971Z test_aot_autograd_symbolic_exhaustive_rsqrt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.060s) 2022-12-01T10:10:24.2274153Z test_aot_autograd_symbolic_exhaustive_rsub_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.367s) 2022-12-01T10:10:24.2274357Z test_aot_autograd_symbolic_exhaustive_scatter_add_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:10:24.2274556Z test_aot_autograd_symbolic_exhaustive_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:10:24.2274758Z test_aot_autograd_symbolic_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:10:24.2274965Z test_aot_autograd_symbolic_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:10:24.2275178Z test_aot_autograd_symbolic_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:10:24.2275392Z test_aot_autograd_symbolic_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:10:24.2275602Z test_aot_autograd_symbolic_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:10:24.2275825Z test_aot_autograd_symbolic_exhaustive_searchsorted_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2276042Z test_aot_autograd_symbolic_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:10:24.2276262Z test_aot_autograd_symbolic_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:10:24.2276459Z test_aot_autograd_symbolic_exhaustive_select_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:10:24.2276666Z test_aot_autograd_symbolic_exhaustive_select_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:10:24.2276848Z test_aot_autograd_symbolic_exhaustive_sgn_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.026s) 2022-12-01T10:10:24.2277063Z test_aot_autograd_symbolic_exhaustive_short_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2277249Z test_aot_autograd_symbolic_exhaustive_sigmoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.069s) 2022-12-01T10:10:24.2277433Z test_aot_autograd_symbolic_exhaustive_sign_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.019s) 2022-12-01T10:10:24.2277653Z test_aot_autograd_symbolic_exhaustive_signbit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2277834Z test_aot_autograd_symbolic_exhaustive_sin_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.022s) 2022-12-01T10:10:24.2278014Z test_aot_autograd_symbolic_exhaustive_sinc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.113s) 2022-12-01T10:10:24.2278191Z test_aot_autograd_symbolic_exhaustive_sinh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.022s) 2022-12-01T10:10:24.2278389Z test_aot_autograd_symbolic_exhaustive_slice_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:10:24.2278596Z test_aot_autograd_symbolic_exhaustive_slice_scatter_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:10:24.2278799Z test_aot_autograd_symbolic_exhaustive_softmax_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.362s) 2022-12-01T10:10:24.2279027Z test_aot_autograd_symbolic_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.419s) 2022-12-01T10:10:24.2279421Z test_aot_autograd_symbolic_exhaustive_sort_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:10:24.2279670Z test_aot_autograd_symbolic_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:10:24.2279898Z test_aot_autograd_symbolic_exhaustive_special_airy_ai_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2280131Z test_aot_autograd_symbolic_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2280362Z test_aot_autograd_symbolic_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2280591Z test_aot_autograd_symbolic_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2280809Z test_aot_autograd_symbolic_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2281052Z test_aot_autograd_symbolic_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2281293Z test_aot_autograd_symbolic_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2281713Z 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:10:24.2282115Z 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:10:24.2282323Z test_aot_autograd_symbolic_exhaustive_special_entr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:10:24.2282581Z test_aot_autograd_symbolic_exhaustive_special_erfcx_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:10:24.2282821Z test_aot_autograd_symbolic_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2283060Z test_aot_autograd_symbolic_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2283254Z test_aot_autograd_symbolic_exhaustive_special_i0e_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.045s) 2022-12-01T10:10:24.2283459Z test_aot_autograd_symbolic_exhaustive_special_i1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:10:24.2283650Z test_aot_autograd_symbolic_exhaustive_special_i1e_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.109s) 2022-12-01T10:10:24.2283891Z test_aot_autograd_symbolic_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2284299Z 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:10:24.2284498Z test_aot_autograd_symbolic_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:10:24.2284845Z test_aot_autograd_symbolic_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2285088Z test_aot_autograd_symbolic_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2285318Z test_aot_autograd_symbolic_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2285547Z test_aot_autograd_symbolic_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2285741Z test_aot_autograd_symbolic_exhaustive_special_ndtr_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.099s) 2022-12-01T10:10:24.2285950Z test_aot_autograd_symbolic_exhaustive_special_ndtri_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:10:24.2286185Z test_aot_autograd_symbolic_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:10:24.2286430Z 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:10:24.2286670Z 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:10:24.2287090Z 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:10:24.2287509Z 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:10:24.2287930Z 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:10:24.2288329Z 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:10:24.2288567Z test_aot_autograd_symbolic_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2288776Z test_aot_autograd_symbolic_exhaustive_special_xlog1py_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:10:24.2289004Z test_aot_autograd_symbolic_exhaustive_special_zeta_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2289208Z test_aot_autograd_symbolic_exhaustive_split_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:10:24.2289415Z test_aot_autograd_symbolic_exhaustive_split_list_args_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:10:24.2289622Z test_aot_autograd_symbolic_exhaustive_split_with_sizes_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:10:24.2289804Z test_aot_autograd_symbolic_exhaustive_sqrt_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.030s) 2022-12-01T10:10:24.2289989Z test_aot_autograd_symbolic_exhaustive_square_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.050s) 2022-12-01T10:10:24.2290191Z test_aot_autograd_symbolic_exhaustive_squeeze_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:10:24.2290409Z test_aot_autograd_symbolic_exhaustive_stack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:10:24.2290629Z test_aot_autograd_symbolic_exhaustive_std_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.054s) 2022-12-01T10:10:24.2290831Z test_aot_autograd_symbolic_exhaustive_std_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.036s) 2022-12-01T10:10:24.2291027Z test_aot_autograd_symbolic_exhaustive_stft_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:10:24.2291207Z test_aot_autograd_symbolic_exhaustive_sub_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.338s) 2022-12-01T10:10:24.2291387Z test_aot_autograd_symbolic_exhaustive_sum_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.443s) 2022-12-01T10:10:24.2291588Z test_aot_autograd_symbolic_exhaustive_sum_to_size_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:10:24.2291783Z test_aot_autograd_symbolic_exhaustive_svd_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.338s) 2022-12-01T10:10:24.2291988Z test_aot_autograd_symbolic_exhaustive_svd_lowrank_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.072s) 2022-12-01T10:10:24.2292185Z test_aot_autograd_symbolic_exhaustive_symeig_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:10:24.2292349Z test_aot_autograd_symbolic_exhaustive_t_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.038s) 2022-12-01T10:10:24.2292556Z test_aot_autograd_symbolic_exhaustive_take_along_dim_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:10:24.2292748Z test_aot_autograd_symbolic_exhaustive_take_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:10:24.2292930Z test_aot_autograd_symbolic_exhaustive_tan_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.034s) 2022-12-01T10:10:24.2293112Z test_aot_autograd_symbolic_exhaustive_tanh_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.032s) 2022-12-01T10:10:24.2293318Z test_aot_autograd_symbolic_exhaustive_tensor_split_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:10:24.2293521Z test_aot_autograd_symbolic_exhaustive_tensordot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:10:24.2293699Z test_aot_autograd_symbolic_exhaustive_tile_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.490s) 2022-12-01T10:10:24.2293878Z test_aot_autograd_symbolic_exhaustive_to_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (1.282s) 2022-12-01T10:10:24.2294077Z test_aot_autograd_symbolic_exhaustive_to_sparse_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:10:24.2294264Z test_aot_autograd_symbolic_exhaustive_topk_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:10:24.2294461Z test_aot_autograd_symbolic_exhaustive_trace_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:10:24.2294647Z test_aot_autograd_symbolic_exhaustive_transpose_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.148s) 2022-12-01T10:10:24.2294851Z test_aot_autograd_symbolic_exhaustive_trapezoid_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:10:24.2295048Z test_aot_autograd_symbolic_exhaustive_trapz_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:10:24.2295255Z test_aot_autograd_symbolic_exhaustive_triangular_solve_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:10:24.2295438Z test_aot_autograd_symbolic_exhaustive_tril_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.540s) 2022-12-01T10:10:24.2295647Z test_aot_autograd_symbolic_exhaustive_triu_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.515s) 2022-12-01T10:10:24.2295859Z test_aot_autograd_symbolic_exhaustive_true_divide_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.433s) 2022-12-01T10:10:24.2296029Z test_aot_autograd_symbolic_exhaustive_trunc_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.019s) 2022-12-01T10:10:24.2296229Z test_aot_autograd_symbolic_exhaustive_unbind_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:10:24.2296430Z test_aot_autograd_symbolic_exhaustive_unflatten_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:10:24.2296624Z test_aot_autograd_symbolic_exhaustive_unfold_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:10:24.2296840Z test_aot_autograd_symbolic_exhaustive_uniform_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2297075Z test_aot_autograd_symbolic_exhaustive_unique_consecutive_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2297296Z test_aot_autograd_symbolic_exhaustive_unique_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2297483Z test_aot_autograd_symbolic_exhaustive_unsqueeze_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.175s) 2022-12-01T10:10:24.2297678Z test_aot_autograd_symbolic_exhaustive_var_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.049s) 2022-12-01T10:10:24.2297877Z test_aot_autograd_symbolic_exhaustive_var_mean_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.030s) 2022-12-01T10:10:24.2298045Z test_aot_autograd_symbolic_exhaustive_vdot_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.016s) 2022-12-01T10:10:24.2298254Z test_aot_autograd_symbolic_exhaustive_view_as_complex_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:10:24.2298454Z test_aot_autograd_symbolic_exhaustive_view_as_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:10:24.2298637Z test_aot_autograd_symbolic_exhaustive_view_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.656s) 2022-12-01T10:10:24.2298834Z test_aot_autograd_symbolic_exhaustive_vsplit_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:10:24.2299031Z test_aot_autograd_symbolic_exhaustive_vstack_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:10:24.2299211Z test_aot_autograd_symbolic_exhaustive_where_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.221s) 2022-12-01T10:10:24.2299391Z test_aot_autograd_symbolic_exhaustive_xlogy_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.839s) 2022-12-01T10:10:24.2299568Z test_aot_autograd_symbolic_exhaustive_zero__cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... ok (0.060s) 2022-12-01T10:10:24.2299786Z test_aot_autograd_symbolic_exhaustive_zeros_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2299996Z test_aot_autograd_symbolic_exhaustive_zeros_like_cpu_float32 (__main__.TestEagerFusionOpInfoCPU) ... skip: Op does not support autograd (0.001s) 2022-12-01T10:10:24.2300147Z test_autocast (__main__.TestPartitioning) ... skip: CUDA is unavailable (0.001s) 2022-12-01T10:10:24.2300273Z test_contiguous (__main__.TestPartitioning) ... ok (0.013s) 2022-12-01T10:10:24.2301070Z 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:10:24.2301346Z "Your compiler for AOTAutograd is returning a a function that doesn't take boxed arguments. " 2022-12-01T10:10:24.2301415Z ok (0.015s) 2022-12-01T10:10:24.2301582Z test_meta_tensor_inplace_op (__main__.TestPartitioning) ... ok (0.240s) 2022-12-01T10:10:24.2301719Z test_min_cut_partitioner (__main__.TestPartitioning) ... ok (0.078s) 2022-12-01T10:10:24.2301852Z test_preserve_random (__main__.TestPartitioning) ... ok (0.006s) 2022-12-01T10:10:24.2301978Z test_recompute_partitioning (__main__.TestPartitioning) ... ok (0.019s) 2022-12-01T10:10:24.2302623Z 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:10:24.2302812Z warnings.warn("The TorchScript type system doesn't support " 2022-12-01T10:10:24.2302878Z ok (0.055s) 2022-12-01T10:10:24.2303002Z test_make_fx_cpu (__main__.TestPythonKeyCPU) ... ok (0.004s) 2022-12-01T10:10:24.2303145Z test_make_fx_functionalize_cpu (__main__.TestPythonKeyCPU) ... ok (0.007s) 2022-12-01T10:10:24.2303273Z test_make_fx_grad_cpu (__main__.TestPythonKeyCPU) ... ok (0.007s) 2022-12-01T10:10:24.2303402Z test_make_fx_jacrev_cpu (__main__.TestPythonKeyCPU) ... ok (0.018s) 2022-12-01T10:10:24.2303582Z test_make_fx_no_decompose_cpu (__main__.TestPythonKeyCPU) ... skip: error: maximum recursion reached (0.001s) 2022-12-01T10:10:24.2303695Z test_make_fx_vjp_cpu (__main__.TestPythonKeyCPU) ... ok (0.006s) 2022-12-01T10:10:24.2303822Z test_make_fx_vmap_cpu (__main__.TestPythonKeyCPU) ... ok (0.004s) 2022-12-01T10:10:24.2303942Z test_nnc_jit_cpu (__main__.TestPythonKeyCPU) ... ok (0.013s) 2022-12-01T10:10:24.2304082Z test_nnc_passthrough_cpu (__main__.TestPythonKeyCPU) ... ok (0.027s) 2022-12-01T10:10:24.2304210Z test_nnc_pytrees_cpu (__main__.TestPythonKeyCPU) ... ok (0.013s) 2022-12-01T10:10:24.2304334Z test_nnc_scalar_cpu (__main__.TestPythonKeyCPU) ... ok (0.013s) 2022-12-01T10:10:24.2304515Z test_resnet18_backward_trace_cpu (__main__.TestPythonKeyCPU) ... skip: test requires torchvision (0.001s) 2022-12-01T10:10:24.2304645Z test_scalar_device_cpu (__main__.TestPythonKeyCPU) ... ok (0.004s) 2022-12-01T10:10:24.2304652Z 2022-12-01T10:10:24.2304840Z ---------------------------------------------------------------------- 2022-12-01T10:10:24.2304918Z Ran 1242 tests in 335.821s 2022-12-01T10:10:24.2304923Z 2022-12-01T10:10:24.2305019Z OK (skipped=243, expected failures=341) 2022-12-01T10:10:24.2305025Z 2022-12-01T10:10:24.2305110Z Generating XML reports... 2022-12-01T10:10:24.2305423Z Generated XML report: test-reports/python-unittest/functorch.test_aotdispatch/TEST-TestAOTAutograd-20221201100446.xml 2022-12-01T10:10:24.2305762Z Generated XML report: test-reports/python-unittest/functorch.test_aotdispatch/TEST-TestAOTModuleSimplified-20221201100446.xml 2022-12-01T10:10:24.2306103Z Generated XML report: test-reports/python-unittest/functorch.test_aotdispatch/TEST-TestEagerFusionOpInfoCPU-20221201100446.xml 2022-12-01T10:10:24.2306411Z Generated XML report: test-reports/python-unittest/functorch.test_aotdispatch/TEST-TestPartitioning-20221201100446.xml 2022-12-01T10:10:24.2306719Z Generated XML report: test-reports/python-unittest/functorch.test_aotdispatch/TEST-TestPythonKeyCPU-20221201100446.xml 2022-12-01T10:10:24.2306724Z 2022-12-01T10:10:24.2307097Z ##[endgroup] 2022-12-01T10:10:24.2307430Z FINISHED PRINTING LOG FILE of functorch/test_aotdispatch (/var/lib/jenkins/workspace/test/test-reports/functorch-test_aotdispatch_8f72vrdv) 2022-12-01T10:10:24.2307436Z 2022-12-01T10:10:24.4601051Z Running functorch/test_ops ... [2022-12-01 10:10:24.459749] 2022-12-01T10:10:25.6417202Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:10:25.6456716Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:10:25.7022601Z Ignoring disabled issues: [] 2022-12-01T10:10:25.7055236Z Ignoring disabled issues: [] 2022-12-01T10:10:25.7160278Z 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:10:25.715671] 2022-12-01T10:10:25.7194226Z 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:10:25.719130] 2022-12-01T10:38:42.9143205Z 2022-12-01T10:38:42.9143618Z Expand the folded group to see the log file of functorch/test_ops 2022-12-01T10:38:42.9144355Z ##[group]PRINTING LOG FILE of functorch/test_ops (/var/lib/jenkins/workspace/test/test-reports/functorch-test_ops_7cidqt29) 2022-12-01T10:38:42.9155461Z Test results will be stored in test-reports/python-pytest/functorch.test_ops/functorch.test_ops-eaaafd081c820114.xml 2022-12-01T10:38:42.9156597Z ============================= test session starts ============================== 2022-12-01T10:38:42.9157396Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:38:42.9157810Z cachedir: .pytest_cache 2022-12-01T10:38:42.9158503Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:38:42.9160134Z rootdir: /var/lib/jenkins/workspace/test/functorch, configfile: pytest.ini 2022-12-01T10:38:42.9160925Z 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:38:42.9161419Z collecting ... collected 8880 items / 12 deselected / 8868 selected 2022-12-01T10:38:42.9568442Z 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:38:42.9923636Z 2022-12-01T10:38:42.9923853Z functorch/test_ops.py::TestOperatorsCPU::test_extremal_numerics_l1_loss_cpu PASSED 2022-12-01T10:38:42.9924216Z functorch/test_ops.py::TestOperatorsCPU::test_extremal_numerics_layer_norm_cpu PASSED 2022-12-01T10:38:42.9924546Z functorch/test_ops.py::TestOperatorsCPU::test_extremal_numerics_nll_loss_cpu PASSED 2022-12-01T10:38:42.9924890Z functorch/test_ops.py::TestOperatorsCPU::test_extremal_numerics_softmax_cpu PASSED 2022-12-01T10:38:42.9925224Z functorch/test_ops.py::TestOperatorsCPU::test_grad_H_cpu_float32 PASSED 2022-12-01T10:38:42.9925560Z functorch/test_ops.py::TestOperatorsCPU::test_grad___getitem___functorch_cpu_float32 PASSED 2022-12-01T10:38:42.9925883Z functorch/test_ops.py::TestOperatorsCPU::test_grad___rmod___cpu_float32 PASSED 2022-12-01T10:38:42.9926204Z functorch/test_ops.py::TestOperatorsCPU::test_grad___rmul___cpu_float32 PASSED 2022-12-01T10:38:42.9926518Z functorch/test_ops.py::TestOperatorsCPU::test_grad___rsub___cpu_float32 PASSED 2022-12-01T10:38:42.9926818Z functorch/test_ops.py::TestOperatorsCPU::test_grad_abs_cpu_float32 PASSED 2022-12-01T10:38:42.9927141Z functorch/test_ops.py::TestOperatorsCPU::test_grad_addbmm_cpu_float32 PASSED 2022-12-01T10:38:42.9927460Z functorch/test_ops.py::TestOperatorsCPU::test_grad_addcmul_cpu_float32 PASSED 2022-12-01T10:38:42.9927792Z functorch/test_ops.py::TestOperatorsCPU::test_grad_addmm_decomposed_cpu_float32 PASSED 2022-12-01T10:38:42.9928231Z functorch/test_ops.py::TestOperatorsCPU::test_grad_addmv_cpu_float32 PASSED 2022-12-01T10:38:42.9928595Z functorch/test_ops.py::TestOperatorsCPU::test_grad_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9929084Z functorch/test_ops.py::TestOperatorsCPU::test_grad_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9929478Z functorch/test_ops.py::TestOperatorsCPU::test_grad_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9929833Z functorch/test_ops.py::TestOperatorsCPU::test_grad_angle_cpu_float32 PASSED 2022-12-01T10:38:42.9930192Z functorch/test_ops.py::TestOperatorsCPU::test_grad_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9930589Z functorch/test_ops.py::TestOperatorsCPU::test_grad_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9930969Z functorch/test_ops.py::TestOperatorsCPU::test_grad_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9931371Z functorch/test_ops.py::TestOperatorsCPU::test_grad_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9931777Z functorch/test_ops.py::TestOperatorsCPU::test_grad_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9932134Z functorch/test_ops.py::TestOperatorsCPU::test_grad_asinh_cpu_float32 PASSED 2022-12-01T10:38:42.9932441Z functorch/test_ops.py::TestOperatorsCPU::test_grad_atan2_cpu_float32 PASSED 2022-12-01T10:38:42.9932763Z functorch/test_ops.py::TestOperatorsCPU::test_grad_atleast_2d_cpu_float32 PASSED 2022-12-01T10:38:42.9933088Z functorch/test_ops.py::TestOperatorsCPU::test_grad_atleast_3d_cpu_float32 PASSED 2022-12-01T10:38:42.9933394Z functorch/test_ops.py::TestOperatorsCPU::test_grad_baddbmm_cpu_float32 PASSED 2022-12-01T10:38:42.9933712Z functorch/test_ops.py::TestOperatorsCPU::test_grad_bfloat16_cpu_float32 PASSED 2022-12-01T10:38:42.9934066Z functorch/test_ops.py::TestOperatorsCPU::test_grad_bfloat16_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:38:42.9934419Z functorch/test_ops.py::TestOperatorsCPU::test_grad_block_diag_cpu_float32 PASSED 2022-12-01T10:38:42.9934723Z functorch/test_ops.py::TestOperatorsCPU::test_grad_bmm_cpu_float32 PASSED 2022-12-01T10:38:42.9935095Z functorch/test_ops.py::TestOperatorsCPU::test_grad_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9935475Z functorch/test_ops.py::TestOperatorsCPU::test_grad_broadcast_to_cpu_float32 PASSED 2022-12-01T10:38:42.9935835Z functorch/test_ops.py::TestOperatorsCPU::test_grad_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9936233Z functorch/test_ops.py::TestOperatorsCPU::test_grad_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9936596Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cartesian_prod_cpu_float32 PASSED 2022-12-01T10:38:42.9936920Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cat_cpu_float32 PASSED 2022-12-01T10:38:42.9937287Z functorch/test_ops.py::TestOperatorsCPU::test_grad_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9937801Z functorch/test_ops.py::TestOperatorsCPU::test_grad_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9938214Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cholesky_cpu_float32 PASSED 2022-12-01T10:38:42.9938534Z functorch/test_ops.py::TestOperatorsCPU::test_grad_chunk_cpu_float32 PASSED 2022-12-01T10:38:42.9938834Z functorch/test_ops.py::TestOperatorsCPU::test_grad_clamp_cpu_float32 PASSED 2022-12-01T10:38:42.9939153Z functorch/test_ops.py::TestOperatorsCPU::test_grad_clamp_max_cpu_float32 PASSED 2022-12-01T10:38:42.9939482Z functorch/test_ops.py::TestOperatorsCPU::test_grad_column_stack_cpu_float32 PASSED 2022-12-01T10:38:42.9939791Z functorch/test_ops.py::TestOperatorsCPU::test_grad_complex_cpu_float32 PASSED 2022-12-01T10:38:42.9940162Z functorch/test_ops.py::TestOperatorsCPU::test_grad_contiguous_cpu_float32 PASSED 2022-12-01T10:38:42.9940487Z functorch/test_ops.py::TestOperatorsCPU::test_grad_copysign_cpu_float32 PASSED 2022-12-01T10:38:42.9940838Z functorch/test_ops.py::TestOperatorsCPU::test_grad_corrcoef_cpu_float32 PASSED 2022-12-01T10:38:42.9941145Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cosh_cpu_float32 PASSED 2022-12-01T10:38:42.9941464Z functorch/test_ops.py::TestOperatorsCPU::test_grad_deg2rad_cpu_float32 PASSED 2022-12-01T10:38:42.9941779Z functorch/test_ops.py::TestOperatorsCPU::test_grad_diag_cpu_float32 PASSED 2022-12-01T10:38:42.9942088Z functorch/test_ops.py::TestOperatorsCPU::test_grad_diag_embed_cpu_float32 PASSED 2022-12-01T10:38:42.9942425Z functorch/test_ops.py::TestOperatorsCPU::test_grad_diagonal_scatter_cpu_float32 PASSED 2022-12-01T10:38:42.9942755Z functorch/test_ops.py::TestOperatorsCPU::test_grad_digamma_cpu_float32 PASSED 2022-12-01T10:38:42.9943070Z functorch/test_ops.py::TestOperatorsCPU::test_grad_dist_cpu_float32 PASSED 2022-12-01T10:38:42.9943390Z functorch/test_ops.py::TestOperatorsCPU::test_grad_div_trunc_rounding_cpu_float32 PASSED 2022-12-01T10:38:42.9943721Z functorch/test_ops.py::TestOperatorsCPU::test_grad_dsplit_cpu_float32 PASSED 2022-12-01T10:38:42.9944089Z functorch/test_ops.py::TestOperatorsCPU::test_grad_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9944476Z functorch/test_ops.py::TestOperatorsCPU::test_grad_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9944821Z functorch/test_ops.py::TestOperatorsCPU::test_grad_erf_cpu_float32 PASSED 2022-12-01T10:38:42.9945136Z functorch/test_ops.py::TestOperatorsCPU::test_grad_erfc_cpu_float32 PASSED 2022-12-01T10:38:42.9945449Z functorch/test_ops.py::TestOperatorsCPU::test_grad_exp2_cpu_float32 PASSED 2022-12-01T10:38:42.9945748Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_fft2_cpu_float32 PASSED 2022-12-01T10:38:42.9946066Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_hfft_cpu_float32 PASSED 2022-12-01T10:38:42.9946390Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_ifft2_cpu_float32 PASSED 2022-12-01T10:38:42.9946700Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_ifftn_cpu_float32 PASSED 2022-12-01T10:38:42.9947030Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_ifftshift_cpu_float32 PASSED 2022-12-01T10:38:42.9947356Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_ihfft_cpu_float32 PASSED 2022-12-01T10:38:42.9947677Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_ihfftn_cpu_float32 PASSED 2022-12-01T10:38:42.9947985Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fill_cpu_float32 PASSED 2022-12-01T10:38:42.9948300Z functorch/test_ops.py::TestOperatorsCPU::test_grad_flipud_cpu_float32 PASSED 2022-12-01T10:38:42.9948624Z functorch/test_ops.py::TestOperatorsCPU::test_grad_float_power_cpu_float32 PASSED 2022-12-01T10:38:42.9948984Z functorch/test_ops.py::TestOperatorsCPU::test_grad_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9949346Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fmax_cpu_float32 PASSED 2022-12-01T10:38:42.9949662Z functorch/test_ops.py::TestOperatorsCPU::test_grad_frexp_cpu_float32 PASSED 2022-12-01T10:38:42.9950029Z functorch/test_ops.py::TestOperatorsCPU::test_grad_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9950410Z functorch/test_ops.py::TestOperatorsCPU::test_grad_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9950861Z functorch/test_ops.py::TestOperatorsCPU::test_grad_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9951214Z functorch/test_ops.py::TestOperatorsCPU::test_grad_half_cpu_float32 PASSED 2022-12-01T10:38:42.9951569Z functorch/test_ops.py::TestOperatorsCPU::test_grad_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9952012Z functorch/test_ops.py::TestOperatorsCPU::test_grad_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9952416Z functorch/test_ops.py::TestOperatorsCPU::test_grad_hsplit_cpu_float32 PASSED 2022-12-01T10:38:42.9952735Z functorch/test_ops.py::TestOperatorsCPU::test_grad_hstack_cpu_float32 PASSED 2022-12-01T10:38:42.9953066Z functorch/test_ops.py::TestOperatorsCPU::test_grad_hypot_cpu_float32 PASSED 2022-12-01T10:38:42.9953381Z functorch/test_ops.py::TestOperatorsCPU::test_grad_i0_cpu_float32 PASSED 2022-12-01T10:38:42.9953741Z functorch/test_ops.py::TestOperatorsCPU::test_grad_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9954101Z functorch/test_ops.py::TestOperatorsCPU::test_grad_index_add_cpu_float32 PASSED 2022-12-01T10:38:42.9954411Z functorch/test_ops.py::TestOperatorsCPU::test_grad_index_put_cpu_float32 PASSED 2022-12-01T10:38:42.9954750Z functorch/test_ops.py::TestOperatorsCPU::test_grad_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:38:42.9955089Z functorch/test_ops.py::TestOperatorsCPU::test_grad_index_select_cpu_float32 PASSED 2022-12-01T10:38:42.9955402Z functorch/test_ops.py::TestOperatorsCPU::test_grad_inner_cpu_float32 PASSED 2022-12-01T10:38:42.9955763Z functorch/test_ops.py::TestOperatorsCPU::test_grad_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9956163Z functorch/test_ops.py::TestOperatorsCPU::test_grad_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9956562Z functorch/test_ops.py::TestOperatorsCPU::test_grad_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9956950Z functorch/test_ops.py::TestOperatorsCPU::test_grad_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9957348Z functorch/test_ops.py::TestOperatorsCPU::test_grad_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9957739Z functorch/test_ops.py::TestOperatorsCPU::test_grad_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:38:42.9958089Z functorch/test_ops.py::TestOperatorsCPU::test_grad_kron_cpu_float32 PASSED 2022-12-01T10:38:42.9958397Z functorch/test_ops.py::TestOperatorsCPU::test_grad_kthvalue_cpu_float32 PASSED 2022-12-01T10:38:42.9958760Z functorch/test_ops.py::TestOperatorsCPU::test_grad_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9959112Z functorch/test_ops.py::TestOperatorsCPU::test_grad_lgamma_cpu_float32 PASSED 2022-12-01T10:38:42.9959534Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_cross_cpu_float32 PASSED 2022-12-01T10:38:42.9959865Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_det_cpu_float32 PASSED 2022-12-01T10:38:42.9960198Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_eigvals_cpu_float32 PASSED 2022-12-01T10:38:42.9960537Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_eigvalsh_cpu_float32 PASSED 2022-12-01T10:38:42.9960879Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_householder_product_cpu_float32 PASSED 2022-12-01T10:38:42.9961230Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_inv_ex_cpu_float32 PASSED 2022-12-01T10:38:42.9961614Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9962032Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9962451Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9962839Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_lstsq_grad_oriented_cpu_float32 PASSED 2022-12-01T10:38:42.9963179Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_lu_cpu_float32 PASSED 2022-12-01T10:38:42.9963498Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_matrix_norm_cpu_float32 PASSED 2022-12-01T10:38:42.9963882Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9964374Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9964807Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_pinv_hermitian_cpu_float32 PASSED 2022-12-01T10:38:42.9965140Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_qr_cpu_float32 PASSED 2022-12-01T10:38:42.9965476Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_slogdet_cpu_float32 PASSED 2022-12-01T10:38:42.9965807Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_svd_cpu_float32 PASSED 2022-12-01T10:38:42.9966128Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_tensorinv_cpu_float32 PASSED 2022-12-01T10:38:42.9966474Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_tensorsolve_cpu_float32 PASSED 2022-12-01T10:38:42.9966806Z functorch/test_ops.py::TestOperatorsCPU::test_grad_log1p_cpu_float32 PASSED 2022-12-01T10:38:42.9967119Z functorch/test_ops.py::TestOperatorsCPU::test_grad_log2_cpu_float32 PASSED 2022-12-01T10:38:42.9967421Z functorch/test_ops.py::TestOperatorsCPU::test_grad_log_cpu_float32 PASSED 2022-12-01T10:38:42.9967743Z functorch/test_ops.py::TestOperatorsCPU::test_grad_log_softmax_cpu_float32 PASSED 2022-12-01T10:38:42.9968086Z functorch/test_ops.py::TestOperatorsCPU::test_grad_log_softmax_dtype_cpu_float32 PASSED 2022-12-01T10:38:42.9968406Z functorch/test_ops.py::TestOperatorsCPU::test_grad_logaddexp_cpu_float32 PASSED 2022-12-01T10:38:42.9968777Z functorch/test_ops.py::TestOperatorsCPU::test_grad_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9969189Z functorch/test_ops.py::TestOperatorsCPU::test_grad_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9969590Z functorch/test_ops.py::TestOperatorsCPU::test_grad_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9969981Z functorch/test_ops.py::TestOperatorsCPU::test_grad_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9970343Z functorch/test_ops.py::TestOperatorsCPU::test_grad_logsumexp_cpu_float32 PASSED 2022-12-01T10:38:42.9970710Z functorch/test_ops.py::TestOperatorsCPU::test_grad_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9971135Z functorch/test_ops.py::TestOperatorsCPU::test_grad_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9971540Z functorch/test_ops.py::TestOperatorsCPU::test_grad_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9971890Z functorch/test_ops.py::TestOperatorsCPU::test_grad_lu_unpack_cpu_float32 PASSED 2022-12-01T10:38:42.9972208Z functorch/test_ops.py::TestOperatorsCPU::test_grad_mH_cpu_float32 PASSED 2022-12-01T10:38:42.9972506Z functorch/test_ops.py::TestOperatorsCPU::test_grad_mT_cpu_float32 PASSED 2022-12-01T10:38:42.9972826Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_amax_cpu_float32 PASSED 2022-12-01T10:38:42.9973203Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9973616Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9973973Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_cumprod_cpu_float32 PASSED 2022-12-01T10:38:42.9974303Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_fill_cpu_float32 PASSED 2022-12-01T10:38:42.9974656Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_fill_functorch_Scalar_only_cpu_float32 PASSED 2022-12-01T10:38:42.9975018Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_log_softmax_cpu_float32 PASSED 2022-12-01T10:38:42.9975347Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_logaddexp_cpu_float32 PASSED 2022-12-01T10:38:42.9975685Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_logsumexp_cpu_float32 PASSED 2022-12-01T10:38:42.9976050Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_mean_cpu_float32 PASSED 2022-12-01T10:38:42.9976366Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_median_cpu_float32 PASSED 2022-12-01T10:38:42.9976727Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_norm_cpu_float32 PASSED 2022-12-01T10:38:42.9977058Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_scatter_cpu_float32 PASSED 2022-12-01T10:38:42.9977393Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_select_cpu_float32 PASSED 2022-12-01T10:38:42.9977713Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_softmax_cpu_float32 PASSED 2022-12-01T10:38:42.9978044Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_sum_cpu_float32 PASSED 2022-12-01T10:38:42.9978367Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_var_cpu_float32 PASSED 2022-12-01T10:38:42.9978674Z functorch/test_ops.py::TestOperatorsCPU::test_grad_matrix_exp_cpu_float32 PASSED 2022-12-01T10:38:42.9979013Z functorch/test_ops.py::TestOperatorsCPU::test_grad_max_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:38:42.9979348Z functorch/test_ops.py::TestOperatorsCPU::test_grad_maximum_cpu_float32 PASSED 2022-12-01T10:38:42.9979691Z functorch/test_ops.py::TestOperatorsCPU::test_grad_meshgrid_list_of_tensors_cpu_float32 PASSED 2022-12-01T10:38:42.9980016Z functorch/test_ops.py::TestOperatorsCPU::test_grad_min_binary_cpu_float32 PASSED 2022-12-01T10:38:42.9980351Z functorch/test_ops.py::TestOperatorsCPU::test_grad_min_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:38:42.9980683Z functorch/test_ops.py::TestOperatorsCPU::test_grad_minimum_cpu_float32 PASSED 2022-12-01T10:38:42.9981043Z functorch/test_ops.py::TestOperatorsCPU::test_grad_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9981420Z functorch/test_ops.py::TestOperatorsCPU::test_grad_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED 2022-12-01T10:38:42.9981803Z functorch/test_ops.py::TestOperatorsCPU::test_grad_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED 2022-12-01T10:38:42.9982143Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nanquantile_cpu_float32 PASSED 2022-12-01T10:38:42.9982455Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nansum_cpu_float32 PASSED 2022-12-01T10:38:42.9982830Z functorch/test_ops.py::TestOperatorsCPU::test_grad_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9983204Z functorch/test_ops.py::TestOperatorsCPU::test_grad_native_batch_norm_cpu_float32 PASSED 2022-12-01T10:38:42.9983541Z functorch/test_ops.py::TestOperatorsCPU::test_grad_native_layer_norm_cpu_float32 PASSED 2022-12-01T10:38:42.9983852Z functorch/test_ops.py::TestOperatorsCPU::test_grad_neg_cpu_float32 PASSED 2022-12-01T10:38:42.9984223Z functorch/test_ops.py::TestOperatorsCPU::test_grad_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9984631Z functorch/test_ops.py::TestOperatorsCPU::test_grad_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9985021Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:42.9985423Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED 2022-12-01T10:38:42.9985812Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:38:42.9986186Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:38:42.9986545Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED 2022-12-01T10:38:42.9986918Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED 2022-12-01T10:38:42.9987282Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:38:42.9987634Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:38:42.9988044Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED 2022-12-01T10:38:42.9988442Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv1d_cpu_float32 PASSED 2022-12-01T10:38:42.9988788Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_cpu_float32 PASSED 2022-12-01T10:38:42.9989150Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED 2022-12-01T10:38:42.9989542Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED 2022-12-01T10:38:42.9989926Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED 2022-12-01T10:38:42.9990326Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED 2022-12-01T10:38:42.9990793Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED 2022-12-01T10:38:42.9991194Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_with_bias_cpu_float32 PASSED 2022-12-01T10:38:42.9991568Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv_transpose1d_cpu_float32 PASSED 2022-12-01T10:38:42.9991940Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv_transpose2d_cpu_float32 PASSED 2022-12-01T10:38:42.9992302Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_cosine_embedding_loss_cpu_float32 PASSED 2022-12-01T10:38:42.9992669Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_cross_entropy_cpu_float32 PASSED 2022-12-01T10:38:42.9993022Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_elu_cpu_float32 PASSED 2022-12-01T10:38:42.9993374Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_embedding_bag_cpu_float32 PASSED 2022-12-01T10:38:42.9993735Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_embedding_functorch_cpu_float32 PASSED 2022-12-01T10:38:42.9994133Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED 2022-12-01T10:38:42.9994524Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_fractional_max_pool2d_cpu_float32 PASSED 2022-12-01T10:38:42.9994888Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_gaussian_nll_loss_cpu_float32 PASSED 2022-12-01T10:38:42.9995241Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_gelu_cpu_float32 PASSED 2022-12-01T10:38:42.9995593Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_grid_sample_cpu_float32 PASSED 2022-12-01T10:38:42.9995950Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_hardshrink_cpu_float32 PASSED 2022-12-01T10:38:42.9996292Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_hardswish_cpu_float32 PASSED 2022-12-01T10:38:42.9996662Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_bicubic_cpu_float32 PASSED 2022-12-01T10:38:42.9997048Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_bilinear_cpu_float32 PASSED 2022-12-01T10:38:42.9997416Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_leaky_relu_cpu_float32 PASSED 2022-12-01T10:38:42.9997763Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_local_response_norm_cpu_float32 PASSED 2022-12-01T10:38:42.9998129Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_pool2d_cpu_float32 PASSED 2022-12-01T10:38:42.9998485Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool1d_cpu_float32 PASSED 2022-12-01T10:38:42.9998827Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool2d_cpu_float32 PASSED 2022-12-01T10:38:42.9999290Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool2d_grad_cpu_float32 PASSED 2022-12-01T10:38:42.9999708Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool3d_cpu_float32 PASSED 2022-12-01T10:38:43.0000110Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_mish_cpu_float32 PASSED 2022-12-01T10:38:43.0000454Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pad_circular_cpu_float32 PASSED 2022-12-01T10:38:43.0000811Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pad_constant_cpu_float32 PASSED 2022-12-01T10:38:43.0001169Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pad_reflect_cpu_float32 PASSED 2022-12-01T10:38:43.0001529Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pad_replicate_cpu_float32 PASSED 2022-12-01T10:38:43.0001885Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pairwise_distance_cpu_float32 PASSED 2022-12-01T10:38:43.0002243Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pdist_cpu_float32 PASSED 2022-12-01T10:38:43.0002604Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pixel_unshuffle_cpu_float32 PASSED 2022-12-01T10:38:43.0002963Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_poisson_nll_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0003318Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_prelu_cpu_float32 PASSED 2022-12-01T10:38:43.0003732Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_relu6_cpu_float32 PASSED 2022-12-01T10:38:43.0004078Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_relu_cpu_float32 PASSED 2022-12-01T10:38:43.0004425Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_softmin_with_dtype_cpu_float32 PASSED 2022-12-01T10:38:43.0004791Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_softshrink_cpu_float32 PASSED 2022-12-01T10:38:43.0005151Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_softsign_cpu_float32 PASSED 2022-12-01T10:38:43.0005509Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_tanhshrink_cpu_float32 PASSED 2022-12-01T10:38:43.0005864Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_triplet_margin_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0006209Z functorch/test_ops.py::TestOperatorsCPU::test_grad_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0006536Z functorch/test_ops.py::TestOperatorsCPU::test_grad_norm_inf_cpu_float32 PASSED 2022-12-01T10:38:43.0006842Z functorch/test_ops.py::TestOperatorsCPU::test_grad_norm_nuc_cpu_float32 PASSED 2022-12-01T10:38:43.0007257Z 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:38:43.0007665Z functorch/test_ops.py::TestOperatorsCPU::test_grad_outer_cpu_float32 PASSED 2022-12-01T10:38:43.0007986Z functorch/test_ops.py::TestOperatorsCPU::test_grad_permute_cpu_float32 PASSED 2022-12-01T10:38:43.0008295Z functorch/test_ops.py::TestOperatorsCPU::test_grad_polar_cpu_float32 PASSED 2022-12-01T10:38:43.0008640Z functorch/test_ops.py::TestOperatorsCPU::test_grad_polygamma_polygamma_n_1_cpu_float32 PASSED 2022-12-01T10:38:43.0008997Z functorch/test_ops.py::TestOperatorsCPU::test_grad_polygamma_polygamma_n_4_cpu_float32 PASSED 2022-12-01T10:38:43.0009316Z functorch/test_ops.py::TestOperatorsCPU::test_grad_qr_cpu_float32 PASSED 2022-12-01T10:38:43.0009636Z functorch/test_ops.py::TestOperatorsCPU::test_grad_quantile_cpu_float32 PASSED 2022-12-01T10:38:43.0010006Z functorch/test_ops.py::TestOperatorsCPU::test_grad_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0010406Z functorch/test_ops.py::TestOperatorsCPU::test_grad_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0010747Z functorch/test_ops.py::TestOperatorsCPU::test_grad_ravel_cpu_float32 PASSED 2022-12-01T10:38:43.0011063Z functorch/test_ops.py::TestOperatorsCPU::test_grad_real_cpu_float32 PASSED 2022-12-01T10:38:43.0011424Z functorch/test_ops.py::TestOperatorsCPU::test_grad_repeat_cpu_float32 PASSED 2022-12-01T10:38:43.0011758Z functorch/test_ops.py::TestOperatorsCPU::test_grad_repeat_interleave_cpu_float32 PASSED 2022-12-01T10:38:43.0012148Z functorch/test_ops.py::TestOperatorsCPU::test_grad_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0012554Z functorch/test_ops.py::TestOperatorsCPU::test_grad_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0012924Z functorch/test_ops.py::TestOperatorsCPU::test_grad_resolve_neg_cpu_float32 PASSED 2022-12-01T10:38:43.0013233Z functorch/test_ops.py::TestOperatorsCPU::test_grad_roll_cpu_float32 PASSED 2022-12-01T10:38:43.0013550Z functorch/test_ops.py::TestOperatorsCPU::test_grad_round_cpu_float32 PASSED 2022-12-01T10:38:43.0013871Z functorch/test_ops.py::TestOperatorsCPU::test_grad_rsqrt_cpu_float32 PASSED 2022-12-01T10:38:43.0014193Z functorch/test_ops.py::TestOperatorsCPU::test_grad_scatter_add_cpu_float32 PASSED 2022-12-01T10:38:43.0014507Z functorch/test_ops.py::TestOperatorsCPU::test_grad_scatter_cpu_float32 PASSED 2022-12-01T10:38:43.0014844Z functorch/test_ops.py::TestOperatorsCPU::test_grad_scatter_reduce_amin_cpu_float32 PASSED 2022-12-01T10:38:43.0015192Z functorch/test_ops.py::TestOperatorsCPU::test_grad_scatter_reduce_mean_cpu_float32 PASSED 2022-12-01T10:38:43.0015527Z functorch/test_ops.py::TestOperatorsCPU::test_grad_scatter_reduce_sum_cpu_float32 PASSED 2022-12-01T10:38:43.0015919Z functorch/test_ops.py::TestOperatorsCPU::test_grad_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0016306Z functorch/test_ops.py::TestOperatorsCPU::test_grad_segment_reduce_lengths_cpu_float32 PASSED 2022-12-01T10:38:43.0016660Z functorch/test_ops.py::TestOperatorsCPU::test_grad_segment_reduce_offsets_cpu_float32 PASSED 2022-12-01T10:38:43.0016977Z functorch/test_ops.py::TestOperatorsCPU::test_grad_sin_cpu_float32 PASSED 2022-12-01T10:38:43.0017295Z functorch/test_ops.py::TestOperatorsCPU::test_grad_sinc_cpu_float32 PASSED 2022-12-01T10:38:43.0017616Z functorch/test_ops.py::TestOperatorsCPU::test_grad_softmax_cpu_float32 PASSED 2022-12-01T10:38:43.0017948Z functorch/test_ops.py::TestOperatorsCPU::test_grad_softmax_with_dtype_cpu_float32 PASSED 2022-12-01T10:38:43.0018286Z functorch/test_ops.py::TestOperatorsCPU::test_grad_sparse_sampled_addmm_cpu_float32 XFAIL 2022-12-01T10:38:43.0018676Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0019099Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0019528Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0019925Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_erfcx_cpu_float32 PASSED 2022-12-01T10:38:43.0020318Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0020769Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0021145Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_i0e_cpu_float32 PASSED 2022-12-01T10:38:43.0021478Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_i1e_cpu_float32 PASSED 2022-12-01T10:38:43.0021875Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0022554Z 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:38:43.0023013Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0023432Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_ndtr_cpu_float32 PASSED 2022-12-01T10:38:43.0023767Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_ndtri_cpu_float32 PASSED 2022-12-01T10:38:43.0024197Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0024797Z 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:38:43.0025437Z 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:38:43.0026073Z 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:38:43.0026499Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_xlog1py_cpu_float32 PASSED 2022-12-01T10:38:43.0026867Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0027237Z functorch/test_ops.py::TestOperatorsCPU::test_grad_square_cpu_float32 PASSED 2022-12-01T10:38:43.0027570Z functorch/test_ops.py::TestOperatorsCPU::test_grad_squeeze_cpu_float32 PASSED 2022-12-01T10:38:43.0027892Z functorch/test_ops.py::TestOperatorsCPU::test_grad_stack_cpu_float32 PASSED 2022-12-01T10:38:43.0028199Z functorch/test_ops.py::TestOperatorsCPU::test_grad_std_mean_cpu_float32 PASSED 2022-12-01T10:38:43.0028521Z functorch/test_ops.py::TestOperatorsCPU::test_grad_stft_cpu_float32 PASSED 2022-12-01T10:38:43.0028842Z functorch/test_ops.py::TestOperatorsCPU::test_grad_sum_to_size_cpu_float32 PASSED 2022-12-01T10:38:43.0029168Z functorch/test_ops.py::TestOperatorsCPU::test_grad_svd_lowrank_cpu_float32 PASSED 2022-12-01T10:38:43.0029478Z functorch/test_ops.py::TestOperatorsCPU::test_grad_symeig_cpu_float32 PASSED 2022-12-01T10:38:43.0029811Z functorch/test_ops.py::TestOperatorsCPU::test_grad_take_along_dim_cpu_float32 PASSED 2022-12-01T10:38:43.0030135Z functorch/test_ops.py::TestOperatorsCPU::test_grad_tan_cpu_float32 PASSED 2022-12-01T10:38:43.0030439Z functorch/test_ops.py::TestOperatorsCPU::test_grad_tanh_cpu_float32 PASSED 2022-12-01T10:38:43.0030823Z functorch/test_ops.py::TestOperatorsCPU::test_grad_tile_cpu_float32 PASSED 2022-12-01T10:38:43.0031134Z functorch/test_ops.py::TestOperatorsCPU::test_grad_to_cpu_float32 PASSED 2022-12-01T10:38:43.0031529Z functorch/test_ops.py::TestOperatorsCPU::test_grad_transpose_cpu_float32 PASSED 2022-12-01T10:38:43.0031846Z functorch/test_ops.py::TestOperatorsCPU::test_grad_trapezoid_cpu_float32 PASSED 2022-12-01T10:38:43.0032171Z functorch/test_ops.py::TestOperatorsCPU::test_grad_trapz_cpu_float32 PASSED 2022-12-01T10:38:43.0032491Z functorch/test_ops.py::TestOperatorsCPU::test_grad_tril_cpu_float32 PASSED 2022-12-01T10:38:43.0032801Z functorch/test_ops.py::TestOperatorsCPU::test_grad_true_divide_cpu_float32 PASSED 2022-12-01T10:38:43.0033127Z functorch/test_ops.py::TestOperatorsCPU::test_grad_trunc_cpu_float32 PASSED 2022-12-01T10:38:43.0033450Z functorch/test_ops.py::TestOperatorsCPU::test_grad_unbind_cpu_float32 PASSED 2022-12-01T10:38:43.0033772Z functorch/test_ops.py::TestOperatorsCPU::test_grad_unflatten_cpu_float32 PASSED 2022-12-01T10:38:43.0034083Z functorch/test_ops.py::TestOperatorsCPU::test_grad_unfold_cpu_float32 PASSED 2022-12-01T10:38:43.0034394Z functorch/test_ops.py::TestOperatorsCPU::test_grad_var_cpu_float32 PASSED 2022-12-01T10:38:43.0034712Z functorch/test_ops.py::TestOperatorsCPU::test_grad_var_mean_cpu_float32 PASSED 2022-12-01T10:38:43.0035019Z functorch/test_ops.py::TestOperatorsCPU::test_grad_vdot_cpu_float32 PASSED 2022-12-01T10:38:43.0035337Z functorch/test_ops.py::TestOperatorsCPU::test_grad_view_as_cpu_float32 PASSED 2022-12-01T10:38:43.0035655Z functorch/test_ops.py::TestOperatorsCPU::test_grad_view_cpu_float32 PASSED 2022-12-01T10:38:43.0035997Z functorch/test_ops.py::TestOperatorsCPU::test_grad_vsplit_cpu_float32 PASSED 2022-12-01T10:38:43.0036319Z functorch/test_ops.py::TestOperatorsCPU::test_grad_vstack_cpu_float32 PASSED 2022-12-01T10:38:43.0036664Z functorch/test_ops.py::TestOperatorsCPU::test_grad_where_cpu_float32 PASSED 2022-12-01T10:38:43.0036986Z functorch/test_ops.py::TestOperatorsCPU::test_grad_xlogy_cpu_float32 PASSED 2022-12-01T10:38:43.0037282Z functorch/test_ops.py::TestOperatorsCPU::test_grad_zero__cpu_float32 PASSED 2022-12-01T10:38:43.0037597Z functorch/test_ops.py::TestOperatorsCPU::test_jvp___radd___cpu_float32 PASSED 2022-12-01T10:38:43.0037916Z functorch/test_ops.py::TestOperatorsCPU::test_jvp___rdiv___cpu_float32 PASSED 2022-12-01T10:38:43.0038222Z functorch/test_ops.py::TestOperatorsCPU::test_jvp___rmatmul___cpu_float32 PASSED 2022-12-01T10:38:43.0038542Z functorch/test_ops.py::TestOperatorsCPU::test_jvp___rmod___cpu_float32 PASSED 2022-12-01T10:38:43.0038854Z functorch/test_ops.py::TestOperatorsCPU::test_jvp___rmul___cpu_float32 PASSED 2022-12-01T10:38:43.0039283Z functorch/test_ops.py::TestOperatorsCPU::test_jvp___rpow___cpu_float32 PASSED 2022-12-01T10:38:43.0039588Z functorch/test_ops.py::TestOperatorsCPU::test_jvp___rsub___cpu_float32 PASSED 2022-12-01T10:38:43.0039898Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_add_cpu_float32 PASSED 2022-12-01T10:38:43.0040219Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_addbmm_cpu_float32 PASSED 2022-12-01T10:38:43.0040526Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_addcdiv_cpu_float32 PASSED 2022-12-01T10:38:43.0040847Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_addcmul_cpu_float32 PASSED 2022-12-01T10:38:43.0041221Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_allclose_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0041583Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_amax_cpu_float32 PASSED 2022-12-01T10:38:43.0041883Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_amin_cpu_float32 PASSED 2022-12-01T10:38:43.0042247Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_aminmax_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0042652Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_any_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0043057Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_argmin_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0043442Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_argsort_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0043792Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_asin_cpu_float32 PASSED 2022-12-01T10:38:43.0044106Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_asinh_cpu_float32 PASSED 2022-12-01T10:38:43.0044408Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_atan2_cpu_float32 PASSED 2022-12-01T10:38:43.0044722Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_atan_cpu_float32 PASSED 2022-12-01T10:38:43.0045038Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_bmm_cpu_float32 PASSED 2022-12-01T10:38:43.0045395Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_bool_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0045808Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0046248Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0046622Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_broadcast_to_cpu_float32 PASSED 2022-12-01T10:38:43.0046993Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_bucketize_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0047379Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_byte_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0047733Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cat_cpu_float32 PASSED 2022-12-01T10:38:43.0048104Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_ceil_cpu_float32 PASSED 2022-12-01T10:38:43.0048452Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_chalf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0048908Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_char_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0049502Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0049895Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cholesky_inverse_cpu_float32 PASSED 2022-12-01T10:38:43.0050225Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cholesky_solve_cpu_float32 PASSED 2022-12-01T10:38:43.0050552Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_chunk_cpu_float32 PASSED 2022-12-01T10:38:43.0050874Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_clamp_min_cpu_float32 PASSED 2022-12-01T10:38:43.0051198Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_clone_cpu_float32 PASSED 2022-12-01T10:38:43.0051512Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_column_stack_cpu_float32 PASSED 2022-12-01T10:38:43.0051846Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_combinations_cpu_float32 PASSED 2022-12-01T10:38:43.0052176Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_complex_cpu_float32 PASSED 2022-12-01T10:38:43.0052479Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_conj_cpu_float32 PASSED 2022-12-01T10:38:43.0052802Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_conj_physical_cpu_float32 PASSED 2022-12-01T10:38:43.0053138Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_constant_pad_nd_cpu_float32 PASSED 2022-12-01T10:38:43.0053474Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_contiguous_cpu_float32 PASSED 2022-12-01T10:38:43.0053779Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cos_cpu_float32 PASSED 2022-12-01T10:38:43.0054148Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_count_nonzero_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0054512Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cross_cpu_float32 PASSED 2022-12-01T10:38:43.0054825Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_diag_embed_cpu_float32 PASSED 2022-12-01T10:38:43.0055151Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_diagflat_cpu_float32 PASSED 2022-12-01T10:38:43.0055471Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_diagonal_cpu_float32 PASSED 2022-12-01T10:38:43.0055784Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_diff_cpu_float32 PASSED 2022-12-01T10:38:43.0056085Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_dist_cpu_float32 PASSED 2022-12-01T10:38:43.0056395Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_double_cpu_float32 PASSED 2022-12-01T10:38:43.0056747Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_double_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:38:43.0057081Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_dsplit_cpu_float32 PASSED 2022-12-01T10:38:43.0057399Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_dstack_cpu_float32 PASSED 2022-12-01T10:38:43.0057715Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_einsum_cpu_float32 PASSED 2022-12-01T10:38:43.0058083Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_empty_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0058477Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_empty_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0058872Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_eq_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0059220Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_erf_cpu_float32 PASSED 2022-12-01T10:38:43.0059534Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_erfc_cpu_float32 PASSED 2022-12-01T10:38:43.0059838Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_erfinv_cpu_float32 PASSED 2022-12-01T10:38:43.0060196Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_eye_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0060589Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_fft2_cpu_float32 PASSED 2022-12-01T10:38:43.0060926Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_fftn_cpu_float32 PASSED 2022-12-01T10:38:43.0061253Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_fftshift_cpu_float32 PASSED 2022-12-01T10:38:43.0061584Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_hfft2_cpu_float32 PASSED 2022-12-01T10:38:43.0061914Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_ifftshift_cpu_float32 PASSED 2022-12-01T10:38:43.0062232Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_ihfft2_cpu_float32 PASSED 2022-12-01T10:38:43.0062555Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_ihfft_cpu_float32 PASSED 2022-12-01T10:38:43.0062882Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_ihfftn_cpu_float32 PASSED 2022-12-01T10:38:43.0063190Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_irfft_cpu_float32 PASSED 2022-12-01T10:38:43.0063515Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_flip_cpu_float32 PASSED 2022-12-01T10:38:43.0063830Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fliplr_cpu_float32 PASSED 2022-12-01T10:38:43.0064151Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_flipud_cpu_float32 PASSED 2022-12-01T10:38:43.0064501Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_float_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0064866Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_float_power_cpu_float32 PASSED 2022-12-01T10:38:43.0065236Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_floor_divide_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0065581Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fmax_cpu_float32 PASSED 2022-12-01T10:38:43.0065890Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fmin_cpu_float32 PASSED 2022-12-01T10:38:43.0066195Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_frac_cpu_float32 PASSED 2022-12-01T10:38:43.0066511Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_frexp_cpu_float32 PASSED 2022-12-01T10:38:43.0066866Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_full_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0067263Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_ge_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0067660Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_geqrf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0068055Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_gt_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0068436Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_histc_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0068839Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_histogramdd_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0069206Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_hsplit_cpu_float32 PASSED 2022-12-01T10:38:43.0069512Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_hstack_cpu_float32 PASSED 2022-12-01T10:38:43.0069825Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_i0_cpu_float32 PASSED 2022-12-01T10:38:43.0070140Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_index_add_cpu_float32 PASSED 2022-12-01T10:38:43.0070464Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_index_copy_cpu_float32 PASSED 2022-12-01T10:38:43.0070918Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0071339Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_isclose_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0071739Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_isin_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0072134Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_isinf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0072548Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_isnan_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0072926Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_istft_cpu_float32 PASSED 2022-12-01T10:38:43.0073298Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:38:43.0073682Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:38:43.0074027Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_kron_cpu_float32 PASSED 2022-12-01T10:38:43.0074344Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_ldexp_cpu_float32 PASSED 2022-12-01T10:38:43.0074662Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_lgamma_cpu_float32 PASSED 2022-12-01T10:38:43.0074974Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_cond_cpu_float32 PASSED 2022-12-01T10:38:43.0075307Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_det_cpu_float32 PASSED 2022-12-01T10:38:43.0075631Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_inv_cpu_float32 PASSED 2022-12-01T10:38:43.0075956Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_lu_factor_cpu_float32 PASSED 2022-12-01T10:38:43.0076302Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_lu_factor_ex_cpu_float32 PASSED 2022-12-01T10:38:43.0076690Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0077067Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_pinv_cpu_float32 PASSED 2022-12-01T10:38:43.0077397Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_pinv_hermitian_cpu_float32 PASSED 2022-12-01T10:38:43.0077812Z 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:38:43.0078208Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_solve_ex_cpu_float32 PASSED 2022-12-01T10:38:43.0078547Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_tensorinv_cpu_float32 PASSED 2022-12-01T10:38:43.0078875Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_vecdot_cpu_float32 PASSED 2022-12-01T10:38:43.0079318Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_vector_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0079705Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linspace_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0080078Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_log_softmax_cpu_float32 PASSED 2022-12-01T10:38:43.0080403Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_log_softmax_dtype_cpu_float32 PASSED 2022-12-01T10:38:43.0080730Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_logdet_cpu_float32 PASSED 2022-12-01T10:38:43.0081104Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_logical_and_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0081503Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_logical_not_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0081868Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_logit_cpu_float32 PASSED 2022-12-01T10:38:43.0082235Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_logspace_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0082632Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_logsumexp_cpu_float32 PASSED 2022-12-01T10:38:43.0083013Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0083389Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_lu_cpu_float32 PASSED 2022-12-01T10:38:43.0083701Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_mH_cpu_float32 PASSED 2022-12-01T10:38:43.0083997Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_mT_cpu_float32 PASSED 2022-12-01T10:38:43.0084371Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_amax_cpu_float32 PASSED 2022-12-01T10:38:43.0084701Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_amin_cpu_float32 PASSED 2022-12-01T10:38:43.0085081Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_cumsum_cpu_float32 PASSED 2022-12-01T10:38:43.0085401Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_fill_cpu_float32 PASSED 2022-12-01T10:38:43.0085757Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_fill_functorch_Scalar_only_cpu_float32 PASSED 2022-12-01T10:38:43.0086115Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_log_softmax_cpu_float32 PASSED 2022-12-01T10:38:43.0086465Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_logsumexp_cpu_float32 PASSED 2022-12-01T10:38:43.0086789Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_scatter_cpu_float32 PASSED 2022-12-01T10:38:43.0087124Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_select_cpu_float32 PASSED 2022-12-01T10:38:43.0087464Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_softmin_cpu_float32 PASSED 2022-12-01T10:38:43.0087779Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_sum_cpu_float32 PASSED 2022-12-01T10:38:43.0088103Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_var_cpu_float32 PASSED 2022-12-01T10:38:43.0088441Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_max_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:38:43.0088778Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_maximum_cpu_float32 PASSED 2022-12-01T10:38:43.0089082Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_mean_cpu_float32 PASSED 2022-12-01T10:38:43.0089421Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_meshgrid_list_of_tensors_cpu_float32 PASSED 2022-12-01T10:38:43.0089758Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_min_binary_cpu_float32 PASSED 2022-12-01T10:38:43.0090065Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_minimum_cpu_float32 PASSED 2022-12-01T10:38:43.0090384Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_mm_cpu_float32 PASSED 2022-12-01T10:38:43.0090695Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_msort_cpu_float32 PASSED 2022-12-01T10:38:43.0091067Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_multinomial_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0091438Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED 2022-12-01T10:38:43.0091774Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nan_to_num_cpu_float32 PASSED 2022-12-01T10:38:43.0092105Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nanquantile_cpu_float32 PASSED 2022-12-01T10:38:43.0092466Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_narrow_copy_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0092826Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_neg_cpu_float32 PASSED 2022-12-01T10:38:43.0093190Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_new_full_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0093594Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_new_ones_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0093979Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_new_zeros_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0094420Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0094847Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:38:43.0095226Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:38:43.0095584Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:38:43.0095959Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED 2022-12-01T10:38:43.0096353Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:38:43.0096735Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:38:43.0097105Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED 2022-12-01T10:38:43.0097477Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_cpu_float32 PASSED 2022-12-01T10:38:43.0097849Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0098233Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0098629Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0099019Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0099419Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0099826Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0100218Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv_transpose1d_cpu_float32 PASSED 2022-12-01T10:38:43.0100594Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv_transpose2d_cpu_float32 PASSED 2022-12-01T10:38:43.0100954Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_dropout2d_cpu_float32 PASSED 2022-12-01T10:38:43.0101296Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_dropout3d_cpu_float32 PASSED 2022-12-01T10:38:43.0101704Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_embedding_bag_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0102105Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_embedding_cpu_float32 PASSED 2022-12-01T10:38:43.0102477Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_embedding_functorch_cpu_float32 PASSED 2022-12-01T10:38:43.0102856Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED 2022-12-01T10:38:43.0103254Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_fractional_max_pool2d_cpu_float32 PASSED 2022-12-01T10:38:43.0103612Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_glu_cpu_float32 PASSED 2022-12-01T10:38:43.0104009Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_grid_sample_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0104390Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_group_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0104750Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_hardsigmoid_cpu_float32 PASSED 2022-12-01T10:38:43.0105110Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_hardswish_cpu_float32 PASSED 2022-12-01T10:38:43.0105453Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_hardtanh_cpu_float32 PASSED 2022-12-01T10:38:43.0105808Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_huber_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0106180Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_bilinear_cpu_float32 PASSED 2022-12-01T10:38:43.0106545Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_kl_div_cpu_float32 PASSED 2022-12-01T10:38:43.0106881Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_leaky_relu_cpu_float32 PASSED 2022-12-01T10:38:43.0107248Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_local_response_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0107621Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_margin_ranking_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0108015Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_pool3d_cpu_float32 PASSED 2022-12-01T10:38:43.0108402Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0108788Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool1d_grad_cpu_float32 PASSED 2022-12-01T10:38:43.0109156Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_mse_loss_functorch_cpu_float32 PASSED 2022-12-01T10:38:43.0109526Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0109896Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_nll_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0110251Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pad_constant_cpu_float32 PASSED 2022-12-01T10:38:43.0110690Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pixel_shuffle_cpu_float32 PASSED 2022-12-01T10:38:43.0111051Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pixel_unshuffle_cpu_float32 PASSED 2022-12-01T10:38:43.0111414Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_relu_cpu_float32 PASSED 2022-12-01T10:38:43.0111772Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0112129Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_softmin_cpu_float32 PASSED 2022-12-01T10:38:43.0112477Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_softmin_with_dtype_cpu_float32 PASSED 2022-12-01T10:38:43.0112840Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_softplus_cpu_float32 PASSED 2022-12-01T10:38:43.0113197Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_tanhshrink_cpu_float32 PASSED 2022-12-01T10:38:43.0113533Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_unfold_cpu_float32 PASSED 2022-12-01T10:38:43.0113900Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_upsample_bilinear_cpu_float32 PASSED 2022-12-01T10:38:43.0114273Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_upsample_nearest_cpu_float32 PASSED 2022-12-01T10:38:43.0114608Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0114916Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_norm_inf_cpu_float32 PASSED 2022-12-01T10:38:43.0115278Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_ones_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0115677Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_ormqr_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0116032Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_permute_cpu_float32 PASSED 2022-12-01T10:38:43.0116342Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_pinverse_cpu_float32 PASSED 2022-12-01T10:38:43.0116669Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_polar_cpu_float32 PASSED 2022-12-01T10:38:43.0117001Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_polygamma_polygamma_n_1_cpu_float32 PASSED 2022-12-01T10:38:43.0117347Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_polygamma_polygamma_n_3_cpu_float32 PASSED 2022-12-01T10:38:43.0117699Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_polygamma_polygamma_n_4_cpu_float32 PASSED 2022-12-01T10:38:43.0118033Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_positive_cpu_float32 PASSED 2022-12-01T10:38:43.0118349Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_pow_cpu_float32 PASSED 2022-12-01T10:38:43.0118653Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_quantile_cpu_float32 PASSED 2022-12-01T10:38:43.0119021Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_rand_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0119541Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_randint_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0120020Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_randn_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0120456Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_ravel_cpu_float32 PASSED 2022-12-01T10:38:43.0120780Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_real_cpu_float32 PASSED 2022-12-01T10:38:43.0121106Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_reciprocal_cpu_float32 PASSED 2022-12-01T10:38:43.0121417Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_repeat_cpu_float32 PASSED 2022-12-01T10:38:43.0121739Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_reshape_cpu_float32 PASSED 2022-12-01T10:38:43.0122105Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_resize__cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0122471Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_resolve_conj_cpu_float32 PASSED 2022-12-01T10:38:43.0122790Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_resolve_neg_cpu_float32 PASSED 2022-12-01T10:38:43.0123114Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_roll_cpu_float32 PASSED 2022-12-01T10:38:43.0123427Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_rot90_cpu_float32 PASSED 2022-12-01T10:38:43.0123733Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_round_cpu_float32 PASSED 2022-12-01T10:38:43.0124058Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_round_decimals_0_cpu_float32 PASSED 2022-12-01T10:38:43.0124397Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_round_decimals_3_cpu_float32 PASSED 2022-12-01T10:38:43.0124742Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_round_decimals_neg_3_cpu_float32 PASSED 2022-12-01T10:38:43.0125063Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_scatter_add_cpu_float32 PASSED 2022-12-01T10:38:43.0125385Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_scatter_cpu_float32 PASSED 2022-12-01T10:38:43.0125723Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_scatter_reduce_amin_cpu_float32 PASSED 2022-12-01T10:38:43.0126054Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_scatter_reduce_mean_cpu_float32 PASSED 2022-12-01T10:38:43.0126397Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_scatter_reduce_sum_cpu_float32 PASSED 2022-12-01T10:38:43.0126793Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_segment_reduce_offsets_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0127170Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_select_cpu_float32 PASSED 2022-12-01T10:38:43.0127474Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_sgn_cpu_float32 PASSED 2022-12-01T10:38:43.0127836Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_short_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0128264Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0128651Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_sigmoid_cpu_float32 PASSED 2022-12-01T10:38:43.0128961Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_sinh_cpu_float32 PASSED 2022-12-01T10:38:43.0129277Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_slice_cpu_float32 PASSED 2022-12-01T10:38:43.0129607Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_slice_scatter_cpu_float32 PASSED 2022-12-01T10:38:43.0129975Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_airy_ai_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0130398Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0130813Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0131222Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0131634Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0132334Z 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:38:43.0132950Z 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:38:43.0133364Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_i0e_cpu_float32 PASSED 2022-12-01T10:38:43.0133747Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0134336Z 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:38:43.0134751Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_log_ndtr_cpu_float32 PASSED 2022-12-01T10:38:43.0135145Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0135517Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_ndtri_cpu_float32 PASSED 2022-12-01T10:38:43.0135920Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0136373Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0136975Z 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:38:43.0137595Z 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:38:43.0138073Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0138467Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_xlog1py_cpu_float32 PASSED 2022-12-01T10:38:43.0138852Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_zeta_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0139205Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_split_cpu_float32 PASSED 2022-12-01T10:38:43.0139536Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_split_list_args_cpu_float32 PASSED 2022-12-01T10:38:43.0139864Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_sqrt_cpu_float32 PASSED 2022-12-01T10:38:43.0140169Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_stack_cpu_float32 PASSED 2022-12-01T10:38:43.0140484Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_std_cpu_float32 PASSED 2022-12-01T10:38:43.0140797Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_stft_cpu_float32 PASSED 2022-12-01T10:38:43.0141114Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_sum_cpu_float32 PASSED 2022-12-01T10:38:43.0141420Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_svd_lowrank_cpu_float32 PASSED 2022-12-01T10:38:43.0141745Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_t_cpu_float32 PASSED 2022-12-01T10:38:43.0142069Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_take_along_dim_cpu_float32 PASSED 2022-12-01T10:38:43.0142376Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_tan_cpu_float32 PASSED 2022-12-01T10:38:43.0142690Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_tile_cpu_float32 PASSED 2022-12-01T10:38:43.0143003Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_to_cpu_float32 PASSED 2022-12-01T10:38:43.0143368Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_to_sparse_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0143719Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_transpose_cpu_float32 PASSED 2022-12-01T10:38:43.0144075Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_trapezoid_cpu_float32 PASSED 2022-12-01T10:38:43.0144412Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_triangular_solve_cpu_float32 PASSED 2022-12-01T10:38:43.0144753Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_tril_cpu_float32 PASSED 2022-12-01T10:38:43.0145071Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_triu_cpu_float32 PASSED 2022-12-01T10:38:43.0145396Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_true_divide_cpu_float32 PASSED 2022-12-01T10:38:43.0145781Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_unique_consecutive_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0146170Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_unsqueeze_cpu_float32 PASSED 2022-12-01T10:38:43.0146498Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_var_cpu_float32 PASSED 2022-12-01T10:38:43.0146809Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_view_as_cpu_float32 PASSED 2022-12-01T10:38:43.0147152Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_where_cpu_float32 PASSED 2022-12-01T10:38:43.0147452Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_xlogy_cpu_float32 PASSED 2022-12-01T10:38:43.0147815Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_zeros_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0148167Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_T_cpu_float32 PASSED 2022-12-01T10:38:43.0148474Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp___getitem___cpu_float32 PASSED 2022-12-01T10:38:43.0148800Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp___rdiv___cpu_float32 PASSED 2022-12-01T10:38:43.0149119Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp___rsub___cpu_float32 PASSED 2022-12-01T10:38:43.0149441Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_acos_cpu_float32 PASSED 2022-12-01T10:38:43.0149745Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_acosh_cpu_float32 PASSED 2022-12-01T10:38:43.0150071Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_addbmm_cpu_float32 PASSED 2022-12-01T10:38:43.0150395Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_addcdiv_cpu_float32 PASSED 2022-12-01T10:38:43.0150759Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_addcmul_cpu_float32 PASSED 2022-12-01T10:38:43.0151122Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_addmv_cpu_float32 PASSED 2022-12-01T10:38:43.0151442Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_amin_cpu_float32 PASSED 2022-12-01T10:38:43.0151809Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0152204Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0152608Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0152974Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_as_strided_cpu_float32 PASSED 2022-12-01T10:38:43.0153320Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_as_strided_scatter_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0153669Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_asinh_cpu_float32 PASSED 2022-12-01T10:38:43.0153990Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_atan2_cpu_float32 PASSED 2022-12-01T10:38:43.0154304Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_atan_cpu_float32 PASSED 2022-12-01T10:38:43.0154609Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_atanh_cpu_float32 PASSED 2022-12-01T10:38:43.0154938Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_atleast_3d_cpu_float32 PASSED 2022-12-01T10:38:43.0155267Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_bfloat16_cpu_float32 PASSED 2022-12-01T10:38:43.0155613Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_bfloat16_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:38:43.0155962Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_block_diag_cpu_float32 PASSED 2022-12-01T10:38:43.0156342Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_broadcast_to_cpu_float32 PASSED 2022-12-01T10:38:43.0156748Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0157113Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cartesian_prod_cpu_float32 PASSED 2022-12-01T10:38:43.0157482Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0157851Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cholesky_solve_cpu_float32 PASSED 2022-12-01T10:38:43.0158181Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_chunk_cpu_float32 PASSED 2022-12-01T10:38:43.0158490Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_clamp_cpu_float32 PASSED 2022-12-01T10:38:43.0158816Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_clamp_max_cpu_float32 PASSED 2022-12-01T10:38:43.0159244Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_clamp_min_cpu_float32 PASSED 2022-12-01T10:38:43.0159570Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_combinations_cpu_float32 PASSED 2022-12-01T10:38:43.0159913Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_conj_physical_cpu_float32 PASSED 2022-12-01T10:38:43.0160255Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_constant_pad_nd_cpu_float32 PASSED 2022-12-01T10:38:43.0160592Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_contiguous_cpu_float32 PASSED 2022-12-01T10:38:43.0160911Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_copysign_cpu_float32 PASSED 2022-12-01T10:38:43.0161239Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_corrcoef_cpu_float32 PASSED 2022-12-01T10:38:43.0161561Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cos_cpu_float32 PASSED 2022-12-01T10:38:43.0161870Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cumprod_cpu_float32 PASSED 2022-12-01T10:38:43.0162193Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cumsum_cpu_float32 PASSED 2022-12-01T10:38:43.0162520Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_diag_cpu_float32 PASSED 2022-12-01T10:38:43.0162842Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_diagflat_cpu_float32 PASSED 2022-12-01T10:38:43.0163153Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_diagonal_cpu_float32 PASSED 2022-12-01T10:38:43.0163489Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_diagonal_scatter_cpu_float32 PASSED 2022-12-01T10:38:43.0163820Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_diff_cpu_float32 PASSED 2022-12-01T10:38:43.0164126Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_digamma_cpu_float32 PASSED 2022-12-01T10:38:43.0164462Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_div_trunc_rounding_cpu_float32 PASSED 2022-12-01T10:38:43.0164792Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_dot_cpu_float32 PASSED 2022-12-01T10:38:43.0165108Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_einsum_cpu_float32 PASSED 2022-12-01T10:38:43.0165461Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0165865Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0166267Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0166607Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_erf_cpu_float32 PASSED 2022-12-01T10:38:43.0166924Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_erfc_cpu_float32 PASSED 2022-12-01T10:38:43.0167238Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_exp_cpu_float32 PASSED 2022-12-01T10:38:43.0167554Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_expand_cpu_float32 PASSED 2022-12-01T10:38:43.0167903Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0168314Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_fft_cpu_float32 PASSED 2022-12-01T10:38:43.0168648Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_fftshift_cpu_float32 PASSED 2022-12-01T10:38:43.0169020Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_hfft2_cpu_float32 PASSED 2022-12-01T10:38:43.0169352Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_hfft_cpu_float32 PASSED 2022-12-01T10:38:43.0169676Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ifftn_cpu_float32 PASSED 2022-12-01T10:38:43.0170004Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ihfft2_cpu_float32 PASSED 2022-12-01T10:38:43.0170320Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_irfftn_cpu_float32 PASSED 2022-12-01T10:38:43.0170647Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_rfft2_cpu_float32 PASSED 2022-12-01T10:38:43.0170972Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_rfftn_cpu_float32 PASSED 2022-12-01T10:38:43.0171286Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_flatten_cpu_float32 PASSED 2022-12-01T10:38:43.0171610Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_flip_cpu_float32 PASSED 2022-12-01T10:38:43.0171938Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_flipud_cpu_float32 PASSED 2022-12-01T10:38:43.0172262Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_floor_cpu_float32 PASSED 2022-12-01T10:38:43.0172569Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fmin_cpu_float32 PASSED 2022-12-01T10:38:43.0172884Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fmod_cpu_float32 PASSED 2022-12-01T10:38:43.0173202Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_frexp_cpu_float32 PASSED 2022-12-01T10:38:43.0173550Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0173943Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0174303Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_half_cpu_float32 PASSED 2022-12-01T10:38:43.0174650Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_half_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:38:43.0175035Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0175434Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0175834Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0176197Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_hsplit_cpu_float32 PASSED 2022-12-01T10:38:43.0176505Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_hstack_cpu_float32 PASSED 2022-12-01T10:38:43.0176863Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0177266Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0177630Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_index_reduce_cpu_float32 XFAIL 2022-12-01T10:38:43.0177953Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_index_select_cpu_float32 PASSED 2022-12-01T10:38:43.0178348Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0178768Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0179147Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0179547Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0179951Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0180350Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_istft_cpu_float32 PASSED 2022-12-01T10:38:43.0180714Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:38:43.0181116Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:38:43.0181512Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:38:43.0181859Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_kron_cpu_float32 PASSED 2022-12-01T10:38:43.0182173Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_kthvalue_cpu_float32 PASSED 2022-12-01T10:38:43.0182503Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_inv_cpu_float32 PASSED 2022-12-01T10:38:43.0182882Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0183249Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lu_cpu_float32 PASSED 2022-12-01T10:38:43.0183582Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lu_factor_cpu_float32 PASSED 2022-12-01T10:38:43.0183924Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lu_factor_ex_cpu_float32 PASSED 2022-12-01T10:38:43.0184270Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_matrix_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0184603Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_matrix_power_cpu_float32 PASSED 2022-12-01T10:38:43.0184943Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_multi_dot_cpu_float32 PASSED 2022-12-01T10:38:43.0185283Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_pinv_cpu_float32 PASSED 2022-12-01T10:38:43.0185608Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_slogdet_cpu_float32 PASSED 2022-12-01T10:38:43.0185947Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_solve_cpu_float32 PASSED 2022-12-01T10:38:43.0186283Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_solve_ex_cpu_float32 PASSED 2022-12-01T10:38:43.0186616Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_svd_cpu_float32 PASSED 2022-12-01T10:38:43.0186942Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_vector_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0187275Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_log10_cpu_float32 PASSED 2022-12-01T10:38:43.0187599Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_log1p_cpu_float32 PASSED 2022-12-01T10:38:43.0187917Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_log2_cpu_float32 PASSED 2022-12-01T10:38:43.0188221Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_log_cpu_float32 PASSED 2022-12-01T10:38:43.0188551Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_log_softmax_dtype_cpu_float32 PASSED 2022-12-01T10:38:43.0188887Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logaddexp_cpu_float32 PASSED 2022-12-01T10:38:43.0189250Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0189665Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0190067Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0190416Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_lu_cpu_float32 PASSED 2022-12-01T10:38:43.0190777Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mH_cpu_float32 PASSED 2022-12-01T10:38:43.0191094Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mT_cpu_float32 PASSED 2022-12-01T10:38:43.0191422Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_amax_cpu_float32 PASSED 2022-12-01T10:38:43.0191751Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_cumprod_cpu_float32 PASSED 2022-12-01T10:38:43.0192129Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_cumsum_cpu_float32 PASSED 2022-12-01T10:38:43.0192517Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_fill_functorch_Scalar_only_cpu_float32 PASSED 2022-12-01T10:38:43.0192883Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_log_softmax_cpu_float32 PASSED 2022-12-01T10:38:43.0193210Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_mean_cpu_float32 PASSED 2022-12-01T10:38:43.0193540Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_median_cpu_float32 PASSED 2022-12-01T10:38:43.0193873Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0194197Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_select_cpu_float32 PASSED 2022-12-01T10:38:43.0194535Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_softmin_cpu_float32 PASSED 2022-12-01T10:38:43.0194876Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_std_cpu_float32 PASSED 2022-12-01T10:38:43.0195209Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_sum_cpu_float32 PASSED 2022-12-01T10:38:43.0195527Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_matrix_exp_cpu_float32 PASSED 2022-12-01T10:38:43.0195868Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_max_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:38:43.0196220Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_max_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:38:43.0196560Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_maximum_cpu_float32 PASSED 2022-12-01T10:38:43.0196868Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mean_cpu_float32 PASSED 2022-12-01T10:38:43.0197211Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_meshgrid_variadic_tensors_cpu_float32 PASSED 2022-12-01T10:38:43.0197556Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_min_binary_cpu_float32 PASSED 2022-12-01T10:38:43.0197870Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mode_cpu_float32 PASSED 2022-12-01T10:38:43.0198190Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_msort_cpu_float32 PASSED 2022-12-01T10:38:43.0198563Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0198946Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED 2022-12-01T10:38:43.0199375Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nan_to_num_cpu_float32 PASSED 2022-12-01T10:38:43.0199701Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nanmean_cpu_float32 PASSED 2022-12-01T10:38:43.0200029Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nanmedian_cpu_float32 PASSED 2022-12-01T10:38:43.0200352Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nanquantile_cpu_float32 PASSED 2022-12-01T10:38:43.0200683Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nansum_cpu_float32 PASSED 2022-12-01T10:38:43.0201012Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_narrow_cpu_float32 PASSED 2022-12-01T10:38:43.0201379Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0201785Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0202198Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED 2022-12-01T10:38:43.0202592Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:38:43.0202976Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:38:43.0203342Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED 2022-12-01T10:38:43.0203715Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED 2022-12-01T10:38:43.0204138Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:38:43.0204517Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_batch_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0204882Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_bilinear_cpu_float32 PASSED 2022-12-01T10:38:43.0205255Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_binary_cross_entropy_cpu_float32 PASSED 2022-12-01T10:38:43.0205640Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED 2022-12-01T10:38:43.0255411Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_celu_cpu_float32 PASSED 2022-12-01T10:38:43.0255784Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_cpu_float32 PASSED 2022-12-01T10:38:43.0256171Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0256562Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0256969Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0257381Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0257790Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv_transpose1d_cpu_float32 PASSED 2022-12-01T10:38:43.0258155Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv_transpose2d_cpu_float32 PASSED 2022-12-01T10:38:43.0258537Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_cosine_similarity_cpu_float32 PASSED 2022-12-01T10:38:43.0258909Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_ctc_loss_cpu_float32 XFAIL 2022-12-01T10:38:43.0259255Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_dropout_cpu_float32 PASSED 2022-12-01T10:38:43.0259612Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_elu_cpu_float32 PASSED 2022-12-01T10:38:43.0259973Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_embedding_bag_cpu_float32 XFAIL 2022-12-01T10:38:43.0260339Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_embedding_cpu_float32 PASSED 2022-12-01T10:38:43.0260700Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_fractional_max_pool2d_cpu_float32 PASSED 2022-12-01T10:38:43.0261085Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_fractional_max_pool3d_cpu_float32 PASSED 2022-12-01T10:38:43.0261447Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_glu_cpu_float32 PASSED 2022-12-01T10:38:43.0261802Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_grid_sample_cpu_float32 XFAIL 2022-12-01T10:38:43.0262160Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_group_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0262530Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_hardsigmoid_cpu_float32 XFAIL 2022-12-01T10:38:43.0262894Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_hardswish_cpu_float32 PASSED 2022-12-01T10:38:43.0263244Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_hardtanh_cpu_float32 PASSED 2022-12-01T10:38:43.0263618Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_bicubic_cpu_float32 PASSED 2022-12-01T10:38:43.0264006Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_linear_cpu_float32 PASSED 2022-12-01T10:38:43.0264390Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_nearest_cpu_float32 PASSED 2022-12-01T10:38:43.0264762Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_trilinear_cpu_float32 PASSED 2022-12-01T10:38:43.0265241Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_l1_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0265647Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_layer_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0266011Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_leaky_relu_cpu_float32 PASSED 2022-12-01T10:38:43.0266354Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_linear_cpu_float32 PASSED 2022-12-01T10:38:43.0266722Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_local_response_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0267190Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_logsigmoid_cpu_float32 XFAIL 2022-12-01T10:38:43.0267538Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_pool2d_cpu_float32 PASSED 2022-12-01T10:38:43.0267895Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_mish_cpu_float32 PASSED 2022-12-01T10:38:43.0268360Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_mse_loss_functorch_cpu_float32 PASSED 2022-12-01T10:38:43.0268749Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_multi_margin_loss_cpu_float32 XFAIL 2022-12-01T10:38:43.0269144Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_multilabel_margin_loss_cpu_float32 XFAIL 2022-12-01T10:38:43.0269540Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 XFAIL 2022-12-01T10:38:43.0269919Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pad_reflect_cpu_float32 PASSED 2022-12-01T10:38:43.0270288Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pad_replicate_cpu_float32 PASSED 2022-12-01T10:38:43.0270705Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pixel_shuffle_cpu_float32 PASSED 2022-12-01T10:38:43.0271080Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_poisson_nll_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0271444Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_prelu_cpu_float32 PASSED 2022-12-01T10:38:43.0271797Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_relu_cpu_float32 PASSED 2022-12-01T10:38:43.0272132Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_selu_cpu_float32 PASSED 2022-12-01T10:38:43.0272492Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_soft_margin_loss_cpu_float32 XFAIL 2022-12-01T10:38:43.0272853Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_softmin_cpu_float32 PASSED 2022-12-01T10:38:43.0273198Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_softplus_cpu_float32 PASSED 2022-12-01T10:38:43.0273564Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_softshrink_cpu_float32 PASSED 2022-12-01T10:38:43.0273926Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_softsign_cpu_float32 PASSED 2022-12-01T10:38:43.0274288Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_threshold_cpu_float32 PASSED 2022-12-01T10:38:43.0274633Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_unfold_cpu_float32 PASSED 2022-12-01T10:38:43.0275001Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_upsample_nearest_cpu_float32 PASSED 2022-12-01T10:38:43.0275346Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0275671Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_norm_nuc_cpu_float32 PASSED 2022-12-01T10:38:43.0275995Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_normal_number_mean_cpu_float32 PASSED 2022-12-01T10:38:43.0276376Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0276833Z 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:38:43.0277307Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ops_aten_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:38:43.0277723Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ormqr_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0278088Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_outer_cpu_float32 PASSED 2022-12-01T10:38:43.0278418Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_pca_lowrank_cpu_float32 PASSED 2022-12-01T10:38:43.0278733Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_polar_cpu_float32 PASSED 2022-12-01T10:38:43.0279075Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_polygamma_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:38:43.0279550Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_polygamma_polygamma_n_1_cpu_float32 PASSED 2022-12-01T10:38:43.0279906Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_polygamma_polygamma_n_2_cpu_float32 PASSED 2022-12-01T10:38:43.0280251Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_polygamma_polygamma_n_4_cpu_float32 PASSED 2022-12-01T10:38:43.0280584Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_put_cpu_float32 PASSED 2022-12-01T10:38:43.0280908Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_quantile_cpu_float32 PASSED 2022-12-01T10:38:43.0281276Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0281689Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0282091Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0282452Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ravel_cpu_float32 PASSED 2022-12-01T10:38:43.0282774Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_reciprocal_cpu_float32 PASSED 2022-12-01T10:38:43.0283113Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_remainder_cpu_float32 PASSED 2022-12-01T10:38:43.0283437Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_repeat_cpu_float32 PASSED 2022-12-01T10:38:43.0283752Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_reshape_cpu_float32 PASSED 2022-12-01T10:38:43.0284122Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0284524Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0284888Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_resolve_neg_cpu_float32 PASSED 2022-12-01T10:38:43.0285205Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_roll_cpu_float32 PASSED 2022-12-01T10:38:43.0285540Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_round_decimals_0_cpu_float32 PASSED 2022-12-01T10:38:43.0285884Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_round_decimals_neg_3_cpu_float32 PASSED 2022-12-01T10:38:43.0286221Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_rsub_cpu_float32 PASSED 2022-12-01T10:38:43.0286531Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_add_cpu_float32 PASSED 2022-12-01T10:38:43.0286862Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_cpu_float32 PASSED 2022-12-01T10:38:43.0287198Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_reduce_amax_cpu_float32 PASSED 2022-12-01T10:38:43.0287536Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_reduce_mean_cpu_float32 PASSED 2022-12-01T10:38:43.0287885Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_reduce_prod_cpu_float32 PASSED 2022-12-01T10:38:43.0288228Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_reduce_sum_cpu_float32 PASSED 2022-12-01T10:38:43.0288617Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0289038Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_segment_reduce_lengths_cpu_float32 XFAIL 2022-12-01T10:38:43.0289368Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sgn_cpu_float32 PASSED 2022-12-01T10:38:43.0289763Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0290113Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sigmoid_cpu_float32 PASSED 2022-12-01T10:38:43.0290480Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0290841Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_softmax_cpu_float32 PASSED 2022-12-01T10:38:43.0291164Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sort_cpu_float32 PASSED 2022-12-01T10:38:43.0291524Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0291944Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0292359Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0292775Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0293394Z 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:38:43.0293810Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_entr_cpu_float32 PASSED 2022-12-01T10:38:43.0294210Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0294598Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_i0e_cpu_float32 PASSED 2022-12-01T10:38:43.0294917Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_i1_cpu_float32 PASSED 2022-12-01T10:38:43.0295317Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0295905Z 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:38:43.0296375Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0296801Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0297239Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0297623Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_ndtr_cpu_float32 PASSED 2022-12-01T10:38:43.0297968Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_ndtri_cpu_float32 PASSED 2022-12-01T10:38:43.0298327Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:38:43.0298755Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0299364Z 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:38:43.0299999Z 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:38:43.0300464Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0300892Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_xlog1py_cpu_float32 PASSED 2022-12-01T10:38:43.0301273Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0301696Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_split_list_args_cpu_float32 PASSED 2022-12-01T10:38:43.0302021Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_square_cpu_float32 PASSED 2022-12-01T10:38:43.0302345Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_std_cpu_float32 PASSED 2022-12-01T10:38:43.0302673Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sum_to_size_cpu_float32 PASSED 2022-12-01T10:38:43.0302984Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_svd_cpu_float32 PASSED 2022-12-01T10:38:43.0303307Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_svd_lowrank_cpu_float32 PASSED 2022-12-01T10:38:43.0303624Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_t_cpu_float32 PASSED 2022-12-01T10:38:43.0303955Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_take_along_dim_cpu_float32 PASSED 2022-12-01T10:38:43.0304270Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_take_cpu_float32 PASSED 2022-12-01T10:38:43.0304592Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_trace_cpu_float32 PASSED 2022-12-01T10:38:43.0304919Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_transpose_cpu_float32 PASSED 2022-12-01T10:38:43.0305239Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_trapezoid_cpu_float32 PASSED 2022-12-01T10:38:43.0305564Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_tril_cpu_float32 PASSED 2022-12-01T10:38:43.0305882Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_trunc_cpu_float32 PASSED 2022-12-01T10:38:43.0306207Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_unflatten_cpu_float32 PASSED 2022-12-01T10:38:43.0306567Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0306973Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0307348Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_view_as_complex_cpu_float32 PASSED 2022-12-01T10:38:43.0307669Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_vsplit_cpu_float32 PASSED 2022-12-01T10:38:43.0307995Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_vstack_cpu_float32 PASSED 2022-12-01T10:38:43.0308317Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_xlogy_cpu_float32 PASSED 2022-12-01T10:38:43.0308631Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_zero__cpu_float32 PASSED 2022-12-01T10:38:43.0308986Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0309378Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_broadcast_to_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:38:43.0309755Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_broadcast_to_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:38:43.0310115Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_contiguous_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:38:43.0310481Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_diagonal_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:38:43.0310929Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_flatten_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:38:43.0311302Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_dsplit_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:38:43.0311674Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_hsplit_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:38:43.0312057Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_split_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:38:43.0312455Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_split_list_args_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:38:43.0312884Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_vsplit_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:38:43.0313274Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_mH_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:38:43.0313624Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_mT_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:38:43.0313980Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_mT_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:38:43.0314343Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_movedim_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:38:43.0314700Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_permute_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:38:43.0315071Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_positive_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:38:43.0315434Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_real_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:38:43.0315782Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_real_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:38:43.0316152Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_reshape_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:38:43.0316525Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_resolve_conj_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:38:43.0316901Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_resolve_neg_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:38:43.0317256Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_select_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:38:43.0317620Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_select_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:38:43.0317974Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_special_grad_op_jvp_cpu PASSED 2022-12-01T10:38:43.0318334Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_squeeze_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:38:43.0318691Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_squeeze_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:38:43.0319068Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_unsqueeze_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:38:43.0319558Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_unsqueeze_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:38:43.0319936Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_as_complex_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:38:43.0320303Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_as_complex_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:38:43.0320671Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_as_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:38:43.0321033Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_as_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:38:43.0321356Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_H_cpu_float32 PASSED 2022-12-01T10:38:43.0321685Z functorch/test_ops.py::TestOperatorsCPU::test_vjp___getitem___functorch_cpu_float32 PASSED 2022-12-01T10:38:43.0322015Z functorch/test_ops.py::TestOperatorsCPU::test_vjp___radd___cpu_float32 PASSED 2022-12-01T10:38:43.0322332Z functorch/test_ops.py::TestOperatorsCPU::test_vjp___rdiv___cpu_float32 PASSED 2022-12-01T10:38:43.0322673Z functorch/test_ops.py::TestOperatorsCPU::test_vjp___rmatmul___cpu_float32 PASSED 2022-12-01T10:38:43.0322992Z functorch/test_ops.py::TestOperatorsCPU::test_vjp___rmul___cpu_float32 PASSED 2022-12-01T10:38:43.0323304Z functorch/test_ops.py::TestOperatorsCPU::test_vjp___rsub___cpu_float32 PASSED 2022-12-01T10:38:43.0323602Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_abs_cpu_float32 PASSED 2022-12-01T10:38:43.0323908Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_add_cpu_float32 PASSED 2022-12-01T10:38:43.0324222Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_addbmm_cpu_float32 PASSED 2022-12-01T10:38:43.0324609Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_addmm_decomposed_cpu_float32 PASSED 2022-12-01T10:38:43.0324999Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0325351Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_amax_cpu_float32 PASSED 2022-12-01T10:38:43.0325661Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_amin_cpu_float32 PASSED 2022-12-01T10:38:43.0326007Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0326363Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_angle_cpu_float32 PASSED 2022-12-01T10:38:43.0326715Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0327102Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0327484Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0327875Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0328267Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0328613Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_asin_cpu_float32 PASSED 2022-12-01T10:38:43.0328909Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_atan_cpu_float32 PASSED 2022-12-01T10:38:43.0329219Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_atleast_2d_cpu_float32 PASSED 2022-12-01T10:38:43.0329540Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_atleast_3d_cpu_float32 PASSED 2022-12-01T10:38:43.0329846Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_baddbmm_cpu_float32 PASSED 2022-12-01T10:38:43.0330161Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_bfloat16_cpu_float32 PASSED 2022-12-01T10:38:43.0330509Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_bfloat16_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:38:43.0330852Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_block_diag_cpu_float32 PASSED 2022-12-01T10:38:43.0331200Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0331563Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_broadcast_tensors_cpu_float32 PASSED 2022-12-01T10:38:43.0331934Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0332307Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0332706Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0333079Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cartesian_prod_cpu_float32 PASSED 2022-12-01T10:38:43.0333389Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_ceil_cpu_float32 PASSED 2022-12-01T10:38:43.0333680Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_chalf_cpu_float32 PASSED 2022-12-01T10:38:43.0333981Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cholesky_cpu_float32 PASSED 2022-12-01T10:38:43.0334280Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_chunk_cpu_float32 PASSED 2022-12-01T10:38:43.0334582Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_clamp_max_cpu_float32 PASSED 2022-12-01T10:38:43.0334882Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_clamp_min_cpu_float32 PASSED 2022-12-01T10:38:43.0335192Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_combinations_cpu_float32 PASSED 2022-12-01T10:38:43.0335507Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_contiguous_cpu_float32 PASSED 2022-12-01T10:38:43.0335808Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_copysign_cpu_float32 PASSED 2022-12-01T10:38:43.0336142Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_corrcoef_cpu_float32 PASSED 2022-12-01T10:38:43.0336440Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cos_cpu_float32 PASSED 2022-12-01T10:38:43.0336818Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0337158Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cov_cpu_float32 PASSED 2022-12-01T10:38:43.0337456Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cross_cpu_float32 PASSED 2022-12-01T10:38:43.0337756Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cummin_cpu_float32 PASSED 2022-12-01T10:38:43.0338053Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cumprod_cpu_float32 PASSED 2022-12-01T10:38:43.0338356Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_deg2rad_cpu_float32 PASSED 2022-12-01T10:38:43.0338660Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_diag_embed_cpu_float32 PASSED 2022-12-01T10:38:43.0338964Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_diagonal_cpu_float32 PASSED 2022-12-01T10:38:43.0339287Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_diagonal_scatter_cpu_float32 PASSED 2022-12-01T10:38:43.0339597Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_dist_cpu_float32 PASSED 2022-12-01T10:38:43.0339910Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_div_no_rounding_mode_cpu_float32 PASSED 2022-12-01T10:38:43.0340049Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_double_cpu_float32 PASSED 2022-12-01T10:38:43.0340182Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_dstack_cpu_float32 PASSED 2022-12-01T10:38:43.0340370Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0340548Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0340728Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0340868Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_erf_cpu_float32 PASSED 2022-12-01T10:38:43.0341007Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_erfinv_cpu_float32 PASSED 2022-12-01T10:38:43.0341146Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_exp2_cpu_float32 PASSED 2022-12-01T10:38:43.0341282Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_exp_cpu_float32 PASSED 2022-12-01T10:38:43.0341413Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_expand_cpu_float32 PASSED 2022-12-01T10:38:43.0341553Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_fft2_cpu_float32 PASSED 2022-12-01T10:38:43.0341692Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_fftn_cpu_float32 PASSED 2022-12-01T10:38:43.0341837Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_fftshift_cpu_float32 PASSED 2022-12-01T10:38:43.0341979Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_hfftn_cpu_float32 PASSED 2022-12-01T10:38:43.0342127Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_ifft2_cpu_float32 PASSED 2022-12-01T10:38:43.0342269Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_ifft_cpu_float32 PASSED 2022-12-01T10:38:43.0342411Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_ifftn_cpu_float32 PASSED 2022-12-01T10:38:43.0342549Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_ihfft2_cpu_float32 PASSED 2022-12-01T10:38:43.0342691Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_ihfft_cpu_float32 PASSED 2022-12-01T10:38:43.0342832Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_ihfftn_cpu_float32 PASSED 2022-12-01T10:38:43.0342972Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_irfftn_cpu_float32 PASSED 2022-12-01T10:38:43.0343110Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_rfft_cpu_float32 PASSED 2022-12-01T10:38:43.0343249Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_float_cpu_float32 PASSED 2022-12-01T10:38:43.0343420Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_float_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:38:43.0343588Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_floor_cpu_float32 PASSED 2022-12-01T10:38:43.0343720Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fmax_cpu_float32 PASSED 2022-12-01T10:38:43.0343920Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fmod_cpu_float32 PASSED 2022-12-01T10:38:43.0344056Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_frac_cpu_float32 PASSED 2022-12-01T10:38:43.0344197Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_frexp_cpu_float32 PASSED 2022-12-01T10:38:43.0344382Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0344523Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_gather_cpu_float32 PASSED 2022-12-01T10:38:43.0344700Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0344877Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0345014Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_half_cpu_float32 PASSED 2022-12-01T10:38:43.0345181Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_half_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:38:43.0345364Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0345546Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0345686Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_hsplit_cpu_float32 PASSED 2022-12-01T10:38:43.0345824Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_hstack_cpu_float32 PASSED 2022-12-01T10:38:43.0345962Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_hypot_cpu_float32 PASSED 2022-12-01T10:38:43.0346097Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_i0_cpu_float32 PASSED 2022-12-01T10:38:43.0346284Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0346423Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_index_copy_cpu_float32 PASSED 2022-12-01T10:38:43.0346563Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_inner_cpu_float32 PASSED 2022-12-01T10:38:43.0346768Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0346950Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0347133Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0347312Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0347489Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0347675Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0347858Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0348025Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:38:43.0348168Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_kthvalue_cpu_float32 PASSED 2022-12-01T10:38:43.0348307Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_lgamma_cpu_float32 PASSED 2022-12-01T10:38:43.0348452Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_cond_cpu_float32 PASSED 2022-12-01T10:38:43.0348596Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_cross_cpu_float32 PASSED 2022-12-01T10:38:43.0348741Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_eigh_cpu_float32 PASSED 2022-12-01T10:38:43.0348919Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_inv_cpu_float32 PASSED 2022-12-01T10:38:43.0349114Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0349284Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_lstsq_cpu_float32 PASSED 2022-12-01T10:38:43.0349426Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_lu_cpu_float32 PASSED 2022-12-01T10:38:43.0349576Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_lu_factor_cpu_float32 PASSED 2022-12-01T10:38:43.0349724Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_lu_solve_cpu_float32 PASSED 2022-12-01T10:38:43.0349873Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_matrix_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0350079Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0350248Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_norm_subgradients_at_zero_cpu_float32 PASSED 2022-12-01T10:38:43.0350394Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_pinv_cpu_float32 PASSED 2022-12-01T10:38:43.0350546Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_tensorinv_cpu_float32 PASSED 2022-12-01T10:38:43.0350756Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_tensorsolve_cpu_float32 PASSED 2022-12-01T10:38:43.0350905Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_vander_cpu_float32 PASSED 2022-12-01T10:38:43.0351122Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_vector_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0351307Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0351444Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_log10_cpu_float32 PASSED 2022-12-01T10:38:43.0351580Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_log_cpu_float32 PASSED 2022-12-01T10:38:43.0351733Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_log_softmax_dtype_cpu_float32 PASSED 2022-12-01T10:38:43.0351876Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_logaddexp2_cpu_float32 PASSED 2022-12-01T10:38:43.0352023Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_logaddexp_cpu_float32 PASSED 2022-12-01T10:38:43.0352166Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_logcumsumexp_cpu_float32 PASSED 2022-12-01T10:38:43.0352304Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_logdet_cpu_float32 PASSED 2022-12-01T10:38:43.0352491Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0352676Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0352857Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0353000Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_logsumexp_cpu_float32 PASSED 2022-12-01T10:38:43.0353210Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0353347Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_lu_cpu_float32 PASSED 2022-12-01T10:38:43.0353478Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_mH_cpu_float32 PASSED 2022-12-01T10:38:43.0353613Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_mT_cpu_float32 PASSED 2022-12-01T10:38:43.0353756Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_amax_cpu_float32 PASSED 2022-12-01T10:38:43.0353943Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0354092Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_cumprod_cpu_float32 PASSED 2022-12-01T10:38:43.0354239Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_cumsum_cpu_float32 PASSED 2022-12-01T10:38:43.0354383Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_fill_cpu_float32 PASSED 2022-12-01T10:38:43.0354570Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_logsumexp_cpu_float32 PASSED 2022-12-01T10:38:43.0354739Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_mean_cpu_float32 PASSED 2022-12-01T10:38:43.0354882Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_median_cpu_float32 PASSED 2022-12-01T10:38:43.0355026Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0355167Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_prod_cpu_float32 PASSED 2022-12-01T10:38:43.0355311Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_select_cpu_float32 PASSED 2022-12-01T10:38:43.0355459Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_softmax_cpu_float32 PASSED 2022-12-01T10:38:43.0355601Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_matrix_exp_cpu_float32 PASSED 2022-12-01T10:38:43.0355742Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_max_binary_cpu_float32 PASSED 2022-12-01T10:38:43.0355901Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_max_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:38:43.0356033Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_mean_cpu_float32 PASSED 2022-12-01T10:38:43.0356194Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_meshgrid_list_of_tensors_cpu_float32 PASSED 2022-12-01T10:38:43.0356353Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_meshgrid_variadic_tensors_cpu_float32 PASSED 2022-12-01T10:38:43.0356497Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_min_binary_cpu_float32 PASSED 2022-12-01T10:38:43.0356652Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_min_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:38:43.0356791Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_minimum_cpu_float32 PASSED 2022-12-01T10:38:43.0356924Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_mm_cpu_float32 PASSED 2022-12-01T10:38:43.0357066Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_movedim_cpu_float32 PASSED 2022-12-01T10:38:43.0357203Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_msort_cpu_float32 PASSED 2022-12-01T10:38:43.0357395Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0357529Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_mv_cpu_float32 PASSED 2022-12-01T10:38:43.0357683Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED 2022-12-01T10:38:43.0357838Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED 2022-12-01T10:38:43.0357978Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nan_to_num_cpu_float32 PASSED 2022-12-01T10:38:43.0358121Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nanmedian_cpu_float32 PASSED 2022-12-01T10:38:43.0358311Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0358486Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0358666Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0358850Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0359021Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:38:43.0359293Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:38:43.0359463Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED 2022-12-01T10:38:43.0359631Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED 2022-12-01T10:38:43.0359790Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:38:43.0359994Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_bilinear_cpu_float32 PASSED 2022-12-01T10:38:43.0360209Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_binary_cross_entropy_cpu_float32 PASSED 2022-12-01T10:38:43.0360367Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv1d_cpu_float32 PASSED 2022-12-01T10:38:43.0360520Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_cpu_float32 PASSED 2022-12-01T10:38:43.0360686Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_no_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0360867Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0361038Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0361219Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0361413Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0361608Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0361770Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv_transpose2d_cpu_float32 PASSED 2022-12-01T10:38:43.0361942Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_cosine_similarity_cpu_float32 PASSED 2022-12-01T10:38:43.0362105Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_cross_entropy_cpu_float32 PASSED 2022-12-01T10:38:43.0362260Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_ctc_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0362417Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_dropout3d_cpu_float32 PASSED 2022-12-01T10:38:43.0362573Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_dropout_cpu_float32 PASSED 2022-12-01T10:38:43.0362727Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_elu_cpu_float32 PASSED 2022-12-01T10:38:43.0362950Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_embedding_bag_cpu_float32 PASSED 2022-12-01T10:38:43.0363108Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_embedding_cpu_float32 PASSED 2022-12-01T10:38:43.0363289Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED 2022-12-01T10:38:43.0363460Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_fractional_max_pool3d_cpu_float32 PASSED 2022-12-01T10:38:43.0363611Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_gelu_cpu_float32 PASSED 2022-12-01T10:38:43.0363761Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_glu_cpu_float32 PASSED 2022-12-01T10:38:43.0363922Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_grid_sample_cpu_float32 PASSED 2022-12-01T10:38:43.0364085Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_hardshrink_cpu_float32 PASSED 2022-12-01T10:38:43.0364243Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_hardswish_cpu_float32 PASSED 2022-12-01T10:38:43.0364416Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_hinge_embedding_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0364578Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_instance_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0364747Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_interpolate_bicubic_cpu_float32 PASSED 2022-12-01T10:38:43.0364916Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_interpolate_linear_cpu_float32 PASSED 2022-12-01T10:38:43.0365070Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_l1_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0365230Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_layer_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0365419Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_leaky_relu_cpu_float32 PASSED 2022-12-01T10:38:43.0365573Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_linear_cpu_float32 PASSED 2022-12-01T10:38:43.0365773Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_logsigmoid_cpu_float32 PASSED 2022-12-01T10:38:43.0365933Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_pool2d_cpu_float32 PASSED 2022-12-01T10:38:43.0366084Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_pool3d_cpu_float32 PASSED 2022-12-01T10:38:43.0366244Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_unpool2d_cpu_float32 PASSED 2022-12-01T10:38:43.0366410Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_unpool3d_grad_cpu_float32 PASSED 2022-12-01T10:38:43.0366566Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_mse_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0366737Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_mse_loss_functorch_cpu_float32 PASSED 2022-12-01T10:38:43.0366906Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_multi_margin_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0367080Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_multilabel_margin_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0367236Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_nll_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0367398Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pad_circular_cpu_float32 PASSED 2022-12-01T10:38:43.0367553Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pad_reflect_cpu_float32 PASSED 2022-12-01T10:38:43.0367717Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pad_replicate_cpu_float32 PASSED 2022-12-01T10:38:43.0367884Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pairwise_distance_cpu_float32 PASSED 2022-12-01T10:38:43.0368051Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_poisson_nll_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0368204Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_prelu_cpu_float32 PASSED 2022-12-01T10:38:43.0368358Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_relu_cpu_float32 PASSED 2022-12-01T10:38:43.0368510Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_rrelu_cpu_float32 PASSED 2022-12-01T10:38:43.0368662Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_selu_cpu_float32 PASSED 2022-12-01T10:38:43.0368827Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_smooth_l1_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0368991Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_softmin_with_dtype_cpu_float32 PASSED 2022-12-01T10:38:43.0369154Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_softshrink_cpu_float32 PASSED 2022-12-01T10:38:43.0369316Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_softsign_cpu_float32 PASSED 2022-12-01T10:38:43.0369486Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_upsample_bilinear_cpu_float32 PASSED 2022-12-01T10:38:43.0369659Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_upsample_nearest_cpu_float32 PASSED 2022-12-01T10:38:43.0369796Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0369943Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_norm_fro_cpu_float32 PASSED 2022-12-01T10:38:43.0370084Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_norm_nuc_cpu_float32 PASSED 2022-12-01T10:38:43.0370218Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_normal_cpu_float32 PASSED 2022-12-01T10:38:43.0370370Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_normal_number_mean_cpu_float32 PASSED 2022-12-01T10:38:43.0370553Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0370774Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0370944Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_ops_aten_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:38:43.0371113Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_outer_cpu_float32 PASSED 2022-12-01T10:38:43.0371256Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_polar_cpu_float32 PASSED 2022-12-01T10:38:43.0371420Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_polygamma_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:38:43.0371584Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_polygamma_polygamma_n_2_cpu_float32 PASSED 2022-12-01T10:38:43.0371736Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_polygamma_polygamma_n_4_cpu_float32 PASSED 2022-12-01T10:38:43.0371875Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_pow_cpu_float32 PASSED 2022-12-01T10:38:43.0372012Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_put_cpu_float32 PASSED 2022-12-01T10:38:43.0372153Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_qr_cpu_float32 PASSED 2022-12-01T10:38:43.0372299Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_quantile_cpu_float32 PASSED 2022-12-01T10:38:43.0372441Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_rad2deg_cpu_float32 PASSED 2022-12-01T10:38:43.0372631Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0372826Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0372958Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_real_cpu_float32 PASSED 2022-12-01T10:38:43.0373108Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_reciprocal_cpu_float32 PASSED 2022-12-01T10:38:43.0373254Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_remainder_cpu_float32 PASSED 2022-12-01T10:38:43.0373398Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_renorm_cpu_float32 PASSED 2022-12-01T10:38:43.0373560Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_repeat_interleave_cpu_float32 PASSED 2022-12-01T10:38:43.0373703Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_reshape_cpu_float32 PASSED 2022-12-01T10:38:43.0373843Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_roll_cpu_float32 PASSED 2022-12-01T10:38:43.0373986Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_round_cpu_float32 PASSED 2022-12-01T10:38:43.0374132Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_round_decimals_0_cpu_float32 PASSED 2022-12-01T10:38:43.0374287Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_round_decimals_3_cpu_float32 PASSED 2022-12-01T10:38:43.0374439Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_round_decimals_neg_3_cpu_float32 PASSED 2022-12-01T10:38:43.0374581Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_rsub_cpu_float32 PASSED 2022-12-01T10:38:43.0374731Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_scatter_add_cpu_float32 PASSED 2022-12-01T10:38:43.0374874Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_scatter_cpu_float32 PASSED 2022-12-01T10:38:43.0375030Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_scatter_reduce_mean_cpu_float32 PASSED 2022-12-01T10:38:43.0375183Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_scatter_reduce_prod_cpu_float32 PASSED 2022-12-01T10:38:43.0375371Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0375507Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_sgn_cpu_float32 PASSED 2022-12-01T10:38:43.0375720Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0375864Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_sigmoid_cpu_float32 PASSED 2022-12-01T10:38:43.0376006Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_sin_cpu_float32 PASSED 2022-12-01T10:38:43.0376143Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_sinc_cpu_float32 PASSED 2022-12-01T10:38:43.0376316Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_sort_cpu_float32 PASSED 2022-12-01T10:38:43.0376537Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0376737Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0376924Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0377133Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0377345Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0377727Z 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:38:43.0377937Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0378091Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_i0e_cpu_float32 PASSED 2022-12-01T10:38:43.0378238Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_i1_cpu_float32 PASSED 2022-12-01T10:38:43.0378388Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_i1e_cpu_float32 PASSED 2022-12-01T10:38:43.0378746Z 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:38:43.0378951Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0379093Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_ndtr_cpu_float32 PASSED 2022-12-01T10:38:43.0379245Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_ndtri_cpu_float32 PASSED 2022-12-01T10:38:43.0379425Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:38:43.0379642Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0380003Z 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:38:43.0380361Z 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:38:43.0380719Z 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:38:43.0380910Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0381059Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_split_with_sizes_cpu_float32 PASSED 2022-12-01T10:38:43.0381197Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_sqrt_cpu_float32 PASSED 2022-12-01T10:38:43.0381333Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_square_cpu_float32 PASSED 2022-12-01T10:38:43.0381473Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_std_cpu_float32 PASSED 2022-12-01T10:38:43.0381607Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_stft_cpu_float32 PASSED 2022-12-01T10:38:43.0381743Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_sum_cpu_float32 PASSED 2022-12-01T10:38:43.0381890Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_svd_lowrank_cpu_float32 PASSED 2022-12-01T10:38:43.0382025Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_t_cpu_float32 PASSED 2022-12-01T10:38:43.0382163Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_tan_cpu_float32 PASSED 2022-12-01T10:38:43.0382335Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_tanh_cpu_float32 PASSED 2022-12-01T10:38:43.0382501Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_tensor_split_cpu_float32 XFAIL 2022-12-01T10:38:43.0382651Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_tensordot_cpu_float32 PASSED 2022-12-01T10:38:43.0382789Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_to_cpu_float32 PASSED 2022-12-01T10:38:43.0382931Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_to_sparse_cpu_float32 PASSED 2022-12-01T10:38:43.0383073Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_trace_cpu_float32 PASSED 2022-12-01T10:38:43.0383228Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_triangular_solve_cpu_float32 PASSED 2022-12-01T10:38:43.0383366Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_triu_cpu_float32 PASSED 2022-12-01T10:38:43.0383514Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_true_divide_cpu_float32 PASSED 2022-12-01T10:38:43.0383650Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_trunc_cpu_float32 PASSED 2022-12-01T10:38:43.0383792Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_unfold_cpu_float32 PASSED 2022-12-01T10:38:43.0383981Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0384184Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0384368Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0384516Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_unsqueeze_cpu_float32 PASSED 2022-12-01T10:38:43.0384653Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_var_cpu_float32 PASSED 2022-12-01T10:38:43.0384797Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_var_mean_cpu_float32 PASSED 2022-12-01T10:38:43.0384926Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_view_cpu_float32 PASSED 2022-12-01T10:38:43.0385071Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_vstack_cpu_float32 PASSED 2022-12-01T10:38:43.0385214Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_where_cpu_float32 PASSED 2022-12-01T10:38:43.0385355Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_xlogy_cpu_float32 PASSED 2022-12-01T10:38:43.0385491Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_T_cpu_float32 PASSED 2022-12-01T10:38:43.0385644Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___getitem___cpu_float32 PASSED 2022-12-01T10:38:43.0385806Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___getitem___functorch_cpu_float32 PASSED 2022-12-01T10:38:43.0385953Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___radd___cpu_float32 PASSED 2022-12-01T10:38:43.0386091Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___rdiv___cpu_float32 PASSED 2022-12-01T10:38:43.0386241Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___rmatmul___cpu_float32 PASSED 2022-12-01T10:38:43.0386385Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___rmod___cpu_float32 PASSED 2022-12-01T10:38:43.0386531Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___rpow___cpu_float32 PASSED 2022-12-01T10:38:43.0386681Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___rsub___cpu_float32 PASSED 2022-12-01T10:38:43.0386829Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_addbmm_cpu_float32 PASSED 2022-12-01T10:38:43.0386974Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_addcdiv_cpu_float32 PASSED 2022-12-01T10:38:43.0387119Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_addmm_cpu_float32 PASSED 2022-12-01T10:38:43.0387255Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_addmv_cpu_float32 PASSED 2022-12-01T10:38:43.0387398Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_amax_cpu_float32 PASSED 2022-12-01T10:38:43.0387586Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0387761Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_angle_cpu_float32 PASSED 2022-12-01T10:38:43.0387950Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0388160Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0388315Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_as_strided_cpu_float32 PASSED 2022-12-01T10:38:43.0388459Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_asin_cpu_float32 PASSED 2022-12-01T10:38:43.0388602Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_atan_cpu_float32 PASSED 2022-12-01T10:38:43.0388738Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_atanh_cpu_float32 PASSED 2022-12-01T10:38:43.0388889Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_atleast_1d_cpu_float32 PASSED 2022-12-01T10:38:43.0389037Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_atleast_2d_cpu_float32 PASSED 2022-12-01T10:38:43.0389183Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_bmm_cpu_float32 PASSED 2022-12-01T10:38:43.0389369Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0389566Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0389752Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0389965Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0390123Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cartesian_prod_cpu_float32 PASSED 2022-12-01T10:38:43.0390329Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0390486Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cholesky_cpu_float32 PASSED 2022-12-01T10:38:43.0390699Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_clamp_min_cpu_float32 PASSED 2022-12-01T10:38:43.0390849Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_clone_cpu_float32 PASSED 2022-12-01T10:38:43.0391002Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_column_stack_cpu_float32 PASSED 2022-12-01T10:38:43.0391160Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_combinations_cpu_float32 PASSED 2022-12-01T10:38:43.0391305Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_conj_cpu_float32 PASSED 2022-12-01T10:38:43.0391460Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_conj_physical_cpu_float32 PASSED 2022-12-01T10:38:43.0391606Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_constant_pad_nd_cpu_float32 PASSED 2022-12-01T10:38:43.0391760Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_contiguous_cpu_float32 PASSED 2022-12-01T10:38:43.0391910Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_corrcoef_cpu_float32 PASSED 2022-12-01T10:38:43.0392054Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cos_cpu_float32 PASSED 2022-12-01T10:38:43.0392198Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cosh_cpu_float32 PASSED 2022-12-01T10:38:43.0392343Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cross_cpu_float32 PASSED 2022-12-01T10:38:43.0392491Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cumprod_cpu_float32 PASSED 2022-12-01T10:38:43.0392642Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_diagflat_cpu_float32 PASSED 2022-12-01T10:38:43.0392782Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_diagonal_cpu_float32 PASSED 2022-12-01T10:38:43.0392925Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_diff_cpu_float32 PASSED 2022-12-01T10:38:43.0393086Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_div_no_rounding_mode_cpu_float32 PASSED 2022-12-01T10:38:43.0393247Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_div_trunc_rounding_cpu_float32 PASSED 2022-12-01T10:38:43.0393423Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_dot_cpu_float32 PASSED 2022-12-01T10:38:43.0393572Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_einsum_cpu_float32 PASSED 2022-12-01T10:38:43.0393742Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_erf_cpu_float32 PASSED 2022-12-01T10:38:43.0393890Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_erfinv_cpu_float32 PASSED 2022-12-01T10:38:43.0394032Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_expand_as_cpu_float32 PASSED 2022-12-01T10:38:43.0394177Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_expm1_cpu_float32 PASSED 2022-12-01T10:38:43.0394324Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_fft2_cpu_float32 PASSED 2022-12-01T10:38:43.0394480Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_fftshift_cpu_float32 PASSED 2022-12-01T10:38:43.0394628Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_hfft_cpu_float32 PASSED 2022-12-01T10:38:43.0394779Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ihfft_cpu_float32 PASSED 2022-12-01T10:38:43.0394930Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ihfftn_cpu_float32 PASSED 2022-12-01T10:38:43.0395079Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_irfftn_cpu_float32 PASSED 2022-12-01T10:38:43.0395225Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fliplr_cpu_float32 PASSED 2022-12-01T10:38:43.0395392Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_float_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:38:43.0395545Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_float_power_cpu_float32 PASSED 2022-12-01T10:38:43.0395693Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_floor_cpu_float32 PASSED 2022-12-01T10:38:43.0395839Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_frexp_cpu_float32 PASSED 2022-12-01T10:38:43.0396028Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0396223Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0396402Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_half_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:38:43.0396593Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0396733Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_hsplit_cpu_float32 PASSED 2022-12-01T10:38:43.0396881Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_hypot_cpu_float32 PASSED 2022-12-01T10:38:43.0397024Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_i0_cpu_float32 PASSED 2022-12-01T10:38:43.0397214Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0397368Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_index_copy_cpu_float32 PASSED 2022-12-01T10:38:43.0397525Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_index_reduce_cpu_float32 PASSED 2022-12-01T10:38:43.0397743Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0397935Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0398125Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0398296Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:38:43.0398442Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_kron_cpu_float32 PASSED 2022-12-01T10:38:43.0398627Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0398774Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_lerp_cpu_float32 PASSED 2022-12-01T10:38:43.0398955Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_cond_cpu_float32 PASSED 2022-12-01T10:38:43.0399105Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_det_cpu_float32 PASSED 2022-12-01T10:38:43.0399423Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_eigvals_cpu_float32 PASSED 2022-12-01T10:38:43.0399586Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_eigvalsh_cpu_float32 PASSED 2022-12-01T10:38:43.0399729Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_inv_cpu_float32 PASSED 2022-12-01T10:38:43.0399931Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0400085Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lstsq_cpu_float32 PASSED 2022-12-01T10:38:43.0400240Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lu_factor_cpu_float32 PASSED 2022-12-01T10:38:43.0400402Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lu_factor_ex_cpu_float32 PASSED 2022-12-01T10:38:43.0400562Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_matrix_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0400724Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_matrix_power_cpu_float32 PASSED 2022-12-01T10:38:43.0400926Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0401081Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_multi_dot_cpu_float32 PASSED 2022-12-01T10:38:43.0401228Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_pinv_cpu_float32 PASSED 2022-12-01T10:38:43.0401460Z 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:38:43.0401616Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_solve_cpu_float32 PASSED 2022-12-01T10:38:43.0401774Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_svdvals_cpu_float32 PASSED 2022-12-01T10:38:43.0401934Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_tensorsolve_cpu_float32 PASSED 2022-12-01T10:38:43.0402091Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_vander_cpu_float32 PASSED 2022-12-01T10:38:43.0402250Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_vector_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0402397Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_log1p_cpu_float32 PASSED 2022-12-01T10:38:43.0402540Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_log_cpu_float32 PASSED 2022-12-01T10:38:43.0402690Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_log_softmax_dtype_cpu_float32 PASSED 2022-12-01T10:38:43.0402840Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logaddexp_cpu_float32 PASSED 2022-12-01T10:38:43.0402995Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logcumsumexp_cpu_float32 PASSED 2022-12-01T10:38:43.0403143Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logdet_cpu_float32 PASSED 2022-12-01T10:38:43.0403334Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0403487Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logsumexp_cpu_float32 PASSED 2022-12-01T10:38:43.0403629Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mH_cpu_float32 PASSED 2022-12-01T10:38:43.0403773Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mT_cpu_float32 PASSED 2022-12-01T10:38:43.0403917Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_amax_cpu_float32 PASSED 2022-12-01T10:38:43.0404071Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_amin_cpu_float32 PASSED 2022-12-01T10:38:43.0404269Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0404466Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0404658Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_cumsum_cpu_float32 PASSED 2022-12-01T10:38:43.0404845Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_log_softmax_cpu_float32 PASSED 2022-12-01T10:38:43.0405006Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_logsumexp_cpu_float32 PASSED 2022-12-01T10:38:43.0405158Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_mean_cpu_float32 PASSED 2022-12-01T10:38:43.0405304Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0405455Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_normalize_cpu_float32 PASSED 2022-12-01T10:38:43.0405612Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_scatter_cpu_float32 PASSED 2022-12-01T10:38:43.0405765Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_select_cpu_float32 PASSED 2022-12-01T10:38:43.0405917Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_var_cpu_float32 PASSED 2022-12-01T10:38:43.0406060Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_matmul_cpu_float32 PASSED 2022-12-01T10:38:43.0406210Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_matrix_exp_cpu_float32 PASSED 2022-12-01T10:38:43.0406370Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_max_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:38:43.0406534Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_max_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:38:43.0406672Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_maximum_cpu_float32 PASSED 2022-12-01T10:38:43.0406818Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mean_cpu_float32 PASSED 2022-12-01T10:38:43.0406966Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_median_cpu_float32 PASSED 2022-12-01T10:38:43.0407136Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_meshgrid_variadic_tensors_cpu_float32 PASSED 2022-12-01T10:38:43.0407301Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_min_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:38:43.0407466Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_min_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:38:43.0407615Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mode_cpu_float32 PASSED 2022-12-01T10:38:43.0407763Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_movedim_cpu_float32 PASSED 2022-12-01T10:38:43.0407899Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_msort_cpu_float32 PASSED 2022-12-01T10:38:43.0408044Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mul_cpu_float32 PASSED 2022-12-01T10:38:43.0408244Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0408388Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mv_cpu_float32 PASSED 2022-12-01T10:38:43.0408550Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED 2022-12-01T10:38:43.0408702Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nan_to_num_cpu_float32 PASSED 2022-12-01T10:38:43.0408849Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nanmean_cpu_float32 PASSED 2022-12-01T10:38:43.0409006Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nanquantile_cpu_float32 PASSED 2022-12-01T10:38:43.0409165Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_native_layer_norm_cpu_float32 XFAIL 2022-12-01T10:38:43.0409360Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0409554Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0409739Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0409930Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0410145Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0410351Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:38:43.0410532Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:38:43.0410700Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:38:43.0410867Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:38:43.0411039Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_binary_cross_entropy_cpu_float32 PASSED 2022-12-01T10:38:43.0411230Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED 2022-12-01T10:38:43.0411403Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_no_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0411592Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0411792Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0411971Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_cosine_similarity_cpu_float32 PASSED 2022-12-01T10:38:43.0412136Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_ctc_loss_cpu_float32 XFAIL 2022-12-01T10:38:43.0412301Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_dropout3d_cpu_float32 PASSED 2022-12-01T10:38:43.0412467Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_embedding_cpu_float32 PASSED 2022-12-01T10:38:43.0412650Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED 2022-12-01T10:38:43.0412849Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED 2022-12-01T10:38:43.0413031Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_fractional_max_pool2d_cpu_float32 PASSED 2022-12-01T10:38:43.0413211Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_fractional_max_pool3d_cpu_float32 PASSED 2022-12-01T10:38:43.0413369Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_glu_cpu_float32 PASSED 2022-12-01T10:38:43.0413593Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_grid_sample_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T10:38:43.0413764Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_hardshrink_cpu_float32 PASSED 2022-12-01T10:38:43.0413926Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_hardtanh_cpu_float32 PASSED 2022-12-01T10:38:43.0414105Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_hinge_embedding_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0414269Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_instance_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0414450Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_bicubic_cpu_float32 PASSED 2022-12-01T10:38:43.0414632Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_bilinear_cpu_float32 PASSED 2022-12-01T10:38:43.0414808Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_linear_cpu_float32 PASSED 2022-12-01T10:38:43.0414982Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_nearest_cpu_float32 PASSED 2022-12-01T10:38:43.0415164Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_trilinear_cpu_float32 PASSED 2022-12-01T10:38:43.0415330Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_leaky_relu_cpu_float32 PASSED 2022-12-01T10:38:43.0415524Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_linear_cpu_float32 PASSED 2022-12-01T10:38:43.0415700Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool1d_grad_cpu_float32 PASSED 2022-12-01T10:38:43.0415903Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0416075Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool3d_cpu_float32 PASSED 2022-12-01T10:38:43.0416233Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_mish_cpu_float32 PASSED 2022-12-01T10:38:43.0416396Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_nll_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0416566Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pad_circular_cpu_float32 PASSED 2022-12-01T10:38:43.0416733Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pad_constant_cpu_float32 PASSED 2022-12-01T10:38:43.0416910Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pad_replicate_cpu_float32 PASSED 2022-12-01T10:38:43.0417083Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_poisson_nll_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0417246Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_relu6_cpu_float32 PASSED 2022-12-01T10:38:43.0417401Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_rrelu_cpu_float32 PASSED 2022-12-01T10:38:43.0417560Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_silu_cpu_float32 PASSED 2022-12-01T10:38:43.0417731Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_smooth_l1_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0417897Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_softmin_cpu_float32 PASSED 2022-12-01T10:38:43.0418077Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_softmin_with_dtype_cpu_float32 PASSED 2022-12-01T10:38:43.0418246Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_softshrink_cpu_float32 PASSED 2022-12-01T10:38:43.0418411Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_softsign_cpu_float32 PASSED 2022-12-01T10:38:43.0418581Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_tanhshrink_cpu_float32 PASSED 2022-12-01T10:38:43.0418744Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_threshold_cpu_float32 PASSED 2022-12-01T10:38:43.0418928Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0419086Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_unfold_cpu_float32 PASSED 2022-12-01T10:38:43.0419264Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_upsample_bilinear_cpu_float32 PASSED 2022-12-01T10:38:43.0419409Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0419571Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_normal_number_mean_cpu_float32 PASSED 2022-12-01T10:38:43.0419762Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0420009Z 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:38:43.0420197Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ormqr_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0420351Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_pca_lowrank_cpu_float32 PASSED 2022-12-01T10:38:43.0420495Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_pinverse_cpu_float32 PASSED 2022-12-01T10:38:43.0420644Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_polar_cpu_float32 PASSED 2022-12-01T10:38:43.0420809Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_polygamma_polygamma_n_2_cpu_float32 PASSED 2022-12-01T10:38:43.0421005Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_polygamma_polygamma_n_3_cpu_float32 PASSED 2022-12-01T10:38:43.0421156Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_positive_cpu_float32 PASSED 2022-12-01T10:38:43.0421327Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_put_cpu_float32 PASSED 2022-12-01T10:38:43.0421526Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0421714Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0421899Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0422045Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ravel_cpu_float32 PASSED 2022-12-01T10:38:43.0422194Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_real_cpu_float32 PASSED 2022-12-01T10:38:43.0422347Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_remainder_cpu_float32 PASSED 2022-12-01T10:38:43.0422497Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_reshape_as_cpu_float32 PASSED 2022-12-01T10:38:43.0422650Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_reshape_cpu_float32 PASSED 2022-12-01T10:38:43.0422805Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_resolve_conj_cpu_float32 PASSED 2022-12-01T10:38:43.0422955Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_resolve_neg_cpu_float32 PASSED 2022-12-01T10:38:43.0423100Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_rot90_cpu_float32 PASSED 2022-12-01T10:38:43.0423251Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_round_decimals_neg_3_cpu_float32 PASSED 2022-12-01T10:38:43.0423411Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_reduce_amax_cpu_float32 PASSED 2022-12-01T10:38:43.0423572Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_reduce_prod_cpu_float32 PASSED 2022-12-01T10:38:43.0423796Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_segment_reduce_offsets_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T10:38:43.0423939Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sgn_cpu_float32 PASSED 2022-12-01T10:38:43.0424087Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sign_cpu_float32 PASSED 2022-12-01T10:38:43.0424226Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sin_cpu_float32 PASSED 2022-12-01T10:38:43.0424371Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sinc_cpu_float32 PASSED 2022-12-01T10:38:43.0424508Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sinh_cpu_float32 PASSED 2022-12-01T10:38:43.0424650Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sort_cpu_float32 PASSED 2022-12-01T10:38:43.0424852Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0425053Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0425273Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0425661Z 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:38:43.0425817Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_erfcx_cpu_float32 PASSED 2022-12-01T10:38:43.0426033Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0426185Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_i0e_cpu_float32 PASSED 2022-12-01T10:38:43.0426329Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_i1_cpu_float32 PASSED 2022-12-01T10:38:43.0426542Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0426730Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_log_ndtr_cpu_float32 PASSED 2022-12-01T10:38:43.0426969Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0427175Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0427394Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0427613Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0427986Z 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:38:43.0428201Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0428364Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_xlog1py_cpu_float32 PASSED 2022-12-01T10:38:43.0428512Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_split_list_args_cpu_float32 PASSED 2022-12-01T10:38:43.0428672Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_split_with_sizes_cpu_float32 PASSED 2022-12-01T10:38:43.0428823Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_square_cpu_float32 PASSED 2022-12-01T10:38:43.0428970Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_squeeze_cpu_float32 PASSED 2022-12-01T10:38:43.0429117Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_stack_cpu_float32 PASSED 2022-12-01T10:38:43.0429262Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_std_cpu_float32 PASSED 2022-12-01T10:38:43.0429414Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_std_mean_cpu_float32 PASSED 2022-12-01T10:38:43.0429559Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_stft_cpu_float32 PASSED 2022-12-01T10:38:43.0429696Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sum_cpu_float32 PASSED 2022-12-01T10:38:43.0429839Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_svd_cpu_float32 PASSED 2022-12-01T10:38:43.0429991Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_svd_lowrank_cpu_float32 PASSED 2022-12-01T10:38:43.0430138Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_symeig_cpu_float32 PASSED 2022-12-01T10:38:43.0430289Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_tensordot_cpu_float32 PASSED 2022-12-01T10:38:43.0430432Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_tile_cpu_float32 PASSED 2022-12-01T10:38:43.0430576Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_to_cpu_float32 PASSED 2022-12-01T10:38:43.0430783Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_to_sparse_cpu_float32 PASSED 2022-12-01T10:38:43.0430923Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_topk_cpu_float32 PASSED 2022-12-01T10:38:43.0431070Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_trace_cpu_float32 PASSED 2022-12-01T10:38:43.0431218Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_trapz_cpu_float32 PASSED 2022-12-01T10:38:43.0431363Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_triu_cpu_float32 PASSED 2022-12-01T10:38:43.0431517Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_true_divide_cpu_float32 PASSED 2022-12-01T10:38:43.0431667Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_unbind_cpu_float32 PASSED 2022-12-01T10:38:43.0431873Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0432063Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0432220Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_view_as_complex_cpu_float32 PASSED 2022-12-01T10:38:43.0432472Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0432654Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___getitem___cpu_float32 XFAIL 2022-12-01T10:38:43.0432823Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___getitem___functorch_cpu_float32 PASSED 2022-12-01T10:38:43.0432972Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___radd___cpu_float32 PASSED 2022-12-01T10:38:43.0433122Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___rdiv___cpu_float32 PASSED 2022-12-01T10:38:43.0433275Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___rmatmul___cpu_float32 PASSED 2022-12-01T10:38:43.0433419Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_abs_cpu_float32 PASSED 2022-12-01T10:38:43.0433568Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_acosh_cpu_float32 PASSED 2022-12-01T10:38:43.0433705Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_add_cpu_float32 PASSED 2022-12-01T10:38:43.0433853Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_addbmm_cpu_float32 PASSED 2022-12-01T10:38:43.0434005Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_addcmul_cpu_float32 PASSED 2022-12-01T10:38:43.0434153Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_addmm_cpu_float32 PASSED 2022-12-01T10:38:43.0434316Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_addmm_decomposed_cpu_float32 PASSED 2022-12-01T10:38:43.0434463Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_addmv_cpu_float32 PASSED 2022-12-01T10:38:43.0434610Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_addr_cpu_float32 PASSED 2022-12-01T10:38:43.0434803Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0434949Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_amax_cpu_float32 PASSED 2022-12-01T10:38:43.0435087Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_amin_cpu_float32 PASSED 2022-12-01T10:38:43.0435280Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0435471Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0435662Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0435820Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_as_strided_scatter_cpu_float32 XFAIL 2022-12-01T10:38:43.0435966Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_atan2_cpu_float32 PASSED 2022-12-01T10:38:43.0436114Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_baddbmm_cpu_float32 PASSED 2022-12-01T10:38:43.0436279Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_bernoulli_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0436419Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_bfloat16_cpu_float32 XFAIL 2022-12-01T10:38:43.0436604Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_bfloat16_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:38:43.0436823Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0436984Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_broadcast_tensors_cpu_float32 PASSED 2022-12-01T10:38:43.0437137Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_broadcast_to_cpu_float32 PASSED 2022-12-01T10:38:43.0437330Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0437546Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0437693Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cat_cpu_float32 PASSED 2022-12-01T10:38:43.0437868Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ceil_cpu_float32 PASSED 2022-12-01T10:38:43.0438020Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cholesky_inverse_cpu_float32 PASSED 2022-12-01T10:38:43.0438205Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_chunk_cpu_float32 PASSED 2022-12-01T10:38:43.0438361Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_clamp_min_cpu_float32 PASSED 2022-12-01T10:38:43.0438510Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_complex_cpu_float32 PASSED 2022-12-01T10:38:43.0438658Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_conj_cpu_float32 PASSED 2022-12-01T10:38:43.0438816Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_conj_physical_cpu_float32 PASSED 2022-12-01T10:38:43.0438967Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_copysign_cpu_float32 PASSED 2022-12-01T10:38:43.0439117Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_corrcoef_cpu_float32 PASSED 2022-12-01T10:38:43.0439360Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cosh_cpu_float32 PASSED 2022-12-01T10:38:43.0439508Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cummax_cpu_float32 PASSED 2022-12-01T10:38:43.0439658Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cummin_cpu_float32 PASSED 2022-12-01T10:38:43.0439810Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cumprod_cpu_float32 PASSED 2022-12-01T10:38:43.0439956Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cumsum_cpu_float32 PASSED 2022-12-01T10:38:43.0440122Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cumulative_trapezoid_cpu_float32 PASSED 2022-12-01T10:38:43.0440267Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_deg2rad_cpu_float32 PASSED 2022-12-01T10:38:43.0440426Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_diagonal_scatter_cpu_float32 PASSED 2022-12-01T10:38:43.0440574Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_diff_cpu_float32 PASSED 2022-12-01T10:38:43.0440713Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_digamma_cpu_float32 PASSED 2022-12-01T10:38:43.0440857Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_dist_cpu_float32 PASSED 2022-12-01T10:38:43.0441019Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_div_floor_rounding_cpu_float32 PASSED 2022-12-01T10:38:43.0441182Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_div_trunc_rounding_cpu_float32 PASSED 2022-12-01T10:38:43.0441326Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_dot_cpu_float32 PASSED 2022-12-01T10:38:43.0441473Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_double_cpu_float32 XFAIL 2022-12-01T10:38:43.0441669Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0441814Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_erfc_cpu_float32 PASSED 2022-12-01T10:38:43.0441950Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_exp2_cpu_float32 PASSED 2022-12-01T10:38:43.0442105Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_expand_as_cpu_float32 PASSED 2022-12-01T10:38:43.0442252Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_fft2_cpu_float32 PASSED 2022-12-01T10:38:43.0442403Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_fftn_cpu_float32 PASSED 2022-12-01T10:38:43.0442557Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_fftshift_cpu_float32 PASSED 2022-12-01T10:38:43.0442706Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_hfftn_cpu_float32 PASSED 2022-12-01T10:38:43.0442856Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ifft2_cpu_float32 PASSED 2022-12-01T10:38:43.0443002Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ifft_cpu_float32 PASSED 2022-12-01T10:38:43.0443142Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ifftn_cpu_float32 PASSED 2022-12-01T10:38:43.0443294Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ihfft2_cpu_float32 PASSED 2022-12-01T10:38:43.0443441Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_irfft2_cpu_float32 PASSED 2022-12-01T10:38:43.0443636Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_irfft_cpu_float32 PASSED 2022-12-01T10:38:43.0443815Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_rfft_cpu_float32 PASSED 2022-12-01T10:38:43.0443962Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fill_cpu_float32 PASSED 2022-12-01T10:38:43.0444107Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_flip_cpu_float32 PASSED 2022-12-01T10:38:43.0444251Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_float_cpu_float32 XFAIL 2022-12-01T10:38:43.0444421Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_float_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:38:43.0444619Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0444765Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fmin_cpu_float32 PASSED 2022-12-01T10:38:43.0444911Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_frac_cpu_float32 PASSED 2022-12-01T10:38:43.0445104Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0445294Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0445445Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_gradient_cpu_float32 PASSED 2022-12-01T10:38:43.0445621Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_half_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:38:43.0445811Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0446000Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0446150Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_hstack_cpu_float32 PASSED 2022-12-01T10:38:43.0446343Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0446495Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_index_add_cpu_float32 PASSED 2022-12-01T10:38:43.0446649Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_index_copy_cpu_float32 PASSED 2022-12-01T10:38:43.0446800Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_index_fill_cpu_float32 PASSED 2022-12-01T10:38:43.0446947Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_index_put_cpu_float32 XFAIL 2022-12-01T10:38:43.0447112Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:38:43.0447303Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0447486Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0447676Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0447825Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_istft_cpu_float32 PASSED 2022-12-01T10:38:43.0448016Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:38:43.0448216Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:38:43.0448397Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:38:43.0448547Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_kthvalue_cpu_float32 PASSED 2022-12-01T10:38:43.0448694Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ldexp_cpu_float32 PASSED 2022-12-01T10:38:43.0448845Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_lgamma_cpu_float32 PASSED 2022-12-01T10:38:43.0449016Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_det_cpu_float32 PASSED 2022-12-01T10:38:43.0449178Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_det_singular_cpu_float32 PASSED 2022-12-01T10:38:43.0449359Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_eig_cpu_float32 PASSED 2022-12-01T10:38:43.0449517Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_eigh_cpu_float32 PASSED 2022-12-01T10:38:43.0449676Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_eigvals_cpu_float32 PASSED 2022-12-01T10:38:43.0449836Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_eigvalsh_cpu_float32 PASSED 2022-12-01T10:38:43.0449989Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_inv_cpu_float32 PASSED 2022-12-01T10:38:43.0450145Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_inv_ex_cpu_float32 PASSED 2022-12-01T10:38:43.0450339Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0450497Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lstsq_cpu_float32 PASSED 2022-12-01T10:38:43.0450669Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lstsq_grad_oriented_cpu_float32 PASSED 2022-12-01T10:38:43.0450826Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lu_factor_cpu_float32 PASSED 2022-12-01T10:38:43.0450985Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lu_factor_ex_cpu_float32 PASSED 2022-12-01T10:38:43.0451201Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0451362Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_multi_dot_cpu_float32 PASSED 2022-12-01T10:38:43.0451518Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0451750Z 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:38:43.0451902Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_solve_ex_cpu_float32 PASSED 2022-12-01T10:38:43.0452074Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_solve_triangular_cpu_float32 PASSED 2022-12-01T10:38:43.0452226Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_svd_cpu_float32 PASSED 2022-12-01T10:38:43.0452386Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_svdvals_cpu_float32 PASSED 2022-12-01T10:38:43.0452545Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_tensorinv_cpu_float32 PASSED 2022-12-01T10:38:43.0452701Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_vander_cpu_float32 PASSED 2022-12-01T10:38:43.0452857Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_vecdot_cpu_float32 PASSED 2022-12-01T10:38:43.0453003Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_log2_cpu_float32 PASSED 2022-12-01T10:38:43.0453151Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_log_cpu_float32 PASSED 2022-12-01T10:38:43.0453297Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logaddexp_cpu_float32 PASSED 2022-12-01T10:38:43.0453455Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logcumsumexp_cpu_float32 PASSED 2022-12-01T10:38:43.0453656Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0453855Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0454003Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logit_cpu_float32 PASSED 2022-12-01T10:38:43.0454195Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0454383Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0454629Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0454842Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0454980Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_lu_cpu_float32 PASSED 2022-12-01T10:38:43.0455135Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_lu_unpack_cpu_float32 PASSED 2022-12-01T10:38:43.0455278Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mH_cpu_float32 PASSED 2022-12-01T10:38:43.0455432Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_amax_cpu_float32 PASSED 2022-12-01T10:38:43.0455581Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_amin_cpu_float32 PASSED 2022-12-01T10:38:43.0455737Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_cumprod_cpu_float32 PASSED 2022-12-01T10:38:43.0455899Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_cumsum_cpu_float32 PASSED 2022-12-01T10:38:43.0456080Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_fill_functorch_Scalar_only_cpu_float32 PASSED 2022-12-01T10:38:43.0456233Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_logaddexp_cpu_float32 PASSED 2022-12-01T10:38:43.0456389Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_median_cpu_float32 PASSED 2022-12-01T10:38:43.0456542Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0456693Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_prod_cpu_float32 PASSED 2022-12-01T10:38:43.0456845Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_select_cpu_float32 XFAIL 2022-12-01T10:38:43.0456999Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_softmin_cpu_float32 PASSED 2022-12-01T10:38:43.0457151Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_var_cpu_float32 PASSED 2022-12-01T10:38:43.0457301Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_matmul_cpu_float32 PASSED 2022-12-01T10:38:43.0457445Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_matrix_exp_cpu_float32 PASSED 2022-12-01T10:38:43.0457610Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_max_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:38:43.0457777Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_max_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:38:43.0457926Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_maximum_cpu_float32 PASSED 2022-12-01T10:38:43.0458070Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mean_cpu_float32 PASSED 2022-12-01T10:38:43.0458215Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_median_cpu_float32 PASSED 2022-12-01T10:38:43.0458376Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_min_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:38:43.0458525Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_minimum_cpu_float32 PASSED 2022-12-01T10:38:43.0458669Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mm_cpu_float32 PASSED 2022-12-01T10:38:43.0458807Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_msort_cpu_float32 PASSED 2022-12-01T10:38:43.0458952Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mul_cpu_float32 PASSED 2022-12-01T10:38:43.0459154Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0459318Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED 2022-12-01T10:38:43.0459473Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nan_to_num_cpu_float32 PASSED 2022-12-01T10:38:43.0459620Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nanmean_cpu_float32 PASSED 2022-12-01T10:38:43.0459773Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nanmedian_cpu_float32 PASSED 2022-12-01T10:38:43.0459927Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nanquantile_cpu_float32 PASSED 2022-12-01T10:38:43.0460149Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0460323Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_narrow_cpu_float32 XFAIL 2022-12-01T10:38:43.0460483Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_native_layer_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0460668Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0460859Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0461049Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0461241Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0461433Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0461626Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED 2022-12-01T10:38:43.0461801Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED 2022-12-01T10:38:43.0461969Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_bilinear_cpu_float32 PASSED 2022-12-01T10:38:43.0462148Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_binary_cross_entropy_cpu_float32 PASSED 2022-12-01T10:38:43.0462340Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED 2022-12-01T10:38:43.0462502Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_celu_cpu_float32 PASSED 2022-12-01T10:38:43.0462698Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0462889Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0463079Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0463279Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0463475Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0463653Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv_transpose1d_cpu_float32 PASSED 2022-12-01T10:38:43.0463830Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv_transpose3d_cpu_float32 PASSED 2022-12-01T10:38:43.0464010Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_cosine_embedding_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0464190Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_cosine_similarity_cpu_float32 PASSED 2022-12-01T10:38:43.0464359Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_dropout3d_cpu_float32 XFAIL 2022-12-01T10:38:43.0464519Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_elu_cpu_float32 PASSED 2022-12-01T10:38:43.0464692Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_embedding_bag_cpu_float32 PASSED 2022-12-01T10:38:43.0464860Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_embedding_cpu_float32 PASSED 2022-12-01T10:38:43.0465034Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_embedding_functorch_cpu_float32 PASSED 2022-12-01T10:38:43.0465248Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0465407Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_gelu_cpu_float32 PASSED 2022-12-01T10:38:43.0465611Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_group_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0465804Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_hardtanh_cpu_float32 PASSED 2022-12-01T10:38:43.0465987Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_hinge_embedding_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0466165Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_linear_cpu_float32 PASSED 2022-12-01T10:38:43.0466350Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_trilinear_cpu_float32 PASSED 2022-12-01T10:38:43.0466512Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_kl_div_cpu_float32 PASSED 2022-12-01T10:38:43.0466666Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_linear_cpu_float32 PASSED 2022-12-01T10:38:43.0466836Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_logsigmoid_cpu_float32 PASSED 2022-12-01T10:38:43.0467019Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_margin_ranking_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0467189Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_pool2d_cpu_float32 PASSED 2022-12-01T10:38:43.0467355Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_pool3d_cpu_float32 PASSED 2022-12-01T10:38:43.0467529Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool1d_cpu_float32 PASSED 2022-12-01T10:38:43.0467703Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool1d_grad_cpu_float32 PASSED 2022-12-01T10:38:43.0467871Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool3d_cpu_float32 PASSED 2022-12-01T10:38:43.0468044Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool3d_grad_cpu_float32 PASSED 2022-12-01T10:38:43.0468198Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_mish_cpu_float32 PASSED 2022-12-01T10:38:43.0468375Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_mse_loss_functorch_cpu_float32 PASSED 2022-12-01T10:38:43.0468548Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_multi_margin_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0468713Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_nll_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0468884Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pad_circular_cpu_float32 PASSED 2022-12-01T10:38:43.0469053Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pad_reflect_cpu_float32 PASSED 2022-12-01T10:38:43.0469226Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pad_replicate_cpu_float32 PASSED 2022-12-01T10:38:43.0469395Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pixel_shuffle_cpu_float32 PASSED 2022-12-01T10:38:43.0469571Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_poisson_nll_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0469723Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_relu_cpu_float32 PASSED 2022-12-01T10:38:43.0469896Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_smooth_l1_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0470066Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0470232Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_softmin_cpu_float32 PASSED 2022-12-01T10:38:43.0470397Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_softplus_cpu_float32 PASSED 2022-12-01T10:38:43.0470564Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_softshrink_cpu_float32 PASSED 2022-12-01T10:38:43.0470786Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_softsign_cpu_float32 PASSED 2022-12-01T10:38:43.0470991Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_threshold_cpu_float32 PASSED 2022-12-01T10:38:43.0471141Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_norm_fro_cpu_float32 PASSED 2022-12-01T10:38:43.0471310Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_norm_nuc_cpu_float32 PASSED 2022-12-01T10:38:43.0471472Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_normal_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0471662Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0471907Z 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:38:43.0472083Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ops_aten_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:38:43.0472273Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ormqr_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0472427Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_pca_lowrank_cpu_float32 XFAIL 2022-12-01T10:38:43.0472577Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_permute_cpu_float32 PASSED 2022-12-01T10:38:43.0472746Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_polygamma_polygamma_n_4_cpu_float32 PASSED 2022-12-01T10:38:43.0472889Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_positive_cpu_float32 PASSED 2022-12-01T10:38:43.0473033Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_pow_cpu_float32 PASSED 2022-12-01T10:38:43.0473180Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_rad2deg_cpu_float32 PASSED 2022-12-01T10:38:43.0473372Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0473569Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0473726Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_reciprocal_cpu_float32 PASSED 2022-12-01T10:38:43.0473878Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_remainder_cpu_float32 PASSED 2022-12-01T10:38:43.0474042Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_repeat_interleave_cpu_float32 PASSED 2022-12-01T10:38:43.0474185Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_reshape_as_cpu_float32 PASSED 2022-12-01T10:38:43.0474333Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_reshape_cpu_float32 PASSED 2022-12-01T10:38:43.0474487Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_resolve_neg_cpu_float32 PASSED 2022-12-01T10:38:43.0474633Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_roll_cpu_float32 PASSED 2022-12-01T10:38:43.0474787Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_round_decimals_0_cpu_float32 PASSED 2022-12-01T10:38:43.0474933Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_rsqrt_cpu_float32 PASSED 2022-12-01T10:38:43.0475080Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_rsub_cpu_float32 PASSED 2022-12-01T10:38:43.0475240Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_reduce_prod_cpu_float32 PASSED 2022-12-01T10:38:43.0475394Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_reduce_sum_cpu_float32 PASSED 2022-12-01T10:38:43.0475592Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0475757Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_segment_reduce_lengths_cpu_float32 PASSED 2022-12-01T10:38:43.0475915Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_select_scatter_cpu_float32 PASSED 2022-12-01T10:38:43.0476060Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_slice_cpu_float32 PASSED 2022-12-01T10:38:43.0476207Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_softmax_cpu_float32 PASSED 2022-12-01T10:38:43.0476365Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_softmax_with_dtype_cpu_float32 PASSED 2022-12-01T10:38:43.0476598Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0476854Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0477064Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0477282Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0477432Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_i1_cpu_float32 PASSED 2022-12-01T10:38:43.0477582Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_i1e_cpu_float32 PASSED 2022-12-01T10:38:43.0477795Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0478006Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0478221Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0478430Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0478588Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_ndtr_cpu_float32 PASSED 2022-12-01T10:38:43.0478774Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:38:43.0478985Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0479307Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0479716Z 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:38:43.0479873Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_split_list_args_cpu_float32 PASSED 2022-12-01T10:38:43.0480021Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_stack_cpu_float32 PASSED 2022-12-01T10:38:43.0480167Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_stft_cpu_float32 PASSED 2022-12-01T10:38:43.0480310Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sum_cpu_float32 PASSED 2022-12-01T10:38:43.0480455Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_svd_cpu_float32 PASSED 2022-12-01T10:38:43.0480613Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_take_along_dim_cpu_float32 PASSED 2022-12-01T10:38:43.0480751Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_take_cpu_float32 PASSED 2022-12-01T10:38:43.0480906Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_tensor_split_cpu_float32 XFAIL 2022-12-01T10:38:43.0481074Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_to_sparse_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0481228Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_transpose_cpu_float32 PASSED 2022-12-01T10:38:43.0481379Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_trapezoid_cpu_float32 PASSED 2022-12-01T10:38:43.0481539Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_triangular_solve_cpu_float32 PASSED 2022-12-01T10:38:43.0481685Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_triu_cpu_float32 PASSED 2022-12-01T10:38:43.0481832Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_trunc_cpu_float32 PASSED 2022-12-01T10:38:43.0481974Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_unflatten_cpu_float32 PASSED 2022-12-01T10:38:43.0482172Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_unfold_cpu_float32 PASSED 2022-12-01T10:38:43.0482377Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0482564Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_unsqueeze_cpu_float32 PASSED 2022-12-01T10:38:43.0482724Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_view_as_complex_cpu_float32 XFAIL 2022-12-01T10:38:43.0482873Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_view_as_cpu_float32 PASSED 2022-12-01T10:38:43.0483023Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_vsplit_cpu_float32 PASSED 2022-12-01T10:38:43.0483171Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_where_cpu_float32 PASSED 2022-12-01T10:38:43.0483320Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_xlogy_cpu_float32 PASSED 2022-12-01T10:38:43.0483457Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_zero__cpu_float32 PASSED 2022-12-01T10:38:43.0483627Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___getitem___cpu_float64 PASSED 2022-12-01T10:38:43.0483804Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___getitem___functorch_cpu_float32 PASSED 2022-12-01T10:38:43.0483966Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___radd___cpu_float32 PASSED 2022-12-01T10:38:43.0484125Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___radd___cpu_float64 PASSED 2022-12-01T10:38:43.0484281Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rdiv___cpu_float64 PASSED 2022-12-01T10:38:43.0484461Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmatmul___cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0484616Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmod___cpu_float32 PASSED 2022-12-01T10:38:43.0484766Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmod___cpu_float64 PASSED 2022-12-01T10:38:43.0484920Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rpow___cpu_float64 PASSED 2022-12-01T10:38:43.0485078Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rsub___cpu_float32 PASSED 2022-12-01T10:38:43.0485234Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rsub___cpu_float64 PASSED 2022-12-01T10:38:43.0485393Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_acos_cpu_float64 PASSED 2022-12-01T10:38:43.0485548Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_add_cpu_float32 PASSED 2022-12-01T10:38:43.0485705Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addbmm_cpu_float32 PASSED 2022-12-01T10:38:43.0485865Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addcdiv_cpu_float32 PASSED 2022-12-01T10:38:43.0486024Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addcdiv_cpu_float64 PASSED 2022-12-01T10:38:43.0486172Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addcmul_cpu_float32 PASSED 2022-12-01T10:38:43.0486330Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addcmul_cpu_float64 PASSED 2022-12-01T10:38:43.0486490Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmm_cpu_float32 PASSED 2022-12-01T10:38:43.0486642Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmm_cpu_float64 PASSED 2022-12-01T10:38:43.0486815Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmm_decomposed_cpu_float32 PASSED 2022-12-01T10:38:43.0486969Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmv_cpu_float32 PASSED 2022-12-01T10:38:43.0487181Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_allclose_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0487337Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_amax_cpu_float32 PASSED 2022-12-01T10:38:43.0487482Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_amax_cpu_float64 PASSED 2022-12-01T10:38:43.0487671Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_angle_cpu_float32 PASSED 2022-12-01T10:38:43.0487827Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_angle_cpu_float64 PASSED 2022-12-01T10:38:43.0488060Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0488270Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argwhere_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0488434Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_as_strided_cpu_float64 PASSED 2022-12-01T10:38:43.0488607Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_as_strided_scatter_cpu_float32 XFAIL 2022-12-01T10:38:43.0488775Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_as_strided_scatter_cpu_float64 XFAIL 2022-12-01T10:38:43.0488932Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_asin_cpu_float32 PASSED 2022-12-01T10:38:43.0489082Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atan2_cpu_float32 PASSED 2022-12-01T10:38:43.0489237Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atan2_cpu_float64 PASSED 2022-12-01T10:38:43.0489395Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atanh_cpu_float32 PASSED 2022-12-01T10:38:43.0489549Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atanh_cpu_float64 PASSED 2022-12-01T10:38:43.0489712Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_1d_cpu_float32 PASSED 2022-12-01T10:38:43.0489876Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_1d_cpu_float64 PASSED 2022-12-01T10:38:43.0490036Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_2d_cpu_float32 PASSED 2022-12-01T10:38:43.0490196Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_2d_cpu_float64 PASSED 2022-12-01T10:38:43.0490356Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_3d_cpu_float32 PASSED 2022-12-01T10:38:43.0490511Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atleast_3d_cpu_float64 PASSED 2022-12-01T10:38:43.0490670Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_baddbmm_cpu_float32 PASSED 2022-12-01T10:38:43.0490833Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bernoulli_cpu_float32 PASSED 2022-12-01T10:38:43.0491025Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bfloat16_functorch_no_channels_last_cpu_float64 PASSED 2022-12-01T10:38:43.0491187Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_block_diag_cpu_float32 PASSED 2022-12-01T10:38:43.0491341Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bmm_cpu_float64 PASSED 2022-12-01T10:38:43.0491540Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0491744Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bool_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0491972Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0492180Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0492348Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_broadcast_to_cpu_float64 PASSED 2022-12-01T10:38:43.0492551Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0492748Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0492944Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_byte_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0493131Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cat_cpu_float32 PASSED 2022-12-01T10:38:43.0493311Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cat_cpu_float64 PASSED 2022-12-01T10:38:43.0493470Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ceil_cpu_float32 PASSED 2022-12-01T10:38:43.0493624Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ceil_cpu_float64 PASSED 2022-12-01T10:38:43.0493774Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_chalf_cpu_float64 PASSED 2022-12-01T10:38:43.0494000Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0494223Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_char_functorch_no_channels_last_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0494399Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_inverse_cpu_float32 PASSED 2022-12-01T10:38:43.0494567Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_solve_cpu_float32 PASSED 2022-12-01T10:38:43.0494733Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_max_cpu_float64 PASSED 2022-12-01T10:38:43.0494892Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clone_cpu_float32 PASSED 2022-12-01T10:38:43.0495054Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_complex_cpu_float32 PASSED 2022-12-01T10:38:43.0495214Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_complex_cpu_float64 PASSED 2022-12-01T10:38:43.0495362Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_conj_cpu_float32 PASSED 2022-12-01T10:38:43.0495529Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_conj_physical_cpu_float64 PASSED 2022-12-01T10:38:43.0495695Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_constant_pad_nd_cpu_float64 PASSED 2022-12-01T10:38:43.0495862Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_contiguous_cpu_float64 PASSED 2022-12-01T10:38:43.0496024Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_copysign_cpu_float32 PASSED 2022-12-01T10:38:43.0496186Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_copysign_cpu_float64 PASSED 2022-12-01T10:38:43.0496343Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_corrcoef_cpu_float32 PASSED 2022-12-01T10:38:43.0496503Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_corrcoef_cpu_float64 PASSED 2022-12-01T10:38:43.0496655Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cos_cpu_float32 PASSED 2022-12-01T10:38:43.0496802Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cos_cpu_float64 PASSED 2022-12-01T10:38:43.0497012Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_count_nonzero_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0497169Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cov_cpu_float32 PASSED 2022-12-01T10:38:43.0497329Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cummax_cpu_float32 PASSED 2022-12-01T10:38:43.0497485Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cummax_cpu_float64 PASSED 2022-12-01T10:38:43.0497639Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cummin_cpu_float64 PASSED 2022-12-01T10:38:43.0497798Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumprod_cpu_float64 PASSED 2022-12-01T10:38:43.0497975Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumulative_trapezoid_cpu_float64 PASSED 2022-12-01T10:38:43.0498133Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_deg2rad_cpu_float32 PASSED 2022-12-01T10:38:43.0498280Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_deg2rad_cpu_float64 PASSED 2022-12-01T10:38:43.0498466Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diag_cpu_float32 PASSED 2022-12-01T10:38:43.0498621Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diag_cpu_float64 PASSED 2022-12-01T10:38:43.0498812Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diag_embed_cpu_float32 PASSED 2022-12-01T10:38:43.0498974Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diag_embed_cpu_float64 PASSED 2022-12-01T10:38:43.0499135Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagflat_cpu_float64 PASSED 2022-12-01T10:38:43.0499297Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagonal_cpu_float32 PASSED 2022-12-01T10:38:43.0499457Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagonal_cpu_float64 PASSED 2022-12-01T10:38:43.0499621Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagonal_scatter_cpu_float32 PASSED 2022-12-01T10:38:43.0499779Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diff_cpu_float64 PASSED 2022-12-01T10:38:43.0499936Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_digamma_cpu_float32 PASSED 2022-12-01T10:38:43.0500095Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dist_cpu_float32 PASSED 2022-12-01T10:38:43.0500269Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_floor_rounding_cpu_float32 PASSED 2022-12-01T10:38:43.0500442Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_floor_rounding_cpu_float64 PASSED 2022-12-01T10:38:43.0500617Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_no_rounding_mode_cpu_float64 PASSED 2022-12-01T10:38:43.0500791Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_trunc_rounding_cpu_float32 PASSED 2022-12-01T10:38:43.0500961Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_trunc_rounding_cpu_float64 PASSED 2022-12-01T10:38:43.0501111Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dot_cpu_float32 PASSED 2022-12-01T10:38:43.0501266Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dot_cpu_float64 PASSED 2022-12-01T10:38:43.0501427Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_double_cpu_float64 PASSED 2022-12-01T10:38:43.0501615Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_double_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:38:43.0501801Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_double_functorch_no_channels_last_cpu_float64 PASSED 2022-12-01T10:38:43.0501959Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dsplit_cpu_float32 PASSED 2022-12-01T10:38:43.0502115Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dstack_cpu_float32 PASSED 2022-12-01T10:38:43.0502273Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dstack_cpu_float64 PASSED 2022-12-01T10:38:43.0502421Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_einsum_cpu_float32 PASSED 2022-12-01T10:38:43.0502632Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0502834Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0503036Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_equal_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0503192Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_erf_cpu_float64 PASSED 2022-12-01T10:38:43.0503347Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_erfc_cpu_float64 PASSED 2022-12-01T10:38:43.0503503Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_exp2_cpu_float32 PASSED 2022-12-01T10:38:43.0503655Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_exp_cpu_float64 PASSED 2022-12-01T10:38:43.0503845Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expand_as_cpu_float64 PASSED 2022-12-01T10:38:43.0503997Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fft2_cpu_float32 PASSED 2022-12-01T10:38:43.0504181Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fftn_cpu_float32 PASSED 2022-12-01T10:38:43.0504340Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fftn_cpu_float64 PASSED 2022-12-01T10:38:43.0504497Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfft2_cpu_float32 PASSED 2022-12-01T10:38:43.0504658Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfft_cpu_float32 PASSED 2022-12-01T10:38:43.0504820Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifft2_cpu_float32 PASSED 2022-12-01T10:38:43.0504979Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifft2_cpu_float64 PASSED 2022-12-01T10:38:43.0505136Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifftn_cpu_float32 PASSED 2022-12-01T10:38:43.0505303Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifftshift_cpu_float32 PASSED 2022-12-01T10:38:43.0505460Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfft2_cpu_float64 PASSED 2022-12-01T10:38:43.0505618Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfft_cpu_float32 PASSED 2022-12-01T10:38:43.0505778Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfft2_cpu_float32 PASSED 2022-12-01T10:38:43.0505936Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfft2_cpu_float64 PASSED 2022-12-01T10:38:43.0506091Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfft_cpu_float64 PASSED 2022-12-01T10:38:43.0506251Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfftn_cpu_float32 PASSED 2022-12-01T10:38:43.0506417Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfftn_cpu_float64 PASSED 2022-12-01T10:38:43.0506579Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfft2_cpu_float64 PASSED 2022-12-01T10:38:43.0506738Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfftn_cpu_float32 PASSED 2022-12-01T10:38:43.0506885Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fill_cpu_float32 PASSED 2022-12-01T10:38:43.0507044Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_flatten_cpu_float64 PASSED 2022-12-01T10:38:43.0507198Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_flip_cpu_float32 PASSED 2022-12-01T10:38:43.0507358Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fliplr_cpu_float32 PASSED 2022-12-01T10:38:43.0507517Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_flipud_cpu_float32 PASSED 2022-12-01T10:38:43.0507673Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_cpu_float32 PASSED 2022-12-01T10:38:43.0507828Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_cpu_float64 PASSED 2022-12-01T10:38:43.0508022Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:38:43.0508202Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_functorch_no_channels_last_cpu_float64 PASSED 2022-12-01T10:38:43.0508369Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_power_cpu_float32 PASSED 2022-12-01T10:38:43.0508533Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_float_power_cpu_float64 PASSED 2022-12-01T10:38:43.0508687Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_floor_cpu_float64 PASSED 2022-12-01T10:38:43.0508842Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmin_cpu_float32 PASSED 2022-12-01T10:38:43.0508996Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmod_cpu_float64 PASSED 2022-12-01T10:38:43.0509182Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_frac_cpu_float32 PASSED 2022-12-01T10:38:43.0509336Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_frexp_cpu_float64 PASSED 2022-12-01T10:38:43.0509573Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0509727Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gather_cpu_float32 PASSED 2022-12-01T10:38:43.0509926Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0510123Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ge_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0510316Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gt_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0510519Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0510779Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histc_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0510990Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histogram_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0511197Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0511397Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histogramdd_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0511556Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hsplit_cpu_float32 PASSED 2022-12-01T10:38:43.0511707Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hsplit_cpu_float64 PASSED 2022-12-01T10:38:43.0511864Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hypot_cpu_float32 PASSED 2022-12-01T10:38:43.0512020Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_i0_cpu_float32 PASSED 2022-12-01T10:38:43.0512225Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0512425Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_igammac_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0512588Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_add_cpu_float64 PASSED 2022-12-01T10:38:43.0512752Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_fill_cpu_float32 PASSED 2022-12-01T10:38:43.0512913Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_fill_cpu_float64 PASSED 2022-12-01T10:38:43.0513074Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_put_cpu_float64 PASSED 2022-12-01T10:38:43.0513244Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_put_functorch_cpu_float64 PASSED 2022-12-01T10:38:43.0513415Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_reduce_cpu_float32 PASSED 2022-12-01T10:38:43.0513583Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_reduce_cpu_float64 PASSED 2022-12-01T10:38:43.0513747Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_select_cpu_float64 PASSED 2022-12-01T10:38:43.0513903Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_inner_cpu_float32 PASSED 2022-12-01T10:38:43.0514059Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_inner_cpu_float64 PASSED 2022-12-01T10:38:43.0514286Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_int_functorch_no_channels_last_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0514484Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0514720Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0514979Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0515181Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0515379Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0515538Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_istft_cpu_float32 PASSED 2022-12-01T10:38:43.0515750Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:38:43.0515942Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) 2022-12-01T10:38:43.0516146Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:38:43.0516352Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) 2022-12-01T10:38:43.0516542Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:38:43.0516737Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) 2022-12-01T10:38:43.0516887Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_kron_cpu_float64 PASSED 2022-12-01T10:38:43.0517052Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_kthvalue_cpu_float64 PASSED 2022-12-01T10:38:43.0517225Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ldexp_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0517425Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_le_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0517585Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lerp_cpu_float64 PASSED 2022-12-01T10:38:43.0517743Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lgamma_cpu_float32 PASSED 2022-12-01T10:38:43.0517903Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lgamma_cpu_float64 PASSED 2022-12-01T10:38:43.0518066Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cond_cpu_float64 PASSED 2022-12-01T10:38:43.0518225Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cross_cpu_float32 PASSED 2022-12-01T10:38:43.0518391Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cross_cpu_float64 PASSED 2022-12-01T10:38:43.0518552Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_det_cpu_float32 PASSED 2022-12-01T10:38:43.0518717Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_det_cpu_float64 PASSED 2022-12-01T10:38:43.0518894Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_det_singular_cpu_float32 PASSED 2022-12-01T10:38:43.0519070Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_det_singular_cpu_float64 PASSED 2022-12-01T10:38:43.0519336Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigvals_cpu_float32 PASSED 2022-12-01T10:38:43.0519504Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigvals_cpu_float64 PASSED 2022-12-01T10:38:43.0519673Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigvalsh_cpu_float64 PASSED 2022-12-01T10:38:43.0519850Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_householder_product_cpu_float32 PASSED 2022-12-01T10:38:43.0520013Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_inv_cpu_float32 PASSED 2022-12-01T10:38:43.0520229Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_inv_ex_cpu_float32 PASSED 2022-12-01T10:38:43.0520431Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_inv_ex_cpu_float64 PASSED 2022-12-01T10:38:43.0520651Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0520869Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0521083Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0521251Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lstsq_cpu_float64 PASSED 2022-12-01T10:38:43.0521413Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_cpu_float32 PASSED 2022-12-01T10:38:43.0521581Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_factor_cpu_float32 PASSED 2022-12-01T10:38:43.0521750Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_factor_cpu_float64 PASSED 2022-12-01T10:38:43.0521922Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_factor_ex_cpu_float32 PASSED 2022-12-01T10:38:43.0522088Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_factor_ex_cpu_float64 PASSED 2022-12-01T10:38:43.0522255Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_solve_cpu_float32 PASSED 2022-12-01T10:38:43.0522427Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0522599Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_norm_cpu_float64 PASSED 2022-12-01T10:38:43.0522774Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_power_cpu_float32 PASSED 2022-12-01T10:38:43.0522945Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_power_cpu_float64 PASSED 2022-12-01T10:38:43.0523155Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0523343Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_multi_dot_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0523530Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_multi_dot_cpu_float64 SKIPPED (Skipped!) 2022-12-01T10:38:43.0523697Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0523865Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_pinv_cpu_float32 PASSED 2022-12-01T10:38:43.0524043Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_pinv_hermitian_cpu_float32 PASSED 2022-12-01T10:38:43.0524224Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_pinv_hermitian_cpu_float64 PASSED 2022-12-01T10:38:43.0524467Z 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:38:43.0524632Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_qr_cpu_float32 PASSED 2022-12-01T10:38:43.0524801Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_slogdet_cpu_float64 PASSED 2022-12-01T10:38:43.0524960Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_cpu_float32 PASSED 2022-12-01T10:38:43.0525128Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_cpu_float64 PASSED 2022-12-01T10:38:43.0525310Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_triangular_cpu_float32 PASSED 2022-12-01T10:38:43.0525491Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_triangular_cpu_float64 PASSED 2022-12-01T10:38:43.0525685Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_svd_cpu_float32 PASSED 2022-12-01T10:38:43.0525872Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_svd_cpu_float64 PASSED 2022-12-01T10:38:43.0526042Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_svdvals_cpu_float64 PASSED 2022-12-01T10:38:43.0526212Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_tensorinv_cpu_float32 PASSED 2022-12-01T10:38:43.0526375Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_tensorinv_cpu_float64 PASSED 2022-12-01T10:38:43.0526544Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vander_cpu_float64 PASSED 2022-12-01T10:38:43.0526709Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vecdot_cpu_float32 PASSED 2022-12-01T10:38:43.0526876Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vecdot_cpu_float64 PASSED 2022-12-01T10:38:43.0527048Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vector_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0527219Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vector_norm_cpu_float64 PASSED 2022-12-01T10:38:43.0527428Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0527584Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log10_cpu_float32 PASSED 2022-12-01T10:38:43.0527740Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log10_cpu_float64 PASSED 2022-12-01T10:38:43.0527888Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log2_cpu_float32 PASSED 2022-12-01T10:38:43.0528041Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log2_cpu_float64 PASSED 2022-12-01T10:38:43.0528197Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_cpu_float32 PASSED 2022-12-01T10:38:43.0528365Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_softmax_cpu_float64 PASSED 2022-12-01T10:38:43.0528543Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_softmax_dtype_cpu_float32 PASSED 2022-12-01T10:38:43.0528707Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logaddexp_cpu_float32 PASSED 2022-12-01T10:38:43.0528876Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logcumsumexp_cpu_float32 PASSED 2022-12-01T10:38:43.0529085Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0529287Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_not_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0529477Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0529685Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_xor_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0529843Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logit_cpu_float32 PASSED 2022-12-01T10:38:43.0530000Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logit_cpu_float64 PASSED 2022-12-01T10:38:43.0530204Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logspace_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0530366Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logsumexp_cpu_float32 PASSED 2022-12-01T10:38:43.0530564Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_long_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0530758Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lt_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0530943Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_cpu_float64 PASSED 2022-12-01T10:38:43.0531098Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_solve_cpu_float32 PASSED 2022-12-01T10:38:43.0531283Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_solve_cpu_float64 PASSED 2022-12-01T10:38:43.0531445Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_unpack_cpu_float64 PASSED 2022-12-01T10:38:43.0531599Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mH_cpu_float32 PASSED 2022-12-01T10:38:43.0531761Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_amax_cpu_float32 PASSED 2022-12-01T10:38:43.0531971Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0532175Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0532351Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_cumprod_cpu_float32 PASSED 2022-12-01T10:38:43.0532517Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_cumprod_cpu_float64 PASSED 2022-12-01T10:38:43.0532679Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_cumsum_cpu_float64 PASSED 2022-12-01T10:38:43.0532845Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_fill_cpu_float32 PASSED 2022-12-01T10:38:43.0533040Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_fill_functorch_Scalar_only_cpu_float32 PASSED 2022-12-01T10:38:43.0533212Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_logaddexp_cpu_float32 PASSED 2022-12-01T10:38:43.0533383Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_logsumexp_cpu_float64 PASSED 2022-12-01T10:38:43.0533548Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_mean_cpu_float64 PASSED 2022-12-01T10:38:43.0533717Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_norm_cpu_float64 PASSED 2022-12-01T10:38:43.0533883Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_select_cpu_float32 XFAIL 2022-12-01T10:38:43.0534048Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_select_cpu_float64 XFAIL 2022-12-01T10:38:43.0534208Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_softmax_cpu_float32 PASSED 2022-12-01T10:38:43.0534372Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_softmax_cpu_float64 PASSED 2022-12-01T10:38:43.0534533Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_std_cpu_float32 PASSED 2022-12-01T10:38:43.0534697Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_std_cpu_float64 PASSED 2022-12-01T10:38:43.0534861Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_sum_cpu_float64 PASSED 2022-12-01T10:38:43.0535026Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_matrix_exp_cpu_float32 PASSED 2022-12-01T10:38:43.0535184Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_binary_cpu_float32 PASSED 2022-12-01T10:38:43.0535365Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:38:43.0535547Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:38:43.0535717Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_reduction_with_dim_cpu_float64 PASSED 2022-12-01T10:38:43.0535881Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_maximum_cpu_float32 PASSED 2022-12-01T10:38:43.0536040Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_median_cpu_float64 PASSED 2022-12-01T10:38:43.0536226Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_meshgrid_variadic_tensors_cpu_float32 PASSED 2022-12-01T10:38:43.0536415Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_binary_cpu_float64 PASSED 2022-12-01T10:38:43.0536616Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:38:43.0536791Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_reduction_no_dim_cpu_float64 PASSED 2022-12-01T10:38:43.0536950Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_minimum_cpu_float32 PASSED 2022-12-01T10:38:43.0537105Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mm_cpu_float32 PASSED 2022-12-01T10:38:43.0537252Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mm_cpu_float64 PASSED 2022-12-01T10:38:43.0537406Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mode_cpu_float32 PASSED 2022-12-01T10:38:43.0537560Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mode_cpu_float64 PASSED 2022-12-01T10:38:43.0537719Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_msort_cpu_float64 PASSED 2022-12-01T10:38:43.0537932Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0538138Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_multinomial_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0538315Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED 2022-12-01T10:38:43.0538492Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED 2022-12-01T10:38:43.0538665Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED 2022-12-01T10:38:43.0538832Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED 2022-12-01T10:38:43.0538992Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nan_to_num_cpu_float64 PASSED 2022-12-01T10:38:43.0539157Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanmean_cpu_float32 PASSED 2022-12-01T10:38:43.0539321Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanmedian_cpu_float32 PASSED 2022-12-01T10:38:43.0539528Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0539728Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_narrow_copy_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0539889Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_narrow_cpu_float32 PASSED 2022-12-01T10:38:43.0540047Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_narrow_cpu_float64 PASSED 2022-12-01T10:38:43.0540233Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_native_layer_norm_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0540427Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0540623Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ne_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0540783Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_neg_cpu_float32 PASSED 2022-12-01T10:38:43.0540986Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_empty_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0541197Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0541397Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0541595Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_ones_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0541829Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0542056Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_zeros_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0542261Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED 2022-12-01T10:38:43.0542446Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:38:43.0542633Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:38:43.0542815Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:38:43.0542994Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED 2022-12-01T10:38:43.0543185Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool2d_cpu_float64 PASSED 2022-12-01T10:38:43.0543368Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool3d_cpu_float64 PASSED 2022-12-01T10:38:43.0543548Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:38:43.0543729Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_avg_pool3d_cpu_float64 PASSED 2022-12-01T10:38:43.0543913Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_batch_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0544085Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_bilinear_cpu_float32 PASSED 2022-12-01T10:38:43.0544264Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_bilinear_cpu_float64 PASSED 2022-12-01T10:38:43.0544462Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_cpu_float32 PASSED 2022-12-01T10:38:43.0544666Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED 2022-12-01T10:38:43.0544844Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv1d_cpu_float32 PASSED 2022-12-01T10:38:43.0545019Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv1d_cpu_float64 PASSED 2022-12-01T10:38:43.0545195Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_cpu_float64 PASSED 2022-12-01T10:38:43.0545400Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float64 PASSED 2022-12-01T10:38:43.0545599Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0545800Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_groups_with_bias_cpu_float64 PASSED 2022-12-01T10:38:43.0545986Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0546173Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_no_bias_cpu_float64 PASSED 2022-12-01T10:38:43.0546371Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_no_bias_cpu_float64 PASSED 2022-12-01T10:38:43.0546574Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_with_bias_cpu_float64 PASSED 2022-12-01T10:38:43.0546769Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0546980Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0547221Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float64 PASSED 2022-12-01T10:38:43.0547449Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose1d_cpu_float64 SKIPPED (Skipped!) 2022-12-01T10:38:43.0547654Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose3d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0547858Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose3d_cpu_float64 SKIPPED (Skipped!) 2022-12-01T10:38:43.0548043Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cosine_embedding_loss_cpu_float64 PASSED 2022-12-01T10:38:43.0548229Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cross_entropy_cpu_float32 PASSED 2022-12-01T10:38:43.0548409Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout2d_cpu_float32 PASSED 2022-12-01T10:38:43.0548587Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout2d_cpu_float64 PASSED 2022-12-01T10:38:43.0548768Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout3d_cpu_float64 PASSED 2022-12-01T10:38:43.0548945Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout_cpu_float64 PASSED 2022-12-01T10:38:43.0549115Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_elu_cpu_float64 PASSED 2022-12-01T10:38:43.0549300Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_bag_cpu_float64 PASSED 2022-12-01T10:38:43.0549476Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_cpu_float32 PASSED 2022-12-01T10:38:43.0549658Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_functorch_cpu_float64 PASSED 2022-12-01T10:38:43.0549863Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED 2022-12-01T10:38:43.0550063Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED 2022-12-01T10:38:43.0550270Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED 2022-12-01T10:38:43.0550463Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_fractional_max_pool2d_cpu_float64 PASSED 2022-12-01T10:38:43.0550709Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_fractional_max_pool3d_cpu_float32 PASSED 2022-12-01T10:38:43.0550904Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_fractional_max_pool3d_cpu_float64 PASSED 2022-12-01T10:38:43.0551093Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_gaussian_nll_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0551272Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_gaussian_nll_loss_cpu_float64 PASSED 2022-12-01T10:38:43.0551447Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_gelu_cpu_float32 PASSED 2022-12-01T10:38:43.0551611Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_glu_cpu_float64 PASSED 2022-12-01T10:38:43.0551790Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_grid_sample_cpu_float64 PASSED 2022-12-01T10:38:43.0551972Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_group_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0552154Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_group_norm_cpu_float64 PASSED 2022-12-01T10:38:43.0552334Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardsigmoid_cpu_float64 PASSED 2022-12-01T10:38:43.0552559Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardtanh_cpu_float32 PASSED 2022-12-01T10:38:43.0552784Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hinge_embedding_loss_cpu_float64 PASSED 2022-12-01T10:38:43.0552964Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_huber_loss_cpu_float64 PASSED 2022-12-01T10:38:43.0553148Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_instance_norm_cpu_float64 PASSED 2022-12-01T10:38:43.0553333Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_bicubic_cpu_float32 PASSED 2022-12-01T10:38:43.0553523Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_bilinear_cpu_float32 PASSED 2022-12-01T10:38:43.0553710Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_bilinear_cpu_float64 PASSED 2022-12-01T10:38:43.0553905Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_linear_cpu_float32 PASSED 2022-12-01T10:38:43.0554096Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_nearest_cpu_float64 PASSED 2022-12-01T10:38:43.0554286Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_trilinear_cpu_float32 PASSED 2022-12-01T10:38:43.0554473Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_trilinear_cpu_float64 PASSED 2022-12-01T10:38:43.0554649Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_kl_div_cpu_float32 PASSED 2022-12-01T10:38:43.0554828Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_layer_norm_cpu_float64 PASSED 2022-12-01T10:38:43.0554998Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_leaky_relu_cpu_float32 PASSED 2022-12-01T10:38:43.0555174Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_linear_cpu_float32 PASSED 2022-12-01T10:38:43.0555354Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_linear_cpu_float64 PASSED 2022-12-01T10:38:43.0555542Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_local_response_norm_cpu_float64 PASSED 2022-12-01T10:38:43.0555722Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_logsigmoid_cpu_float32 PASSED 2022-12-01T10:38:43.0555910Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_margin_ranking_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0556088Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool2d_cpu_float64 PASSED 2022-12-01T10:38:43.0556275Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool1d_cpu_float64 PASSED 2022-12-01T10:38:43.0556459Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool1d_grad_cpu_float32 PASSED 2022-12-01T10:38:43.0556642Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool2d_cpu_float32 XFAIL 2022-12-01T10:38:43.0556817Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool3d_cpu_float32 PASSED 2022-12-01T10:38:43.0556993Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mish_cpu_float64 PASSED 2022-12-01T10:38:43.0557184Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mse_loss_functorch_cpu_float64 PASSED 2022-12-01T10:38:43.0557368Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multi_margin_loss_cpu_float64 PASSED 2022-12-01T10:38:43.0557564Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multilabel_margin_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0557755Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multilabel_margin_loss_cpu_float64 PASSED 2022-12-01T10:38:43.0557980Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 PASSED 2022-12-01T10:38:43.0558185Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_nll_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0558365Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_nll_loss_cpu_float64 PASSED 2022-12-01T10:38:43.0558540Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_normalize_cpu_float32 PASSED 2022-12-01T10:38:43.0558722Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_circular_cpu_float64 PASSED 2022-12-01T10:38:43.0558904Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_constant_cpu_float32 PASSED 2022-12-01T10:38:43.0559086Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_constant_cpu_float64 PASSED 2022-12-01T10:38:43.0559350Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_reflect_cpu_float64 PASSED 2022-12-01T10:38:43.0559541Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pairwise_distance_cpu_float32 PASSED 2022-12-01T10:38:43.0559727Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pixel_unshuffle_cpu_float64 PASSED 2022-12-01T10:38:43.0559912Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_poisson_nll_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0560095Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_poisson_nll_loss_cpu_float64 PASSED 2022-12-01T10:38:43.0560260Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_relu_cpu_float32 PASSED 2022-12-01T10:38:43.0560438Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_rrelu_cpu_float64 PASSED 2022-12-01T10:38:43.0560613Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_silu_cpu_float64 PASSED 2022-12-01T10:38:43.0560799Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_smooth_l1_loss_cpu_float64 PASSED 2022-12-01T10:38:43.0560978Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softmin_cpu_float32 PASSED 2022-12-01T10:38:43.0561153Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softmin_cpu_float64 PASSED 2022-12-01T10:38:43.0561347Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softmin_with_dtype_cpu_float32 PASSED 2022-12-01T10:38:43.0561537Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softmin_with_dtype_cpu_float64 PASSED 2022-12-01T10:38:43.0561714Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softplus_cpu_float32 PASSED 2022-12-01T10:38:43.0561887Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softshrink_cpu_float32 PASSED 2022-12-01T10:38:43.0562070Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softshrink_cpu_float64 PASSED 2022-12-01T10:38:43.0562250Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softsign_cpu_float32 PASSED 2022-12-01T10:38:43.0562428Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softsign_cpu_float64 PASSED 2022-12-01T10:38:43.0562609Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_tanhshrink_cpu_float32 PASSED 2022-12-01T10:38:43.0562789Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_tanhshrink_cpu_float64 PASSED 2022-12-01T10:38:43.0562967Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_threshold_cpu_float32 PASSED 2022-12-01T10:38:43.0563159Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_triplet_margin_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0563412Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 PASSED 2022-12-01T10:38:43.0563633Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_upsample_bilinear_cpu_float32 PASSED 2022-12-01T10:38:43.0563813Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_upsample_bilinear_cpu_float64 PASSED 2022-12-01T10:38:43.0564002Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_upsample_nearest_cpu_float32 PASSED 2022-12-01T10:38:43.0564185Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_upsample_nearest_cpu_float64 PASSED 2022-12-01T10:38:43.0564390Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0564594Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nonzero_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0564756Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_cpu_float64 PASSED 2022-12-01T10:38:43.0564920Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_fro_cpu_float32 PASSED 2022-12-01T10:38:43.0565083Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_fro_cpu_float64 PASSED 2022-12-01T10:38:43.0565242Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_inf_cpu_float64 PASSED 2022-12-01T10:38:43.0565393Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_nuc_cpu_float32 PASSED 2022-12-01T10:38:43.0565552Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_nuc_cpu_float64 PASSED 2022-12-01T10:38:43.0565710Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_normal_cpu_float32 PASSED 2022-12-01T10:38:43.0565906Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ones_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0566117Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ones_like_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0566367Z 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:38:43.0566619Z 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:38:43.0566810Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ops_aten_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:38:43.0566974Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pca_lowrank_cpu_float64 PASSED 2022-12-01T10:38:43.0567125Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_permute_cpu_float32 PASSED 2022-12-01T10:38:43.0567289Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_permute_cpu_float64 PASSED 2022-12-01T10:38:43.0567449Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pinverse_cpu_float32 PASSED 2022-12-01T10:38:43.0567610Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polar_cpu_float64 PASSED 2022-12-01T10:38:43.0567789Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:38:43.0567965Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_0_cpu_float64 PASSED 2022-12-01T10:38:43.0568146Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_1_cpu_float32 PASSED 2022-12-01T10:38:43.0568324Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_1_cpu_float64 PASSED 2022-12-01T10:38:43.0568496Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_2_cpu_float32 PASSED 2022-12-01T10:38:43.0568691Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_2_cpu_float64 PASSED 2022-12-01T10:38:43.0568889Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_3_cpu_float32 PASSED 2022-12-01T10:38:43.0569066Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_3_cpu_float64 PASSED 2022-12-01T10:38:43.0569242Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_4_cpu_float32 PASSED 2022-12-01T10:38:43.0569415Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polygamma_polygamma_n_4_cpu_float64 PASSED 2022-12-01T10:38:43.0569576Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_positive_cpu_float32 PASSED 2022-12-01T10:38:43.0569738Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_positive_cpu_float64 PASSED 2022-12-01T10:38:43.0569896Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_prod_cpu_float64 PASSED 2022-12-01T10:38:43.0570053Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_put_cpu_float64 PASSED 2022-12-01T10:38:43.0570200Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_qr_cpu_float64 PASSED 2022-12-01T10:38:43.0570361Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_quantile_cpu_float64 PASSED 2022-12-01T10:38:43.0570522Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rad2deg_cpu_float32 PASSED 2022-12-01T10:38:43.0570675Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rad2deg_cpu_float64 PASSED 2022-12-01T10:38:43.0570882Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0571095Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0571300Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randint_like_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0571501Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0571700Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randn_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0571894Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0572093Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_randn_like_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0572253Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ravel_cpu_float32 PASSED 2022-12-01T10:38:43.0572413Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ravel_cpu_float64 PASSED 2022-12-01T10:38:43.0572572Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_real_cpu_float32 PASSED 2022-12-01T10:38:43.0572736Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_remainder_cpu_float64 PASSED 2022-12-01T10:38:43.0572911Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_repeat_interleave_cpu_float32 PASSED 2022-12-01T10:38:43.0573075Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_reshape_as_cpu_float64 PASSED 2022-12-01T10:38:43.0573235Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_reshape_cpu_float32 PASSED 2022-12-01T10:38:43.0573386Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_reshape_cpu_float64 PASSED 2022-12-01T10:38:43.0573589Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0573786Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resize_as__cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0573950Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resolve_conj_cpu_float32 PASSED 2022-12-01T10:38:43.0574145Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resolve_conj_cpu_float64 PASSED 2022-12-01T10:38:43.0574336Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resolve_neg_cpu_float32 PASSED 2022-12-01T10:38:43.0574494Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_roll_cpu_float64 PASSED 2022-12-01T10:38:43.0574648Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rot90_cpu_float32 PASSED 2022-12-01T10:38:43.0574799Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_cpu_float64 PASSED 2022-12-01T10:38:43.0574961Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_0_cpu_float64 PASSED 2022-12-01T10:38:43.0575128Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_3_cpu_float32 PASSED 2022-12-01T10:38:43.0575291Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_3_cpu_float64 PASSED 2022-12-01T10:38:43.0575449Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rsqrt_cpu_float64 PASSED 2022-12-01T10:38:43.0575606Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rsub_cpu_float32 PASSED 2022-12-01T10:38:43.0575770Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_add_cpu_float32 PASSED 2022-12-01T10:38:43.0575929Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_cpu_float32 PASSED 2022-12-01T10:38:43.0576090Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_cpu_float64 PASSED 2022-12-01T10:38:43.0576263Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_amin_cpu_float64 PASSED 2022-12-01T10:38:43.0576425Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_mean_cpu_float32 PASSED 2022-12-01T10:38:43.0576600Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_mean_cpu_float64 PASSED 2022-12-01T10:38:43.0576780Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_prod_cpu_float32 PASSED 2022-12-01T10:38:43.0576953Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_prod_cpu_float64 PASSED 2022-12-01T10:38:43.0577124Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_sum_cpu_float64 PASSED 2022-12-01T10:38:43.0577334Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0577538Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_searchsorted_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0577697Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_select_cpu_float32 PASSED 2022-12-01T10:38:43.0577850Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sgn_cpu_float64 PASSED 2022-12-01T10:38:43.0578072Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0578300Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_short_functorch_no_channels_last_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0578458Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sigmoid_cpu_float32 PASSED 2022-12-01T10:38:43.0578615Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sign_cpu_float32 PASSED 2022-12-01T10:38:43.0578814Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signbit_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0578969Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sinc_cpu_float64 PASSED 2022-12-01T10:38:43.0579119Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sinh_cpu_float32 PASSED 2022-12-01T10:38:43.0579274Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_slice_cpu_float64 PASSED 2022-12-01T10:38:43.0579462Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_softmax_cpu_float32 PASSED 2022-12-01T10:38:43.0579641Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_softmax_cpu_float64 PASSED 2022-12-01T10:38:43.0579815Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_softmax_with_dtype_cpu_float64 PASSED 2022-12-01T10:38:43.0579971Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sort_cpu_float64 PASSED 2022-12-01T10:38:43.0580163Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0580373Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0580586Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0580798Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0581011Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0581241Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0581645Z 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:38:43.0582015Z 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:38:43.0582389Z 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:38:43.0582560Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_entr_cpu_float32 PASSED 2022-12-01T10:38:43.0582727Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_entr_cpu_float64 PASSED 2022-12-01T10:38:43.0582950Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0583117Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_i0e_cpu_float32 PASSED 2022-12-01T10:38:43.0583281Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_i0e_cpu_float64 PASSED 2022-12-01T10:38:43.0583443Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_i1_cpu_float32 PASSED 2022-12-01T10:38:43.0583600Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_i1e_cpu_float32 PASSED 2022-12-01T10:38:43.0583829Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0584203Z 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:38:43.0584423Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0584634Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0584802Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_ndtri_cpu_float32 PASSED 2022-12-01T10:38:43.0584969Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_ndtri_cpu_float64 PASSED 2022-12-01T10:38:43.0585199Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:38:43.0585422Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_polygamma_special_polygamma_n_0_cpu_float64 PASSED 2022-12-01T10:38:43.0585653Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0586047Z 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:38:43.0586270Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0586434Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_xlog1py_cpu_float64 PASSED 2022-12-01T10:38:43.0586646Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_zeta_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0586811Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_list_args_cpu_float32 PASSED 2022-12-01T10:38:43.0586983Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_with_sizes_cpu_float32 PASSED 2022-12-01T10:38:43.0587147Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_with_sizes_cpu_float64 PASSED 2022-12-01T10:38:43.0587302Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sqrt_cpu_float64 PASSED 2022-12-01T10:38:43.0587459Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_square_cpu_float32 PASSED 2022-12-01T10:38:43.0587619Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_squeeze_cpu_float64 PASSED 2022-12-01T10:38:43.0587774Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_stack_cpu_float32 PASSED 2022-12-01T10:38:43.0587925Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_std_cpu_float64 PASSED 2022-12-01T10:38:43.0588085Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_std_mean_cpu_float32 PASSED 2022-12-01T10:38:43.0588242Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_stft_cpu_float64 PASSED 2022-12-01T10:38:43.0588395Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sum_cpu_float32 PASSED 2022-12-01T10:38:43.0588544Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sum_cpu_float64 PASSED 2022-12-01T10:38:43.0588703Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sum_to_size_cpu_float32 PASSED 2022-12-01T10:38:43.0588866Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sum_to_size_cpu_float64 PASSED 2022-12-01T10:38:43.0589032Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_svd_lowrank_cpu_float32 PASSED 2022-12-01T10:38:43.0589194Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_svd_lowrank_cpu_float64 PASSED 2022-12-01T10:38:43.0589348Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_symeig_cpu_float32 PASSED 2022-12-01T10:38:43.0589500Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_t_cpu_float64 PASSED 2022-12-01T10:38:43.0589656Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tan_cpu_float32 PASSED 2022-12-01T10:38:43.0589810Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tanh_cpu_float32 PASSED 2022-12-01T10:38:43.0589963Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tanh_cpu_float64 PASSED 2022-12-01T10:38:43.0590129Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tensor_split_cpu_float32 PASSED 2022-12-01T10:38:43.0590295Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tensor_split_cpu_float64 PASSED 2022-12-01T10:38:43.0590457Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tensordot_cpu_float32 PASSED 2022-12-01T10:38:43.0590699Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tensordot_cpu_float64 PASSED 2022-12-01T10:38:43.0590855Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_to_cpu_float64 PASSED 2022-12-01T10:38:43.0591057Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_to_sparse_cpu_float32 XFAIL 2022-12-01T10:38:43.0591215Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trace_cpu_float64 PASSED 2022-12-01T10:38:43.0591377Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_transpose_cpu_float32 PASSED 2022-12-01T10:38:43.0591537Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_transpose_cpu_float64 PASSED 2022-12-01T10:38:43.0591694Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trapezoid_cpu_float64 PASSED 2022-12-01T10:38:43.0591850Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trapz_cpu_float32 PASSED 2022-12-01T10:38:43.0592004Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trapz_cpu_float64 PASSED 2022-12-01T10:38:43.0592171Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_triangular_solve_cpu_float64 PASSED 2022-12-01T10:38:43.0592330Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tril_cpu_float32 PASSED 2022-12-01T10:38:43.0592486Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tril_cpu_float64 PASSED 2022-12-01T10:38:43.0592639Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_triu_cpu_float32 PASSED 2022-12-01T10:38:43.0592794Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_triu_cpu_float64 PASSED 2022-12-01T10:38:43.0592955Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_true_divide_cpu_float32 PASSED 2022-12-01T10:38:43.0593117Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_true_divide_cpu_float64 PASSED 2022-12-01T10:38:43.0593272Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unfold_cpu_float64 PASSED 2022-12-01T10:38:43.0593485Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0593705Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unique_consecutive_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0593909Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0594109Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unique_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0594270Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unsqueeze_cpu_float64 PASSED 2022-12-01T10:38:43.0594423Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vdot_cpu_float64 PASSED 2022-12-01T10:38:43.0594590Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_as_complex_cpu_float64 PASSED 2022-12-01T10:38:43.0594750Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_as_cpu_float32 PASSED 2022-12-01T10:38:43.0594905Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_cpu_float32 PASSED 2022-12-01T10:38:43.0595058Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vsplit_cpu_float32 PASSED 2022-12-01T10:38:43.0595212Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_where_cpu_float32 PASSED 2022-12-01T10:38:43.0595366Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_xlogy_cpu_float32 PASSED 2022-12-01T10:38:43.0595520Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zero__cpu_float64 PASSED 2022-12-01T10:38:43.0595722Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0595924Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0596098Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_H_cpu_float32 PASSED 2022-12-01T10:38:43.0596255Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___getitem___cpu_float32 PASSED 2022-12-01T10:38:43.0596436Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___rdiv___cpu_float32 PASSED 2022-12-01T10:38:43.0596580Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___rsub___cpu_float32 PASSED 2022-12-01T10:38:43.0596727Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_abs_cpu_float32 PASSED 2022-12-01T10:38:43.0596878Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_acos_cpu_float32 PASSED 2022-12-01T10:38:43.0597029Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_addbmm_cpu_float32 PASSED 2022-12-01T10:38:43.0597183Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_addcmul_cpu_float32 PASSED 2022-12-01T10:38:43.0597332Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_addmm_cpu_float32 PASSED 2022-12-01T10:38:43.0597483Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_addmv_cpu_float32 PASSED 2022-12-01T10:38:43.0597630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_addr_cpu_float32 PASSED 2022-12-01T10:38:43.0597825Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_allclose_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0597975Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_amin_cpu_float32 PASSED 2022-12-01T10:38:43.0598122Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_angle_cpu_float32 PASSED 2022-12-01T10:38:43.0598320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_argsort_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0598513Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_argwhere_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0598684Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_as_strided_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0598849Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_as_strided_scatter_cpu_float32 PASSED 2022-12-01T10:38:43.0598997Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_asinh_cpu_float32 PASSED 2022-12-01T10:38:43.0599227Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_atan2_cpu_float32 PASSED 2022-12-01T10:38:43.0599368Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_atan_cpu_float32 PASSED 2022-12-01T10:38:43.0599514Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_atanh_cpu_float32 PASSED 2022-12-01T10:38:43.0599671Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_atleast_1d_cpu_float32 PASSED 2022-12-01T10:38:43.0599825Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_atleast_3d_cpu_float32 PASSED 2022-12-01T10:38:43.0600054Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_bfloat16_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0600211Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_block_diag_cpu_float32 PASSED 2022-12-01T10:38:43.0600409Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_bool_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0600620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0600776Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_broadcast_to_cpu_float32 PASSED 2022-12-01T10:38:43.0600959Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_byte_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0601179Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0601374Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cdist_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0601568Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_chalf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0601840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cholesky_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0602034Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cholesky_solve_cpu_float32 PASSED 2022-12-01T10:38:43.0602187Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_clamp_cpu_float32 PASSED 2022-12-01T10:38:43.0602342Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_clamp_max_cpu_float32 PASSED 2022-12-01T10:38:43.0602496Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_clamp_min_cpu_float32 PASSED 2022-12-01T10:38:43.0602640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_clone_cpu_float32 PASSED 2022-12-01T10:38:43.0602801Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_combinations_cpu_float32 PASSED 2022-12-01T10:38:43.0602947Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_conj_cpu_float32 PASSED 2022-12-01T10:38:43.0603113Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_constant_pad_nd_cpu_float32 PASSED 2022-12-01T10:38:43.0603272Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_contiguous_cpu_float32 PASSED 2022-12-01T10:38:43.0603426Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_copysign_cpu_float32 PASSED 2022-12-01T10:38:43.0603571Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cos_cpu_float32 PASSED 2022-12-01T10:38:43.0603775Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_count_nonzero_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0603924Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cummin_cpu_float32 PASSED 2022-12-01T10:38:43.0604069Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cumprod_cpu_float32 PASSED 2022-12-01T10:38:43.0604217Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cumsum_cpu_float32 PASSED 2022-12-01T10:38:43.0604384Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cumulative_trapezoid_cpu_float32 PASSED 2022-12-01T10:38:43.0604539Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_deg2rad_cpu_float32 PASSED 2022-12-01T10:38:43.0604691Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_diag_cpu_float32 PASSED 2022-12-01T10:38:43.0604844Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_diagonal_cpu_float32 PASSED 2022-12-01T10:38:43.0605006Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_diagonal_scatter_cpu_float32 PASSED 2022-12-01T10:38:43.0605153Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_diff_cpu_float32 PASSED 2022-12-01T10:38:43.0605299Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_digamma_cpu_float32 PASSED 2022-12-01T10:38:43.0605461Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_div_floor_rounding_cpu_float32 PASSED 2022-12-01T10:38:43.0605610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_dsplit_cpu_float32 PASSED 2022-12-01T10:38:43.0605756Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_dstack_cpu_float32 PASSED 2022-12-01T10:38:43.0605953Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_empty_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0606151Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_empty_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0606339Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_eq_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0606488Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_exp_cpu_float32 PASSED 2022-12-01T10:38:43.0606638Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_expand_cpu_float32 PASSED 2022-12-01T10:38:43.0606821Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_eye_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0606975Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_fft2_cpu_float32 PASSED 2022-12-01T10:38:43.0607153Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_fft_cpu_float32 PASSED 2022-12-01T10:38:43.0607305Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_fftn_cpu_float32 PASSED 2022-12-01T10:38:43.0607484Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_hfft2_cpu_float32 PASSED 2022-12-01T10:38:43.0607635Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_hfft_cpu_float32 PASSED 2022-12-01T10:38:43.0607797Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ifftshift_cpu_float32 PASSED 2022-12-01T10:38:43.0607950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ihfft_cpu_float32 PASSED 2022-12-01T10:38:43.0608098Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ihfftn_cpu_float32 PASSED 2022-12-01T10:38:43.0608247Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_irfft2_cpu_float32 PASSED 2022-12-01T10:38:43.0608400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_irfft_cpu_float32 PASSED 2022-12-01T10:38:43.0608555Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_irfftn_cpu_float32 PASSED 2022-12-01T10:38:43.0608704Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_rfft_cpu_float32 PASSED 2022-12-01T10:38:43.0608855Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fill_cpu_float32 PASSED 2022-12-01T10:38:43.0609078Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_float_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0609237Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_float_power_cpu_float32 PASSED 2022-12-01T10:38:43.0609438Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_floor_divide_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0609581Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fmin_cpu_float32 PASSED 2022-12-01T10:38:43.0609730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_frac_cpu_float32 PASSED 2022-12-01T10:38:43.0609880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_frexp_cpu_float32 PASSED 2022-12-01T10:38:43.0610072Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ge_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0610268Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_geqrf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0610457Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_gt_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0610676Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_half_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0610836Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_H_cpu_float32 PASSED 2022-12-01T10:38:43.0611018Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___getitem___functorch_cpu_float32 PASSED 2022-12-01T10:38:43.0611177Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___radd___cpu_float32 PASSED 2022-12-01T10:38:43.0611341Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rdiv___cpu_float32 PASSED 2022-12-01T10:38:43.0611502Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rmod___cpu_float32 PASSED 2022-12-01T10:38:43.0611667Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rsub___cpu_float32 PASSED 2022-12-01T10:38:43.0611831Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_abs_cpu_float32 PASSED 2022-12-01T10:38:43.0611996Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_acos_cpu_float32 PASSED 2022-12-01T10:38:43.0612161Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_acosh_cpu_float32 PASSED 2022-12-01T10:38:43.0612342Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addmm_decomposed_cpu_float32 PASSED 2022-12-01T10:38:43.0612509Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addmv_cpu_float32 PASSED 2022-12-01T10:38:43.0612693Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addr_cpu_float32 PASSED 2022-12-01T10:38:43.0612885Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_amin_cpu_float32 PASSED 2022-12-01T10:38:43.0613093Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_any_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0613278Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_as_strided_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0613440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atan2_cpu_float32 PASSED 2022-12-01T10:38:43.0613609Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atleast_3d_cpu_float32 PASSED 2022-12-01T10:38:43.0613775Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_baddbmm_cpu_float32 PASSED 2022-12-01T10:38:43.0613964Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bernoulli_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0614205Z 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:38:43.0614371Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_block_diag_cpu_float32 PASSED 2022-12-01T10:38:43.0614534Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bmm_cpu_float32 PASSED 2022-12-01T10:38:43.0614740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bool_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0614972Z 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:38:43.0615176Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_byte_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0615409Z 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:38:43.0615589Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cartesian_prod_cpu_float32 PASSED 2022-12-01T10:38:43.0615752Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cat_cpu_float32 PASSED 2022-12-01T10:38:43.0615916Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ceil_cpu_float32 PASSED 2022-12-01T10:38:43.0616124Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_char_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0616353Z 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:38:43.0616529Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cholesky_inverse_cpu_float32 PASSED 2022-12-01T10:38:43.0616702Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_clamp_min_cpu_float32 PASSED 2022-12-01T10:38:43.0616876Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_column_stack_cpu_float32 PASSED 2022-12-01T10:38:43.0617042Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_complex_cpu_float32 XFAIL 2022-12-01T10:38:43.0617220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_constant_pad_nd_cpu_float32 PASSED 2022-12-01T10:38:43.0617391Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_copysign_cpu_float32 XFAIL 2022-12-01T10:38:43.0617563Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_corrcoef_cpu_float32 PASSED 2022-12-01T10:38:43.0617724Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cos_cpu_float32 PASSED 2022-12-01T10:38:43.0617911Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cosh_cpu_float32 PASSED 2022-12-01T10:38:43.0618077Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cummin_cpu_float32 PASSED 2022-12-01T10:38:43.0618288Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cumulative_trapezoid_cpu_float32 PASSED 2022-12-01T10:38:43.0618458Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_deg2rad_cpu_float32 PASSED 2022-12-01T10:38:43.0618627Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diag_embed_cpu_float32 PASSED 2022-12-01T10:38:43.0618795Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diagflat_cpu_float32 PASSED 2022-12-01T10:38:43.0618974Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diagonal_scatter_cpu_float32 PASSED 2022-12-01T10:38:43.0619143Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_digamma_cpu_float32 PASSED 2022-12-01T10:38:43.0619309Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_dist_cpu_float32 PASSED 2022-12-01T10:38:43.0619484Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_div_trunc_rounding_cpu_float32 PASSED 2022-12-01T10:38:43.0619696Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_empty_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0619902Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_eq_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0620064Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_erf_cpu_float32 PASSED 2022-12-01T10:38:43.0620224Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_erfc_cpu_float32 PASSED 2022-12-01T10:38:43.0620388Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_exp2_cpu_float32 PASSED 2022-12-01T10:38:43.0620561Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_expand_as_cpu_float32 PASSED 2022-12-01T10:38:43.0620729Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_expm1_cpu_float32 PASSED 2022-12-01T10:38:43.0620896Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_fft_cpu_float32 PASSED 2022-12-01T10:38:43.0621064Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_fftshift_cpu_float32 PASSED 2022-12-01T10:38:43.0621238Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_hfft_cpu_float32 PASSED 2022-12-01T10:38:43.0621407Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_hfftn_cpu_float32 PASSED 2022-12-01T10:38:43.0621574Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ifft_cpu_float32 PASSED 2022-12-01T10:38:43.0621748Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ifftshift_cpu_float32 PASSED 2022-12-01T10:38:43.0621917Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ihfft2_cpu_float32 XFAIL 2022-12-01T10:38:43.0622084Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ihfftn_cpu_float32 XFAIL 2022-12-01T10:38:43.0622257Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_irfft2_cpu_float32 PASSED 2022-12-01T10:38:43.0622423Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_irfft_cpu_float32 PASSED 2022-12-01T10:38:43.0622582Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_rfft2_cpu_float32 PASSED 2022-12-01T10:38:43.0622745Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_rfft_cpu_float32 PASSED 2022-12-01T10:38:43.0622912Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_flatten_cpu_float32 PASSED 2022-12-01T10:38:43.0623078Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_flipud_cpu_float32 PASSED 2022-12-01T10:38:43.0623312Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_float_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0623476Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fmax_cpu_float32 PASSED 2022-12-01T10:38:43.0623666Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_frexp_cpu_float32 PASSED 2022-12-01T10:38:43.0623884Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_full_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0624090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ge_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0624292Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_geqrf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0624461Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_gradient_cpu_float32 PASSED 2022-12-01T10:38:43.0624632Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_hsplit_cpu_float32 PASSED 2022-12-01T10:38:43.0624797Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_hstack_cpu_float32 PASSED 2022-12-01T10:38:43.0624966Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_hypot_cpu_float32 PASSED 2022-12-01T10:38:43.0625176Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_igammac_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0625341Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_inner_cpu_float32 PASSED 2022-12-01T10:38:43.0625569Z 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:38:43.0625778Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isfinite_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0625977Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isnan_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0626145Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_istft_cpu_float32 PASSED 2022-12-01T10:38:43.0626345Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:38:43.0626546Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:38:43.0626710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_kron_cpu_float32 PASSED 2022-12-01T10:38:43.0626909Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_le_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0627079Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_eig_cpu_float32 PASSED 2022-12-01T10:38:43.0627254Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_eigh_cpu_float32 PASSED 2022-12-01T10:38:43.0627432Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_eigvals_cpu_float32 PASSED 2022-12-01T10:38:43.0627604Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_inv_cpu_float32 PASSED 2022-12-01T10:38:43.0627818Z 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:38:43.0628030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_lstsq_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0628198Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_lu_cpu_float32 XFAIL 2022-12-01T10:38:43.0628374Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_lu_factor_cpu_float32 XFAIL 2022-12-01T10:38:43.0628583Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_matrix_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0628762Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_matrix_power_cpu_float32 PASSED 2022-12-01T10:38:43.0629030Z 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:38:43.0629204Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0629402Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_norm_subgradients_at_zero_cpu_float32 PASSED 2022-12-01T10:38:43.0629579Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_pinv_hermitian_cpu_float32 PASSED 2022-12-01T10:38:43.0629750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_qr_cpu_float32 PASSED 2022-12-01T10:38:43.0629921Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_svd_cpu_float32 PASSED 2022-12-01T10:38:43.0630094Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_vecdot_cpu_float32 XFAIL 2022-12-01T10:38:43.0630258Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log2_cpu_float32 PASSED 2022-12-01T10:38:43.0630423Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log_cpu_float32 PASSED 2022-12-01T10:38:43.0630659Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log_softmax_dtype_cpu_float32 PASSED 2022-12-01T10:38:43.0630885Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logcumsumexp_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0631099Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logical_not_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0631308Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logical_or_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0631477Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logsumexp_cpu_float32 PASSED 2022-12-01T10:38:43.0631645Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lu_solve_cpu_float32 PASSED 2022-12-01T10:38:43.0631810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lu_unpack_cpu_float32 XFAIL 2022-12-01T10:38:43.0631984Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_cumprod_cpu_float32 XFAIL 2022-12-01T10:38:43.0632160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_cumsum_cpu_float32 PASSED 2022-12-01T10:38:43.0632357Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_fill_functorch_Scalar_only_cpu_float32 PASSED 2022-12-01T10:38:43.0632539Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_log_softmax_cpu_float32 PASSED 2022-12-01T10:38:43.0632735Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_mean_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0632917Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_median_cpu_float32 PASSED 2022-12-01T10:38:43.0633089Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_normalize_cpu_float32 PASSED 2022-12-01T10:38:43.0633268Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_prod_cpu_float32 PASSED 2022-12-01T10:38:43.0633445Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_select_cpu_float32 PASSED 2022-12-01T10:38:43.0633622Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_softmax_cpu_float32 PASSED 2022-12-01T10:38:43.0633794Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_sum_cpu_float32 PASSED 2022-12-01T10:38:43.0633959Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_max_binary_cpu_float32 PASSED 2022-12-01T10:38:43.0634179Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_max_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:38:43.0634371Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mean_cpu_float32 PASSED 2022-12-01T10:38:43.0634542Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_median_cpu_float32 PASSED 2022-12-01T10:38:43.0634723Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_meshgrid_variadic_tensors_cpu_float32 PASSED 2022-12-01T10:38:43.0634892Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_min_binary_cpu_float32 PASSED 2022-12-01T10:38:43.0635057Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mode_cpu_float32 PASSED 2022-12-01T10:38:43.0635222Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_msort_cpu_float32 PASSED 2022-12-01T10:38:43.0635386Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mul_cpu_float32 PASSED 2022-12-01T10:38:43.0635554Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nanmean_cpu_float32 XFAIL 2022-12-01T10:38:43.0635729Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nanmedian_cpu_float32 PASSED 2022-12-01T10:38:43.0635908Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_native_batch_norm_cpu_float32 XFAIL 2022-12-01T10:38:43.0636113Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ne_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0636315Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_new_full_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0636528Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_new_zeros_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0636728Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:38:43.0636928Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:38:43.0637123Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED 2022-12-01T10:38:43.0637309Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:38:43.0637493Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:38:43.0637678Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_batch_norm_cpu_float32 XFAIL 2022-12-01T10:38:43.0637874Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_binary_cross_entropy_cpu_float32 PASSED 2022-12-01T10:38:43.0638085Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED 2022-12-01T10:38:43.0638262Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_celu_cpu_float32 PASSED 2022-12-01T10:38:43.0638446Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv1d_cpu_float32 PASSED 2022-12-01T10:38:43.0638627Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_cpu_float32 PASSED 2022-12-01T10:38:43.0638819Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_no_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0639027Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0639342Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0639608Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0639841Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0640060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0640279Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0640465Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_with_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0640658Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose1d_cpu_float32 PASSED 2022-12-01T10:38:43.0640854Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose2d_cpu_float32 PASSED 2022-12-01T10:38:43.0641044Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv_transpose3d_cpu_float32 PASSED 2022-12-01T10:38:43.0641239Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_cosine_embedding_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0641429Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_cross_entropy_cpu_float32 PASSED 2022-12-01T10:38:43.0641627Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_dropout2d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0641806Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_elu_cpu_float32 PASSED 2022-12-01T10:38:43.0642039Z 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:38:43.0642244Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_embedding_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0642436Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_embedding_functorch_cpu_float32 PASSED 2022-12-01T10:38:43.0642631Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_fractional_max_pool2d_cpu_float32 XFAIL 2022-12-01T10:38:43.0642827Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_fractional_max_pool3d_cpu_float32 XFAIL 2022-12-01T10:38:43.0643007Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_gelu_cpu_float32 PASSED 2022-12-01T10:38:43.0643195Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_hardshrink_cpu_float32 PASSED 2022-12-01T10:38:43.0643383Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_hardswish_cpu_float32 PASSED 2022-12-01T10:38:43.0643569Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_hardtanh_cpu_float32 PASSED 2022-12-01T10:38:43.0643768Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_hinge_embedding_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0643960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_instance_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0644147Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_area_cpu_float32 PASSED 2022-12-01T10:38:43.0644346Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_bilinear_cpu_float32 PASSED 2022-12-01T10:38:43.0644544Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_nearest_cpu_float32 PASSED 2022-12-01T10:38:43.0644725Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_kl_div_cpu_float32 PASSED 2022-12-01T10:38:43.0644936Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_l1_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0645154Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_leaky_relu_cpu_float32 PASSED 2022-12-01T10:38:43.0645352Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_local_response_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0645538Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_logsigmoid_cpu_float32 PASSED 2022-12-01T10:38:43.0645729Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_margin_ranking_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0645914Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_pool3d_cpu_float32 XFAIL 2022-12-01T10:38:43.0646108Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0646302Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool2d_grad_cpu_float32 XFAIL 2022-12-01T10:38:43.0646495Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_mse_loss_functorch_cpu_float32 PASSED 2022-12-01T10:38:43.0646697Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0646881Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_normalize_cpu_float32 PASSED 2022-12-01T10:38:43.0647065Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pad_reflect_cpu_float32 PASSED 2022-12-01T10:38:43.0647255Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pad_replicate_cpu_float32 PASSED 2022-12-01T10:38:43.0647449Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pairwise_distance_cpu_float32 PASSED 2022-12-01T10:38:43.0647640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pixel_shuffle_cpu_float32 PASSED 2022-12-01T10:38:43.0647820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_relu6_cpu_float32 PASSED 2022-12-01T10:38:43.0647992Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_relu_cpu_float32 PASSED 2022-12-01T10:38:43.0648187Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_rrelu_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0648363Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_selu_cpu_float32 PASSED 2022-12-01T10:38:43.0648542Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_silu_cpu_float32 PASSED 2022-12-01T10:38:43.0648727Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_softmin_cpu_float32 PASSED 2022-12-01T10:38:43.0648910Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_softplus_cpu_float32 PASSED 2022-12-01T10:38:43.0649098Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_softshrink_cpu_float32 PASSED 2022-12-01T10:38:43.0649285Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_threshold_cpu_float32 PASSED 2022-12-01T10:38:43.0649498Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0649686Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_upsample_bilinear_cpu_float32 PASSED 2022-12-01T10:38:43.0649886Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_upsample_nearest_cpu_float32 PASSED 2022-12-01T10:38:43.0650085Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_norm_inf_cpu_float32 PASSED 2022-12-01T10:38:43.0650331Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_normal_number_mean_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0650541Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ones_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0650797Z 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:38:43.0650988Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ops_aten_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:38:43.0651195Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ormqr_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0651368Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_permute_cpu_float32 PASSED 2022-12-01T10:38:43.0651540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_pinverse_cpu_float32 PASSED 2022-12-01T10:38:43.0651702Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polar_cpu_float32 XFAIL 2022-12-01T10:38:43.0651890Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_1_cpu_float32 PASSED 2022-12-01T10:38:43.0652070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_2_cpu_float32 PASSED 2022-12-01T10:38:43.0652239Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_positive_cpu_float32 PASSED 2022-12-01T10:38:43.0652401Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_pow_cpu_float32 PASSED 2022-12-01T10:38:43.0652562Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_put_cpu_float32 XFAIL 2022-12-01T10:38:43.0652735Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_quantile_cpu_float32 XFAIL 2022-12-01T10:38:43.0652955Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_randint_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0653170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_randn_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0653337Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ravel_cpu_float32 PASSED 2022-12-01T10:38:43.0653494Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_real_cpu_float32 PASSED 2022-12-01T10:38:43.0653664Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_reciprocal_cpu_float32 PASSED 2022-12-01T10:38:43.0653835Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_remainder_cpu_float32 PASSED 2022-12-01T10:38:43.0654015Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_repeat_interleave_cpu_float32 PASSED 2022-12-01T10:38:43.0654192Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_reshape_as_cpu_float32 PASSED 2022-12-01T10:38:43.0654403Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_resize_as__cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0654578Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_resolve_conj_cpu_float32 PASSED 2022-12-01T10:38:43.0654750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_resolve_neg_cpu_float32 PASSED 2022-12-01T10:38:43.0654914Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_roll_cpu_float32 PASSED 2022-12-01T10:38:43.0655072Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_rot90_cpu_float32 PASSED 2022-12-01T10:38:43.0655236Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_round_cpu_float32 PASSED 2022-12-01T10:38:43.0655445Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_round_decimals_0_cpu_float32 PASSED 2022-12-01T10:38:43.0655638Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_rsqrt_cpu_float32 PASSED 2022-12-01T10:38:43.0655803Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_rsub_cpu_float32 PASSED 2022-12-01T10:38:43.0655975Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_add_cpu_float32 PASSED 2022-12-01T10:38:43.0656155Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_reduce_mean_cpu_float32 XFAIL 2022-12-01T10:38:43.0656335Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_reduce_sum_cpu_float32 XFAIL 2022-12-01T10:38:43.0656491Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sign_cpu_float32 PASSED 2022-12-01T10:38:43.0656704Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_signbit_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0656870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sinc_cpu_float32 PASSED 2022-12-01T10:38:43.0657033Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_slice_cpu_float32 PASSED 2022-12-01T10:38:43.0657206Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_slice_scatter_cpu_float32 PASSED 2022-12-01T10:38:43.0657426Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0657842Z 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:38:43.0658019Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_i0e_cpu_float32 PASSED 2022-12-01T10:38:43.0658191Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_i1e_cpu_float32 PASSED 2022-12-01T10:38:43.0658432Z 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:38:43.0658604Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_log_ndtr_cpu_float32 XFAIL 2022-12-01T10:38:43.0658830Z 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:38:43.0659058Z 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:38:43.0659281Z 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:38:43.0659508Z 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:38:43.0659688Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_ndtri_cpu_float32 PASSED 2022-12-01T10:38:43.0659893Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:38:43.0660128Z 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:38:43.0660365Z 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:38:43.0660767Z 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:38:43.0661193Z 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:38:43.0661402Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_xlog1py_cpu_float32 PASSED 2022-12-01T10:38:43.0661609Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_zeta_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0661779Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_split_cpu_float32 PASSED 2022-12-01T10:38:43.0661953Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_split_list_args_cpu_float32 PASSED 2022-12-01T10:38:43.0662132Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_split_with_sizes_cpu_float32 PASSED 2022-12-01T10:38:43.0662301Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_square_cpu_float32 PASSED 2022-12-01T10:38:43.0662468Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_stack_cpu_float32 PASSED 2022-12-01T10:38:43.0662637Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_std_mean_cpu_float32 PASSED 2022-12-01T10:38:43.0662799Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_stft_cpu_float32 PASSED 2022-12-01T10:38:43.0662963Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sum_cpu_float32 PASSED 2022-12-01T10:38:43.0663168Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_symeig_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0663330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_t_cpu_float32 PASSED 2022-12-01T10:38:43.0663504Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_take_along_dim_cpu_float32 PASSED 2022-12-01T10:38:43.0663672Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_topk_cpu_float32 PASSED 2022-12-01T10:38:43.0663842Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_trace_cpu_float32 PASSED 2022-12-01T10:38:43.0664019Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_trapezoid_cpu_float32 PASSED 2022-12-01T10:38:43.0664201Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_triangular_solve_cpu_float32 PASSED 2022-12-01T10:38:43.0664362Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tril_cpu_float32 PASSED 2022-12-01T10:38:43.0664535Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_true_divide_cpu_float32 PASSED 2022-12-01T10:38:43.0664692Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_trunc_cpu_float32 PASSED 2022-12-01T10:38:43.0664860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unbind_cpu_float32 PASSED 2022-12-01T10:38:43.0665035Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unflatten_cpu_float32 PASSED 2022-12-01T10:38:43.0665205Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unfold_cpu_float32 PASSED 2022-12-01T10:38:43.0665418Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_uniform_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0665639Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unique_consecutive_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0665843Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unique_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0666015Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_unsqueeze_cpu_float32 PASSED 2022-12-01T10:38:43.0666178Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_vdot_cpu_float32 XFAIL 2022-12-01T10:38:43.0666334Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_view_cpu_float32 PASSED 2022-12-01T10:38:43.0666533Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_where_cpu_float32 PASSED 2022-12-01T10:38:43.0666786Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_zeros_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0666980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_histc_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0667179Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_histogram_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0667334Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_hstack_cpu_float32 PASSED 2022-12-01T10:38:43.0667528Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_igamma_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0667686Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_copy_cpu_float32 PASSED 2022-12-01T10:38:43.0667845Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_fill_cpu_float32 PASSED 2022-12-01T10:38:43.0667991Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_put_cpu_float32 PASSED 2022-12-01T10:38:43.0668160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:38:43.0668358Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_reduce_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0668550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_int_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0668767Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0668962Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_isclose_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0669160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_isfinite_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0669358Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_isnan_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0669550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_isreal_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0669736Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:38:43.0669935Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:38:43.0670132Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:38:43.0670290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_kthvalue_cpu_float32 PASSED 2022-12-01T10:38:43.0670481Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_le_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0670693Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_lerp_cpu_float32 PASSED 2022-12-01T10:38:43.0670853Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_lgamma_cpu_float32 PASSED 2022-12-01T10:38:43.0671011Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_cond_cpu_float32 PASSED 2022-12-01T10:38:43.0671166Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_eig_cpu_float32 PASSED 2022-12-01T10:38:43.0671314Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_eigh_cpu_float32 PASSED 2022-12-01T10:38:43.0671476Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_eigvals_cpu_float32 PASSED 2022-12-01T10:38:43.0671637Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_eigvalsh_cpu_float32 PASSED 2022-12-01T10:38:43.0671795Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_inv_ex_cpu_float32 PASSED 2022-12-01T10:38:43.0672032Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0672264Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lstsq_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0672428Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lu_factor_cpu_float32 PASSED 2022-12-01T10:38:43.0672592Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_matrix_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0672809Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0672958Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0673142Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_norm_subgradients_at_zero_cpu_float32 PASSED 2022-12-01T10:38:43.0673304Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_pinv_cpu_float32 PASSED 2022-12-01T10:38:43.0673473Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_pinv_hermitian_cpu_float32 PASSED 2022-12-01T10:38:43.0673633Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_slogdet_cpu_float32 PASSED 2022-12-01T10:38:43.0673794Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_solve_ex_cpu_float32 PASSED 2022-12-01T10:38:43.0673966Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_solve_triangular_cpu_float32 PASSED 2022-12-01T10:38:43.0674126Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_svdvals_cpu_float32 PASSED 2022-12-01T10:38:43.0674289Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_tensorinv_cpu_float32 PASSED 2022-12-01T10:38:43.0674438Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_vecdot_cpu_float32 PASSED 2022-12-01T10:38:43.0674635Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linspace_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0674791Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_log10_cpu_float32 PASSED 2022-12-01T10:38:43.0674949Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_log_softmax_cpu_float32 PASSED 2022-12-01T10:38:43.0675101Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logdet_cpu_float32 PASSED 2022-12-01T10:38:43.0675304Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logical_not_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0675503Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logical_or_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0675652Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logit_cpu_float32 PASSED 2022-12-01T10:38:43.0675843Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_long_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0675992Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_lu_solve_cpu_float32 PASSED 2022-12-01T10:38:43.0676147Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_lu_unpack_cpu_float32 PASSED 2022-12-01T10:38:43.0676306Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_amax_cpu_float32 PASSED 2022-12-01T10:38:43.0676509Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_argmin_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0676672Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_cumprod_cpu_float32 PASSED 2022-12-01T10:38:43.0676856Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_fill_functorch_Scalar_only_cpu_float32 PASSED 2022-12-01T10:38:43.0677021Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_log_softmax_cpu_float32 PASSED 2022-12-01T10:38:43.0677186Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_logaddexp_cpu_float32 PASSED 2022-12-01T10:38:43.0677375Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_softmin_cpu_float32 PASSED 2022-12-01T10:38:43.0677525Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_sum_cpu_float32 PASSED 2022-12-01T10:38:43.0677707Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_var_cpu_float32 PASSED 2022-12-01T10:38:43.0677865Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_matrix_exp_cpu_float32 PASSED 2022-12-01T10:38:43.0678017Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_max_binary_cpu_float32 PASSED 2022-12-01T10:38:43.0678185Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_max_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:38:43.0678338Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_median_cpu_float32 PASSED 2022-12-01T10:38:43.0678511Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_meshgrid_list_of_tensors_cpu_float32 PASSED 2022-12-01T10:38:43.0678667Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_minimum_cpu_float32 PASSED 2022-12-01T10:38:43.0678811Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mode_cpu_float32 PASSED 2022-12-01T10:38:43.0678961Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_msort_cpu_float32 PASSED 2022-12-01T10:38:43.0679109Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mv_cpu_float32 PASSED 2022-12-01T10:38:43.0679365Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED 2022-12-01T10:38:43.0679517Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nan_to_num_cpu_float32 PASSED 2022-12-01T10:38:43.0679668Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nanmean_cpu_float32 PASSED 2022-12-01T10:38:43.0679819Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_narrow_cpu_float32 PASSED 2022-12-01T10:38:43.0680025Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_native_layer_norm_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0680217Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ne_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0680409Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_new_empty_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0680608Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_new_full_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0680803Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_new_ones_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0680997Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nextafter_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0681178Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:38:43.0681358Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:38:43.0681541Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED 2022-12-01T10:38:43.0681724Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED 2022-12-01T10:38:43.0681900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:38:43.0682060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:38:43.0682228Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_batch_norm_cpu_float32 XFAIL 2022-12-01T10:38:43.0682397Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_bilinear_cpu_float32 PASSED 2022-12-01T10:38:43.0682578Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_binary_cross_entropy_cpu_float32 PASSED 2022-12-01T10:38:43.0682748Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv1d_cpu_float32 PASSED 2022-12-01T10:38:43.0682979Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0683245Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0683429Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_with_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0683609Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv_transpose1d_cpu_float32 PASSED 2022-12-01T10:38:43.0683778Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv_transpose2d_cpu_float32 PASSED 2022-12-01T10:38:43.0683963Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_cosine_embedding_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0684142Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_cosine_similarity_cpu_float32 PASSED 2022-12-01T10:38:43.0684318Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_cross_entropy_cpu_float32 PASSED 2022-12-01T10:38:43.0684507Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_dropout3d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0684696Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_dropout_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0684859Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_elu_cpu_float32 PASSED 2022-12-01T10:38:43.0685042Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_embedding_functorch_cpu_float32 PASSED 2022-12-01T10:38:43.0685255Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0685460Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0685627Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_glu_cpu_float32 PASSED 2022-12-01T10:38:43.0685813Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_hinge_embedding_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0685998Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_interpolate_area_cpu_float32 PASSED 2022-12-01T10:38:43.0686181Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_interpolate_bicubic_cpu_float32 PASSED 2022-12-01T10:38:43.0686366Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_interpolate_trilinear_cpu_float32 PASSED 2022-12-01T10:38:43.0686533Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_l1_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0686706Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_logsigmoid_cpu_float32 PASSED 2022-12-01T10:38:43.0686888Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_margin_ranking_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0687063Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_pool2d_cpu_float32 PASSED 2022-12-01T10:38:43.0687235Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool1d_grad_cpu_float32 PASSED 2022-12-01T10:38:43.0687416Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool2d_grad_cpu_float32 PASSED 2022-12-01T10:38:43.0687593Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool3d_grad_cpu_float32 PASSED 2022-12-01T10:38:43.0687762Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_mse_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0687988Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0688156Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_nll_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0688327Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_normalize_cpu_float32 PASSED 2022-12-01T10:38:43.0688532Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pad_circular_cpu_float32 PASSED 2022-12-01T10:38:43.0688731Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pad_constant_cpu_float32 PASSED 2022-12-01T10:38:43.0688901Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pad_reflect_cpu_float32 PASSED 2022-12-01T10:38:43.0689111Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pdist_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0689280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_prelu_cpu_float32 PASSED 2022-12-01T10:38:43.0689443Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_relu_cpu_float32 PASSED 2022-12-01T10:38:43.0689623Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_rrelu_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0689792Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_selu_cpu_float32 PASSED 2022-12-01T10:38:43.0689958Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_silu_cpu_float32 PASSED 2022-12-01T10:38:43.0690134Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_smooth_l1_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0690305Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_softplus_cpu_float32 PASSED 2022-12-01T10:38:43.0690471Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_softshrink_cpu_float32 PASSED 2022-12-01T10:38:43.0690637Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_softsign_cpu_float32 PASSED 2022-12-01T10:38:43.0690809Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_tanhshrink_cpu_float32 PASSED 2022-12-01T10:38:43.0691008Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0691181Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_unfold_cpu_float32 PASSED 2022-12-01T10:38:43.0691363Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_upsample_nearest_cpu_float32 PASSED 2022-12-01T10:38:43.0691562Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_normal_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0691754Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ones_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0691945Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ones_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0692116Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ops_aten_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:38:43.0692265Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_outer_cpu_float32 PASSED 2022-12-01T10:38:43.0692436Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_pca_lowrank_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0692592Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_permute_cpu_float32 PASSED 2022-12-01T10:38:43.0692747Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_pinverse_cpu_float32 PASSED 2022-12-01T10:38:43.0692917Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_polygamma_polygamma_n_2_cpu_float32 PASSED 2022-12-01T10:38:43.0693084Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_polygamma_polygamma_n_4_cpu_float32 PASSED 2022-12-01T10:38:43.0693237Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_positive_cpu_float32 PASSED 2022-12-01T10:38:43.0693378Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_pow_cpu_float32 PASSED 2022-12-01T10:38:43.0693530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_put_cpu_float32 PASSED 2022-12-01T10:38:43.0693682Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_rad2deg_cpu_float32 PASSED 2022-12-01T10:38:43.0693907Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_randn_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0694135Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_randn_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0694290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ravel_cpu_float32 PASSED 2022-12-01T10:38:43.0694439Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_real_cpu_float32 PASSED 2022-12-01T10:38:43.0694596Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_remainder_cpu_float32 PASSED 2022-12-01T10:38:43.0694749Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_repeat_cpu_float32 PASSED 2022-12-01T10:38:43.0694897Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_reshape_as_cpu_float32 PASSED 2022-12-01T10:38:43.0695101Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_resize__cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0695269Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_resolve_conj_cpu_float32 PASSED 2022-12-01T10:38:43.0695432Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_resolve_neg_cpu_float32 PASSED 2022-12-01T10:38:43.0695593Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_roll_cpu_float32 PASSED 2022-12-01T10:38:43.0695750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_rot90_cpu_float32 PASSED 2022-12-01T10:38:43.0695907Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_round_cpu_float32 PASSED 2022-12-01T10:38:43.0696069Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_round_decimals_3_cpu_float32 PASSED 2022-12-01T10:38:43.0696223Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_rsub_cpu_float32 PASSED 2022-12-01T10:38:43.0696392Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_add_cpu_float32 PASSED 2022-12-01T10:38:43.0696564Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_reduce_amax_cpu_float32 PASSED 2022-12-01T10:38:43.0696736Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_reduce_mean_cpu_float32 PASSED 2022-12-01T10:38:43.0696956Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_reduce_prod_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0697169Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_searchsorted_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0697376Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_segment_reduce_offsets_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0697537Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_select_cpu_float32 PASSED 2022-12-01T10:38:43.0697690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sgn_cpu_float32 PASSED 2022-12-01T10:38:43.0697849Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sigmoid_cpu_float32 PASSED 2022-12-01T10:38:43.0698002Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sinc_cpu_float32 PASSED 2022-12-01T10:38:43.0698161Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sinh_cpu_float32 PASSED 2022-12-01T10:38:43.0698326Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_slice_scatter_cpu_float32 PASSED 2022-12-01T10:38:43.0698488Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_softmax_cpu_float32 PASSED 2022-12-01T10:38:43.0698660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_softmax_with_dtype_cpu_float32 PASSED 2022-12-01T10:38:43.0698865Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0699076Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0699307Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0699739Z 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:38:43.0699992Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0700364Z 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:38:43.0700535Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_log_ndtr_cpu_float32 PASSED 2022-12-01T10:38:43.0700756Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0700986Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0701375Z 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:38:43.0701585Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0701754Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_split_list_args_cpu_float32 PASSED 2022-12-01T10:38:43.0701909Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sqrt_cpu_float32 PASSED 2022-12-01T10:38:43.0702065Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_square_cpu_float32 PASSED 2022-12-01T10:38:43.0702225Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_squeeze_cpu_float32 PASSED 2022-12-01T10:38:43.0702380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_stack_cpu_float32 PASSED 2022-12-01T10:38:43.0702532Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sub_cpu_float32 PASSED 2022-12-01T10:38:43.0702713Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_svd_lowrank_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0702919Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_symeig_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0703058Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_t_cpu_float32 PASSED 2022-12-01T10:38:43.0703224Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_take_along_dim_cpu_float32 PASSED 2022-12-01T10:38:43.0703378Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_take_cpu_float32 PASSED 2022-12-01T10:38:43.0703531Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_tan_cpu_float32 PASSED 2022-12-01T10:38:43.0703687Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_tanh_cpu_float32 PASSED 2022-12-01T10:38:43.0703850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_tensor_split_cpu_float32 XFAIL 2022-12-01T10:38:43.0704011Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_tensordot_cpu_float32 PASSED 2022-12-01T10:38:43.0704166Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_tile_cpu_float32 PASSED 2022-12-01T10:38:43.0704316Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_transpose_cpu_float32 PASSED 2022-12-01T10:38:43.0704473Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_trapezoid_cpu_float32 PASSED 2022-12-01T10:38:43.0704628Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_tril_cpu_float32 PASSED 2022-12-01T10:38:43.0704783Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_triu_cpu_float32 PASSED 2022-12-01T10:38:43.0704946Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_true_divide_cpu_float32 PASSED 2022-12-01T10:38:43.0705108Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_unflatten_cpu_float32 PASSED 2022-12-01T10:38:43.0705263Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_unfold_cpu_float32 PASSED 2022-12-01T10:38:43.0705477Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_unique_consecutive_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0705709Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_unique_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0705887Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_var_cpu_float32 PASSED 2022-12-01T10:38:43.0706046Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_var_mean_cpu_float32 PASSED 2022-12-01T10:38:43.0706200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_vdot_cpu_float32 PASSED 2022-12-01T10:38:43.0706358Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_view_as_cpu_float32 PASSED 2022-12-01T10:38:43.0706516Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_vsplit_cpu_float32 PASSED 2022-12-01T10:38:43.0706720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_zeros_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:38:43.0706873Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_H_cpu_float32 PASSED 2022-12-01T10:38:43.0707029Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_T_cpu_float32 PASSED 2022-12-01T10:38:43.0707172Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rdiv___cpu_float32 PASSED 2022-12-01T10:38:43.0707330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rpow___cpu_float32 PASSED 2022-12-01T10:38:43.0707484Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rsub___cpu_float32 PASSED 2022-12-01T10:38:43.0707638Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_abs_cpu_float32 PASSED 2022-12-01T10:38:43.0707792Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_acos_cpu_float32 PASSED 2022-12-01T10:38:43.0707950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addcmul_cpu_float32 PASSED 2022-12-01T10:38:43.0708120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addmm_decomposed_cpu_float32 PASSED 2022-12-01T10:38:43.0708275Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addmv_cpu_float32 PASSED 2022-12-01T10:38:43.0708463Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0708664Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0708866Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0709065Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0709235Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_as_strided_scatter_cpu_float32 XFAIL 2022-12-01T10:38:43.0709390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_asinh_cpu_float32 PASSED 2022-12-01T10:38:43.0709545Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atan2_cpu_float32 PASSED 2022-12-01T10:38:43.0709699Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atan_cpu_float32 PASSED 2022-12-01T10:38:43.0709853Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atanh_cpu_float32 PASSED 2022-12-01T10:38:43.0718814Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atleast_3d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0719043Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bfloat16_cpu_float32 XFAIL 2022-12-01T10:38:43.0719526Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bfloat16_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:38:43.0719754Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0719961Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0720116Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ceil_cpu_float32 PASSED 2022-12-01T10:38:43.0720274Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cholesky_cpu_float32 XFAIL 2022-12-01T10:38:43.0720550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cholesky_inverse_cpu_float32 PASSED 2022-12-01T10:38:43.0720757Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cholesky_solve_cpu_float32 PASSED 2022-12-01T10:38:43.0720917Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_clamp_min_cpu_float32 PASSED 2022-12-01T10:38:43.0721078Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_column_stack_cpu_float32 PASSED 2022-12-01T10:38:43.0721241Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_combinations_cpu_float32 PASSED 2022-12-01T10:38:43.0721383Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_conj_cpu_float32 PASSED 2022-12-01T10:38:43.0721541Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_conj_physical_cpu_float32 PASSED 2022-12-01T10:38:43.0721706Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_constant_pad_nd_cpu_float32 PASSED 2022-12-01T10:38:43.0721865Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_contiguous_cpu_float32 PASSED 2022-12-01T10:38:43.0722016Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cosh_cpu_float32 PASSED 2022-12-01T10:38:43.0722170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cross_cpu_float32 PASSED 2022-12-01T10:38:43.0722324Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cummin_cpu_float32 PASSED 2022-12-01T10:38:43.0722473Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cumsum_cpu_float32 PASSED 2022-12-01T10:38:43.0722619Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_deg2rad_cpu_float32 PASSED 2022-12-01T10:38:43.0722775Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diag_embed_cpu_float32 PASSED 2022-12-01T10:38:43.0722930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diagonal_cpu_float32 PASSED 2022-12-01T10:38:43.0723096Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diagonal_scatter_cpu_float32 PASSED 2022-12-01T10:38:43.0723248Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_dist_cpu_float32 PASSED 2022-12-01T10:38:43.0723418Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_div_no_rounding_mode_cpu_float32 PASSED 2022-12-01T10:38:43.0723586Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_div_trunc_rounding_cpu_float32 PASSED 2022-12-01T10:38:43.0723737Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_dot_cpu_float32 PASSED 2022-12-01T10:38:43.0723892Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_dstack_cpu_float32 PASSED 2022-12-01T10:38:43.0724082Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0724286Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0724433Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_erf_cpu_float32 PASSED 2022-12-01T10:38:43.0724584Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_erfc_cpu_float32 PASSED 2022-12-01T10:38:43.0724737Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_exp2_cpu_float32 PASSED 2022-12-01T10:38:43.0724891Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_expm1_cpu_float32 PASSED 2022-12-01T10:38:43.0725052Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_fftshift_cpu_float32 PASSED 2022-12-01T10:38:43.0725205Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_hfft_cpu_float32 PASSED 2022-12-01T10:38:43.0725353Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_hfftn_cpu_float32 PASSED 2022-12-01T10:38:43.0725504Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ifft2_cpu_float32 PASSED 2022-12-01T10:38:43.0725660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ifft_cpu_float32 PASSED 2022-12-01T10:38:43.0725820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ifftshift_cpu_float32 PASSED 2022-12-01T10:38:43.0725977Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_irfft2_cpu_float32 PASSED 2022-12-01T10:38:43.0726164Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_irfft_cpu_float32 PASSED 2022-12-01T10:38:43.0726343Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_rfft_cpu_float32 PASSED 2022-12-01T10:38:43.0726497Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_rfftn_cpu_float32 PASSED 2022-12-01T10:38:43.0726644Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_flatten_cpu_float32 PASSED 2022-12-01T10:38:43.0726795Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_flip_cpu_float32 PASSED 2022-12-01T10:38:43.0726947Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fliplr_cpu_float32 PASSED 2022-12-01T10:38:43.0727101Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_flipud_cpu_float32 PASSED 2022-12-01T10:38:43.0727259Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_float_power_cpu_float32 PASSED 2022-12-01T10:38:43.0727463Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0727615Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fmax_cpu_float32 PASSED 2022-12-01T10:38:43.0727819Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0728012Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0728154Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_half_cpu_float32 XFAIL 2022-12-01T10:38:43.0728349Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0728500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_hsplit_cpu_float32 PASSED 2022-12-01T10:38:43.0728653Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_hypot_cpu_float32 PASSED 2022-12-01T10:38:43.0728803Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_i0_cpu_float32 PASSED 2022-12-01T10:38:43.0729003Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0729202Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0729359Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_add_cpu_float32 PASSED 2022-12-01T10:38:43.0729515Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_fill_cpu_float32 PASSED 2022-12-01T10:38:43.0729660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_put_cpu_float32 PASSED 2022-12-01T10:38:43.0729829Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:38:43.0729988Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_select_cpu_float32 PASSED 2022-12-01T10:38:43.0730139Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_inner_cpu_float32 PASSED 2022-12-01T10:38:43.0730334Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0730557Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0730756Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0730947Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0731139Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0731284Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_istft_cpu_float32 PASSED 2022-12-01T10:38:43.0731482Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:38:43.0731713Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:38:43.0731929Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:38:43.0732117Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:38:43.0732268Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_kron_cpu_float32 PASSED 2022-12-01T10:38:43.0732457Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0732614Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_det_cpu_float32 PASSED 2022-12-01T10:38:43.0732774Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_eigvals_cpu_float32 PASSED 2022-12-01T10:38:43.0732929Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_eigvalsh_cpu_float32 PASSED 2022-12-01T10:38:43.0733142Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0733346Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0733522Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lstsq_grad_oriented_cpu_float32 PASSED 2022-12-01T10:38:43.0733677Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_cpu_float32 PASSED 2022-12-01T10:38:43.0733840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_factor_cpu_float32 PASSED 2022-12-01T10:38:43.0734059Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0734220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_multi_dot_cpu_float32 PASSED 2022-12-01T10:38:43.0734379Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0734607Z 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:38:43.0734766Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_qr_cpu_float32 PASSED 2022-12-01T10:38:43.0734926Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_solve_cpu_float32 PASSED 2022-12-01T10:38:43.0735088Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_solve_ex_cpu_float32 PASSED 2022-12-01T10:38:43.0735247Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_svd_cpu_float32 PASSED 2022-12-01T10:38:43.0735408Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_svdvals_cpu_float32 PASSED 2022-12-01T10:38:43.0735575Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_tensorsolve_cpu_float32 PASSED 2022-12-01T10:38:43.0735736Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_vander_cpu_float32 PASSED 2022-12-01T10:38:43.0735898Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_vecdot_cpu_float32 PASSED 2022-12-01T10:38:43.0736043Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log1p_cpu_float32 PASSED 2022-12-01T10:38:43.0736194Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log2_cpu_float32 PASSED 2022-12-01T10:38:43.0736358Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logcumsumexp_cpu_float32 XFAIL 2022-12-01T10:38:43.0736559Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0736710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logit_cpu_float32 PASSED 2022-12-01T10:38:43.0736908Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0737161Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0737345Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lu_solve_cpu_float32 PASSED 2022-12-01T10:38:43.0737494Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mH_cpu_float32 PASSED 2022-12-01T10:38:43.0737688Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0737844Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_fill_cpu_float32 PASSED 2022-12-01T10:38:43.0737997Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_mean_cpu_float32 PASSED 2022-12-01T10:38:43.0738156Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_median_cpu_float32 PASSED 2022-12-01T10:38:43.0738319Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_scatter_cpu_float32 PASSED 2022-12-01T10:38:43.0738480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_select_cpu_float32 PASSED 2022-12-01T10:38:43.0738640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_softmax_cpu_float32 PASSED 2022-12-01T10:38:43.0738800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_softmin_cpu_float32 PASSED 2022-12-01T10:38:43.0738946Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_var_cpu_float32 PASSED 2022-12-01T10:38:43.0739115Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_max_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:38:43.0739282Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_max_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:38:43.0739436Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_maximum_cpu_float32 PASSED 2022-12-01T10:38:43.0739588Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_median_cpu_float32 PASSED 2022-12-01T10:38:43.0739778Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_meshgrid_list_of_tensors_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0739973Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_meshgrid_variadic_tensors_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0740177Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0740328Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mv_cpu_float32 PASSED 2022-12-01T10:38:43.0740488Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mvlgamma_mvlgamma_p_3_cpu_float32 XFAIL 2022-12-01T10:38:43.0740656Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mvlgamma_mvlgamma_p_5_cpu_float32 XFAIL 2022-12-01T10:38:43.0740809Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nansum_cpu_float32 PASSED 2022-12-01T10:38:43.0740960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_narrow_cpu_float32 PASSED 2022-12-01T10:38:43.0741153Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0741350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0741560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0741755Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0741951Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0742154Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0742337Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:38:43.0742524Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED 2022-12-01T10:38:43.0742729Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:38:43.0742931Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:38:43.0743100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:38:43.0743271Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_batch_norm_cpu_float32 XFAIL 2022-12-01T10:38:43.0743453Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_binary_cross_entropy_cpu_float32 XFAIL 2022-12-01T10:38:43.0743650Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED 2022-12-01T10:38:43.0743810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv1d_cpu_float32 PASSED 2022-12-01T10:38:43.0743982Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_cpu_float32 PASSED 2022-12-01T10:38:43.0744183Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0744390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0744570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_with_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0744751Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv_transpose1d_cpu_float32 PASSED 2022-12-01T10:38:43.0744936Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_cosine_embedding_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0745120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_cosine_similarity_cpu_float32 PASSED 2022-12-01T10:38:43.0745300Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_cross_entropy_cpu_float32 PASSED 2022-12-01T10:38:43.0745462Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_dropout_cpu_float32 XFAIL 2022-12-01T10:38:43.0745631Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_elu_cpu_float32 PASSED 2022-12-01T10:38:43.0745803Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_embedding_cpu_float32 PASSED 2022-12-01T10:38:43.0746002Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 XFAIL 2022-12-01T10:38:43.0746205Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED 2022-12-01T10:38:43.0746389Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_fractional_max_pool2d_cpu_float32 XFAIL 2022-12-01T10:38:43.0746557Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_gelu_cpu_float32 PASSED 2022-12-01T10:38:43.0746723Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_glu_cpu_float32 PASSED 2022-12-01T10:38:43.0746901Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_hardshrink_cpu_float32 PASSED 2022-12-01T10:38:43.0747065Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_hardsigmoid_cpu_float32 XFAIL 2022-12-01T10:38:43.0747238Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_hardtanh_cpu_float32 PASSED 2022-12-01T10:38:43.0747410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_huber_loss_cpu_float32 XFAIL 2022-12-01T10:38:43.0747585Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_instance_norm_cpu_float32 XFAIL 2022-12-01T10:38:43.0747771Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_linear_cpu_float32 PASSED 2022-12-01T10:38:43.0747956Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_nearest_cpu_float32 PASSED 2022-12-01T10:38:43.0748157Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_linear_cpu_float32 PASSED 2022-12-01T10:38:43.0748371Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_local_response_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0748547Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_logsigmoid_cpu_float32 XFAIL 2022-12-01T10:38:43.0748710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_pool1d_cpu_float32 PASSED 2022-12-01T10:38:43.0748884Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool1d_cpu_float32 PASSED 2022-12-01T10:38:43.0749059Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool2d_cpu_float32 XFAIL 2022-12-01T10:38:43.0749230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool3d_cpu_float32 PASSED 2022-12-01T10:38:43.0749410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_multi_margin_loss_cpu_float32 XFAIL 2022-12-01T10:38:43.0749597Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_multilabel_margin_loss_cpu_float32 XFAIL 2022-12-01T10:38:43.0749790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 XFAIL 2022-12-01T10:38:43.0749961Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_nll_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0750143Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pairwise_distance_cpu_float32 PASSED 2022-12-01T10:38:43.0750313Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pixel_shuffle_cpu_float32 PASSED 2022-12-01T10:38:43.0750496Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_poisson_nll_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0750729Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_relu6_cpu_float32 PASSED 2022-12-01T10:38:43.0750900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_relu_cpu_float32 PASSED 2022-12-01T10:38:43.0751064Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_rrelu_cpu_float32 XFAIL 2022-12-01T10:38:43.0751231Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_selu_cpu_float32 PASSED 2022-12-01T10:38:43.0751397Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_silu_cpu_float32 PASSED 2022-12-01T10:38:43.0751574Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_smooth_l1_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0751750Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_soft_margin_loss_cpu_float32 XFAIL 2022-12-01T10:38:43.0751912Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_softmin_cpu_float32 PASSED 2022-12-01T10:38:43.0752094Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_softmin_with_dtype_cpu_float32 PASSED 2022-12-01T10:38:43.0752267Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_softplus_cpu_float32 PASSED 2022-12-01T10:38:43.0752445Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_tanhshrink_cpu_float32 PASSED 2022-12-01T10:38:43.0752643Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0752839Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0752995Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_norm_inf_cpu_float32 PASSED 2022-12-01T10:38:43.0753146Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_normal_cpu_float32 XFAIL 2022-12-01T10:38:43.0753311Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_normal_number_mean_cpu_float32 XFAIL 2022-12-01T10:38:43.0753497Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0753780Z 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:38:43.0753999Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ops_aten_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:38:43.0754198Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ormqr_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0754349Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_outer_cpu_float32 PASSED 2022-12-01T10:38:43.0754505Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_pinverse_cpu_float32 PASSED 2022-12-01T10:38:43.0754676Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polygamma_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:38:43.0754841Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polygamma_polygamma_n_2_cpu_float32 PASSED 2022-12-01T10:38:43.0755008Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polygamma_polygamma_n_3_cpu_float32 PASSED 2022-12-01T10:38:43.0755172Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polygamma_polygamma_n_4_cpu_float32 PASSED 2022-12-01T10:38:43.0755330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_positive_cpu_float32 PASSED 2022-12-01T10:38:43.0755478Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_pow_cpu_float32 PASSED 2022-12-01T10:38:43.0755627Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_prod_cpu_float32 PASSED 2022-12-01T10:38:43.0755775Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_qr_cpu_float32 PASSED 2022-12-01T10:38:43.0755971Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0756170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0756320Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ravel_cpu_float32 PASSED 2022-12-01T10:38:43.0756472Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_real_cpu_float32 PASSED 2022-12-01T10:38:43.0756622Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_remainder_cpu_float32 PASSED 2022-12-01T10:38:43.0756771Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_renorm_cpu_float32 XFAIL 2022-12-01T10:38:43.0756925Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_reshape_cpu_float32 PASSED 2022-12-01T10:38:43.0757120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0757281Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_resolve_conj_cpu_float32 PASSED 2022-12-01T10:38:43.0757429Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_rot90_cpu_float32 PASSED 2022-12-01T10:38:43.0757594Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_round_decimals_3_cpu_float32 PASSED 2022-12-01T10:38:43.0757744Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_rsub_cpu_float32 PASSED 2022-12-01T10:38:43.0757892Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_cpu_float32 PASSED 2022-12-01T10:38:43.0758061Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_reduce_amin_cpu_float32 PASSED 2022-12-01T10:38:43.0758227Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_reduce_mean_cpu_float32 PASSED 2022-12-01T10:38:43.0758393Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_reduce_prod_cpu_float32 XFAIL 2022-12-01T10:38:43.0758557Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_reduce_sum_cpu_float32 PASSED 2022-12-01T10:38:43.0758756Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0758926Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_segment_reduce_lengths_cpu_float32 XFAIL 2022-12-01T10:38:43.0759233Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_segment_reduce_offsets_cpu_float32 XFAIL 2022-12-01T10:38:43.0759399Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_select_scatter_cpu_float32 PASSED 2022-12-01T10:38:43.0759595Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sigmoid_cpu_float32 PASSED 2022-12-01T10:38:43.0759751Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sin_cpu_float32 PASSED 2022-12-01T10:38:43.0759900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sinc_cpu_float32 PASSED 2022-12-01T10:38:43.0760050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sinh_cpu_float32 PASSED 2022-12-01T10:38:43.0760207Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_softmax_cpu_float32 PASSED 2022-12-01T10:38:43.0760374Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_softmax_with_dtype_cpu_float32 PASSED 2022-12-01T10:38:43.0760581Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0760790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0761016Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0761411Z 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:38:43.0761768Z 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:38:43.0761986Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0762151Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_i0e_cpu_float32 PASSED 2022-12-01T10:38:43.0762373Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0762740Z 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:38:43.0762905Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_log_ndtr_cpu_float32 PASSED 2022-12-01T10:38:43.0763119Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0763499Z 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:38:43.0763876Z 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:38:43.0764043Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_xlog1py_cpu_float32 PASSED 2022-12-01T10:38:43.0764190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_split_cpu_float32 PASSED 2022-12-01T10:38:43.0764354Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_split_list_args_cpu_float32 PASSED 2022-12-01T10:38:43.0764511Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sqrt_cpu_float32 PASSED 2022-12-01T10:38:43.0764663Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_square_cpu_float32 PASSED 2022-12-01T10:38:43.0764817Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_squeeze_cpu_float32 PASSED 2022-12-01T10:38:43.0764968Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_stack_cpu_float32 PASSED 2022-12-01T10:38:43.0765117Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_stft_cpu_float32 PASSED 2022-12-01T10:38:43.0765266Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sub_cpu_float32 PASSED 2022-12-01T10:38:43.0765458Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_svd_lowrank_cpu_float32 XFAIL 2022-12-01T10:38:43.0765648Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_take_along_dim_cpu_float32 PASSED 2022-12-01T10:38:43.0765799Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_take_cpu_float32 XFAIL 2022-12-01T10:38:43.0765952Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_tanh_cpu_float32 PASSED 2022-12-01T10:38:43.0766111Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_tensor_split_cpu_float32 XFAIL 2022-12-01T10:38:43.0766266Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_tensordot_cpu_float32 PASSED 2022-12-01T10:38:43.0766418Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_topk_cpu_float32 PASSED 2022-12-01T10:38:43.0766575Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_transpose_cpu_float32 PASSED 2022-12-01T10:38:43.0766715Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_tril_cpu_float32 PASSED 2022-12-01T10:38:43.0766867Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_triu_cpu_float32 PASSED 2022-12-01T10:38:43.0767025Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_true_divide_cpu_float32 PASSED 2022-12-01T10:38:43.0767179Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_trunc_cpu_float32 PASSED 2022-12-01T10:38:43.0767375Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0767526Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_vdot_cpu_float32 PASSED 2022-12-01T10:38:43.0767688Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_view_as_complex_cpu_float32 XFAIL 2022-12-01T10:38:43.0767838Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_view_cpu_float32 PASSED 2022-12-01T10:38:43.0767982Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_vstack_cpu_float32 PASSED 2022-12-01T10:38:43.0768133Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_where_cpu_float32 PASSED 2022-12-01T10:38:43.0768281Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_zero__cpu_float32 PASSED 2022-12-01T10:38:43.0768482Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0768626Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_H_cpu_float32 PASSED 2022-12-01T10:38:43.0768771Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___radd___cpu_float32 PASSED 2022-12-01T10:38:43.0768915Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___rdiv___cpu_float32 PASSED 2022-12-01T10:38:43.0769058Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___rmod___cpu_float32 PASSED 2022-12-01T10:38:43.0769204Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___rmul___cpu_float32 PASSED 2022-12-01T10:38:43.0769344Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_addcdiv_cpu_float32 PASSED 2022-12-01T10:38:43.0769507Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_addmm_decomposed_cpu_float32 PASSED 2022-12-01T10:38:43.0769655Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_addmv_cpu_float32 PASSED 2022-12-01T10:38:43.0769847Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0770038Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0770227Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0770372Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_angle_cpu_float32 PASSED 2022-12-01T10:38:43.0770559Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0770748Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0770918Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_asinh_cpu_float32 PASSED 2022-12-01T10:38:43.0771060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_atan2_cpu_float32 PASSED 2022-12-01T10:38:43.0771232Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_atan_cpu_float32 PASSED 2022-12-01T10:38:43.0771388Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_atleast_1d_cpu_float32 PASSED 2022-12-01T10:38:43.0771535Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_atleast_2d_cpu_float32 PASSED 2022-12-01T10:38:43.0771679Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_atleast_3d_cpu_float32 PASSED 2022-12-01T10:38:43.0771827Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_baddbmm_cpu_float32 PASSED 2022-12-01T10:38:43.0772010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_bfloat16_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:38:43.0772151Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_block_diag_cpu_float32 PASSED 2022-12-01T10:38:43.0772337Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0772540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0772733Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0772919Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0773132Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0773289Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cartesian_prod_cpu_float32 PASSED 2022-12-01T10:38:43.0773434Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cat_cpu_float32 PASSED 2022-12-01T10:38:43.0773582Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ceil_cpu_float32 PASSED 2022-12-01T10:38:43.0773722Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_chalf_cpu_float32 XFAIL 2022-12-01T10:38:43.0773910Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0774068Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cholesky_solve_cpu_float32 PASSED 2022-12-01T10:38:43.0774215Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_clamp_cpu_float32 PASSED 2022-12-01T10:38:43.0774365Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_clamp_max_cpu_float32 PASSED 2022-12-01T10:38:43.0774511Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_clone_cpu_float32 PASSED 2022-12-01T10:38:43.0774661Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_complex_cpu_float32 PASSED 2022-12-01T10:38:43.0774805Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_conj_cpu_float32 PASSED 2022-12-01T10:38:43.0774953Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_conj_physical_cpu_float32 PASSED 2022-12-01T10:38:43.0775098Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cosh_cpu_float32 PASSED 2022-12-01T10:38:43.0775300Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0775448Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cummax_cpu_float32 PASSED 2022-12-01T10:38:43.0775593Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cummin_cpu_float32 PASSED 2022-12-01T10:38:43.0775742Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cumprod_cpu_float32 PASSED 2022-12-01T10:38:43.0775884Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_diag_cpu_float32 PASSED 2022-12-01T10:38:43.0776033Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_diagflat_cpu_float32 PASSED 2022-12-01T10:38:43.0776181Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_diagonal_cpu_float32 PASSED 2022-12-01T10:38:43.0776349Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_diff_cpu_float32 PASSED 2022-12-01T10:38:43.0776509Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_div_floor_rounding_cpu_float32 PASSED 2022-12-01T10:38:43.0776698Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_div_no_rounding_mode_cpu_float32 PASSED 2022-12-01T10:38:43.0776882Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_double_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:38:43.0777029Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_dsplit_cpu_float32 PASSED 2022-12-01T10:38:43.0777177Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_einsum_cpu_float32 PASSED 2022-12-01T10:38:43.0777365Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0777511Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_erf_cpu_float32 PASSED 2022-12-01T10:38:43.0777647Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_erfc_cpu_float32 PASSED 2022-12-01T10:38:43.0777794Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_exp_cpu_float32 PASSED 2022-12-01T10:38:43.0777947Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_expand_as_cpu_float32 PASSED 2022-12-01T10:38:43.0778094Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_expand_cpu_float32 PASSED 2022-12-01T10:38:43.0778241Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_fft2_cpu_float32 PASSED 2022-12-01T10:38:43.0778389Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_hfftn_cpu_float32 PASSED 2022-12-01T10:38:43.0778535Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ifft2_cpu_float32 PASSED 2022-12-01T10:38:43.0778686Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ihfft2_cpu_float32 PASSED 2022-12-01T10:38:43.0778823Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ihfft_cpu_float32 PASSED 2022-12-01T10:38:43.0778969Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_irfft_cpu_float32 PASSED 2022-12-01T10:38:43.0779123Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_irfftn_cpu_float32 PASSED 2022-12-01T10:38:43.0779268Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_rfft2_cpu_float32 PASSED 2022-12-01T10:38:43.0779417Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_rfft_cpu_float32 PASSED 2022-12-01T10:38:43.0779561Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_flip_cpu_float32 PASSED 2022-12-01T10:38:43.0779708Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fliplr_cpu_float32 PASSED 2022-12-01T10:38:43.0779853Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_flipud_cpu_float32 PASSED 2022-12-01T10:38:43.0780022Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_float_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:38:43.0780175Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_float_power_cpu_float32 PASSED 2022-12-01T10:38:43.0780369Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0780518Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fmod_cpu_float32 PASSED 2022-12-01T10:38:43.0780715Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0780900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0781087Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0781271Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0781415Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_half_cpu_float32 XFAIL 2022-12-01T10:38:43.0781582Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_half_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:38:43.0781740Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_H_cpu_float32 PASSED 2022-12-01T10:38:43.0781963Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_T_cpu_float32 PASSED 2022-12-01T10:38:43.0782169Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___getitem___functorch_cpu_float32 PASSED 2022-12-01T10:38:43.0782337Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___radd___cpu_float32 PASSED 2022-12-01T10:38:43.0782500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rmul___cpu_float32 PASSED 2022-12-01T10:38:43.0782660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rpow___cpu_float32 PASSED 2022-12-01T10:38:43.0782823Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rsub___cpu_float32 PASSED 2022-12-01T10:38:43.0782981Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_abs_cpu_float32 PASSED 2022-12-01T10:38:43.0783133Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_acos_cpu_float32 PASSED 2022-12-01T10:38:43.0783292Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_add_cpu_float32 PASSED 2022-12-01T10:38:43.0783457Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addbmm_cpu_float32 PASSED 2022-12-01T10:38:43.0783619Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addcdiv_cpu_float32 PASSED 2022-12-01T10:38:43.0783785Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addcmul_cpu_float32 PASSED 2022-12-01T10:38:43.0783946Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addmm_cpu_float32 PASSED 2022-12-01T10:38:43.0784107Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addmv_cpu_float32 PASSED 2022-12-01T10:38:43.0784264Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addr_cpu_float32 PASSED 2022-12-01T10:38:43.0784421Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_amax_cpu_float32 PASSED 2022-12-01T10:38:43.0784573Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_angle_cpu_float32 PASSED 2022-12-01T10:38:43.0784789Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0784991Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0785193Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0785367Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_as_strided_scatter_cpu_float32 XFAIL 2022-12-01T10:38:43.0785525Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_asin_cpu_float32 PASSED 2022-12-01T10:38:43.0785686Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_asinh_cpu_float32 PASSED 2022-12-01T10:38:43.0785845Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atanh_cpu_float32 PASSED 2022-12-01T10:38:43.0786028Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bernoulli_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0786186Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bfloat16_cpu_float32 XFAIL 2022-12-01T10:38:43.0786377Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bfloat16_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:38:43.0786535Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bmm_cpu_float32 PASSED 2022-12-01T10:38:43.0786736Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0786967Z 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:38:43.0787182Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0787392Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_broadcast_tensors_cpu_float32 PASSED 2022-12-01T10:38:43.0787627Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0787857Z 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:38:43.0788031Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cartesian_prod_cpu_float32 PASSED 2022-12-01T10:38:43.0788182Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cat_cpu_float32 PASSED 2022-12-01T10:38:43.0788343Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cdist_cpu_float32 PASSED 2022-12-01T10:38:43.0788502Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ceil_cpu_float32 PASSED 2022-12-01T10:38:43.0788708Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0788938Z 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:38:43.0789104Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cholesky_cpu_float32 PASSED 2022-12-01T10:38:43.0789274Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cholesky_solve_cpu_float32 PASSED 2022-12-01T10:38:43.0789436Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_clamp_cpu_float32 PASSED 2022-12-01T10:38:43.0789601Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_clamp_max_cpu_float32 PASSED 2022-12-01T10:38:43.0789753Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_conj_cpu_float32 PASSED 2022-12-01T10:38:43.0789925Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_conj_physical_cpu_float32 PASSED 2022-12-01T10:38:43.0790089Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_copysign_cpu_float32 XFAIL 2022-12-01T10:38:43.0790254Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_corrcoef_cpu_float32 PASSED 2022-12-01T10:38:43.0790411Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cos_cpu_float32 PASSED 2022-12-01T10:38:43.0790567Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cosh_cpu_float32 PASSED 2022-12-01T10:38:43.0790791Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cummax_cpu_float32 XFAIL 2022-12-01T10:38:43.0790954Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cummin_cpu_float32 XFAIL 2022-12-01T10:38:43.0791107Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cumprod_cpu_float32 XFAIL 2022-12-01T10:38:43.0791270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cumsum_cpu_float32 PASSED 2022-12-01T10:38:43.0791431Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_deg2rad_cpu_float32 PASSED 2022-12-01T10:38:43.0791591Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diag_cpu_float32 PASSED 2022-12-01T10:38:43.0791757Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diag_embed_cpu_float32 PASSED 2022-12-01T10:38:43.0791923Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diagonal_cpu_float32 PASSED 2022-12-01T10:38:43.0792098Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diagonal_scatter_cpu_float32 PASSED 2022-12-01T10:38:43.0792277Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_div_no_rounding_mode_cpu_float32 PASSED 2022-12-01T10:38:43.0792467Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_double_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:38:43.0792659Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_einsum_cpu_float32 PASSED 2022-12-01T10:38:43.0792904Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0793065Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_exp_cpu_float32 PASSED 2022-12-01T10:38:43.0793229Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_expand_as_cpu_float32 PASSED 2022-12-01T10:38:43.0793388Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_expm1_cpu_float32 PASSED 2022-12-01T10:38:43.0793587Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0793747Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_fft_cpu_float32 PASSED 2022-12-01T10:38:43.0793910Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_fftn_cpu_float32 PASSED 2022-12-01T10:38:43.0794073Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_hfft_cpu_float32 PASSED 2022-12-01T10:38:43.0794233Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_hfftn_cpu_float32 PASSED 2022-12-01T10:38:43.0794398Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ifft2_cpu_float32 PASSED 2022-12-01T10:38:43.0794562Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ihfftn_cpu_float32 XFAIL 2022-12-01T10:38:43.0794722Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_irfft_cpu_float32 PASSED 2022-12-01T10:38:43.0794886Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_irfftn_cpu_float32 PASSED 2022-12-01T10:38:43.0795046Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_rfft2_cpu_float32 PASSED 2022-12-01T10:38:43.0795205Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_rfft_cpu_float32 PASSED 2022-12-01T10:38:43.0795370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_rfftn_cpu_float32 PASSED 2022-12-01T10:38:43.0795531Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fill_cpu_float32 PASSED 2022-12-01T10:38:43.0795686Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_flatten_cpu_float32 PASSED 2022-12-01T10:38:43.0795846Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_float_cpu_float32 XFAIL 2022-12-01T10:38:43.0796035Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_float_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:38:43.0796192Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fmod_cpu_float32 PASSED 2022-12-01T10:38:43.0796347Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_frac_cpu_float32 PASSED 2022-12-01T10:38:43.0796506Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_frexp_cpu_float32 PASSED 2022-12-01T10:38:43.0796669Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_gather_cpu_float32 PASSED 2022-12-01T10:38:43.0796873Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0797071Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0797269Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0797479Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0797641Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_hypot_cpu_float32 PASSED 2022-12-01T10:38:43.0797844Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0798038Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_copy_cpu_float32 XFAIL 2022-12-01T10:38:43.0798244Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:38:43.0798446Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0798644Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0798844Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0799047Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0799358Z 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:38:43.0799556Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:38:43.0799762Z 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:38:43.0799957Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:38:43.0800115Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_kron_cpu_float32 PASSED 2022-12-01T10:38:43.0800272Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lerp_cpu_float32 PASSED 2022-12-01T10:38:43.0800442Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_cross_cpu_float32 PASSED 2022-12-01T10:38:43.0800607Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_det_cpu_float32 PASSED 2022-12-01T10:38:43.0800781Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_eigh_cpu_float32 PASSED 2022-12-01T10:38:43.0800950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_eigvalsh_cpu_float32 PASSED 2022-12-01T10:38:43.0801135Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_householder_product_cpu_float32 XFAIL 2022-12-01T10:38:43.0801349Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0801519Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lstsq_cpu_float32 PASSED 2022-12-01T10:38:43.0801701Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lstsq_grad_oriented_cpu_float32 PASSED 2022-12-01T10:38:43.0801875Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lu_factor_ex_cpu_float32 XFAIL 2022-12-01T10:38:43.0802049Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_matrix_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0802224Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_multi_dot_cpu_float32 PASSED 2022-12-01T10:38:43.0802390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0802574Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_norm_subgradients_at_zero_cpu_float32 PASSED 2022-12-01T10:38:43.0802742Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_pinv_cpu_float32 PASSED 2022-12-01T10:38:43.0802904Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_qr_cpu_float32 PASSED 2022-12-01T10:38:43.0803075Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_slogdet_cpu_float32 PASSED 2022-12-01T10:38:43.0803239Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_svd_cpu_float32 PASSED 2022-12-01T10:38:43.0803470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_svdvals_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0803680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_tensorsolve_cpu_float32 PASSED 2022-12-01T10:38:43.0803857Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_vector_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0804016Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log10_cpu_float32 PASSED 2022-12-01T10:38:43.0804170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log1p_cpu_float32 PASSED 2022-12-01T10:38:43.0804330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log2_cpu_float32 PASSED 2022-12-01T10:38:43.0804503Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log_softmax_dtype_cpu_float32 PASSED 2022-12-01T10:38:43.0804666Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logdet_cpu_float32 PASSED 2022-12-01T10:38:43.0804877Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0805089Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0805249Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logit_cpu_float32 PASSED 2022-12-01T10:38:43.0805406Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lu_cpu_float32 XFAIL 2022-12-01T10:38:43.0805566Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lu_solve_cpu_float32 XFAIL 2022-12-01T10:38:43.0805722Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lu_unpack_cpu_float32 XFAIL 2022-12-01T10:38:43.0805879Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mH_cpu_float32 PASSED 2022-12-01T10:38:43.0806037Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mT_cpu_float32 PASSED 2022-12-01T10:38:43.0806206Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_amax_cpu_float32 PASSED 2022-12-01T10:38:43.0806418Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0806590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_cumprod_cpu_float32 XFAIL 2022-12-01T10:38:43.0806755Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_cumsum_cpu_float32 PASSED 2022-12-01T10:38:43.0806929Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_log_softmax_cpu_float32 PASSED 2022-12-01T10:38:43.0807096Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_mean_cpu_float32 PASSED 2022-12-01T10:38:43.0807251Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0807428Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_normalize_cpu_float32 PASSED 2022-12-01T10:38:43.0807597Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_prod_cpu_float32 PASSED 2022-12-01T10:38:43.0807765Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_select_cpu_float32 XFAIL 2022-12-01T10:38:43.0807935Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_softmin_cpu_float32 PASSED 2022-12-01T10:38:43.0808099Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_sum_cpu_float32 PASSED 2022-12-01T10:38:43.0808260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_var_cpu_float32 PASSED 2022-12-01T10:38:43.0808419Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_matrix_exp_cpu_float32 PASSED 2022-12-01T10:38:43.0808579Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_maximum_cpu_float32 PASSED 2022-12-01T10:38:43.0808784Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_meshgrid_variadic_tensors_cpu_float32 PASSED 2022-12-01T10:38:43.0808981Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_min_binary_cpu_float32 PASSED 2022-12-01T10:38:43.0809144Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_movedim_cpu_float32 PASSED 2022-12-01T10:38:43.0809299Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mul_cpu_float32 PASSED 2022-12-01T10:38:43.0809509Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0809674Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nan_to_num_cpu_float32 PASSED 2022-12-01T10:38:43.0809836Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nanmean_cpu_float32 XFAIL 2022-12-01T10:38:43.0810024Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_native_batch_norm_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0810182Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_neg_cpu_float32 PASSED 2022-12-01T10:38:43.0810385Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0810590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0810786Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0810979Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:38:43.0811169Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED 2022-12-01T10:38:43.0811358Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED 2022-12-01T10:38:43.0811543Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:38:43.0811733Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_binary_cross_entropy_cpu_float32 PASSED 2022-12-01T10:38:43.0811907Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_celu_cpu_float32 PASSED 2022-12-01T10:38:43.0812082Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv1d_cpu_float32 PASSED 2022-12-01T10:38:43.0812251Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_cpu_float32 PASSED 2022-12-01T10:38:43.0812458Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0812662Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0812866Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0813079Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0813270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_with_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0813458Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv_transpose1d_cpu_float32 PASSED 2022-12-01T10:38:43.0813639Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv_transpose2d_cpu_float32 PASSED 2022-12-01T10:38:43.0813830Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_cosine_embedding_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0814055Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_dropout2d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0814269Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_dropout3d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0814463Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_dropout_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0814654Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_embedding_functorch_cpu_float32 PASSED 2022-12-01T10:38:43.0814835Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_grid_sample_cpu_float32 PASSED 2022-12-01T10:38:43.0815017Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_instance_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0815207Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_area_cpu_float32 PASSED 2022-12-01T10:38:43.0815399Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_bicubic_cpu_float32 PASSED 2022-12-01T10:38:43.0815592Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_bilinear_cpu_float32 PASSED 2022-12-01T10:38:43.0815784Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_linear_cpu_float32 PASSED 2022-12-01T10:38:43.0815968Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_nearest_cpu_float32 PASSED 2022-12-01T10:38:43.0816149Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_layer_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0816328Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_leaky_relu_cpu_float32 PASSED 2022-12-01T10:38:43.0816517Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_local_response_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0816702Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_margin_ranking_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0816884Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_pool1d_cpu_float32 PASSED 2022-12-01T10:38:43.0817062Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_pool2d_cpu_float32 PASSED 2022-12-01T10:38:43.0817243Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_unpool2d_cpu_float32 XFAIL 2022-12-01T10:38:43.0817424Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_unpool3d_cpu_float32 XFAIL 2022-12-01T10:38:43.0817618Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_multilabel_margin_loss_cpu_float32 XFAIL 2022-12-01T10:38:43.0817811Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0817993Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pad_reflect_cpu_float32 PASSED 2022-12-01T10:38:43.0818183Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pairwise_distance_cpu_float32 PASSED 2022-12-01T10:38:43.0818365Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pixel_shuffle_cpu_float32 PASSED 2022-12-01T10:38:43.0818550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pixel_unshuffle_cpu_float32 PASSED 2022-12-01T10:38:43.0818734Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_poisson_nll_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0818910Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_relu6_cpu_float32 PASSED 2022-12-01T10:38:43.0819086Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_selu_cpu_float32 PASSED 2022-12-01T10:38:43.0819298Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_silu_cpu_float32 PASSED 2022-12-01T10:38:43.0819502Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_softplus_cpu_float32 PASSED 2022-12-01T10:38:43.0819684Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_softshrink_cpu_float32 PASSED 2022-12-01T10:38:43.0819862Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_softsign_cpu_float32 PASSED 2022-12-01T10:38:43.0820043Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_tanhshrink_cpu_float32 PASSED 2022-12-01T10:38:43.0820249Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0820455Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0820621Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_norm_fro_cpu_float32 PASSED 2022-12-01T10:38:43.0820789Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_norm_inf_cpu_float32 PASSED 2022-12-01T10:38:43.0820954Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_norm_nuc_cpu_float32 PASSED 2022-12-01T10:38:43.0821134Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_normal_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0821317Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_normal_number_mean_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0821520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0821773Z 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:38:43.0821977Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ormqr_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0822139Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_outer_cpu_float32 PASSED 2022-12-01T10:38:43.0822308Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_pca_lowrank_cpu_float32 XFAIL 2022-12-01T10:38:43.0822489Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_1_cpu_float32 PASSED 2022-12-01T10:38:43.0822671Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_3_cpu_float32 PASSED 2022-12-01T10:38:43.0822851Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_4_cpu_float32 PASSED 2022-12-01T10:38:43.0823008Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_positive_cpu_float32 PASSED 2022-12-01T10:38:43.0823169Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_prod_cpu_float32 PASSED 2022-12-01T10:38:43.0823324Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_put_cpu_float32 XFAIL 2022-12-01T10:38:43.0823478Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_qr_cpu_float32 PASSED 2022-12-01T10:38:43.0823641Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_quantile_cpu_float32 XFAIL 2022-12-01T10:38:43.0823845Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0824046Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0824255Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0824445Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_real_cpu_float32 PASSED 2022-12-01T10:38:43.0824597Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_renorm_cpu_float32 XFAIL 2022-12-01T10:38:43.0824786Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_repeat_cpu_float32 PASSED 2022-12-01T10:38:43.0824961Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_repeat_interleave_cpu_float32 PASSED 2022-12-01T10:38:43.0825128Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_reshape_as_cpu_float32 PASSED 2022-12-01T10:38:43.0825291Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_reshape_cpu_float32 PASSED 2022-12-01T10:38:43.0825497Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0825706Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0825869Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_roll_cpu_float32 PASSED 2022-12-01T10:38:43.0826028Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_rot90_cpu_float32 PASSED 2022-12-01T10:38:43.0826179Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_round_cpu_float32 PASSED 2022-12-01T10:38:43.0826355Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_round_decimals_0_cpu_float32 PASSED 2022-12-01T10:38:43.0826529Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_round_decimals_neg_3_cpu_float32 PASSED 2022-12-01T10:38:43.0826685Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_rsqrt_cpu_float32 PASSED 2022-12-01T10:38:43.0826842Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_rsub_cpu_float32 PASSED 2022-12-01T10:38:43.0827005Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_cpu_float32 PASSED 2022-12-01T10:38:43.0827182Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_reduce_amax_cpu_float32 XFAIL 2022-12-01T10:38:43.0827357Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_reduce_amin_cpu_float32 XFAIL 2022-12-01T10:38:43.0827529Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_reduce_mean_cpu_float32 XFAIL 2022-12-01T10:38:43.0827694Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_reduce_prod_cpu_float32 XFAIL 2022-12-01T10:38:43.0827871Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_segment_reduce_lengths_cpu_float32 XFAIL 2022-12-01T10:38:43.0828051Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_segment_reduce_offsets_cpu_float32 XFAIL 2022-12-01T10:38:43.0828215Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_select_cpu_float32 PASSED 2022-12-01T10:38:43.0828447Z 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:38:43.0828607Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sin_cpu_float32 PASSED 2022-12-01T10:38:43.0828767Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sinc_cpu_float32 PASSED 2022-12-01T10:38:43.0828922Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sinh_cpu_float32 PASSED 2022-12-01T10:38:43.0829080Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_slice_cpu_float32 PASSED 2022-12-01T10:38:43.0829236Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_softmax_cpu_float32 PASSED 2022-12-01T10:38:43.0829413Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sparse_sampled_addmm_cpu_float32 XFAIL 2022-12-01T10:38:43.0829623Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0829884Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0830327Z 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:38:43.0830503Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_erfcx_cpu_float32 PASSED 2022-12-01T10:38:43.0830793Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0831182Z 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:38:43.0831357Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_log_ndtr_cpu_float32 XFAIL 2022-12-01T10:38:43.0831582Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0831755Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_ndtr_cpu_float32 PASSED 2022-12-01T10:38:43.0831919Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_ndtri_cpu_float32 PASSED 2022-12-01T10:38:43.0832117Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:38:43.0832349Z 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:38:43.0832580Z 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:38:43.0832982Z 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:38:43.0833373Z 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:38:43.0833761Z 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:38:43.0833920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_split_cpu_float32 PASSED 2022-12-01T10:38:43.0834093Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_split_list_args_cpu_float32 PASSED 2022-12-01T10:38:43.0834267Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_split_with_sizes_cpu_float32 PASSED 2022-12-01T10:38:43.0834423Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sqrt_cpu_float32 PASSED 2022-12-01T10:38:43.0834589Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_squeeze_cpu_float32 PASSED 2022-12-01T10:38:43.0834747Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sum_cpu_float32 PASSED 2022-12-01T10:38:43.0834905Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_svd_cpu_float32 PASSED 2022-12-01T10:38:43.0835074Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_svd_lowrank_cpu_float32 XFAIL 2022-12-01T10:38:43.0835232Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tanh_cpu_float32 PASSED 2022-12-01T10:38:43.0835400Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tensor_split_cpu_float32 XFAIL 2022-12-01T10:38:43.0835564Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tensordot_cpu_float32 PASSED 2022-12-01T10:38:43.0835753Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_topk_cpu_float32 PASSED 2022-12-01T10:38:43.0835907Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unbind_cpu_float32 PASSED 2022-12-01T10:38:43.0836098Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unflatten_cpu_float32 PASSED 2022-12-01T10:38:43.0836304Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0836521Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0836727Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0836885Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_view_cpu_float32 PASSED 2022-12-01T10:38:43.0837043Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_zero__cpu_float32 PASSED 2022-12-01T10:38:43.0837245Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0837440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0837622Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0837815Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0837962Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_hstack_cpu_float32 PASSED 2022-12-01T10:38:43.0838113Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_index_add_cpu_float32 PASSED 2022-12-01T10:38:43.0838265Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_index_copy_cpu_float32 PASSED 2022-12-01T10:38:43.0838413Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_index_fill_cpu_float32 PASSED 2022-12-01T10:38:43.0838562Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_index_put_cpu_float32 XFAIL 2022-12-01T10:38:43.0838715Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_index_select_cpu_float32 PASSED 2022-12-01T10:38:43.0838899Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0839082Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0839395Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0839583Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0839773Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0839965Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0840164Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:38:43.0840316Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_kthvalue_cpu_float32 PASSED 2022-12-01T10:38:43.0840502Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0840647Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_lerp_cpu_float32 PASSED 2022-12-01T10:38:43.0840786Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_lgamma_cpu_float32 PASSED 2022-12-01T10:38:43.0840938Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_cond_cpu_float32 PASSED 2022-12-01T10:38:43.0841085Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_det_cpu_float32 PASSED 2022-12-01T10:38:43.0841316Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_eig_cpu_float32 XFAIL 2022-12-01T10:38:43.0841466Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_eigh_cpu_float32 PASSED 2022-12-01T10:38:43.0841658Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_eigvalsh_cpu_float32 PASSED 2022-12-01T10:38:43.0841833Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_householder_product_cpu_float32 XFAIL 2022-12-01T10:38:43.0841981Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_inv_cpu_float32 PASSED 2022-12-01T10:38:43.0842127Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_inv_ex_cpu_float32 PASSED 2022-12-01T10:38:43.0842324Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0842522Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0842681Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lu_factor_ex_cpu_float32 PASSED 2022-12-01T10:38:43.0842837Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lu_solve_cpu_float32 PASSED 2022-12-01T10:38:43.0842999Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_matrix_power_cpu_float32 PASSED 2022-12-01T10:38:43.0843200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0843409Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0843567Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_multi_dot_cpu_float32 PASSED 2022-12-01T10:38:43.0843719Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0843862Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_pinv_cpu_float32 PASSED 2022-12-01T10:38:43.0844032Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_pinv_hermitian_cpu_float32 PASSED 2022-12-01T10:38:43.0844178Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_qr_cpu_float32 PASSED 2022-12-01T10:38:43.0844334Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_slogdet_cpu_float32 PASSED 2022-12-01T10:38:43.0844500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_solve_triangular_cpu_float32 PASSED 2022-12-01T10:38:43.0844671Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_svdvals_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0844829Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_tensorinv_cpu_float32 PASSED 2022-12-01T10:38:43.0844989Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_tensorsolve_cpu_float32 PASSED 2022-12-01T10:38:43.0845137Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_vander_cpu_float32 PASSED 2022-12-01T10:38:43.0845290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_vecdot_cpu_float32 PASSED 2022-12-01T10:38:43.0845484Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0845632Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_log1p_cpu_float32 PASSED 2022-12-01T10:38:43.0845774Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_log_cpu_float32 PASSED 2022-12-01T10:38:43.0845930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_log_softmax_dtype_cpu_float32 PASSED 2022-12-01T10:38:43.0846081Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logaddexp2_cpu_float32 PASSED 2022-12-01T10:38:43.0846231Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logaddexp_cpu_float32 PASSED 2022-12-01T10:38:43.0846368Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logit_cpu_float32 PASSED 2022-12-01T10:38:43.0846554Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0846724Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_lu_cpu_float32 PASSED 2022-12-01T10:38:43.0846872Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_lu_unpack_cpu_float32 PASSED 2022-12-01T10:38:43.0847039Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mH_cpu_float32 PASSED 2022-12-01T10:38:43.0847192Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_amax_cpu_float32 PASSED 2022-12-01T10:38:43.0847347Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_cumprod_cpu_float32 PASSED 2022-12-01T10:38:43.0847501Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_cumsum_cpu_float32 PASSED 2022-12-01T10:38:43.0847651Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_fill_cpu_float32 PASSED 2022-12-01T10:38:43.0847823Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_fill_functorch_Scalar_only_cpu_float32 PASSED 2022-12-01T10:38:43.0847981Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_log_softmax_cpu_float32 PASSED 2022-12-01T10:38:43.0848141Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_logaddexp_cpu_float32 PASSED 2022-12-01T10:38:43.0848290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_mean_cpu_float32 PASSED 2022-12-01T10:38:43.0848447Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_median_cpu_float32 PASSED 2022-12-01T10:38:43.0848595Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0848753Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_normalize_cpu_float32 PASSED 2022-12-01T10:38:43.0848907Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_scatter_cpu_float32 XFAIL 2022-12-01T10:38:43.0849055Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_softmin_cpu_float32 PASSED 2022-12-01T10:38:43.0849204Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_sum_cpu_float32 PASSED 2022-12-01T10:38:43.0849349Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_var_cpu_float32 PASSED 2022-12-01T10:38:43.0849497Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_matmul_cpu_float32 PASSED 2022-12-01T10:38:43.0849646Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_matrix_exp_cpu_float32 PASSED 2022-12-01T10:38:43.0849796Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_maximum_cpu_float32 PASSED 2022-12-01T10:38:43.0849967Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_meshgrid_list_of_tensors_cpu_float32 PASSED 2022-12-01T10:38:43.0850112Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_min_binary_cpu_float32 PASSED 2022-12-01T10:38:43.0850272Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_min_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:38:43.0850428Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_min_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:38:43.0850575Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_minimum_cpu_float32 PASSED 2022-12-01T10:38:43.0850717Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mode_cpu_float32 PASSED 2022-12-01T10:38:43.0850863Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_movedim_cpu_float32 PASSED 2022-12-01T10:38:43.0851028Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED 2022-12-01T10:38:43.0851177Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nansum_cpu_float32 PASSED 2022-12-01T10:38:43.0851372Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0851548Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_native_batch_norm_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0851727Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0851871Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_neg_cpu_float32 PASSED 2022-12-01T10:38:43.0852062Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0852282Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0852502Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0852683Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:38:43.0852863Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:38:43.0853035Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:38:43.0853206Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED 2022-12-01T10:38:43.0853369Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED 2022-12-01T10:38:43.0853537Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:38:43.0853702Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:38:43.0853870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_batch_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0854034Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_bilinear_cpu_float32 PASSED 2022-12-01T10:38:43.0854211Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_binary_cross_entropy_cpu_float32 PASSED 2022-12-01T10:38:43.0854402Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED 2022-12-01T10:38:43.0854560Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_celu_cpu_float32 PASSED 2022-12-01T10:38:43.0854719Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv1d_cpu_float32 PASSED 2022-12-01T10:38:43.0854874Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_cpu_float32 PASSED 2022-12-01T10:38:43.0855066Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0855256Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0855434Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0855634Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0855834Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0856005Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_with_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0856182Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv_transpose1d_cpu_float32 PASSED 2022-12-01T10:38:43.0856360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_cosine_embedding_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0856530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_cosine_similarity_cpu_float32 PASSED 2022-12-01T10:38:43.0856714Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_dropout2d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0856871Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_elu_cpu_float32 PASSED 2022-12-01T10:38:43.0857040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_embedding_bag_cpu_float32 PASSED 2022-12-01T10:38:43.0857204Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_embedding_cpu_float32 PASSED 2022-12-01T10:38:43.0857383Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_embedding_functorch_cpu_float32 PASSED 2022-12-01T10:38:43.0857621Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0857858Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0858039Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_fractional_max_pool3d_cpu_float32 XFAIL 2022-12-01T10:38:43.0858198Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_gelu_cpu_float32 PASSED 2022-12-01T10:38:43.0858361Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_hardshrink_cpu_float32 PASSED 2022-12-01T10:38:43.0858532Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_hardsigmoid_cpu_float32 PASSED 2022-12-01T10:38:43.0858699Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_hardswish_cpu_float32 PASSED 2022-12-01T10:38:43.0858865Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_hardtanh_cpu_float32 PASSED 2022-12-01T10:38:43.0859043Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_hinge_embedding_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0859210Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_huber_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0859386Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_interpolate_linear_cpu_float32 PASSED 2022-12-01T10:38:43.0859565Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_interpolate_trilinear_cpu_float32 PASSED 2022-12-01T10:38:43.0859719Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_kl_div_cpu_float32 PASSED 2022-12-01T10:38:43.0859880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_l1_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0860048Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_layer_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0860227Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_local_response_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0860393Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_pool1d_cpu_float32 PASSED 2022-12-01T10:38:43.0860561Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_pool2d_cpu_float32 PASSED 2022-12-01T10:38:43.0860734Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool1d_grad_cpu_float32 PASSED 2022-12-01T10:38:43.0860900Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool2d_cpu_float32 XFAIL 2022-12-01T10:38:43.0861073Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool2d_grad_cpu_float32 XFAIL 2022-12-01T10:38:43.0861239Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool3d_grad_cpu_float32 PASSED 2022-12-01T10:38:43.0861415Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_mse_loss_functorch_cpu_float32 PASSED 2022-12-01T10:38:43.0861598Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_multilabel_margin_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0861786Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0861951Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_nll_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0862126Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pairwise_distance_cpu_float32 PASSED 2022-12-01T10:38:43.0862299Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pixel_unshuffle_cpu_float32 PASSED 2022-12-01T10:38:43.0862469Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_poisson_nll_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0862633Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_prelu_cpu_float32 PASSED 2022-12-01T10:38:43.0862788Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_relu6_cpu_float32 PASSED 2022-12-01T10:38:43.0862977Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_selu_cpu_float32 PASSED 2022-12-01T10:38:43.0863136Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_silu_cpu_float32 PASSED 2022-12-01T10:38:43.0863365Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0863533Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_tanhshrink_cpu_float32 PASSED 2022-12-01T10:38:43.0863723Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0863897Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_upsample_bilinear_cpu_float32 PASSED 2022-12-01T10:38:43.0864071Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_upsample_nearest_cpu_float32 PASSED 2022-12-01T10:38:43.0864263Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0864403Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0864552Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_norm_fro_cpu_float32 PASSED 2022-12-01T10:38:43.0864700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_norm_inf_cpu_float32 PASSED 2022-12-01T10:38:43.0864847Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_norm_nuc_cpu_float32 PASSED 2022-12-01T10:38:43.0865008Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_normal_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0865194Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0865435Z 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:38:43.0865609Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ops_aten_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:38:43.0865798Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ormqr_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0865939Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_outer_cpu_float32 PASSED 2022-12-01T10:38:43.0866089Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_permute_cpu_float32 PASSED 2022-12-01T10:38:43.0866233Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_polar_cpu_float32 PASSED 2022-12-01T10:38:43.0866396Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_polygamma_polygamma_n_2_cpu_float32 PASSED 2022-12-01T10:38:43.0866541Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_prod_cpu_float32 PASSED 2022-12-01T10:38:43.0866683Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_put_cpu_float32 PASSED 2022-12-01T10:38:43.0866823Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_qr_cpu_float32 PASSED 2022-12-01T10:38:43.0866969Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_quantile_cpu_float32 XFAIL 2022-12-01T10:38:43.0867155Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0867350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0867536Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0867727Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0867870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_real_cpu_float32 PASSED 2022-12-01T10:38:43.0868022Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_reciprocal_cpu_float32 PASSED 2022-12-01T10:38:43.0868173Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_remainder_cpu_float32 PASSED 2022-12-01T10:38:43.0868321Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_repeat_cpu_float32 PASSED 2022-12-01T10:38:43.0868514Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_repeat_interleave_cpu_float32 PASSED 2022-12-01T10:38:43.0868696Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_reshape_as_cpu_float32 PASSED 2022-12-01T10:38:43.0868845Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_reshape_cpu_float32 PASSED 2022-12-01T10:38:43.0869034Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0869224Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0869377Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_resolve_neg_cpu_float32 PASSED 2022-12-01T10:38:43.0869519Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_roll_cpu_float32 PASSED 2022-12-01T10:38:43.0869675Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_round_decimals_0_cpu_float32 PASSED 2022-12-01T10:38:43.0869837Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_round_decimals_neg_3_cpu_float32 PASSED 2022-12-01T10:38:43.0869982Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_rsqrt_cpu_float32 PASSED 2022-12-01T10:38:43.0870136Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_reduce_amax_cpu_float32 PASSED 2022-12-01T10:38:43.0870295Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_reduce_amin_cpu_float32 PASSED 2022-12-01T10:38:43.0870451Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_reduce_prod_cpu_float32 XFAIL 2022-12-01T10:38:43.0870654Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_select_cpu_float32 PASSED 2022-12-01T10:38:43.0870815Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_select_scatter_cpu_float32 PASSED 2022-12-01T10:38:43.0870960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sgn_cpu_float32 PASSED 2022-12-01T10:38:43.0871149Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0871298Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sign_cpu_float32 PASSED 2022-12-01T10:38:43.0871436Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sinc_cpu_float32 PASSED 2022-12-01T10:38:43.0871578Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_slice_cpu_float32 PASSED 2022-12-01T10:38:43.0871735Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_slice_scatter_cpu_float32 PASSED 2022-12-01T10:38:43.0871878Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sort_cpu_float32 PASSED 2022-12-01T10:38:43.0872036Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sparse_sampled_addmm_cpu_float32 XFAIL 2022-12-01T10:38:43.0872251Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0872405Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_i0e_cpu_float32 PASSED 2022-12-01T10:38:43.0872786Z 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:38:43.0872946Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_log_ndtr_cpu_float32 PASSED 2022-12-01T10:38:43.0873150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0873303Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_ndtr_cpu_float32 PASSED 2022-12-01T10:38:43.0873456Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_ndtri_cpu_float32 PASSED 2022-12-01T10:38:43.0873674Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0873887Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0874300Z 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:38:43.0874697Z 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:38:43.0874912Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0875068Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_split_with_sizes_cpu_float32 PASSED 2022-12-01T10:38:43.0875212Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sqrt_cpu_float32 PASSED 2022-12-01T10:38:43.0875351Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_square_cpu_float32 PASSED 2022-12-01T10:38:43.0875497Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_squeeze_cpu_float32 PASSED 2022-12-01T10:38:43.0875641Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sub_cpu_float32 PASSED 2022-12-01T10:38:43.0875780Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_svd_cpu_float32 PASSED 2022-12-01T10:38:43.0875921Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_t_cpu_float32 PASSED 2022-12-01T10:38:43.0876062Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_take_cpu_float32 XFAIL 2022-12-01T10:38:43.0876206Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_tile_cpu_float32 PASSED 2022-12-01T10:38:43.0876362Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_to_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0876505Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_to_sparse_cpu_float32 XFAIL 2022-12-01T10:38:43.0876657Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_transpose_cpu_float32 PASSED 2022-12-01T10:38:43.0876804Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_trapz_cpu_float32 PASSED 2022-12-01T10:38:43.0876952Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_unbind_cpu_float32 PASSED 2022-12-01T10:38:43.0877141Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0877347Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0877535Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0877682Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_var_mean_cpu_float32 PASSED 2022-12-01T10:38:43.0877818Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_vdot_cpu_float32 PASSED 2022-12-01T10:38:43.0877962Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_view_as_cpu_float32 PASSED 2022-12-01T10:38:43.0878103Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_view_cpu_float32 PASSED 2022-12-01T10:38:43.0878249Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_vsplit_cpu_float32 PASSED 2022-12-01T10:38:43.0878396Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_vstack_cpu_float32 PASSED 2022-12-01T10:38:43.0878538Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_where_cpu_float32 PASSED 2022-12-01T10:38:43.0878683Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_zero__cpu_float32 PASSED 2022-12-01T10:38:43.0878870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0879061Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0879302Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___getitem___cpu_float32 PASSED 2022-12-01T10:38:43.0879457Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___radd___cpu_float32 PASSED 2022-12-01T10:38:43.0879605Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rsub___cpu_float32 PASSED 2022-12-01T10:38:43.0879804Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_acosh_cpu_float32 PASSED 2022-12-01T10:38:43.0879956Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addcdiv_cpu_float32 PASSED 2022-12-01T10:38:43.0880150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addmm_decomposed_cpu_float32 PASSED 2022-12-01T10:38:43.0880299Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addmv_cpu_float32 PASSED 2022-12-01T10:38:43.0880486Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0880629Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_amin_cpu_float32 PASSED 2022-12-01T10:38:43.0880824Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0881017Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0881219Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0881373Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_as_strided_cpu_float32 XFAIL 2022-12-01T10:38:43.0881526Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_asinh_cpu_float32 PASSED 2022-12-01T10:38:43.0881674Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atanh_cpu_float32 PASSED 2022-12-01T10:38:43.0881844Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atleast_2d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0881996Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_baddbmm_cpu_float32 PASSED 2022-12-01T10:38:43.0882158Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bernoulli_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0882342Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bfloat16_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:38:43.0882501Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_block_diag_cpu_float32 PASSED 2022-12-01T10:38:43.0882651Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bmm_cpu_float32 PASSED 2022-12-01T10:38:43.0882871Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0883037Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_broadcast_tensors_cpu_float32 PASSED 2022-12-01T10:38:43.0883193Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_broadcast_to_cpu_float32 PASSED 2022-12-01T10:38:43.0883388Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bucketize_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0883579Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0883790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0883937Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cat_cpu_float32 PASSED 2022-12-01T10:38:43.0884086Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ceil_cpu_float32 PASSED 2022-12-01T10:38:43.0884238Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_chalf_cpu_float32 XFAIL 2022-12-01T10:38:43.0884430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0884649Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0884805Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_column_stack_cpu_float32 PASSED 2022-12-01T10:38:43.0884952Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_conj_cpu_float32 PASSED 2022-12-01T10:38:43.0885111Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_contiguous_cpu_float32 PASSED 2022-12-01T10:38:43.0885287Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_corrcoef_cpu_float32 PASSED 2022-12-01T10:38:43.0885432Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cos_cpu_float32 PASSED 2022-12-01T10:38:43.0885607Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cov_cpu_float32 PASSED 2022-12-01T10:38:43.0885760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cummin_cpu_float32 PASSED 2022-12-01T10:38:43.0885918Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cumprod_cpu_float32 PASSED 2022-12-01T10:38:43.0886066Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cumsum_cpu_float32 PASSED 2022-12-01T10:38:43.0886234Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cumulative_trapezoid_cpu_float32 PASSED 2022-12-01T10:38:43.0886386Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_deg2rad_cpu_float32 PASSED 2022-12-01T10:38:43.0886534Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diag_embed_cpu_float32 PASSED 2022-12-01T10:38:43.0886687Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diagonal_cpu_float32 PASSED 2022-12-01T10:38:43.0886836Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_digamma_cpu_float32 PASSED 2022-12-01T10:38:43.0887003Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_div_no_rounding_mode_cpu_float32 PASSED 2022-12-01T10:38:43.0887149Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_dot_cpu_float32 PASSED 2022-12-01T10:38:43.0887330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_double_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:38:43.0887482Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_dsplit_cpu_float32 PASSED 2022-12-01T10:38:43.0887627Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_dstack_cpu_float32 PASSED 2022-12-01T10:38:43.0887765Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_einsum_cpu_float32 PASSED 2022-12-01T10:38:43.0887959Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0888108Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_erf_cpu_float32 PASSED 2022-12-01T10:38:43.0888261Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_erfinv_cpu_float32 PASSED 2022-12-01T10:38:43.0888408Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_exp_cpu_float32 PASSED 2022-12-01T10:38:43.0888558Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_expand_cpu_float32 PASSED 2022-12-01T10:38:43.0888708Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_fft2_cpu_float32 PASSED 2022-12-01T10:38:43.0888856Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_fft_cpu_float32 PASSED 2022-12-01T10:38:43.0889008Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_hfft2_cpu_float32 PASSED 2022-12-01T10:38:43.0889151Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_hfftn_cpu_float32 PASSED 2022-12-01T10:38:43.0889306Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ifft_cpu_float32 PASSED 2022-12-01T10:38:43.0889459Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ifftn_cpu_float32 PASSED 2022-12-01T10:38:43.0889622Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ifftshift_cpu_float32 PASSED 2022-12-01T10:38:43.0889775Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_irfftn_cpu_float32 PASSED 2022-12-01T10:38:43.0889925Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_rfft_cpu_float32 PASSED 2022-12-01T10:38:43.0890078Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_rfftn_cpu_float32 PASSED 2022-12-01T10:38:43.0890229Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_flatten_cpu_float32 PASSED 2022-12-01T10:38:43.0890371Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_float_cpu_float32 XFAIL 2022-12-01T10:38:43.0890526Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_float_power_cpu_float32 PASSED 2022-12-01T10:38:43.0890672Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fmin_cpu_float32 PASSED 2022-12-01T10:38:43.0890898Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0891075Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_gather_cpu_float32 PASSED 2022-12-01T10:38:43.0891268Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0891461Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0891608Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_half_cpu_float32 XFAIL 2022-12-01T10:38:43.0891805Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0891989Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0892142Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_hstack_cpu_float32 PASSED 2022-12-01T10:38:43.0892293Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_hypot_cpu_float32 PASSED 2022-12-01T10:38:43.0892448Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_add_cpu_float32 PASSED 2022-12-01T10:38:43.0892603Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_copy_cpu_float32 PASSED 2022-12-01T10:38:43.0892758Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_fill_cpu_float32 PASSED 2022-12-01T10:38:43.0892915Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_reduce_cpu_float32 XFAIL 2022-12-01T10:38:43.0893072Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_select_cpu_float32 PASSED 2022-12-01T10:38:43.0893254Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0893449Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0893640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0893832Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0893984Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_istft_cpu_float32 PASSED 2022-12-01T10:38:43.0894182Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:38:43.0894336Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_kthvalue_cpu_float32 PASSED 2022-12-01T10:38:43.0894485Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ldexp_cpu_float32 PASSED 2022-12-01T10:38:43.0894636Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lerp_cpu_float32 PASSED 2022-12-01T10:38:43.0894781Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lgamma_cpu_float32 PASSED 2022-12-01T10:38:43.0894941Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_cross_cpu_float32 PASSED 2022-12-01T10:38:43.0895099Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_eig_cpu_float32 XFAIL 2022-12-01T10:38:43.0895258Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_eigh_cpu_float32 PASSED 2022-12-01T10:38:43.0895417Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_eigvals_cpu_float32 XFAIL 2022-12-01T10:38:43.0895591Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_householder_product_cpu_float32 XFAIL 2022-12-01T10:38:43.0895747Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_inv_ex_cpu_float32 PASSED 2022-12-01T10:38:43.0895951Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0896127Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lstsq_grad_oriented_cpu_float32 PASSED 2022-12-01T10:38:43.0896314Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lu_factor_ex_cpu_float32 PASSED 2022-12-01T10:38:43.0896510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lu_solve_cpu_float32 PASSED 2022-12-01T10:38:43.0896679Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_matrix_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0896888Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0897106Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0897266Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_multi_dot_cpu_float32 PASSED 2022-12-01T10:38:43.0897449Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_norm_subgradients_at_zero_cpu_float32 PASSED 2022-12-01T10:38:43.0897679Z 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:38:43.0897840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_solve_ex_cpu_float32 PASSED 2022-12-01T10:38:43.0897989Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_svd_cpu_float32 PASSED 2022-12-01T10:38:43.0898154Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_tensorsolve_cpu_float32 PASSED 2022-12-01T10:38:43.0898315Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_vander_cpu_float32 PASSED 2022-12-01T10:38:43.0898473Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log_softmax_cpu_float32 PASSED 2022-12-01T10:38:43.0898627Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logaddexp_cpu_float32 PASSED 2022-12-01T10:38:43.0898783Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logcumsumexp_cpu_float32 PASSED 2022-12-01T10:38:43.0898983Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0899181Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0899380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0899529Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logsumexp_cpu_float32 PASSED 2022-12-01T10:38:43.0899720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0899872Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lu_unpack_cpu_float32 PASSED 2022-12-01T10:38:43.0900018Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mT_cpu_float32 PASSED 2022-12-01T10:38:43.0900173Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_amin_cpu_float32 PASSED 2022-12-01T10:38:43.0900375Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0900577Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0900737Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_cumprod_cpu_float32 PASSED 2022-12-01T10:38:43.0900896Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_cumsum_cpu_float32 PASSED 2022-12-01T10:38:43.0901046Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_fill_cpu_float32 PASSED 2022-12-01T10:38:43.0901227Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_fill_functorch_Scalar_only_cpu_float32 PASSED 2022-12-01T10:38:43.0901389Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_logaddexp_cpu_float32 PASSED 2022-12-01T10:38:43.0901551Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_logsumexp_cpu_float32 PASSED 2022-12-01T10:38:43.0901739Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_mean_cpu_float32 PASSED 2022-12-01T10:38:43.0901896Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_median_cpu_float32 PASSED 2022-12-01T10:38:43.0902078Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0902240Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_softmax_cpu_float32 PASSED 2022-12-01T10:38:43.0902393Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_softmin_cpu_float32 PASSED 2022-12-01T10:38:43.0902548Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_sum_cpu_float32 PASSED 2022-12-01T10:38:43.0902703Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_max_binary_cpu_float32 PASSED 2022-12-01T10:38:43.0902874Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_max_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:38:43.0903041Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_max_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:38:43.0903191Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mean_cpu_float32 PASSED 2022-12-01T10:38:43.0903360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_min_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:38:43.0903513Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_minimum_cpu_float32 PASSED 2022-12-01T10:38:43.0903657Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mm_cpu_float32 PASSED 2022-12-01T10:38:43.0903800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mode_cpu_float32 PASSED 2022-12-01T10:38:43.0903952Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_msort_cpu_float32 PASSED 2022-12-01T10:38:43.0904098Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mul_cpu_float32 PASSED 2022-12-01T10:38:43.0904244Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mv_cpu_float32 PASSED 2022-12-01T10:38:43.0904410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED 2022-12-01T10:38:43.0904579Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED 2022-12-01T10:38:43.0904737Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nan_to_num_cpu_float32 PASSED 2022-12-01T10:38:43.0904892Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nanmedian_cpu_float32 PASSED 2022-12-01T10:38:43.0905040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nanquantile_cpu_float32 XFAIL 2022-12-01T10:38:43.0905238Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0905399Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_native_batch_norm_cpu_float32 XFAIL 2022-12-01T10:38:43.0905594Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0905787Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0905982Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0906175Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0906370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0906552Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:38:43.0906735Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:38:43.0906908Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED 2022-12-01T10:38:43.0907100Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED 2022-12-01T10:38:43.0907293Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_celu_cpu_float32 PASSED 2022-12-01T10:38:43.0907500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_cpu_float32 PASSED 2022-12-01T10:38:43.0907677Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_no_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0907860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0908050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0908242Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0908443Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0908643Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED 2022-12-01T10:38:43.0908825Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv_transpose1d_cpu_float32 PASSED 2022-12-01T10:38:43.0909003Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv_transpose3d_cpu_float32 PASSED 2022-12-01T10:38:43.0909184Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_cosine_embedding_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0909358Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_cross_entropy_cpu_float32 PASSED 2022-12-01T10:38:43.0909526Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_ctc_loss_cpu_float32 XFAIL 2022-12-01T10:38:43.0909715Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_dropout2d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0909902Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_dropout3d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0910086Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_dropout_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0910261Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_embedding_functorch_cpu_float32 PASSED 2022-12-01T10:38:43.0910461Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED 2022-12-01T10:38:43.0910717Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_fractional_max_pool2d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:38:43.0910949Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_grid_sample_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T10:38:43.0911175Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_hardsigmoid_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T10:38:43.0911350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_hardtanh_cpu_float32 PASSED 2022-12-01T10:38:43.0911537Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_hinge_embedding_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0911710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_huber_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0911884Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_instance_norm_cpu_float32 XFAIL 2022-12-01T10:38:43.0912062Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_area_cpu_float32 PASSED 2022-12-01T10:38:43.0912239Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_bicubic_cpu_float32 PASSED 2022-12-01T10:38:43.0912425Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_bilinear_cpu_float32 PASSED 2022-12-01T10:38:43.0912643Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_linear_cpu_float32 PASSED 2022-12-01T10:38:43.0912828Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_nearest_cpu_float32 PASSED 2022-12-01T10:38:43.0913041Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_interpolate_trilinear_cpu_float32 PASSED 2022-12-01T10:38:43.0913209Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_kl_div_cpu_float32 PASSED 2022-12-01T10:38:43.0913375Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_l1_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0913539Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_linear_cpu_float32 PASSED 2022-12-01T10:38:43.0913718Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_margin_ranking_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0913880Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_pool2d_cpu_float32 XFAIL 2022-12-01T10:38:43.0914060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool1d_grad_cpu_float32 PASSED 2022-12-01T10:38:43.0914234Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool2d_cpu_float32 XFAIL 2022-12-01T10:38:43.0914412Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool3d_grad_cpu_float32 PASSED 2022-12-01T10:38:43.0914584Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_mse_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0914774Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0914947Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_normalize_cpu_float32 PASSED 2022-12-01T10:38:43.0915122Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pad_circular_cpu_float32 PASSED 2022-12-01T10:38:43.0915295Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pad_constant_cpu_float32 PASSED 2022-12-01T10:38:43.0915511Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pdist_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T10:38:43.0915680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_prelu_cpu_float32 PASSED 2022-12-01T10:38:43.0915843Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_relu_cpu_float32 PASSED 2022-12-01T10:38:43.0916007Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_rrelu_cpu_float32 XFAIL 2022-12-01T10:38:43.0916170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_selu_cpu_float32 PASSED 2022-12-01T10:38:43.0916330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_silu_cpu_float32 PASSED 2022-12-01T10:38:43.0916511Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_softmin_with_dtype_cpu_float32 PASSED 2022-12-01T10:38:43.0916686Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_softshrink_cpu_float32 PASSED 2022-12-01T10:38:43.0916853Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_threshold_cpu_float32 PASSED 2022-12-01T10:38:43.0917031Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_triplet_margin_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0917228Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED 2022-12-01T10:38:43.0917395Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_unfold_cpu_float32 PASSED 2022-12-01T10:38:43.0917575Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_upsample_bilinear_cpu_float32 PASSED 2022-12-01T10:38:43.0917725Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_norm_cpu_float32 PASSED 2022-12-01T10:38:43.0917878Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_norm_fro_cpu_float32 PASSED 2022-12-01T10:38:43.0918061Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_norm_inf_cpu_float32 PASSED 2022-12-01T10:38:43.0918256Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0918480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ormqr_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0918630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_pca_lowrank_cpu_float32 XFAIL 2022-12-01T10:38:43.0918783Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_permute_cpu_float32 PASSED 2022-12-01T10:38:43.0918932Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polar_cpu_float32 PASSED 2022-12-01T10:38:43.0919105Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polygamma_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:38:43.0919363Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polygamma_polygamma_n_1_cpu_float32 PASSED 2022-12-01T10:38:43.0919527Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polygamma_polygamma_n_4_cpu_float32 PASSED 2022-12-01T10:38:43.0919676Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_pow_cpu_float32 PASSED 2022-12-01T10:38:43.0919829Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_prod_cpu_float32 PASSED 2022-12-01T10:38:43.0919969Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_put_cpu_float32 XFAIL 2022-12-01T10:38:43.0920168Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0920360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0920517Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_reciprocal_cpu_float32 PASSED 2022-12-01T10:38:43.0920668Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_renorm_cpu_float32 PASSED 2022-12-01T10:38:43.0920815Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_repeat_cpu_float32 PASSED 2022-12-01T10:38:43.0920971Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_reshape_cpu_float32 PASSED 2022-12-01T10:38:43.0921169Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0921328Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_resolve_conj_cpu_float32 PASSED 2022-12-01T10:38:43.0921469Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_roll_cpu_float32 PASSED 2022-12-01T10:38:43.0921618Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_rot90_cpu_float32 PASSED 2022-12-01T10:38:43.0921766Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_round_cpu_float32 PASSED 2022-12-01T10:38:43.0921928Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_round_decimals_0_cpu_float32 PASSED 2022-12-01T10:38:43.0922093Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_reduce_amin_cpu_float32 PASSED 2022-12-01T10:38:43.0922260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_reduce_mean_cpu_float32 PASSED 2022-12-01T10:38:43.0922423Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_reduce_sum_cpu_float32 PASSED 2022-12-01T10:38:43.0922627Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0922851Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_segment_reduce_lengths_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T10:38:43.0922998Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_select_cpu_float32 PASSED 2022-12-01T10:38:43.0923156Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_select_scatter_cpu_float32 PASSED 2022-12-01T10:38:43.0923305Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sgn_cpu_float32 PASSED 2022-12-01T10:38:43.0923458Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sigmoid_cpu_float32 PASSED 2022-12-01T10:38:43.0923703Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0923853Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sinc_cpu_float32 PASSED 2022-12-01T10:38:43.0924041Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_softmax_cpu_float32 PASSED 2022-12-01T10:38:43.0924208Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_softmax_with_dtype_cpu_float32 PASSED 2022-12-01T10:38:43.0924406Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0924607Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0924827Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0925219Z 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:38:43.0925584Z 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:38:43.0925743Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_erfcx_cpu_float32 PASSED 2022-12-01T10:38:43.0925958Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0926115Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_i0e_cpu_float32 PASSED 2022-12-01T10:38:43.0926268Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_i1_cpu_float32 PASSED 2022-12-01T10:38:43.0926426Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_i1e_cpu_float32 PASSED 2022-12-01T10:38:43.0926636Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0926851Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0927062Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0927275Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0927434Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_ndtr_cpu_float32 PASSED 2022-12-01T10:38:43.0927626Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:38:43.0927843Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0928228Z 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:38:43.0928602Z 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:38:43.0928800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0928944Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sqrt_cpu_float32 PASSED 2022-12-01T10:38:43.0929096Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_stack_cpu_float32 PASSED 2022-12-01T10:38:43.0929249Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_std_mean_cpu_float32 PASSED 2022-12-01T10:38:43.0929403Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sum_to_size_cpu_float32 PASSED 2022-12-01T10:38:43.0929584Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_svd_cpu_float32 PASSED 2022-12-01T10:38:43.0929764Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_svd_lowrank_cpu_float32 XFAIL 2022-12-01T10:38:43.0929912Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_t_cpu_float32 PASSED 2022-12-01T10:38:43.0930071Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_take_along_dim_cpu_float32 PASSED 2022-12-01T10:38:43.0930219Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tanh_cpu_float32 PASSED 2022-12-01T10:38:43.0930370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tensor_split_cpu_float32 XFAIL 2022-12-01T10:38:43.0930523Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tensordot_cpu_float32 PASSED 2022-12-01T10:38:43.0930669Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tile_cpu_float32 PASSED 2022-12-01T10:38:43.0930823Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_to_sparse_cpu_float32 XFAIL 2022-12-01T10:38:43.0930975Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_topk_cpu_float32 PASSED 2022-12-01T10:38:43.0931126Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_trace_cpu_float32 PASSED 2022-12-01T10:38:43.0931280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_transpose_cpu_float32 PASSED 2022-12-01T10:38:43.0931428Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_trapezoid_cpu_float32 PASSED 2022-12-01T10:38:43.0931570Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_trapz_cpu_float32 PASSED 2022-12-01T10:38:43.0931732Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_triangular_solve_cpu_float32 PASSED 2022-12-01T10:38:43.0931879Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tril_cpu_float32 PASSED 2022-12-01T10:38:43.0932033Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_true_divide_cpu_float32 PASSED 2022-12-01T10:38:43.0932183Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unbind_cpu_float32 PASSED 2022-12-01T10:38:43.0932391Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0932543Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unsqueeze_cpu_float32 PASSED 2022-12-01T10:38:43.0932693Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_var_mean_cpu_float32 PASSED 2022-12-01T10:38:43.0932838Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_view_as_cpu_float32 PASSED 2022-12-01T10:38:43.0932985Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_view_cpu_float32 PASSED 2022-12-01T10:38:43.0933136Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_vsplit_cpu_float32 PASSED 2022-12-01T10:38:43.0933284Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_where_cpu_float32 PASSED 2022-12-01T10:38:43.0933431Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_xlogy_cpu_float32 PASSED 2022-12-01T10:38:43.0933578Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_zero__cpu_float32 PASSED 2022-12-01T10:38:43.0933770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0933966Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:38:43.0933974Z 2022-12-01T10:38:43.0934079Z =============================== warnings summary =============================== 2022-12-01T10:38:43.0934284Z ../../../../../opt/conda/lib/python3.7/site-packages/_pytest/config/__init__.py:1130 2022-12-01T10:38:43.0934637Z /opt/conda/lib/python3.7/site-packages/_pytest/config/__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-12-01T10:38:43.0934732Z self._mark_plugins_for_rewrite(hook) 2022-12-01T10:38:43.0934737Z 2022-12-01T10:38:43.0934870Z test_ops.py::TestOperatorsCPU::test_extremal_numerics_softmax_cpu 2022-12-01T10:38:43.0935152Z /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:38:43.0935293Z result = torch.nn.functional.softmax(input) 2022-12-01T10:38:43.0935300Z 2022-12-01T10:38:43.0935432Z test_ops.py::TestOperatorsCPU::test_extremal_numerics_softmax_cpu 2022-12-01T10:38:43.0935832Z /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:38:43.0935915Z primals_out = func(*primals) 2022-12-01T10:38:43.0935920Z 2022-12-01T10:38:43.0936047Z test_ops.py::TestOperatorsCPU::test_grad_cholesky_cpu_float32 2022-12-01T10:38:43.0936459Z /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:38:43.0936534Z L = torch.cholesky(A) 2022-12-01T10:38:43.0936608Z should be replaced with 2022-12-01T10:38:43.0936693Z L = torch.linalg.cholesky(A) 2022-12-01T10:38:43.0936746Z and 2022-12-01T10:38:43.0936834Z U = torch.cholesky(A, upper=True) 2022-12-01T10:38:43.0936906Z should be replaced with 2022-12-01T10:38:43.0936989Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T10:38:43.0937269Z 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:38:43.0937353Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.0937357Z 2022-12-01T10:38:43.0937498Z test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_cpu_float32 2022-12-01T10:38:43.0938082Z /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:38:43.0938168Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.0938175Z 2022-12-01T10:38:43.0938294Z test_ops.py::TestOperatorsCPU::test_grad_qr_cpu_float32 2022-12-01T10:38:43.0938687Z /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:38:43.0938891Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:38:43.0938963Z Q, R = torch.qr(A, some) 2022-12-01T10:38:43.0939029Z should be replaced with 2022-12-01T10:38:43.0939382Z 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:38:43.0939466Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.0939471Z 2022-12-01T10:38:43.0939610Z test_ops.py::TestOperatorsCPU::test_grad_scatter_reduce_amin_cpu_float32 2022-12-01T10:38:43.0940125Z /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:38:43.0940206Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.0940211Z 2022-12-01T10:38:43.0940350Z test_ops.py::TestOperatorsCPU::test_grad_sparse_sampled_addmm_cpu_float32 2022-12-01T10:38:43.0941062Z /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:38:43.0941198Z torch.eye(m, n, device=device, dtype=dtype) 2022-12-01T10:38:43.0941203Z 2022-12-01T10:38:43.0941323Z test_ops.py::TestOperatorsCPU::test_grad_stft_cpu_float32 2022-12-01T10:38:43.0941952Z /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:38:43.0942049Z normalized, onesided, return_complex) 2022-12-01T10:38:43.0942054Z 2022-12-01T10:38:43.0942171Z test_ops.py::TestOperatorsCPU::test_grad_symeig_cpu_float32 2022-12-01T10:38:43.0942577Z /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:38:43.0942788Z 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:38:43.0942877Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:38:43.0942953Z should be replaced with 2022-12-01T10:38:43.0943123Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:38:43.0943179Z and 2022-12-01T10:38:43.0943277Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:38:43.0943344Z should be replaced with 2022-12-01T10:38:43.0943688Z 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:38:43.0943769Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.0943775Z 2022-12-01T10:38:43.0943896Z test_ops.py::TestOperatorsCPU::test_jvp___rpow___cpu_float32 2022-12-01T10:38:43.0944022Z test_ops.py::TestOperatorsCPU::test_vjpvjp___rpow___cpu_float32 2022-12-01T10:38:43.0944164Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rpow___cpu_float64 2022-12-01T10:38:43.0944301Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rpow___cpu_float32 2022-12-01T10:38:43.0944443Z test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rpow___cpu_float32 2022-12-01T10:38:43.0944935Z /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:38:43.0945066Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:38:43.0945071Z 2022-12-01T10:38:43.0945191Z test_ops.py::TestOperatorsCPU::test_jvp_istft_cpu_float32 2022-12-01T10:38:43.0945793Z /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:38:43.0945881Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.0945886Z 2022-12-01T10:38:43.0946004Z test_ops.py::TestOperatorsCPU::test_jvp_lu_cpu_float32 2022-12-01T10:38:43.0946420Z /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:38:43.0946515Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T10:38:43.0946588Z should be replaced with 2022-12-01T10:38:43.0946703Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T10:38:43.0946753Z and 2022-12-01T10:38:43.0946874Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T10:38:43.0946946Z should be replaced with 2022-12-01T10:38:43.0947188Z 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:38:43.0947352Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T10:38:43.0947393Z 2022-12-01T10:38:43.0947537Z test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_dropout2d_cpu_float32 2022-12-01T10:38:43.0947696Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout2d_cpu_float32 2022-12-01T10:38:43.0947855Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout2d_cpu_float64 2022-12-01T10:38:43.0948671Z /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:38:43.0948910Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:38:43.0948918Z 2022-12-01T10:38:43.0949056Z test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_kl_div_cpu_float32 2022-12-01T10:38:43.0949191Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_kl_div_cpu_float32 2022-12-01T10:38:43.0949347Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_kl_div_cpu_float32 2022-12-01T10:38:43.0949511Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_kl_div_cpu_float32 2022-12-01T10:38:43.0949652Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_kl_div_cpu_float32 2022-12-01T10:38:43.0949798Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_kl_div_cpu_float32 2022-12-01T10:38:43.0950397Z /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:38:43.0950678Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:38:43.0950684Z 2022-12-01T10:38:43.0950838Z test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_upsample_bilinear_cpu_float32 2022-12-01T10:38:43.0950987Z test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_upsample_bilinear_cpu_float32 2022-12-01T10:38:43.0951136Z test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_upsample_bilinear_cpu_float32 2022-12-01T10:38:43.0951307Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_upsample_bilinear_cpu_float32 2022-12-01T10:38:43.0951476Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_upsample_bilinear_cpu_float64 2022-12-01T10:38:43.0951657Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_upsample_bilinear_cpu_float32 2022-12-01T10:38:43.0951814Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_upsample_bilinear_cpu_float32 2022-12-01T10:38:43.0951979Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_upsample_bilinear_cpu_float32 2022-12-01T10:38:43.0952352Z /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:38:43.0952542Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:38:43.0952547Z 2022-12-01T10:38:43.0952698Z test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_upsample_nearest_cpu_float32 2022-12-01T10:38:43.0952845Z test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_upsample_nearest_cpu_float32 2022-12-01T10:38:43.0952996Z test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_upsample_nearest_cpu_float32 2022-12-01T10:38:43.0953233Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_upsample_nearest_cpu_float32 2022-12-01T10:38:43.0953434Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_upsample_nearest_cpu_float64 2022-12-01T10:38:43.0953615Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_upsample_nearest_cpu_float32 2022-12-01T10:38:43.0953775Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_upsample_nearest_cpu_float32 2022-12-01T10:38:43.0953931Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_upsample_nearest_cpu_float32 2022-12-01T10:38:43.0954297Z /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:38:43.0954490Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:38:43.0954497Z 2022-12-01T10:38:43.0954630Z test_ops.py::TestOperatorsCPU::test_jvp_triangular_solve_cpu_float32 2022-12-01T10:38:43.0955070Z /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:38:43.0955247Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:38:43.0955346Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:38:43.0955420Z should be replaced with 2022-12-01T10:38:43.0955645Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T10:38:43.0955728Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.0955732Z 2022-12-01T10:38:43.0955867Z test_ops.py::TestOperatorsCPU::test_jvpvjp_index_reduce_cpu_float32 2022-12-01T10:38:43.0956386Z /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:38:43.0956470Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.0956475Z 2022-12-01T10:38:43.0956590Z test_ops.py::TestOperatorsCPU::test_vjp_chalf_cpu_float32 2022-12-01T10:38:43.0957112Z /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:38:43.0957224Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-12-01T10:38:43.0957229Z 2022-12-01T10:38:43.0957368Z test_ops.py::TestOperatorsCPU::test_vjpvmap_as_strided_scatter_cpu_float32 2022-12-01T10:38:43.0957513Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_as_strided_scatter_cpu_float32 2022-12-01T10:38:43.0957659Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_as_strided_scatter_cpu_float32 2022-12-01T10:38:43.0958498Z /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:38:43.0958640Z torch.as_strided_scatter(x, src, size, stride, storage_offset=storage_offset), 2022-12-01T10:38:43.0958645Z 2022-12-01T10:38:43.0958774Z test_ops.py::TestOperatorsCPU::test_vjpvmap_complex_cpu_float32 2022-12-01T10:38:43.0958904Z test_ops.py::TestOperatorsCPU::test_vmapvjp_complex_cpu_float32 2022-12-01T10:38:43.0959807Z /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:38:43.0959925Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.0959930Z 2022-12-01T10:38:43.0960060Z test_ops.py::TestOperatorsCPU::test_vjpvmap_copysign_cpu_float32 2022-12-01T10:38:43.0960193Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_copysign_cpu_float32 2022-12-01T10:38:43.0960968Z /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:38:43.0961072Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.0961077Z 2022-12-01T10:38:43.0961202Z test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ihfft2_cpu_float32 2022-12-01T10:38:43.0961956Z /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:38:43.0962042Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.0962047Z 2022-12-01T10:38:43.0962178Z test_ops.py::TestOperatorsCPU::test_vjpvmap_index_fill_cpu_float32 2022-12-01T10:38:43.0962315Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_fill_cpu_float32 2022-12-01T10:38:43.0962446Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_fill_cpu_float32 2022-12-01T10:38:43.0962574Z test_ops.py::TestOperatorsCPU::test_vmapvjp_index_fill_cpu_float32 2022-12-01T10:38:43.0962705Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_fill_cpu_float32 2022-12-01T10:38:43.0963482Z /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:38:43.0963564Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.0963568Z 2022-12-01T10:38:43.0963695Z test_ops.py::TestOperatorsCPU::test_vjpvmap_istft_cpu_float32 2022-12-01T10:38:43.0964439Z /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:38:43.0964524Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.0964529Z 2022-12-01T10:38:43.0964663Z test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_eigh_cpu_float32 2022-12-01T10:38:43.0965418Z /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:38:43.0965498Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.0965503Z 2022-12-01T10:38:43.0965634Z test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lu_factor_cpu_float32 2022-12-01T10:38:43.0966430Z /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:38:43.0966533Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.0966545Z 2022-12-01T10:38:43.0966674Z test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_vander_cpu_float32 2022-12-01T10:38:43.0967435Z /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:38:43.0967516Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.0967523Z 2022-12-01T10:38:43.0967657Z test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_vecdot_cpu_float32 2022-12-01T10:38:43.0968416Z /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:38:43.0968500Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.0968505Z 2022-12-01T10:38:43.0968635Z test_ops.py::TestOperatorsCPU::test_vjpvmap_lu_unpack_cpu_float32 2022-12-01T10:38:43.0968777Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lu_factor_cpu_float32 2022-12-01T10:38:43.0968915Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_lu_unpack_cpu_float32 2022-12-01T10:38:43.0969054Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_factor_cpu_float32 2022-12-01T10:38:43.0969184Z test_ops.py::TestOperatorsCPU::test_vmapvjp_lu_unpack_cpu_float32 2022-12-01T10:38:43.0969318Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lu_unpack_cpu_float32 2022-12-01T10:38:43.0970077Z /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:38:43.0970162Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.0970167Z 2022-12-01T10:38:43.0970291Z test_ops.py::TestOperatorsCPU::test_vjpvmap_matrix_exp_cpu_float32 2022-12-01T10:38:43.0971042Z /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:38:43.0971129Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.0971133Z 2022-12-01T10:38:43.0971263Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nanmean_cpu_float32 2022-12-01T10:38:43.0972011Z /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:38:43.0972092Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.0972097Z 2022-12-01T10:38:43.0972232Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nanquantile_cpu_float32 2022-12-01T10:38:43.0973053Z /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:38:43.0973136Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.0973141Z 2022-12-01T10:38:43.0973272Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nanquantile_cpu_float32 2022-12-01T10:38:43.0974026Z /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:38:43.0974110Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.0974114Z 2022-12-01T10:38:43.0974287Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional__scaled_dot_product_attention_cpu_float32 2022-12-01T10:38:43.0975105Z /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:38:43.0975185Z return op(*args, **kwargs) 2022-12-01T10:38:43.0975190Z 2022-12-01T10:38:43.0975337Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_bilinear_cpu_float32 2022-12-01T10:38:43.0976092Z /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:38:43.0976179Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.0976184Z 2022-12-01T10:38:43.0976336Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_embedding_bag_cpu_float32 2022-12-01T10:38:43.0977089Z /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:38:43.0977279Z weight, input, offsets, scale_grad_by_freq, mode_enum, sparse, per_sample_weights, include_last_offset, padding_idx 2022-12-01T10:38:43.0977287Z 2022-12-01T10:38:43.0977431Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_kl_div_cpu_float32 2022-12-01T10:38:43.0978148Z /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:38:43.0978287Z reduced = torch.kl_div(input, target, reduction_enum, log_target=log_target) 2022-12-01T10:38:43.0978292Z 2022-12-01T10:38:43.0978448Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_margin_ranking_loss_cpu_float32 2022-12-01T10:38:43.0979188Z /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:38:43.0979398Z return torch.margin_ranking_loss(input1, input2, target, margin, reduction_enum) 2022-12-01T10:38:43.0979403Z 2022-12-01T10:38:43.0979550Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_pool3d_cpu_float32 2022-12-01T10:38:43.0980296Z /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:38:43.0980463Z return torch._C._nn.max_pool3d_with_indices(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-12-01T10:38:43.0980468Z 2022-12-01T10:38:43.0980615Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_pool3d_cpu_float32 2022-12-01T10:38:43.0981346Z /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:38:43.0981488Z return torch.max_pool3d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-12-01T10:38:43.0981498Z 2022-12-01T10:38:43.0981641Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool1d_cpu_float32 2022-12-01T10:38:43.0981796Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool1d_grad_cpu_float32 2022-12-01T10:38:43.0981954Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool1d_grad_cpu_float32 2022-12-01T10:38:43.0982108Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool1d_cpu_float32 2022-12-01T10:38:43.0982263Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool1d_grad_cpu_float32 2022-12-01T10:38:43.0982423Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool1d_grad_cpu_float32 2022-12-01T10:38:43.0983151Z /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:38:43.0983401Z return torch._C._nn.max_unpool2d(input.unsqueeze(-1), indices.unsqueeze(-1), output_size).squeeze(-1) 2022-12-01T10:38:43.0983407Z 2022-12-01T10:38:43.0983558Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool3d_cpu_float32 2022-12-01T10:38:43.0983712Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool3d_grad_cpu_float32 2022-12-01T10:38:43.0983872Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool3d_grad_cpu_float32 2022-12-01T10:38:43.0984019Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool3d_cpu_float32 2022-12-01T10:38:43.0984170Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool3d_grad_cpu_float32 2022-12-01T10:38:43.0984329Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool3d_grad_cpu_float32 2022-12-01T10:38:43.0985065Z /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:38:43.0985206Z return torch._C._nn.max_unpool3d(input, indices, output_size, _stride, padding) 2022-12-01T10:38:43.0985241Z 2022-12-01T10:38:43.0985394Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_mse_loss_functorch_cpu_float32 2022-12-01T10:38:43.0986303Z /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:38:43.0986458Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:38:43.0986463Z 2022-12-01T10:38:43.0986617Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_mse_loss_functorch_cpu_float32 2022-12-01T10:38:43.0987492Z /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:38:43.0987646Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:38:43.0987652Z 2022-12-01T10:38:43.0987808Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_mse_loss_functorch_cpu_float32 2022-12-01T10:38:43.0988687Z /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:38:43.0988839Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:38:43.0988844Z 2022-12-01T10:38:43.0988996Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_multi_margin_loss_cpu_float32 2022-12-01T10:38:43.0989734Z /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:38:43.0989890Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-12-01T10:38:43.0989895Z 2022-12-01T10:38:43.0990045Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_smooth_l1_loss_cpu_float32 2022-12-01T10:38:43.0990201Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_smooth_l1_loss_cpu_float32 2022-12-01T10:38:43.0990348Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_smooth_l1_loss_cpu_float32 2022-12-01T10:38:43.0991138Z /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:38:43.0991312Z return torch._C._nn.smooth_l1_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), beta) 2022-12-01T10:38:43.0991358Z 2022-12-01T10:38:43.0991506Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_soft_margin_loss_cpu_float32 2022-12-01T10:38:43.0991661Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_soft_margin_loss_cpu_float32 2022-12-01T10:38:43.0992432Z /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:38:43.0992565Z return torch._C._nn.soft_margin_loss(input, target, reduction_enum) 2022-12-01T10:38:43.0992570Z 2022-12-01T10:38:43.0992643Z test_ops.py: 14 warnings 2022-12-01T10:38:43.0993412Z /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:38:43.0993501Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.0993506Z 2022-12-01T10:38:43.0993651Z test_ops.py::TestOperatorsCPU::test_vjpvmap_segment_reduce_lengths_cpu_float32 2022-12-01T10:38:43.0994407Z /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:38:43.0994493Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.0994497Z 2022-12-01T10:38:43.0994627Z test_ops.py::TestOperatorsCPU::test_vjpvmap_stft_cpu_float32 2022-12-01T10:38:43.0995336Z /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:38:43.0995433Z normalized, onesided, return_complex) 2022-12-01T10:38:43.0995438Z 2022-12-01T10:38:43.0995562Z test_ops.py::TestOperatorsCPU::test_vjpvmap_take_cpu_float32 2022-12-01T10:38:43.0995689Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_take_cpu_float32 2022-12-01T10:38:43.0995816Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_take_cpu_float32 2022-12-01T10:38:43.0995931Z test_ops.py::TestOperatorsCPU::test_vmapvjp_take_cpu_float32 2022-12-01T10:38:43.0996675Z /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:38:43.0996763Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.0996768Z 2022-12-01T10:38:43.0996909Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_as_strided_cpu_float64 2022-12-01T10:38:43.0997043Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_stft_cpu_float64 2022-12-01T10:38:43.0997172Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_stft_cpu_float32 2022-12-01T10:38:43.0997894Z /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:38:43.0998078Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:38:43.0998082Z 2022-12-01T10:38:43.0998251Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cummax_cpu_float32 2022-12-01T10:38:43.0998391Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cummax_cpu_float64 2022-12-01T10:38:43.0998530Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cummin_cpu_float64 2022-12-01T10:38:43.0998656Z test_ops.py::TestOperatorsCPU::test_vmapvjp_cummax_cpu_float32 2022-12-01T10:38:43.0998775Z test_ops.py::TestOperatorsCPU::test_vmapvjp_cummin_cpu_float32 2022-12-01T10:38:43.0999630Z /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:38:43.0999788Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:38:43.0999799Z 2022-12-01T10:38:43.0999868Z test_ops.py: 11 warnings 2022-12-01T10:38:43.1000612Z /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:38:43.1000761Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:38:43.1000766Z 2022-12-01T10:38:43.1000909Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfft2_cpu_float64 2022-12-01T10:38:43.1001044Z test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ihfft2_cpu_float32 2022-12-01T10:38:43.1001784Z /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:38:43.1001935Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:38:43.1001940Z 2022-12-01T10:38:43.1002085Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_fill_cpu_float32 2022-12-01T10:38:43.1002226Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_fill_cpu_float64 2022-12-01T10:38:43.1002371Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_reduce_cpu_float32 2022-12-01T10:38:43.1002517Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_reduce_cpu_float64 2022-12-01T10:38:43.1002654Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_fill_cpu_float32 2022-12-01T10:38:43.1002778Z test_ops.py::TestOperatorsCPU::test_vmapvjp_index_copy_cpu_float32 2022-12-01T10:38:43.1002909Z test_ops.py::TestOperatorsCPU::test_vmapvjp_index_fill_cpu_float32 2022-12-01T10:38:43.1003044Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_copy_cpu_float32 2022-12-01T10:38:43.1003176Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_fill_cpu_float32 2022-12-01T10:38:43.1003924Z /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:38:43.1004077Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:38:43.1004130Z 2022-12-01T10:38:43.1004294Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_householder_product_cpu_float32 2022-12-01T10:38:43.1004448Z test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_householder_product_cpu_float32 2022-12-01T10:38:43.1004637Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_householder_product_cpu_float32 2022-12-01T10:38:43.1005358Z /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:38:43.1005510Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:38:43.1005515Z 2022-12-01T10:38:43.1005658Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_solve_cpu_float32 2022-12-01T10:38:43.1006068Z /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:38:43.1006187Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T10:38:43.1006273Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T10:38:43.1006347Z should be replaced with 2022-12-01T10:38:43.1006565Z 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:38:43.1006647Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.1006652Z 2022-12-01T10:38:43.1006811Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_bilinear_cpu_float32 2022-12-01T10:38:43.1006971Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_bilinear_cpu_float64 2022-12-01T10:38:43.1007115Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_bilinear_cpu_float32 2022-12-01T10:38:43.1007851Z /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:38:43.1008003Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:38:43.1008008Z 2022-12-01T10:38:43.1008171Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_bag_cpu_float64 2022-12-01T10:38:43.1008317Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_embedding_bag_cpu_float32 2022-12-01T10:38:43.1009070Z /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:38:43.1009227Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:38:43.1009231Z 2022-12-01T10:38:43.1009405Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_fractional_max_pool2d_cpu_float64 2022-12-01T10:38:43.1010164Z /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:38:43.1010314Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:38:43.1010353Z 2022-12-01T10:38:43.1010524Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_fractional_max_pool3d_cpu_float32 2022-12-01T10:38:43.1010728Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_fractional_max_pool3d_cpu_float64 2022-12-01T10:38:43.1011485Z /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:38:43.1011634Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:38:43.1011639Z 2022-12-01T10:38:43.1011798Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_huber_loss_cpu_float64 2022-12-01T10:38:43.1011950Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_huber_loss_cpu_float32 2022-12-01T10:38:43.1012102Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_huber_loss_cpu_float32 2022-12-01T10:38:43.1012846Z /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:38:43.1012998Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:38:43.1013002Z 2022-12-01T10:38:43.1013154Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mish_cpu_float64 2022-12-01T10:38:43.1013885Z /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:38:43.1014038Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:38:43.1014043Z 2022-12-01T10:38:43.1014212Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multi_margin_loss_cpu_float64 2022-12-01T10:38:43.1014966Z /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:38:43.1015116Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:38:43.1015123Z 2022-12-01T10:38:43.1015299Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multilabel_margin_loss_cpu_float32 2022-12-01T10:38:43.1015477Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multilabel_margin_loss_cpu_float64 2022-12-01T10:38:43.1015633Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_multilabel_margin_loss_cpu_float32 2022-12-01T10:38:43.1016395Z /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:38:43.1016546Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:38:43.1016580Z 2022-12-01T10:38:43.1016737Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_rrelu_cpu_float64 2022-12-01T10:38:43.1017515Z /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:38:43.1017672Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:38:43.1017677Z 2022-12-01T10:38:43.1017844Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_smooth_l1_loss_cpu_float64 2022-12-01T10:38:43.1018000Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_smooth_l1_loss_cpu_float32 2022-12-01T10:38:43.1018755Z /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:38:43.1018907Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:38:43.1018912Z 2022-12-01T10:38:43.1019049Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_put_cpu_float64 2022-12-01T10:38:43.1019175Z test_ops.py::TestOperatorsCPU::test_vmapvjp_put_cpu_float32 2022-12-01T10:38:43.1019303Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_put_cpu_float32 2022-12-01T10:38:43.1020029Z /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:38:43.1020188Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:38:43.1020193Z 2022-12-01T10:38:43.1020328Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_put_cpu_float64 2022-12-01T10:38:43.1020458Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_take_cpu_float32 2022-12-01T10:38:43.1020575Z test_ops.py::TestOperatorsCPU::test_vmapvjp_put_cpu_float32 2022-12-01T10:38:43.1021302Z /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:38:43.1021447Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:38:43.1021461Z 2022-12-01T10:38:43.1021598Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_to_sparse_cpu_float32 2022-12-01T10:38:43.1022341Z /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:38:43.1022494Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:38:43.1022499Z 2022-12-01T10:38:43.1022637Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unfold_cpu_float64 2022-12-01T10:38:43.1023371Z /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:38:43.1023580Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:38:43.1023585Z 2022-12-01T10:38:43.1023720Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_cumprod_cpu_float32 2022-12-01T10:38:43.1024491Z /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:38:43.1024574Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.1024582Z 2022-12-01T10:38:43.1024717Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ihfftn_cpu_float32 2022-12-01T10:38:43.1024845Z test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ihfft2_cpu_float32 2022-12-01T10:38:43.1025612Z /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:38:43.1025695Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.1025700Z 2022-12-01T10:38:43.1025875Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_logsigmoid_cpu_float32 2022-12-01T10:38:43.1026030Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_logsigmoid_cpu_float32 2022-12-01T10:38:43.1026928Z /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:38:43.1027015Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.1027020Z 2022-12-01T10:38:43.1027157Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_vecdot_cpu_float32 2022-12-01T10:38:43.1027288Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_vdot_cpu_float32 2022-12-01T10:38:43.1027417Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_vecdot_cpu_float32 2022-12-01T10:38:43.1027546Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_vdot_cpu_float32 2022-12-01T10:38:43.1027681Z test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_vecdot_cpu_float32 2022-12-01T10:38:43.1027809Z test_ops.py::TestOperatorsCPU::test_vmapvjp_vdot_cpu_float32 2022-12-01T10:38:43.1028557Z /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:38:43.1028640Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.1028645Z 2022-12-01T10:38:43.1028782Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_cumprod_cpu_float32 2022-12-01T10:38:43.1029518Z /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:38:43.1029684Z return torch.cumprod(mask_input, dim_, dtype=dtype).to(dtype=dtype) 2022-12-01T10:38:43.1029689Z 2022-12-01T10:38:43.1029852Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nanmean_cpu_float32 2022-12-01T10:38:43.1029984Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nansum_cpu_float32 2022-12-01T10:38:43.1030112Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nansum_cpu_float32 2022-12-01T10:38:43.1030917Z /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:38:43.1031000Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.1031008Z 2022-12-01T10:38:43.1031152Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_bilinear_cpu_float32 2022-12-01T10:38:43.1031300Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_bilinear_cpu_float32 2022-12-01T10:38:43.1032070Z /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:38:43.1032154Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.1032159Z 2022-12-01T10:38:43.1032302Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_glu_cpu_float32 2022-12-01T10:38:43.1032446Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_glu_cpu_float32 2022-12-01T10:38:43.1033171Z /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:38:43.1033261Z return torch._C._nn.glu(input, dim) 2022-12-01T10:38:43.1033265Z 2022-12-01T10:38:43.1033424Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool2d_grad_cpu_float32 2022-12-01T10:38:43.1033577Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool2d_cpu_float32 2022-12-01T10:38:43.1033727Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool2d_cpu_float32 2022-12-01T10:38:43.1033880Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool2d_grad_cpu_float32 2022-12-01T10:38:43.1034028Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool2d_cpu_float32 2022-12-01T10:38:43.1034768Z /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:38:43.1034885Z return torch._C._nn.max_unpool2d(input, indices, output_size) 2022-12-01T10:38:43.1034897Z 2022-12-01T10:38:43.1035043Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_smooth_l1_loss_cpu_float32 2022-12-01T10:38:43.1035193Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_smooth_l1_loss_cpu_float32 2022-12-01T10:38:43.1035945Z /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:38:43.1036155Z return torch._C._nn.smooth_l1_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), beta) 2022-12-01T10:38:43.1036197Z 2022-12-01T10:38:43.1036328Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_put_cpu_float32 2022-12-01T10:38:43.1036456Z test_ops.py::TestOperatorsCPU::test_vmapvjp_put_cpu_float32 2022-12-01T10:38:43.1036584Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_put_cpu_float32 2022-12-01T10:38:43.1037328Z /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:38:43.1037414Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.1037422Z 2022-12-01T10:38:43.1037564Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_log_ndtr_cpu_float32 2022-12-01T10:38:43.1037703Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_log_ndtr_cpu_float32 2022-12-01T10:38:43.1037843Z test_ops.py::TestOperatorsCPU::test_vmapvjp_special_log_ndtr_cpu_float32 2022-12-01T10:38:43.1038619Z /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:38:43.1038703Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.1038708Z 2022-12-01T10:38:43.1038841Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_combinations_cpu_float32 2022-12-01T10:38:43.1038983Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_select_cpu_float32 2022-12-01T10:38:43.1039807Z /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:38:43.1039961Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:38:43.1039965Z 2022-12-01T10:38:43.1040100Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_cpu_float32 2022-12-01T10:38:43.1040853Z /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:38:43.1040938Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.1040943Z 2022-12-01T10:38:43.1041088Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_factor_cpu_float32 2022-12-01T10:38:43.1041224Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lu_solve_cpu_float32 2022-12-01T10:38:43.1041363Z test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lu_factor_ex_cpu_float32 2022-12-01T10:38:43.1041498Z test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lu_solve_cpu_float32 2022-12-01T10:38:43.1041621Z test_ops.py::TestOperatorsCPU::test_vmapvjp_lu_cpu_float32 2022-12-01T10:38:43.1041758Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lu_factor_ex_cpu_float32 2022-12-01T10:38:43.1041896Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lu_solve_cpu_float32 2022-12-01T10:38:43.1042669Z /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:38:43.1042862Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:38:43.1042866Z 2022-12-01T10:38:43.1043003Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_fill_cpu_float32 2022-12-01T10:38:43.1043135Z test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_fill_cpu_float32 2022-12-01T10:38:43.1043271Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_fill_cpu_float32 2022-12-01T10:38:43.1044041Z /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:38:43.1044126Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.1044131Z 2022-12-01T10:38:43.1044275Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_scatter_cpu_float32 2022-12-01T10:38:43.1044411Z test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_scatter_cpu_float32 2022-12-01T10:38:43.1045173Z /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:38:43.1045255Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.1045259Z 2022-12-01T10:38:43.1045406Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_glu_cpu_float32 2022-12-01T10:38:43.1046148Z /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:38:43.1046300Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:38:43.1046305Z 2022-12-01T10:38:43.1046453Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_reduce_prod_cpu_float32 2022-12-01T10:38:43.1046589Z test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_reduce_prod_cpu_float32 2022-12-01T10:38:43.1047336Z /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:38:43.1047487Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:38:43.1047499Z 2022-12-01T10:38:43.1047638Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_reduce_prod_cpu_float32 2022-12-01T10:38:43.1047777Z test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_reduce_prod_cpu_float32 2022-12-01T10:38:43.1047914Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_reduce_cpu_float32 2022-12-01T10:38:43.1048628Z /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:38:43.1048811Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:38:43.1048816Z 2022-12-01T10:38:43.1048945Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_take_cpu_float32 2022-12-01T10:38:43.1049129Z test_ops.py::TestOperatorsCPU::test_vmapvjp_take_cpu_float32 2022-12-01T10:38:43.1049260Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_put_cpu_float32 2022-12-01T10:38:43.1049979Z /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:38:43.1050687Z 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:38:43.1050813Z warnings.warn(msg, FutureWarning) 2022-12-01T10:38:43.1051440Z /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:38:43.1051532Z warnings.warn(msg, FutureWarning) 2022-12-01T10:38:43.1052041Z /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:38:43.1052128Z warnings.warn(msg, FutureWarning) 2022-12-01T10:38:43.1052612Z /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:38:43.1052704Z warnings.warn(msg, FutureWarning) 2022-12-01T10:38:43.1053395Z /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:38:43.1053484Z warnings.warn(msg, FutureWarning) 2022-12-01T10:38:43.1054209Z /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:38:43.1054299Z warnings.warn(msg, FutureWarning) 2022-12-01T10:38:43.1054305Z 2022-12-01T10:38:43.1054311Z 2022-12-01T10:38:43.1054497Z test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-12-01T10:38:43.1054667Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-12-01T10:38:43.1054838Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-12-01T10:38:43.1055710Z /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:38:43.1055935Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:38:43.1055941Z 2022-12-01T10:38:43.1056125Z test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-12-01T10:38:43.1056293Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-12-01T10:38:43.1056459Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-12-01T10:38:43.1057345Z /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:38:43.1057499Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:38:43.1057503Z 2022-12-01T10:38:43.1057646Z test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tanh_cpu_float32 2022-12-01T10:38:43.1057955Z /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:38:43.1058102Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-12-01T10:38:43.1058107Z 2022-12-01T10:38:43.1058258Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_embedding_bag_cpu_float32 2022-12-01T10:38:43.1059002Z /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:38:43.1059186Z weight, input, offsets, scale_grad_by_freq, mode_enum, sparse, per_sample_weights, include_last_offset, padding_idx 2022-12-01T10:38:43.1059191Z 2022-12-01T10:38:43.1059337Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_huber_loss_cpu_float32 2022-12-01T10:38:43.1059491Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_huber_loss_cpu_float32 2022-12-01T10:38:43.1060214Z /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:38:43.1060391Z return torch._C._nn.huber_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), delta) 2022-12-01T10:38:43.1060398Z 2022-12-01T10:38:43.1060562Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_multilabel_margin_loss_cpu_float32 2022-12-01T10:38:43.1061323Z /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:38:43.1061465Z return torch._C._nn.multilabel_margin_loss(input, target, reduction_enum) 2022-12-01T10:38:43.1061470Z 2022-12-01T10:38:43.1061658Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_soft_margin_loss_cpu_float32 2022-12-01T10:38:43.1062438Z /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:38:43.1062592Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:38:43.1062597Z 2022-12-01T10:38:43.1062727Z test_ops.py::TestOperatorsCPU::test_vmapvjp_quantile_cpu_float32 2022-12-01T10:38:43.1062860Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nanquantile_cpu_float32 2022-12-01T10:38:43.1063629Z /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:38:43.1063714Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.1063724Z 2022-12-01T10:38:43.1063846Z test_ops.py::TestOperatorsCPU::test_vmapvjp_quantile_cpu_float32 2022-12-01T10:38:43.1063984Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nanquantile_cpu_float32 2022-12-01T10:38:43.1064722Z /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:38:43.1064803Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.1064811Z 2022-12-01T10:38:43.1064940Z test_ops.py::TestOperatorsCPU::test_vmapvjp_to_sparse_cpu_float32 2022-12-01T10:38:43.1065076Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_to_sparse_cpu_float32 2022-12-01T10:38:43.1065859Z /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:38:43.1065953Z op=lambda x, *args: x.to_sparse(*args), 2022-12-01T10:38:43.1065959Z 2022-12-01T10:38:43.1066095Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_reduce_cpu_float32 2022-12-01T10:38:43.1066849Z /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:38:43.1066939Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.1066943Z 2022-12-01T10:38:43.1067080Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_reduce_cpu_float32 2022-12-01T10:38:43.1067807Z /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:38:43.1067961Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:38:43.1067966Z 2022-12-01T10:38:43.1068100Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_renorm_cpu_float32 2022-12-01T10:38:43.1068904Z /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:38:43.1068988Z return self.op(*args, **kwargs) 2022-12-01T10:38:43.1068993Z 2022-12-01T10:38:43.1069210Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-12-01T10:38:43.1069530Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/functorch.test_ops/functorch.test_ops-eaaafd081c820114.xml - 2022-12-01T10:38:43.1069668Z = 3293 passed, 918 skipped, 12 deselected, 158 xfailed, 259 warnings in 1693.54s (0:28:13) = 2022-12-01T10:38:43.1069832Z 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:38:43.1069839Z 2022-12-01T10:38:43.1070145Z ##[endgroup] 2022-12-01T10:38:43.1070436Z FINISHED PRINTING LOG FILE of functorch/test_ops (/var/lib/jenkins/workspace/test/test-reports/functorch-test_ops_7cidqt29) 2022-12-01T10:38:43.1070442Z 2022-12-01T10:39:14.7347649Z 2022-12-01T10:39:14.7348069Z Expand the folded group to see the log file of functorch/test_ops 2022-12-01T10:39:14.7348807Z ##[group]PRINTING LOG FILE of functorch/test_ops (/var/lib/jenkins/workspace/test/test-reports/functorch-test_ops_0s9mfore) 2022-12-01T10:39:14.7361615Z Test results will be stored in test-reports/python-pytest/functorch.test_ops/functorch.test_ops-1e81c5d87524af08.xml 2022-12-01T10:39:14.7362245Z ============================= test session starts ============================== 2022-12-01T10:39:14.7362878Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:39:14.7363324Z cachedir: .pytest_cache 2022-12-01T10:39:14.7363961Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:39:14.7364470Z rootdir: /var/lib/jenkins/workspace/test/functorch, configfile: pytest.ini 2022-12-01T10:39:14.7365050Z 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:39:14.7365386Z collecting ... collected 8880 items / 16 deselected / 8864 selected 2022-12-01T10:39:14.7785049Z 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:39:14.8146955Z 2022-12-01T10:39:14.8147174Z functorch/test_ops.py::TestOperatorsCPU::test_extremal_numerics_binary_cross_entropy_cpu PASSED 2022-12-01T10:39:14.8147551Z functorch/test_ops.py::TestOperatorsCPU::test_extremal_numerics_cross_entropy_cpu PASSED 2022-12-01T10:39:14.8147905Z functorch/test_ops.py::TestOperatorsCPU::test_extremal_numerics_log_softmax_cpu PASSED 2022-12-01T10:39:14.8148256Z functorch/test_ops.py::TestOperatorsCPU::test_extremal_numerics_mse_loss_cpu PASSED 2022-12-01T10:39:14.8148575Z functorch/test_ops.py::TestOperatorsCPU::test_grad_T_cpu_float32 PASSED 2022-12-01T10:39:14.8148900Z functorch/test_ops.py::TestOperatorsCPU::test_grad___getitem___cpu_float32 PASSED 2022-12-01T10:39:14.8149228Z functorch/test_ops.py::TestOperatorsCPU::test_grad___radd___cpu_float32 PASSED 2022-12-01T10:39:14.8149534Z functorch/test_ops.py::TestOperatorsCPU::test_grad___rdiv___cpu_float32 PASSED 2022-12-01T10:39:14.8149861Z functorch/test_ops.py::TestOperatorsCPU::test_grad___rmatmul___cpu_float32 PASSED 2022-12-01T10:39:14.8150181Z functorch/test_ops.py::TestOperatorsCPU::test_grad___rpow___cpu_float32 PASSED 2022-12-01T10:39:14.8150559Z functorch/test_ops.py::TestOperatorsCPU::test_grad_acos_cpu_float32 PASSED 2022-12-01T10:39:14.8150867Z functorch/test_ops.py::TestOperatorsCPU::test_grad_acosh_cpu_float32 PASSED 2022-12-01T10:39:14.8151184Z functorch/test_ops.py::TestOperatorsCPU::test_grad_add_cpu_float32 PASSED 2022-12-01T10:39:14.8151613Z functorch/test_ops.py::TestOperatorsCPU::test_grad_addcdiv_cpu_float32 PASSED 2022-12-01T10:39:14.8151921Z functorch/test_ops.py::TestOperatorsCPU::test_grad_addmm_cpu_float32 PASSED 2022-12-01T10:39:14.8152288Z functorch/test_ops.py::TestOperatorsCPU::test_grad_addr_cpu_float32 PASSED 2022-12-01T10:39:14.8152606Z functorch/test_ops.py::TestOperatorsCPU::test_grad_amax_cpu_float32 PASSED 2022-12-01T10:39:14.8152916Z functorch/test_ops.py::TestOperatorsCPU::test_grad_amin_cpu_float32 PASSED 2022-12-01T10:39:14.8153266Z functorch/test_ops.py::TestOperatorsCPU::test_grad_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8153638Z functorch/test_ops.py::TestOperatorsCPU::test_grad_as_strided_cpu_float32 PASSED 2022-12-01T10:39:14.8153997Z functorch/test_ops.py::TestOperatorsCPU::test_grad_as_strided_scatter_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.8154329Z functorch/test_ops.py::TestOperatorsCPU::test_grad_asin_cpu_float32 PASSED 2022-12-01T10:39:14.8154644Z functorch/test_ops.py::TestOperatorsCPU::test_grad_atan_cpu_float32 PASSED 2022-12-01T10:39:14.8154964Z functorch/test_ops.py::TestOperatorsCPU::test_grad_atanh_cpu_float32 PASSED 2022-12-01T10:39:14.8155289Z functorch/test_ops.py::TestOperatorsCPU::test_grad_atleast_1d_cpu_float32 PASSED 2022-12-01T10:39:14.8155606Z functorch/test_ops.py::TestOperatorsCPU::test_grad_bernoulli_cpu_float32 PASSED 2022-12-01T10:39:14.8155974Z functorch/test_ops.py::TestOperatorsCPU::test_grad_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8156404Z functorch/test_ops.py::TestOperatorsCPU::test_grad_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8156799Z functorch/test_ops.py::TestOperatorsCPU::test_grad_broadcast_tensors_cpu_float32 PASSED 2022-12-01T10:39:14.8157184Z functorch/test_ops.py::TestOperatorsCPU::test_grad_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8157564Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cdist_cpu_float32 PASSED 2022-12-01T10:39:14.8157883Z functorch/test_ops.py::TestOperatorsCPU::test_grad_ceil_cpu_float32 PASSED 2022-12-01T10:39:14.8158185Z functorch/test_ops.py::TestOperatorsCPU::test_grad_chalf_cpu_float32 XFAIL 2022-12-01T10:39:14.8158519Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cholesky_inverse_cpu_float32 PASSED 2022-12-01T10:39:14.8158861Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cholesky_solve_cpu_float32 PASSED 2022-12-01T10:39:14.8159285Z functorch/test_ops.py::TestOperatorsCPU::test_grad_clamp_min_cpu_float32 PASSED 2022-12-01T10:39:14.8159596Z functorch/test_ops.py::TestOperatorsCPU::test_grad_clone_cpu_float32 PASSED 2022-12-01T10:39:14.8159928Z functorch/test_ops.py::TestOperatorsCPU::test_grad_combinations_cpu_float32 PASSED 2022-12-01T10:39:14.8160251Z functorch/test_ops.py::TestOperatorsCPU::test_grad_conj_cpu_float32 PASSED 2022-12-01T10:39:14.8160563Z functorch/test_ops.py::TestOperatorsCPU::test_grad_conj_physical_cpu_float32 PASSED 2022-12-01T10:39:14.8160907Z functorch/test_ops.py::TestOperatorsCPU::test_grad_constant_pad_nd_cpu_float32 PASSED 2022-12-01T10:39:14.8161232Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cos_cpu_float32 PASSED 2022-12-01T10:39:14.8161606Z functorch/test_ops.py::TestOperatorsCPU::test_grad_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8161954Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cov_cpu_float32 PASSED 2022-12-01T10:39:14.8162268Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cross_cpu_float32 PASSED 2022-12-01T10:39:14.8162589Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cummax_cpu_float32 PASSED 2022-12-01T10:39:14.8162897Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cummin_cpu_float32 PASSED 2022-12-01T10:39:14.8163218Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cumprod_cpu_float32 PASSED 2022-12-01T10:39:14.8163538Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cumsum_cpu_float32 PASSED 2022-12-01T10:39:14.8163918Z functorch/test_ops.py::TestOperatorsCPU::test_grad_cumulative_trapezoid_cpu_float32 PASSED 2022-12-01T10:39:14.8164242Z functorch/test_ops.py::TestOperatorsCPU::test_grad_diagflat_cpu_float32 PASSED 2022-12-01T10:39:14.8164607Z functorch/test_ops.py::TestOperatorsCPU::test_grad_diagonal_cpu_float32 PASSED 2022-12-01T10:39:14.8164928Z functorch/test_ops.py::TestOperatorsCPU::test_grad_diff_cpu_float32 PASSED 2022-12-01T10:39:14.8165245Z functorch/test_ops.py::TestOperatorsCPU::test_grad_div_floor_rounding_cpu_float32 PASSED 2022-12-01T10:39:14.8165591Z functorch/test_ops.py::TestOperatorsCPU::test_grad_div_no_rounding_mode_cpu_float32 PASSED 2022-12-01T10:39:14.8165923Z functorch/test_ops.py::TestOperatorsCPU::test_grad_dot_cpu_float32 PASSED 2022-12-01T10:39:14.8166242Z functorch/test_ops.py::TestOperatorsCPU::test_grad_double_cpu_float32 PASSED 2022-12-01T10:39:14.8166580Z functorch/test_ops.py::TestOperatorsCPU::test_grad_double_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:39:14.8166931Z functorch/test_ops.py::TestOperatorsCPU::test_grad_dstack_cpu_float32 PASSED 2022-12-01T10:39:14.8167245Z functorch/test_ops.py::TestOperatorsCPU::test_grad_einsum_cpu_float32 PASSED 2022-12-01T10:39:14.8167597Z functorch/test_ops.py::TestOperatorsCPU::test_grad_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8167996Z functorch/test_ops.py::TestOperatorsCPU::test_grad_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8168346Z functorch/test_ops.py::TestOperatorsCPU::test_grad_erfinv_cpu_float32 PASSED 2022-12-01T10:39:14.8168663Z functorch/test_ops.py::TestOperatorsCPU::test_grad_exp_cpu_float32 PASSED 2022-12-01T10:39:14.8168973Z functorch/test_ops.py::TestOperatorsCPU::test_grad_expand_as_cpu_float32 PASSED 2022-12-01T10:39:14.8169295Z functorch/test_ops.py::TestOperatorsCPU::test_grad_expand_cpu_float32 PASSED 2022-12-01T10:39:14.8169614Z functorch/test_ops.py::TestOperatorsCPU::test_grad_expm1_cpu_float32 PASSED 2022-12-01T10:39:14.8169961Z functorch/test_ops.py::TestOperatorsCPU::test_grad_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8170319Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_fft_cpu_float32 PASSED 2022-12-01T10:39:14.8170642Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_fftn_cpu_float32 PASSED 2022-12-01T10:39:14.8170971Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_fftshift_cpu_float32 PASSED 2022-12-01T10:39:14.8171283Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_hfft2_cpu_float32 PASSED 2022-12-01T10:39:14.8171608Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_hfftn_cpu_float32 PASSED 2022-12-01T10:39:14.8171931Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_ifft_cpu_float32 PASSED 2022-12-01T10:39:14.8172242Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_ihfft2_cpu_float32 PASSED 2022-12-01T10:39:14.8172564Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_irfft2_cpu_float32 PASSED 2022-12-01T10:39:14.8172887Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_irfft_cpu_float32 PASSED 2022-12-01T10:39:14.8173210Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_irfftn_cpu_float32 PASSED 2022-12-01T10:39:14.8173520Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_rfft2_cpu_float32 PASSED 2022-12-01T10:39:14.8173838Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_rfft_cpu_float32 PASSED 2022-12-01T10:39:14.8174158Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fft_rfftn_cpu_float32 PASSED 2022-12-01T10:39:14.8174465Z functorch/test_ops.py::TestOperatorsCPU::test_grad_flatten_cpu_float32 PASSED 2022-12-01T10:39:14.8174784Z functorch/test_ops.py::TestOperatorsCPU::test_grad_flip_cpu_float32 PASSED 2022-12-01T10:39:14.8175101Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fliplr_cpu_float32 PASSED 2022-12-01T10:39:14.8175418Z functorch/test_ops.py::TestOperatorsCPU::test_grad_float_cpu_float32 PASSED 2022-12-01T10:39:14.8175755Z functorch/test_ops.py::TestOperatorsCPU::test_grad_float_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:39:14.8176139Z functorch/test_ops.py::TestOperatorsCPU::test_grad_floor_cpu_float32 PASSED 2022-12-01T10:39:14.8176453Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fmin_cpu_float32 PASSED 2022-12-01T10:39:14.8176778Z functorch/test_ops.py::TestOperatorsCPU::test_grad_fmod_cpu_float32 PASSED 2022-12-01T10:39:14.8177089Z functorch/test_ops.py::TestOperatorsCPU::test_grad_frac_cpu_float32 PASSED 2022-12-01T10:39:14.8177408Z functorch/test_ops.py::TestOperatorsCPU::test_grad_gather_cpu_float32 PASSED 2022-12-01T10:39:14.8177774Z functorch/test_ops.py::TestOperatorsCPU::test_grad_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8178123Z functorch/test_ops.py::TestOperatorsCPU::test_grad_gradient_cpu_float32 PASSED 2022-12-01T10:39:14.8178475Z functorch/test_ops.py::TestOperatorsCPU::test_grad_half_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:39:14.8178869Z functorch/test_ops.py::TestOperatorsCPU::test_grad_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8179261Z functorch/test_ops.py::TestOperatorsCPU::test_grad_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8179661Z functorch/test_ops.py::TestOperatorsCPU::test_grad_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8180020Z functorch/test_ops.py::TestOperatorsCPU::test_grad_index_copy_cpu_float32 PASSED 2022-12-01T10:39:14.8180347Z functorch/test_ops.py::TestOperatorsCPU::test_grad_index_fill_cpu_float32 PASSED 2022-12-01T10:39:14.8180665Z functorch/test_ops.py::TestOperatorsCPU::test_grad_index_reduce_cpu_float32 PASSED 2022-12-01T10:39:14.8181057Z functorch/test_ops.py::TestOperatorsCPU::test_grad_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8181482Z functorch/test_ops.py::TestOperatorsCPU::test_grad_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8181884Z functorch/test_ops.py::TestOperatorsCPU::test_grad_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8182265Z functorch/test_ops.py::TestOperatorsCPU::test_grad_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8182658Z functorch/test_ops.py::TestOperatorsCPU::test_grad_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8183013Z functorch/test_ops.py::TestOperatorsCPU::test_grad_istft_cpu_float32 PASSED 2022-12-01T10:39:14.8183375Z functorch/test_ops.py::TestOperatorsCPU::test_grad_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:39:14.8183770Z functorch/test_ops.py::TestOperatorsCPU::test_grad_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:39:14.8184160Z functorch/test_ops.py::TestOperatorsCPU::test_grad_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:39:14.8184562Z functorch/test_ops.py::TestOperatorsCPU::test_grad_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:39:14.8184925Z functorch/test_ops.py::TestOperatorsCPU::test_grad_ldexp_cpu_float32 PASSED 2022-12-01T10:39:14.8185250Z functorch/test_ops.py::TestOperatorsCPU::test_grad_lerp_cpu_float32 PASSED 2022-12-01T10:39:14.8185561Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_cond_cpu_float32 PASSED 2022-12-01T10:39:14.8185899Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_det_singular_cpu_float32 PASSED 2022-12-01T10:39:14.8186237Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_eig_cpu_float32 XFAIL 2022-12-01T10:39:14.8186566Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_eigh_cpu_float32 PASSED 2022-12-01T10:39:14.8186882Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_inv_cpu_float32 PASSED 2022-12-01T10:39:14.8187211Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_lstsq_cpu_float32 PASSED 2022-12-01T10:39:14.8187546Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_lu_factor_cpu_float32 PASSED 2022-12-01T10:39:14.8187936Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_lu_factor_ex_cpu_float32 PASSED 2022-12-01T10:39:14.8188307Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_lu_solve_cpu_float32 PASSED 2022-12-01T10:39:14.8188653Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_matrix_power_cpu_float32 PASSED 2022-12-01T10:39:14.8188997Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_multi_dot_cpu_float32 PASSED 2022-12-01T10:39:14.8189316Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8189676Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_norm_subgradients_at_zero_cpu_float32 PASSED 2022-12-01T10:39:14.8190030Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_pinv_cpu_float32 PASSED 2022-12-01T10:39:14.8190486Z 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:39:14.8190899Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_solve_cpu_float32 PASSED 2022-12-01T10:39:14.8191232Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_solve_ex_cpu_float32 PASSED 2022-12-01T10:39:14.8191582Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_solve_triangular_cpu_float32 PASSED 2022-12-01T10:39:14.8191913Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_svdvals_cpu_float32 PASSED 2022-12-01T10:39:14.8192251Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_vander_cpu_float32 PASSED 2022-12-01T10:39:14.8192587Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_vecdot_cpu_float32 PASSED 2022-12-01T10:39:14.8192912Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_vector_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8193292Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8193647Z functorch/test_ops.py::TestOperatorsCPU::test_grad_log10_cpu_float32 PASSED 2022-12-01T10:39:14.8193975Z functorch/test_ops.py::TestOperatorsCPU::test_grad_logaddexp2_cpu_float32 PASSED 2022-12-01T10:39:14.8194297Z functorch/test_ops.py::TestOperatorsCPU::test_grad_logcumsumexp_cpu_float32 PASSED 2022-12-01T10:39:14.8194622Z functorch/test_ops.py::TestOperatorsCPU::test_grad_logdet_cpu_float32 PASSED 2022-12-01T10:39:14.8194940Z functorch/test_ops.py::TestOperatorsCPU::test_grad_logit_cpu_float32 PASSED 2022-12-01T10:39:14.8195304Z functorch/test_ops.py::TestOperatorsCPU::test_grad_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8195644Z functorch/test_ops.py::TestOperatorsCPU::test_grad_lu_cpu_float32 PASSED 2022-12-01T10:39:14.8195963Z functorch/test_ops.py::TestOperatorsCPU::test_grad_lu_solve_cpu_float32 PASSED 2022-12-01T10:39:14.8196286Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_amin_cpu_float32 PASSED 2022-12-01T10:39:14.8196604Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_cumsum_cpu_float32 PASSED 2022-12-01T10:39:14.8196942Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_normalize_cpu_float32 PASSED 2022-12-01T10:39:14.8197276Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_prod_cpu_float32 PASSED 2022-12-01T10:39:14.8197611Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_softmin_cpu_float32 PASSED 2022-12-01T10:39:14.8197925Z functorch/test_ops.py::TestOperatorsCPU::test_grad_masked_std_cpu_float32 PASSED 2022-12-01T10:39:14.8215990Z functorch/test_ops.py::TestOperatorsCPU::test_grad_matmul_cpu_float32 PASSED 2022-12-01T10:39:14.8216426Z functorch/test_ops.py::TestOperatorsCPU::test_grad_max_binary_cpu_float32 PASSED 2022-12-01T10:39:14.8216780Z functorch/test_ops.py::TestOperatorsCPU::test_grad_max_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:39:14.8217108Z functorch/test_ops.py::TestOperatorsCPU::test_grad_mean_cpu_float32 PASSED 2022-12-01T10:39:14.8217421Z functorch/test_ops.py::TestOperatorsCPU::test_grad_median_cpu_float32 PASSED 2022-12-01T10:39:14.8217884Z functorch/test_ops.py::TestOperatorsCPU::test_grad_meshgrid_variadic_tensors_cpu_float32 PASSED 2022-12-01T10:39:14.8218233Z functorch/test_ops.py::TestOperatorsCPU::test_grad_min_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:39:14.8218619Z functorch/test_ops.py::TestOperatorsCPU::test_grad_mm_cpu_float32 PASSED 2022-12-01T10:39:14.8218934Z functorch/test_ops.py::TestOperatorsCPU::test_grad_mode_cpu_float32 PASSED 2022-12-01T10:39:14.8219257Z functorch/test_ops.py::TestOperatorsCPU::test_grad_movedim_cpu_float32 PASSED 2022-12-01T10:39:14.8219568Z functorch/test_ops.py::TestOperatorsCPU::test_grad_msort_cpu_float32 PASSED 2022-12-01T10:39:14.8219881Z functorch/test_ops.py::TestOperatorsCPU::test_grad_mul_cpu_float32 PASSED 2022-12-01T10:39:14.8220191Z functorch/test_ops.py::TestOperatorsCPU::test_grad_mv_cpu_float32 PASSED 2022-12-01T10:39:14.8220512Z functorch/test_ops.py::TestOperatorsCPU::test_grad_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED 2022-12-01T10:39:14.8220859Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nan_to_num_cpu_float32 PASSED 2022-12-01T10:39:14.8221186Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nanmean_cpu_float32 PASSED 2022-12-01T10:39:14.8221515Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nanmedian_cpu_float32 PASSED 2022-12-01T10:39:14.8221826Z functorch/test_ops.py::TestOperatorsCPU::test_grad_narrow_cpu_float32 PASSED 2022-12-01T10:39:14.8222188Z functorch/test_ops.py::TestOperatorsCPU::test_grad_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8222591Z functorch/test_ops.py::TestOperatorsCPU::test_grad_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8222977Z functorch/test_ops.py::TestOperatorsCPU::test_grad_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8223376Z functorch/test_ops.py::TestOperatorsCPU::test_grad_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8223771Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:39:14.8224154Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED 2022-12-01T10:39:14.8224513Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:39:14.8224869Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_batch_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8225228Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_bilinear_cpu_float32 PASSED 2022-12-01T10:39:14.8225595Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_binary_cross_entropy_cpu_float32 PASSED 2022-12-01T10:39:14.8225941Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_celu_cpu_float32 PASSED 2022-12-01T10:39:14.8226295Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_no_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8226678Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8227067Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8227471Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8227864Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_conv_transpose3d_cpu_float32 PASSED 2022-12-01T10:39:14.8228238Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_cosine_similarity_cpu_float32 PASSED 2022-12-01T10:39:14.8228584Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_ctc_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8228941Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_dropout2d_cpu_float32 PASSED 2022-12-01T10:39:14.8229297Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_dropout3d_cpu_float32 PASSED 2022-12-01T10:39:14.8229687Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_dropout_cpu_float32 PASSED 2022-12-01T10:39:14.8230029Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_embedding_cpu_float32 PASSED 2022-12-01T10:39:14.8230517Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED 2022-12-01T10:39:14.8230920Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_fractional_max_pool3d_cpu_float32 PASSED 2022-12-01T10:39:14.8231337Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_glu_cpu_float32 PASSED 2022-12-01T10:39:14.8231676Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_group_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8232039Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_hardsigmoid_cpu_float32 PASSED 2022-12-01T10:39:14.8232399Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_hardtanh_cpu_float32 PASSED 2022-12-01T10:39:14.8232755Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_hinge_embedding_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8233126Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_huber_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8233489Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_instance_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8233863Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_area_cpu_float32 PASSED 2022-12-01T10:39:14.8234227Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_linear_cpu_float32 PASSED 2022-12-01T10:39:14.8234609Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_nearest_cpu_float32 PASSED 2022-12-01T10:39:14.8234992Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_interpolate_trilinear_cpu_float32 PASSED 2022-12-01T10:39:14.8235355Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_kl_div_cpu_float32 PASSED 2022-12-01T10:39:14.8235691Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_l1_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8236049Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_layer_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8236404Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_linear_cpu_float32 PASSED 2022-12-01T10:39:14.8236742Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_logsigmoid_cpu_float32 PASSED 2022-12-01T10:39:14.8237107Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_margin_ranking_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8237471Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_pool1d_cpu_float32 PASSED 2022-12-01T10:39:14.8237821Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_pool3d_cpu_float32 PASSED 2022-12-01T10:39:14.8238170Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool1d_grad_cpu_float32 PASSED 2022-12-01T10:39:14.8238538Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_max_unpool3d_grad_cpu_float32 PASSED 2022-12-01T10:39:14.8238893Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_mse_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8239360Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_mse_loss_functorch_cpu_float32 PASSED 2022-12-01T10:39:14.8239736Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_multi_margin_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8240113Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_multilabel_margin_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8240508Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8240863Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_nll_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8241215Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_normalize_cpu_float32 PASSED 2022-12-01T10:39:14.8241619Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_pixel_shuffle_cpu_float32 PASSED 2022-12-01T10:39:14.8241972Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_rrelu_cpu_float32 PASSED 2022-12-01T10:39:14.8242345Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_selu_cpu_float32 PASSED 2022-12-01T10:39:14.8242694Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_silu_cpu_float32 PASSED 2022-12-01T10:39:14.8243048Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_smooth_l1_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8243404Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8243770Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_softmin_cpu_float32 PASSED 2022-12-01T10:39:14.8244124Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_softplus_cpu_float32 PASSED 2022-12-01T10:39:14.8244478Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_threshold_cpu_float32 PASSED 2022-12-01T10:39:14.8244850Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8245228Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_unfold_cpu_float32 PASSED 2022-12-01T10:39:14.8245596Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_upsample_bilinear_cpu_float32 PASSED 2022-12-01T10:39:14.8245971Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nn_functional_upsample_nearest_cpu_float32 PASSED 2022-12-01T10:39:14.8246348Z functorch/test_ops.py::TestOperatorsCPU::test_grad_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8246708Z functorch/test_ops.py::TestOperatorsCPU::test_grad_norm_fro_cpu_float32 PASSED 2022-12-01T10:39:14.8247032Z functorch/test_ops.py::TestOperatorsCPU::test_grad_normal_cpu_float32 PASSED 2022-12-01T10:39:14.8247352Z functorch/test_ops.py::TestOperatorsCPU::test_grad_normal_number_mean_cpu_float32 PASSED 2022-12-01T10:39:14.8247725Z functorch/test_ops.py::TestOperatorsCPU::test_grad_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8248124Z functorch/test_ops.py::TestOperatorsCPU::test_grad_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8248508Z functorch/test_ops.py::TestOperatorsCPU::test_grad_ops_aten_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:39:14.8248880Z functorch/test_ops.py::TestOperatorsCPU::test_grad_ormqr_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8249239Z functorch/test_ops.py::TestOperatorsCPU::test_grad_pca_lowrank_cpu_float32 PASSED 2022-12-01T10:39:14.8249569Z functorch/test_ops.py::TestOperatorsCPU::test_grad_pinverse_cpu_float32 PASSED 2022-12-01T10:39:14.8249910Z functorch/test_ops.py::TestOperatorsCPU::test_grad_polygamma_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:39:14.8250253Z functorch/test_ops.py::TestOperatorsCPU::test_grad_polygamma_polygamma_n_2_cpu_float32 PASSED 2022-12-01T10:39:14.8250606Z functorch/test_ops.py::TestOperatorsCPU::test_grad_polygamma_polygamma_n_3_cpu_float32 PASSED 2022-12-01T10:39:14.8250942Z functorch/test_ops.py::TestOperatorsCPU::test_grad_positive_cpu_float32 PASSED 2022-12-01T10:39:14.8251253Z functorch/test_ops.py::TestOperatorsCPU::test_grad_pow_cpu_float32 PASSED 2022-12-01T10:39:14.8251569Z functorch/test_ops.py::TestOperatorsCPU::test_grad_prod_cpu_float32 PASSED 2022-12-01T10:39:14.8251888Z functorch/test_ops.py::TestOperatorsCPU::test_grad_put_cpu_float32 PASSED 2022-12-01T10:39:14.8252204Z functorch/test_ops.py::TestOperatorsCPU::test_grad_rad2deg_cpu_float32 PASSED 2022-12-01T10:39:14.8252561Z functorch/test_ops.py::TestOperatorsCPU::test_grad_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8252976Z functorch/test_ops.py::TestOperatorsCPU::test_grad_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8253344Z functorch/test_ops.py::TestOperatorsCPU::test_grad_reciprocal_cpu_float32 PASSED 2022-12-01T10:39:14.8253690Z functorch/test_ops.py::TestOperatorsCPU::test_grad_remainder_cpu_float32 PASSED 2022-12-01T10:39:14.8254045Z functorch/test_ops.py::TestOperatorsCPU::test_grad_renorm_cpu_float32 PASSED 2022-12-01T10:39:14.8254374Z functorch/test_ops.py::TestOperatorsCPU::test_grad_reshape_as_cpu_float32 PASSED 2022-12-01T10:39:14.8254698Z functorch/test_ops.py::TestOperatorsCPU::test_grad_reshape_cpu_float32 PASSED 2022-12-01T10:39:14.8255011Z functorch/test_ops.py::TestOperatorsCPU::test_grad_resolve_conj_cpu_float32 PASSED 2022-12-01T10:39:14.8255334Z functorch/test_ops.py::TestOperatorsCPU::test_grad_rot90_cpu_float32 PASSED 2022-12-01T10:39:14.8255666Z functorch/test_ops.py::TestOperatorsCPU::test_grad_round_decimals_0_cpu_float32 PASSED 2022-12-01T10:39:14.8255992Z functorch/test_ops.py::TestOperatorsCPU::test_grad_round_decimals_3_cpu_float32 PASSED 2022-12-01T10:39:14.8256336Z functorch/test_ops.py::TestOperatorsCPU::test_grad_round_decimals_neg_3_cpu_float32 PASSED 2022-12-01T10:39:14.8256666Z functorch/test_ops.py::TestOperatorsCPU::test_grad_rsub_cpu_float32 PASSED 2022-12-01T10:39:14.8256996Z functorch/test_ops.py::TestOperatorsCPU::test_grad_scatter_reduce_amax_cpu_float32 PASSED 2022-12-01T10:39:14.8257325Z functorch/test_ops.py::TestOperatorsCPU::test_grad_scatter_reduce_prod_cpu_float32 PASSED 2022-12-01T10:39:14.8257653Z functorch/test_ops.py::TestOperatorsCPU::test_grad_select_cpu_float32 PASSED 2022-12-01T10:39:14.8257987Z functorch/test_ops.py::TestOperatorsCPU::test_grad_select_scatter_cpu_float32 PASSED 2022-12-01T10:39:14.8258298Z functorch/test_ops.py::TestOperatorsCPU::test_grad_sgn_cpu_float32 PASSED 2022-12-01T10:39:14.8258660Z functorch/test_ops.py::TestOperatorsCPU::test_grad_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8259087Z functorch/test_ops.py::TestOperatorsCPU::test_grad_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8259471Z functorch/test_ops.py::TestOperatorsCPU::test_grad_sigmoid_cpu_float32 PASSED 2022-12-01T10:39:14.8259775Z functorch/test_ops.py::TestOperatorsCPU::test_grad_sign_cpu_float32 PASSED 2022-12-01T10:39:14.8260134Z functorch/test_ops.py::TestOperatorsCPU::test_grad_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8260487Z functorch/test_ops.py::TestOperatorsCPU::test_grad_sinh_cpu_float32 PASSED 2022-12-01T10:39:14.8260799Z functorch/test_ops.py::TestOperatorsCPU::test_grad_slice_cpu_float32 PASSED 2022-12-01T10:39:14.8261111Z functorch/test_ops.py::TestOperatorsCPU::test_grad_slice_scatter_cpu_float32 PASSED 2022-12-01T10:39:14.8261432Z functorch/test_ops.py::TestOperatorsCPU::test_grad_sort_cpu_float32 PASSED 2022-12-01T10:39:14.8261803Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8262210Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8262628Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8263065Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8263761Z 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:39:14.8264365Z 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:39:14.8264782Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_entr_cpu_float32 PASSED 2022-12-01T10:39:14.8265118Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_i1_cpu_float32 PASSED 2022-12-01T10:39:14.8265454Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_log_ndtr_cpu_float32 PASSED 2022-12-01T10:39:14.8265870Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8266338Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8266774Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8267188Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:39:14.8267599Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8268212Z 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:39:14.8268691Z functorch/test_ops.py::TestOperatorsCPU::test_grad_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8269071Z functorch/test_ops.py::TestOperatorsCPU::test_grad_split_cpu_float32 PASSED 2022-12-01T10:39:14.8269389Z functorch/test_ops.py::TestOperatorsCPU::test_grad_split_list_args_cpu_float32 PASSED 2022-12-01T10:39:14.8269730Z functorch/test_ops.py::TestOperatorsCPU::test_grad_split_with_sizes_cpu_float32 PASSED 2022-12-01T10:39:14.8270055Z functorch/test_ops.py::TestOperatorsCPU::test_grad_sqrt_cpu_float32 PASSED 2022-12-01T10:39:14.8270369Z functorch/test_ops.py::TestOperatorsCPU::test_grad_std_cpu_float32 PASSED 2022-12-01T10:39:14.8270733Z functorch/test_ops.py::TestOperatorsCPU::test_grad_sub_cpu_float32 PASSED 2022-12-01T10:39:14.8271043Z functorch/test_ops.py::TestOperatorsCPU::test_grad_sum_cpu_float32 PASSED 2022-12-01T10:39:14.8271358Z functorch/test_ops.py::TestOperatorsCPU::test_grad_svd_cpu_float32 PASSED 2022-12-01T10:39:14.8271657Z functorch/test_ops.py::TestOperatorsCPU::test_grad_t_cpu_float32 PASSED 2022-12-01T10:39:14.8271970Z functorch/test_ops.py::TestOperatorsCPU::test_grad_take_cpu_float32 PASSED 2022-12-01T10:39:14.8272298Z functorch/test_ops.py::TestOperatorsCPU::test_grad_tensor_split_cpu_float32 XFAIL 2022-12-01T10:39:14.8272615Z functorch/test_ops.py::TestOperatorsCPU::test_grad_tensordot_cpu_float32 PASSED 2022-12-01T10:39:14.8272944Z functorch/test_ops.py::TestOperatorsCPU::test_grad_to_sparse_cpu_float32 XFAIL 2022-12-01T10:39:14.8273264Z functorch/test_ops.py::TestOperatorsCPU::test_grad_topk_cpu_float32 PASSED 2022-12-01T10:39:14.8273580Z functorch/test_ops.py::TestOperatorsCPU::test_grad_trace_cpu_float32 PASSED 2022-12-01T10:39:14.8273898Z functorch/test_ops.py::TestOperatorsCPU::test_grad_triangular_solve_cpu_float32 PASSED 2022-12-01T10:39:14.8274222Z functorch/test_ops.py::TestOperatorsCPU::test_grad_triu_cpu_float32 PASSED 2022-12-01T10:39:14.8274586Z functorch/test_ops.py::TestOperatorsCPU::test_grad_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8274992Z functorch/test_ops.py::TestOperatorsCPU::test_grad_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8275407Z functorch/test_ops.py::TestOperatorsCPU::test_grad_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8275768Z functorch/test_ops.py::TestOperatorsCPU::test_grad_unsqueeze_cpu_float32 PASSED 2022-12-01T10:39:14.8276101Z functorch/test_ops.py::TestOperatorsCPU::test_grad_view_as_complex_cpu_float32 PASSED 2022-12-01T10:39:14.8276457Z functorch/test_ops.py::TestOperatorsCPU::test_grad_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8276861Z functorch/test_ops.py::TestOperatorsCPU::test_grad_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8277214Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_H_cpu_float32 PASSED 2022-12-01T10:39:14.8277573Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_T_cpu_float32 PASSED 2022-12-01T10:39:14.8277873Z functorch/test_ops.py::TestOperatorsCPU::test_jvp___getitem___cpu_float32 PASSED 2022-12-01T10:39:14.8278237Z functorch/test_ops.py::TestOperatorsCPU::test_jvp___getitem___functorch_cpu_float32 PASSED 2022-12-01T10:39:14.8278569Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_abs_cpu_float32 PASSED 2022-12-01T10:39:14.8278869Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_acos_cpu_float32 PASSED 2022-12-01T10:39:14.8279278Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_acosh_cpu_float32 PASSED 2022-12-01T10:39:14.8279598Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_addmm_cpu_float32 PASSED 2022-12-01T10:39:14.8279929Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_addmm_decomposed_cpu_float32 PASSED 2022-12-01T10:39:14.8280245Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_addmv_cpu_float32 PASSED 2022-12-01T10:39:14.8280564Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_addr_cpu_float32 PASSED 2022-12-01T10:39:14.8280927Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_all_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8281268Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_angle_cpu_float32 PASSED 2022-12-01T10:39:14.8281632Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_arange_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8282038Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_argmax_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8282441Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_argwhere_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8282790Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_as_strided_cpu_float32 PASSED 2022-12-01T10:39:14.8283128Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_as_strided_scatter_cpu_float32 PASSED 2022-12-01T10:39:14.8283455Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_atanh_cpu_float32 PASSED 2022-12-01T10:39:14.8283776Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_atleast_1d_cpu_float32 PASSED 2022-12-01T10:39:14.8284085Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_atleast_2d_cpu_float32 PASSED 2022-12-01T10:39:14.8284408Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_atleast_3d_cpu_float32 PASSED 2022-12-01T10:39:14.8284727Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_baddbmm_cpu_float32 PASSED 2022-12-01T10:39:14.8285039Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_bernoulli_cpu_float32 PASSED 2022-12-01T10:39:14.8285404Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_bfloat16_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8285835Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_bfloat16_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8286222Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_block_diag_cpu_float32 PASSED 2022-12-01T10:39:14.8286543Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_broadcast_tensors_cpu_float32 PASSED 2022-12-01T10:39:14.8286944Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8287339Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cartesian_prod_cpu_float32 PASSED 2022-12-01T10:39:14.8287699Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cdist_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8288099Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cholesky_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8288456Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_clamp_cpu_float32 PASSED 2022-12-01T10:39:14.8288775Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_clamp_max_cpu_float32 PASSED 2022-12-01T10:39:14.8289087Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_copysign_cpu_float32 PASSED 2022-12-01T10:39:14.8289410Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_corrcoef_cpu_float32 PASSED 2022-12-01T10:39:14.8289786Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cosh_cpu_float32 PASSED 2022-12-01T10:39:14.8290086Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cov_cpu_float32 PASSED 2022-12-01T10:39:14.8290439Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cummax_cpu_float32 PASSED 2022-12-01T10:39:14.8290760Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cummin_cpu_float32 PASSED 2022-12-01T10:39:14.8291078Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cumprod_cpu_float32 PASSED 2022-12-01T10:39:14.8291383Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cumsum_cpu_float32 PASSED 2022-12-01T10:39:14.8291721Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_cumulative_trapezoid_cpu_float32 PASSED 2022-12-01T10:39:14.8292057Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_deg2rad_cpu_float32 PASSED 2022-12-01T10:39:14.8292356Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_diag_cpu_float32 PASSED 2022-12-01T10:39:14.8292688Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_diagonal_scatter_cpu_float32 PASSED 2022-12-01T10:39:14.8293021Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_digamma_cpu_float32 PASSED 2022-12-01T10:39:14.8293351Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_div_floor_rounding_cpu_float32 PASSED 2022-12-01T10:39:14.8293682Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_div_no_rounding_mode_cpu_float32 PASSED 2022-12-01T10:39:14.8294024Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_div_trunc_rounding_cpu_float32 PASSED 2022-12-01T10:39:14.8294350Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_dot_cpu_float32 PASSED 2022-12-01T10:39:14.8294695Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_equal_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8295049Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_exp2_cpu_float32 PASSED 2022-12-01T10:39:14.8295359Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_exp_cpu_float32 PASSED 2022-12-01T10:39:14.8295678Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_expand_as_cpu_float32 PASSED 2022-12-01T10:39:14.8295986Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_expand_cpu_float32 PASSED 2022-12-01T10:39:14.8296306Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_expm1_cpu_float32 PASSED 2022-12-01T10:39:14.8296622Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_fft_cpu_float32 PASSED 2022-12-01T10:39:14.8296927Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_hfft_cpu_float32 PASSED 2022-12-01T10:39:14.8297248Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_hfftn_cpu_float32 PASSED 2022-12-01T10:39:14.8297568Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_ifft2_cpu_float32 PASSED 2022-12-01T10:39:14.8297885Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_ifft_cpu_float32 PASSED 2022-12-01T10:39:14.8298190Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_ifftn_cpu_float32 PASSED 2022-12-01T10:39:14.8298515Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_irfft2_cpu_float32 PASSED 2022-12-01T10:39:14.8298842Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_irfftn_cpu_float32 PASSED 2022-12-01T10:39:14.8299147Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_rfft2_cpu_float32 PASSED 2022-12-01T10:39:14.8299470Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_rfft_cpu_float32 PASSED 2022-12-01T10:39:14.8299789Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fft_rfftn_cpu_float32 PASSED 2022-12-01T10:39:14.8300102Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fill_cpu_float32 PASSED 2022-12-01T10:39:14.8300406Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_flatten_cpu_float32 PASSED 2022-12-01T10:39:14.8300797Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_float_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8301179Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_floor_cpu_float32 PASSED 2022-12-01T10:39:14.8301480Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_fmod_cpu_float32 PASSED 2022-12-01T10:39:14.8301830Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_gather_cpu_float32 PASSED 2022-12-01T10:39:14.8302151Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_gradient_cpu_float32 PASSED 2022-12-01T10:39:14.8302539Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_half_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8302952Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_half_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8303377Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_heaviside_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8303782Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_histogram_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8304141Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_hypot_cpu_float32 PASSED 2022-12-01T10:39:14.8304488Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_igamma_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8304892Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_igammac_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8305256Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_index_fill_cpu_float32 PASSED 2022-12-01T10:39:14.8305568Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_index_put_cpu_float32 PASSED 2022-12-01T10:39:14.8305900Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:39:14.8306281Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_index_reduce_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8306647Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_index_select_cpu_float32 PASSED 2022-12-01T10:39:14.8306955Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_inner_cpu_float32 PASSED 2022-12-01T10:39:14.8307313Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_int_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8307714Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_isfinite_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8308112Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_isneginf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8308499Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_isposinf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8308900Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_isreal_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8309297Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:39:14.8309695Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:39:14.8310071Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:39:14.8310480Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_kthvalue_cpu_float32 PASSED 2022-12-01T10:39:14.8310845Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_le_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8311184Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_lerp_cpu_float32 PASSED 2022-12-01T10:39:14.8311510Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_cross_cpu_float32 PASSED 2022-12-01T10:39:14.8311848Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_det_singular_cpu_float32 PASSED 2022-12-01T10:39:14.8312186Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_eig_cpu_float32 PASSED 2022-12-01T10:39:14.8312501Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_eigh_cpu_float32 PASSED 2022-12-01T10:39:14.8312836Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_eigvals_cpu_float32 PASSED 2022-12-01T10:39:14.8313175Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_eigvalsh_cpu_float32 PASSED 2022-12-01T10:39:14.8313552Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_householder_product_cpu_float32 PASSED 2022-12-01T10:39:14.8313899Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_inv_ex_cpu_float32 PASSED 2022-12-01T10:39:14.8314311Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8314737Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8315145Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8315555Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_lstsq_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8315937Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_lstsq_grad_oriented_cpu_float32 PASSED 2022-12-01T10:39:14.8316281Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_lu_cpu_float32 PASSED 2022-12-01T10:39:14.8316600Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_lu_solve_cpu_float32 PASSED 2022-12-01T10:39:14.8316940Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_matrix_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8317281Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_matrix_power_cpu_float32 PASSED 2022-12-01T10:39:14.8317668Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8318054Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_multi_dot_cpu_float32 PASSED 2022-12-01T10:39:14.8318387Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8318739Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_norm_subgradients_at_zero_cpu_float32 PASSED 2022-12-01T10:39:14.8319072Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_qr_cpu_float32 PASSED 2022-12-01T10:39:14.8319492Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_slogdet_cpu_float32 PASSED 2022-12-01T10:39:14.8319825Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_solve_cpu_float32 PASSED 2022-12-01T10:39:14.8320174Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_solve_triangular_cpu_float32 PASSED 2022-12-01T10:39:14.8320501Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_svd_cpu_float32 PASSED 2022-12-01T10:39:14.8320831Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_svdvals_cpu_float32 PASSED 2022-12-01T10:39:14.8321170Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_tensorsolve_cpu_float32 PASSED 2022-12-01T10:39:14.8321497Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_vander_cpu_float32 PASSED 2022-12-01T10:39:14.8321819Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_log10_cpu_float32 PASSED 2022-12-01T10:39:14.8322136Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_log1p_cpu_float32 PASSED 2022-12-01T10:39:14.8322454Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_log2_cpu_float32 PASSED 2022-12-01T10:39:14.8322753Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_log_cpu_float32 PASSED 2022-12-01T10:39:14.8323072Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_logaddexp2_cpu_float32 PASSED 2022-12-01T10:39:14.8323399Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_logaddexp_cpu_float32 PASSED 2022-12-01T10:39:14.8323760Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_logcumsumexp_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8324171Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_logical_or_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8324580Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_logical_xor_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8324976Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_long_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8325413Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_lt_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8325767Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_lu_solve_cpu_float32 PASSED 2022-12-01T10:39:14.8326124Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_lu_unpack_cpu_float32 PASSED 2022-12-01T10:39:14.8326500Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_argmax_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8326898Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_argmin_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8327271Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_cumprod_cpu_float32 PASSED 2022-12-01T10:39:14.8327610Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_logaddexp_cpu_float32 PASSED 2022-12-01T10:39:14.8327929Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_mean_cpu_float32 PASSED 2022-12-01T10:39:14.8328260Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_median_cpu_float32 PASSED 2022-12-01T10:39:14.8328592Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8328925Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_normalize_cpu_float32 PASSED 2022-12-01T10:39:14.8329243Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_prod_cpu_float32 PASSED 2022-12-01T10:39:14.8329571Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_softmax_cpu_float32 PASSED 2022-12-01T10:39:14.8329899Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_masked_std_cpu_float32 PASSED 2022-12-01T10:39:14.8330203Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_matmul_cpu_float32 PASSED 2022-12-01T10:39:14.8330521Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_matrix_exp_cpu_float32 PASSED 2022-12-01T10:39:14.8330845Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_max_binary_cpu_float32 PASSED 2022-12-01T10:39:14.8331177Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_max_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:39:14.8331495Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_median_cpu_float32 PASSED 2022-12-01T10:39:14.8331836Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_meshgrid_variadic_tensors_cpu_float32 PASSED 2022-12-01T10:39:14.8332188Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_min_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:39:14.8332520Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_min_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:39:14.8332848Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_mode_cpu_float32 PASSED 2022-12-01T10:39:14.8333163Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_movedim_cpu_float32 PASSED 2022-12-01T10:39:14.8333474Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_mul_cpu_float32 PASSED 2022-12-01T10:39:14.8333771Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_mv_cpu_float32 PASSED 2022-12-01T10:39:14.8334101Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED 2022-12-01T10:39:14.8334452Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED 2022-12-01T10:39:14.8334771Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nanmean_cpu_float32 PASSED 2022-12-01T10:39:14.8335092Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nanmedian_cpu_float32 PASSED 2022-12-01T10:39:14.8335411Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nansum_cpu_float32 PASSED 2022-12-01T10:39:14.8335729Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_narrow_cpu_float32 PASSED 2022-12-01T10:39:14.8336042Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_native_batch_norm_cpu_float32 XFAIL 2022-12-01T10:39:14.8336425Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_native_layer_norm_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8336831Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_ne_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8337212Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_new_empty_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8337650Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_new_empty_strided_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8338093Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nextafter_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8338485Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED 2022-12-01T10:39:14.8338848Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED 2022-12-01T10:39:14.8339209Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:39:14.8339562Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_batch_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8339910Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_bilinear_cpu_float32 PASSED 2022-12-01T10:39:14.8340260Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_binary_cross_entropy_cpu_float32 PASSED 2022-12-01T10:39:14.8340618Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_celu_cpu_float32 PASSED 2022-12-01T10:39:14.8340960Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv1d_cpu_float32 PASSED 2022-12-01T10:39:14.8341313Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_no_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8341683Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8342073Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8342443Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv2d_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8342797Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_conv_transpose3d_cpu_float32 PASSED 2022-12-01T10:39:14.8343175Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_cosine_embedding_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8343548Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_cosine_similarity_cpu_float32 PASSED 2022-12-01T10:39:14.8343914Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_cross_entropy_cpu_float32 PASSED 2022-12-01T10:39:14.8344305Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8344692Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_dropout_cpu_float32 PASSED 2022-12-01T10:39:14.8345034Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_elu_cpu_float32 PASSED 2022-12-01T10:39:14.8345407Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED 2022-12-01T10:39:14.8345785Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_fractional_max_pool3d_cpu_float32 PASSED 2022-12-01T10:39:14.8346165Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_gaussian_nll_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8346523Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_gelu_cpu_float32 PASSED 2022-12-01T10:39:14.8346864Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_hardshrink_cpu_float32 PASSED 2022-12-01T10:39:14.8347229Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_hinge_embedding_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8347596Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_instance_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8347961Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_area_cpu_float32 PASSED 2022-12-01T10:39:14.8348323Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_bicubic_cpu_float32 PASSED 2022-12-01T10:39:14.8348699Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_linear_cpu_float32 PASSED 2022-12-01T10:39:14.8349105Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_nearest_cpu_float32 PASSED 2022-12-01T10:39:14.8349510Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_interpolate_trilinear_cpu_float32 PASSED 2022-12-01T10:39:14.8349860Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_l1_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8350211Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_layer_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8350623Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_linear_cpu_float32 PASSED 2022-12-01T10:39:14.8350958Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_logsigmoid_cpu_float32 PASSED 2022-12-01T10:39:14.8351387Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_pool1d_cpu_float32 PASSED 2022-12-01T10:39:14.8351737Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_pool2d_cpu_float32 PASSED 2022-12-01T10:39:14.8352113Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.8352481Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool2d_grad_cpu_float32 PASSED 2022-12-01T10:39:14.8352863Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool3d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.8353243Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_max_unpool3d_grad_cpu_float32 PASSED 2022-12-01T10:39:14.8353598Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_mish_cpu_float32 PASSED 2022-12-01T10:39:14.8353930Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_mse_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8354335Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8354787Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8355180Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_normalize_cpu_float32 PASSED 2022-12-01T10:39:14.8355542Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pad_circular_cpu_float32 PASSED 2022-12-01T10:39:14.8355899Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pad_reflect_cpu_float32 PASSED 2022-12-01T10:39:14.8356261Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pad_replicate_cpu_float32 PASSED 2022-12-01T10:39:14.8356617Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pairwise_distance_cpu_float32 PASSED 2022-12-01T10:39:14.8357018Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_pdist_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8357414Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_poisson_nll_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8357770Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_prelu_cpu_float32 PASSED 2022-12-01T10:39:14.8358101Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_relu6_cpu_float32 PASSED 2022-12-01T10:39:14.8358445Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_rrelu_cpu_float32 XFAIL 2022-12-01T10:39:14.8358786Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_selu_cpu_float32 PASSED 2022-12-01T10:39:14.8359113Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_silu_cpu_float32 PASSED 2022-12-01T10:39:14.8359552Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_smooth_l1_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8359914Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_softshrink_cpu_float32 PASSED 2022-12-01T10:39:14.8360269Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_softsign_cpu_float32 PASSED 2022-12-01T10:39:14.8360607Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_threshold_cpu_float32 PASSED 2022-12-01T10:39:14.8361041Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_triplet_margin_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8361466Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8361876Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_nonzero_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8362225Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_norm_fro_cpu_float32 PASSED 2022-12-01T10:39:14.8362550Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_norm_nuc_cpu_float32 PASSED 2022-12-01T10:39:14.8362915Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_normal_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8363310Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_normal_number_mean_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8363726Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_ones_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8364184Z 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:39:14.8364613Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_ops_aten_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:39:14.8364939Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_outer_cpu_float32 PASSED 2022-12-01T10:39:14.8365261Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_pca_lowrank_cpu_float32 PASSED 2022-12-01T10:39:14.8365602Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_polygamma_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:39:14.8365953Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_polygamma_polygamma_n_2_cpu_float32 PASSED 2022-12-01T10:39:14.8366269Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_prod_cpu_float32 PASSED 2022-12-01T10:39:14.8366583Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_put_cpu_float32 PASSED 2022-12-01T10:39:14.8366896Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_qr_cpu_float32 PASSED 2022-12-01T10:39:14.8367196Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_rad2deg_cpu_float32 PASSED 2022-12-01T10:39:14.8367562Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_randn_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8367926Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_remainder_cpu_float32 PASSED 2022-12-01T10:39:14.8368291Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_renorm_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8368647Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_repeat_interleave_cpu_float32 PASSED 2022-12-01T10:39:14.8368984Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_reshape_as_cpu_float32 PASSED 2022-12-01T10:39:14.8369353Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_resize_as__cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8369697Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_rsqrt_cpu_float32 PASSED 2022-12-01T10:39:14.8370012Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_rsub_cpu_float32 PASSED 2022-12-01T10:39:14.8370344Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_scatter_reduce_amax_cpu_float32 PASSED 2022-12-01T10:39:14.8370732Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_scatter_reduce_prod_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8371140Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_searchsorted_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8371562Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_segment_reduce_lengths_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8371945Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_select_scatter_cpu_float32 PASSED 2022-12-01T10:39:14.8372268Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_sign_cpu_float32 PASSED 2022-12-01T10:39:14.8372653Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_signbit_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8373016Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_sin_cpu_float32 PASSED 2022-12-01T10:39:14.8373382Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_sinc_cpu_float32 PASSED 2022-12-01T10:39:14.8373690Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_softmax_cpu_float32 PASSED 2022-12-01T10:39:14.8374024Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_softmax_with_dtype_cpu_float32 PASSED 2022-12-01T10:39:14.8374351Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_sort_cpu_float32 PASSED 2022-12-01T10:39:14.8374727Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8375139Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8375579Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8375970Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_entr_cpu_float32 PASSED 2022-12-01T10:39:14.8376307Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_erfcx_cpu_float32 PASSED 2022-12-01T10:39:14.8376686Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8377134Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8377517Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_i1_cpu_float32 PASSED 2022-12-01T10:39:14.8377830Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_i1e_cpu_float32 PASSED 2022-12-01T10:39:14.8378220Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8378653Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8379087Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8379448Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_ndtr_cpu_float32 PASSED 2022-12-01T10:39:14.8379813Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:39:14.8380433Z 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:39:14.8381064Z 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:39:14.8381476Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_split_with_sizes_cpu_float32 PASSED 2022-12-01T10:39:14.8381808Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_square_cpu_float32 PASSED 2022-12-01T10:39:14.8382134Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_squeeze_cpu_float32 PASSED 2022-12-01T10:39:14.8382456Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_std_mean_cpu_float32 PASSED 2022-12-01T10:39:14.8382760Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_sub_cpu_float32 PASSED 2022-12-01T10:39:14.8383081Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_sum_to_size_cpu_float32 PASSED 2022-12-01T10:39:14.8383400Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_svd_cpu_float32 PASSED 2022-12-01T10:39:14.8383748Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_symeig_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8384104Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_take_cpu_float32 PASSED 2022-12-01T10:39:14.8384416Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_tanh_cpu_float32 PASSED 2022-12-01T10:39:14.8384772Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_tensor_split_cpu_float32 XFAIL 2022-12-01T10:39:14.8385084Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_tensordot_cpu_float32 PASSED 2022-12-01T10:39:14.8385431Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_topk_cpu_float32 PASSED 2022-12-01T10:39:14.8385749Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_trace_cpu_float32 PASSED 2022-12-01T10:39:14.8386051Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_trapz_cpu_float32 PASSED 2022-12-01T10:39:14.8386360Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_trunc_cpu_float32 PASSED 2022-12-01T10:39:14.8386676Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_unbind_cpu_float32 PASSED 2022-12-01T10:39:14.8386998Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_unflatten_cpu_float32 PASSED 2022-12-01T10:39:14.8387307Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_unfold_cpu_float32 PASSED 2022-12-01T10:39:14.8387673Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_uniform_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8388077Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_unique_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8388421Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_var_mean_cpu_float32 PASSED 2022-12-01T10:39:14.8388735Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_vdot_cpu_float32 PASSED 2022-12-01T10:39:14.8389063Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_view_as_complex_cpu_float32 PASSED 2022-12-01T10:39:14.8389387Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_view_cpu_float32 PASSED 2022-12-01T10:39:14.8389688Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_vsplit_cpu_float32 PASSED 2022-12-01T10:39:14.8390001Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_vstack_cpu_float32 PASSED 2022-12-01T10:39:14.8390314Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_zero__cpu_float32 PASSED 2022-12-01T10:39:14.8390727Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_zeros_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8391084Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_H_cpu_float32 PASSED 2022-12-01T10:39:14.8391425Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp___getitem___functorch_cpu_float32 PASSED 2022-12-01T10:39:14.8391769Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp___radd___cpu_float32 PASSED 2022-12-01T10:39:14.8392088Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp___rmatmul___cpu_float32 PASSED 2022-12-01T10:39:14.8392420Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp___rmod___cpu_float32 PASSED 2022-12-01T10:39:14.8392745Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp___rmul___cpu_float32 PASSED 2022-12-01T10:39:14.8393056Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp___rpow___cpu_float32 PASSED 2022-12-01T10:39:14.8393377Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_abs_cpu_float32 PASSED 2022-12-01T10:39:14.8393697Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_add_cpu_float32 PASSED 2022-12-01T10:39:14.8394014Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_addmm_cpu_float32 PASSED 2022-12-01T10:39:14.8394341Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_addmm_decomposed_cpu_float32 PASSED 2022-12-01T10:39:14.8394676Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_addr_cpu_float32 PASSED 2022-12-01T10:39:14.8395040Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8395451Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8395797Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_amax_cpu_float32 PASSED 2022-12-01T10:39:14.8396164Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8396524Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_angle_cpu_float32 PASSED 2022-12-01T10:39:14.8396910Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8397337Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8397744Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8398105Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_asin_cpu_float32 PASSED 2022-12-01T10:39:14.8398422Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_atleast_1d_cpu_float32 PASSED 2022-12-01T10:39:14.8398761Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_atleast_2d_cpu_float32 PASSED 2022-12-01T10:39:14.8399092Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_baddbmm_cpu_float32 PASSED 2022-12-01T10:39:14.8399515Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_bernoulli_cpu_float32 PASSED 2022-12-01T10:39:14.8399844Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_bmm_cpu_float32 PASSED 2022-12-01T10:39:14.8400210Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8400644Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8401072Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8401459Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_broadcast_tensors_cpu_float32 PASSED 2022-12-01T10:39:14.8401841Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8402269Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8402637Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cat_cpu_float32 PASSED 2022-12-01T10:39:14.8402961Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cdist_cpu_float32 XFAIL 2022-12-01T10:39:14.8403285Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ceil_cpu_float32 PASSED 2022-12-01T10:39:14.8403592Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_chalf_cpu_float32 PASSED 2022-12-01T10:39:14.8403980Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8404366Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cholesky_cpu_float32 XFAIL 2022-12-01T10:39:14.8404704Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cholesky_inverse_cpu_float32 PASSED 2022-12-01T10:39:14.8405027Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_clone_cpu_float32 PASSED 2022-12-01T10:39:14.8405357Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_column_stack_cpu_float32 PASSED 2022-12-01T10:39:14.8405691Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_complex_cpu_float32 PASSED 2022-12-01T10:39:14.8406014Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_conj_cpu_float32 PASSED 2022-12-01T10:39:14.8406323Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cosh_cpu_float32 PASSED 2022-12-01T10:39:14.8406694Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8407057Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cov_cpu_float32 PASSED 2022-12-01T10:39:14.8407365Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cross_cpu_float32 PASSED 2022-12-01T10:39:14.8407685Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cummax_cpu_float32 PASSED 2022-12-01T10:39:14.8408012Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cummin_cpu_float32 PASSED 2022-12-01T10:39:14.8408353Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_cumulative_trapezoid_cpu_float32 PASSED 2022-12-01T10:39:14.8408735Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_deg2rad_cpu_float32 PASSED 2022-12-01T10:39:14.8409070Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_diag_embed_cpu_float32 PASSED 2022-12-01T10:39:14.8409431Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_dist_cpu_float32 PASSED 2022-12-01T10:39:14.8409755Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_div_floor_rounding_cpu_float32 PASSED 2022-12-01T10:39:14.8410108Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_div_no_rounding_mode_cpu_float32 PASSED 2022-12-01T10:39:14.8410448Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_double_cpu_float32 PASSED 2022-12-01T10:39:14.8410807Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_double_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:39:14.8411146Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_dsplit_cpu_float32 PASSED 2022-12-01T10:39:14.8411467Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_dstack_cpu_float32 PASSED 2022-12-01T10:39:14.8411838Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8412181Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_erfinv_cpu_float32 PASSED 2022-12-01T10:39:14.8412505Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_exp2_cpu_float32 PASSED 2022-12-01T10:39:14.8412834Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_expand_as_cpu_float32 PASSED 2022-12-01T10:39:14.8413160Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_expm1_cpu_float32 PASSED 2022-12-01T10:39:14.8413471Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_fft2_cpu_float32 PASSED 2022-12-01T10:39:14.8413798Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_fftn_cpu_float32 PASSED 2022-12-01T10:39:14.8414128Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_hfftn_cpu_float32 PASSED 2022-12-01T10:39:14.8414444Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ifft2_cpu_float32 PASSED 2022-12-01T10:39:14.8414777Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ifft_cpu_float32 PASSED 2022-12-01T10:39:14.8415111Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ifftshift_cpu_float32 PASSED 2022-12-01T10:39:14.8415449Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ihfft_cpu_float32 PASSED 2022-12-01T10:39:14.8415767Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_ihfftn_cpu_float32 PASSED 2022-12-01T10:39:14.8416095Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_irfft2_cpu_float32 PASSED 2022-12-01T10:39:14.8416426Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_irfft_cpu_float32 PASSED 2022-12-01T10:39:14.8416738Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fft_rfft_cpu_float32 PASSED 2022-12-01T10:39:14.8417062Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fill_cpu_float32 PASSED 2022-12-01T10:39:14.8417385Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fliplr_cpu_float32 PASSED 2022-12-01T10:39:14.8417708Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_float_cpu_float32 PASSED 2022-12-01T10:39:14.8418050Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_float_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:39:14.8418408Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_float_power_cpu_float32 PASSED 2022-12-01T10:39:14.8418787Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8419138Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_fmax_cpu_float32 PASSED 2022-12-01T10:39:14.8419457Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_frac_cpu_float32 PASSED 2022-12-01T10:39:14.8419826Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8420191Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_gather_cpu_float32 PASSED 2022-12-01T10:39:14.8420504Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_gradient_cpu_float32 PASSED 2022-12-01T10:39:14.8420905Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8421340Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8421713Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_hypot_cpu_float32 PASSED 2022-12-01T10:39:14.8422020Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_i0_cpu_float32 PASSED 2022-12-01T10:39:14.8422348Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_index_add_cpu_float32 PASSED 2022-12-01T10:39:14.8422678Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_index_copy_cpu_float32 PASSED 2022-12-01T10:39:14.8422994Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_index_fill_cpu_float32 PASSED 2022-12-01T10:39:14.8423328Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_index_put_cpu_float32 PASSED 2022-12-01T10:39:14.8423673Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:39:14.8424011Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_inner_cpu_float32 PASSED 2022-12-01T10:39:14.8424362Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8424764Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8425171Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8425559Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8425959Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8426360Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:39:14.8426770Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:39:14.8427125Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ldexp_cpu_float32 PASSED 2022-12-01T10:39:14.8427492Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8427849Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_lerp_cpu_float32 PASSED 2022-12-01T10:39:14.8428171Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_lgamma_cpu_float32 PASSED 2022-12-01T10:39:14.8428490Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_cond_cpu_float32 PASSED 2022-12-01T10:39:14.8428825Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_cross_cpu_float32 PASSED 2022-12-01T10:39:14.8429158Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_det_cpu_float32 PASSED 2022-12-01T10:39:14.8429487Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_det_singular_cpu_float32 PASSED 2022-12-01T10:39:14.8429832Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_eig_cpu_float32 PASSED 2022-12-01T10:39:14.8430169Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_eigh_cpu_float32 PASSED 2022-12-01T10:39:14.8430635Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_eigvals_cpu_float32 PASSED 2022-12-01T10:39:14.8430971Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_eigvalsh_cpu_float32 PASSED 2022-12-01T10:39:14.8431333Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_householder_product_cpu_float32 PASSED 2022-12-01T10:39:14.8431689Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_inv_ex_cpu_float32 PASSED 2022-12-01T10:39:14.8432077Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8432490Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8432906Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lstsq_cpu_float32 PASSED 2022-12-01T10:39:14.8433293Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lstsq_grad_oriented_cpu_float32 PASSED 2022-12-01T10:39:14.8433638Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_lu_solve_cpu_float32 PASSED 2022-12-01T10:39:14.8434027Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8434470Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8434860Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8435209Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_norm_subgradients_at_zero_cpu_float32 PASSED 2022-12-01T10:39:14.8435577Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_pinv_hermitian_cpu_float32 PASSED 2022-12-01T10:39:14.8436000Z 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:39:14.8436403Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_qr_cpu_float32 PASSED 2022-12-01T10:39:14.8436737Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_solve_triangular_cpu_float32 PASSED 2022-12-01T10:39:14.8437085Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_svdvals_cpu_float32 PASSED 2022-12-01T10:39:14.8437428Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_tensorinv_cpu_float32 PASSED 2022-12-01T10:39:14.8437763Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_tensorsolve_cpu_float32 PASSED 2022-12-01T10:39:14.8438109Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_vander_cpu_float32 PASSED 2022-12-01T10:39:14.8438450Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_vecdot_cpu_float32 PASSED 2022-12-01T10:39:14.8438828Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8439291Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_log_softmax_cpu_float32 PASSED 2022-12-01T10:39:14.8439631Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logaddexp2_cpu_float32 PASSED 2022-12-01T10:39:14.8439970Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logcumsumexp_cpu_float32 XFAIL 2022-12-01T10:39:14.8440304Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logdet_cpu_float32 PASSED 2022-12-01T10:39:14.8440665Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8441082Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8441494Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8441851Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logit_cpu_float32 PASSED 2022-12-01T10:39:14.8442187Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_logsumexp_cpu_float32 PASSED 2022-12-01T10:39:14.8442588Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8443010Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8443359Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_lu_solve_cpu_float32 PASSED 2022-12-01T10:39:14.8443690Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_lu_unpack_cpu_float32 PASSED 2022-12-01T10:39:14.8444022Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_amin_cpu_float32 PASSED 2022-12-01T10:39:14.8444403Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8444873Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8445283Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_fill_cpu_float32 PASSED 2022-12-01T10:39:14.8445633Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_logaddexp_cpu_float32 PASSED 2022-12-01T10:39:14.8445969Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_logsumexp_cpu_float32 PASSED 2022-12-01T10:39:14.8446319Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_normalize_cpu_float32 PASSED 2022-12-01T10:39:14.8446783Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_prod_cpu_float32 PASSED 2022-12-01T10:39:14.8447159Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_scatter_cpu_float32 PASSED 2022-12-01T10:39:14.8447562Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_softmax_cpu_float32 PASSED 2022-12-01T10:39:14.8448119Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_masked_var_cpu_float32 PASSED 2022-12-01T10:39:14.8448676Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_matmul_cpu_float32 PASSED 2022-12-01T10:39:14.8449239Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_max_binary_cpu_float32 PASSED 2022-12-01T10:39:14.8449778Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_median_cpu_float32 PASSED 2022-12-01T10:39:14.8450369Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_meshgrid_list_of_tensors_cpu_float32 PASSED 2022-12-01T10:39:14.8451060Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_min_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:39:14.8451744Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_min_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:39:14.8452420Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_minimum_cpu_float32 PASSED 2022-12-01T10:39:14.8453056Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mm_cpu_float32 PASSED 2022-12-01T10:39:14.8453695Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_movedim_cpu_float32 PASSED 2022-12-01T10:39:14.8454302Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mul_cpu_float32 PASSED 2022-12-01T10:39:14.8454929Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mv_cpu_float32 PASSED 2022-12-01T10:39:14.8455593Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED 2022-12-01T10:39:14.8456265Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED 2022-12-01T10:39:14.8457025Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8457773Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_native_batch_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8458439Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_native_layer_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8459155Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8459854Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_neg_cpu_float32 PASSED 2022-12-01T10:39:14.8460582Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8461357Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8462156Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8462947Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8463725Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:39:14.8464462Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED 2022-12-01T10:39:14.8465321Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:39:14.8466029Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:39:14.8466787Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv1d_cpu_float32 PASSED 2022-12-01T10:39:14.8467485Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_no_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8468257Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8469063Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8469854Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8470725Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8471507Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv2d_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8472252Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_conv_transpose3d_cpu_float32 PASSED 2022-12-01T10:39:14.8472999Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_cosine_embedding_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8473744Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_cross_entropy_cpu_float32 PASSED 2022-12-01T10:39:14.8474457Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_dropout2d_cpu_float32 PASSED 2022-12-01T10:39:14.8475157Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_dropout3d_cpu_float32 PASSED 2022-12-01T10:39:14.8475877Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_embedding_functorch_cpu_float32 PASSED 2022-12-01T10:39:14.8476649Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED 2022-12-01T10:39:14.8477470Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED 2022-12-01T10:39:14.8478250Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_gaussian_nll_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8478930Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_gelu_cpu_float32 PASSED 2022-12-01T10:39:14.8479735Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_hardshrink_cpu_float32 PASSED 2022-12-01T10:39:14.8480477Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_hinge_embedding_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8481203Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_huber_loss_cpu_float32 XFAIL 2022-12-01T10:39:14.8481903Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_instance_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8482642Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_area_cpu_float32 PASSED 2022-12-01T10:39:14.8483392Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_interpolate_bilinear_cpu_float32 PASSED 2022-12-01T10:39:14.8484084Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_kl_div_cpu_float32 PASSED 2022-12-01T10:39:14.8484789Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_margin_ranking_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8485515Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_pool1d_cpu_float32 PASSED 2022-12-01T10:39:14.8486227Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_pool3d_cpu_float32 PASSED 2022-12-01T10:39:14.8486911Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool1d_cpu_float32 PASSED 2022-12-01T10:39:14.8487643Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool1d_grad_cpu_float32 PASSED 2022-12-01T10:39:14.8488498Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool2d_cpu_float32 PASSED 2022-12-01T10:39:14.8489277Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool2d_grad_cpu_float32 PASSED 2022-12-01T10:39:14.8489989Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool3d_cpu_float32 PASSED 2022-12-01T10:39:14.8490713Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_max_unpool3d_grad_cpu_float32 PASSED 2022-12-01T10:39:14.8491425Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_mse_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8492105Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_nll_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8492807Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_normalize_cpu_float32 PASSED 2022-12-01T10:39:14.8493513Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pad_circular_cpu_float32 PASSED 2022-12-01T10:39:14.8494242Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pad_constant_cpu_float32 PASSED 2022-12-01T10:39:14.8494957Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pairwise_distance_cpu_float32 PASSED 2022-12-01T10:39:14.8495671Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pdist_cpu_float32 XFAIL 2022-12-01T10:39:14.8496383Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_pixel_unshuffle_cpu_float32 PASSED 2022-12-01T10:39:14.8497092Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_relu6_cpu_float32 PASSED 2022-12-01T10:39:14.8497764Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_rrelu_cpu_float32 PASSED 2022-12-01T10:39:14.8498451Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_silu_cpu_float32 PASSED 2022-12-01T10:39:14.8499164Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_smooth_l1_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8499892Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_softmin_with_dtype_cpu_float32 PASSED 2022-12-01T10:39:14.8500619Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_tanhshrink_cpu_float32 PASSED 2022-12-01T10:39:14.8501367Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_triplet_margin_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8502148Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8502907Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_upsample_bilinear_cpu_float32 PASSED 2022-12-01T10:39:14.8503694Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8504423Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_norm_fro_cpu_float32 PASSED 2022-12-01T10:39:14.8505072Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_norm_inf_cpu_float32 PASSED 2022-12-01T10:39:14.8505691Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_normal_cpu_float32 XFAIL 2022-12-01T10:39:14.8506404Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8507121Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_permute_cpu_float32 PASSED 2022-12-01T10:39:14.8507752Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_pinverse_cpu_float32 PASSED 2022-12-01T10:39:14.8508431Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_polygamma_polygamma_n_3_cpu_float32 PASSED 2022-12-01T10:39:14.8509111Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_positive_cpu_float32 PASSED 2022-12-01T10:39:14.8509743Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_pow_cpu_float32 PASSED 2022-12-01T10:39:14.8510352Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_prod_cpu_float32 PASSED 2022-12-01T10:39:14.8511067Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_qr_cpu_float32 PASSED 2022-12-01T10:39:14.8511780Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_rad2deg_cpu_float32 PASSED 2022-12-01T10:39:14.8512549Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8513253Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_real_cpu_float32 PASSED 2022-12-01T10:39:14.8513880Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_renorm_cpu_float32 XFAIL 2022-12-01T10:39:14.8514532Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_repeat_interleave_cpu_float32 PASSED 2022-12-01T10:39:14.8515183Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_reshape_as_cpu_float32 PASSED 2022-12-01T10:39:14.8515837Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_resolve_conj_cpu_float32 PASSED 2022-12-01T10:39:14.8516475Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_rot90_cpu_float32 PASSED 2022-12-01T10:39:14.8517082Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_round_cpu_float32 PASSED 2022-12-01T10:39:14.8517740Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_round_decimals_3_cpu_float32 PASSED 2022-12-01T10:39:14.8518390Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_rsqrt_cpu_float32 PASSED 2022-12-01T10:39:14.8519045Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_scatter_reduce_amin_cpu_float32 PASSED 2022-12-01T10:39:14.8519819Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_segment_reduce_offsets_cpu_float32 XFAIL 2022-12-01T10:39:14.8520490Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_select_cpu_float32 PASSED 2022-12-01T10:39:14.8521148Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_select_scatter_cpu_float32 PASSED 2022-12-01T10:39:14.8521927Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8522684Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sign_cpu_float32 PASSED 2022-12-01T10:39:14.8523310Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sin_cpu_float32 PASSED 2022-12-01T10:39:14.8523938Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sinc_cpu_float32 PASSED 2022-12-01T10:39:14.8524550Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sinh_cpu_float32 PASSED 2022-12-01T10:39:14.8525182Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_slice_cpu_float32 PASSED 2022-12-01T10:39:14.8525832Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_slice_scatter_cpu_float32 PASSED 2022-12-01T10:39:14.8526496Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_softmax_with_dtype_cpu_float32 PASSED 2022-12-01T10:39:14.8527189Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sparse_sampled_addmm_cpu_float32 XFAIL 2022-12-01T10:39:14.8527956Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8528828Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8529710Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8530946Z 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:39:14.8531778Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_erfcx_cpu_float32 PASSED 2022-12-01T10:39:14.8532559Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8533312Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_i1e_cpu_float32 PASSED 2022-12-01T10:39:14.8533985Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_log_ndtr_cpu_float32 PASSED 2022-12-01T10:39:14.8534760Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8535762Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8537029Z 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:39:14.8538285Z 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:39:14.8539108Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_split_cpu_float32 PASSED 2022-12-01T10:39:14.8539762Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_split_with_sizes_cpu_float32 PASSED 2022-12-01T10:39:14.8540385Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sqrt_cpu_float32 PASSED 2022-12-01T10:39:14.8541004Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_squeeze_cpu_float32 PASSED 2022-12-01T10:39:14.8541633Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_stack_cpu_float32 PASSED 2022-12-01T10:39:14.8542267Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_std_mean_cpu_float32 PASSED 2022-12-01T10:39:14.8542889Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_stft_cpu_float32 PASSED 2022-12-01T10:39:14.8543523Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sub_cpu_float32 PASSED 2022-12-01T10:39:14.8544139Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_sum_cpu_float32 PASSED 2022-12-01T10:39:14.8544745Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_symeig_cpu_float32 XFAIL 2022-12-01T10:39:14.8545365Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_tan_cpu_float32 PASSED 2022-12-01T10:39:14.8545977Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_tanh_cpu_float32 PASSED 2022-12-01T10:39:14.8546598Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_tensor_split_cpu_float32 XFAIL 2022-12-01T10:39:14.8547257Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_tensordot_cpu_float32 PASSED 2022-12-01T10:39:14.8547897Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_tile_cpu_float32 PASSED 2022-12-01T10:39:14.8548519Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_to_cpu_float32 PASSED 2022-12-01T10:39:14.8549124Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_to_sparse_cpu_float32 XFAIL 2022-12-01T10:39:14.8549748Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_topk_cpu_float32 PASSED 2022-12-01T10:39:14.8550441Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_trapz_cpu_float32 PASSED 2022-12-01T10:39:14.8551078Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_triangular_solve_cpu_float32 PASSED 2022-12-01T10:39:14.8551723Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_triu_cpu_float32 PASSED 2022-12-01T10:39:14.8552360Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_true_divide_cpu_float32 PASSED 2022-12-01T10:39:14.8552995Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_unbind_cpu_float32 PASSED 2022-12-01T10:39:14.8553614Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_unfold_cpu_float32 PASSED 2022-12-01T10:39:14.8554350Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8555085Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_unsqueeze_cpu_float32 PASSED 2022-12-01T10:39:14.8555717Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_var_cpu_float32 PASSED 2022-12-01T10:39:14.8556325Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_var_mean_cpu_float32 PASSED 2022-12-01T10:39:14.8556965Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_vdot_cpu_float32 PASSED 2022-12-01T10:39:14.8557593Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_view_as_cpu_float32 PASSED 2022-12-01T10:39:14.8558204Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_view_cpu_float32 PASSED 2022-12-01T10:39:14.8558826Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_where_cpu_float32 PASSED 2022-12-01T10:39:14.8559720Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8560542Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_T_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:39:14.8561234Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_T_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:39:14.8561940Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_conj_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:39:14.8562656Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_conj_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:39:14.8563377Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_contiguous_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:39:14.8564115Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_diagonal_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:39:14.8564837Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_expand_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:39:14.8565559Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_expand_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:39:14.8566257Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_flatten_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:39:14.8566996Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_dsplit_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:39:14.8567762Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_hsplit_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:39:14.8568542Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_split_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:39:14.8569305Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_split_list_args_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:39:14.8570086Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_unbind_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:39:14.8570857Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_unbind_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:39:14.8571621Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_list_return_vsplit_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:39:14.8572324Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_mH_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:39:14.8573035Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_movedim_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:39:14.8573771Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_narrow_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:39:14.8574482Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_narrow_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:39:14.8575201Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_permute_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:39:14.8575931Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_positive_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:39:14.8576655Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_reshape_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:39:14.8577370Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_resolve_conj_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:39:14.8578109Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_resolve_neg_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:39:14.8578823Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_special_grad_op_vjp_cpu PASSED 2022-12-01T10:39:14.8579545Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_transpose_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:39:14.8580253Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_transpose_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:39:14.8580979Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_unflatten_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:39:14.8581843Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_unflatten_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:39:14.8582544Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_unfold_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:39:14.8583310Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_unfold_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:39:14.8584026Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_grad_op_jvp_cpu_float32 PASSED 2022-12-01T10:39:14.8584720Z functorch/test_ops.py::TestOperatorsCPU::test_view_then_inplace_view_grad_op_vjp_cpu_float32 PASSED 2022-12-01T10:39:14.8585355Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_T_cpu_float32 PASSED 2022-12-01T10:39:14.8585966Z functorch/test_ops.py::TestOperatorsCPU::test_vjp___getitem___cpu_float32 PASSED 2022-12-01T10:39:14.8586589Z functorch/test_ops.py::TestOperatorsCPU::test_vjp___rmod___cpu_float32 PASSED 2022-12-01T10:39:14.8587197Z functorch/test_ops.py::TestOperatorsCPU::test_vjp___rpow___cpu_float32 PASSED 2022-12-01T10:39:14.8587794Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_acos_cpu_float32 PASSED 2022-12-01T10:39:14.8588400Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_acosh_cpu_float32 PASSED 2022-12-01T10:39:14.8589016Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_addcdiv_cpu_float32 PASSED 2022-12-01T10:39:14.8589623Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_addcmul_cpu_float32 PASSED 2022-12-01T10:39:14.8590237Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_addmm_cpu_float32 PASSED 2022-12-01T10:39:14.8590915Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_addmv_cpu_float32 PASSED 2022-12-01T10:39:14.8591497Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_addr_cpu_float32 PASSED 2022-12-01T10:39:14.8592194Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8592974Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8593675Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_as_strided_cpu_float32 PASSED 2022-12-01T10:39:14.8594338Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_as_strided_scatter_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.8595000Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_asinh_cpu_float32 PASSED 2022-12-01T10:39:14.8595606Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_atan2_cpu_float32 PASSED 2022-12-01T10:39:14.8596213Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_atanh_cpu_float32 PASSED 2022-12-01T10:39:14.8596816Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_atleast_1d_cpu_float32 PASSED 2022-12-01T10:39:14.8597444Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_bernoulli_cpu_float32 PASSED 2022-12-01T10:39:14.8598056Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_bmm_cpu_float32 PASSED 2022-12-01T10:39:14.8598792Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8599764Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8600512Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_broadcast_to_cpu_float32 PASSED 2022-12-01T10:39:14.8601128Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cat_cpu_float32 PASSED 2022-12-01T10:39:14.8601722Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cdist_cpu_float32 PASSED 2022-12-01T10:39:14.8602096Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8602524Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8602838Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cholesky_inverse_cpu_float32 PASSED 2022-12-01T10:39:14.8603148Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cholesky_solve_cpu_float32 PASSED 2022-12-01T10:39:14.8603589Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_clamp_cpu_float32 PASSED 2022-12-01T10:39:14.8603878Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_clone_cpu_float32 PASSED 2022-12-01T10:39:14.8604227Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_column_stack_cpu_float32 PASSED 2022-12-01T10:39:14.8604519Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_complex_cpu_float32 PASSED 2022-12-01T10:39:14.8604806Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_conj_cpu_float32 PASSED 2022-12-01T10:39:14.8605116Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_conj_physical_cpu_float32 PASSED 2022-12-01T10:39:14.8605426Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_constant_pad_nd_cpu_float32 PASSED 2022-12-01T10:39:14.8605711Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cosh_cpu_float32 PASSED 2022-12-01T10:39:14.8605993Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cummax_cpu_float32 PASSED 2022-12-01T10:39:14.8606271Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cumsum_cpu_float32 PASSED 2022-12-01T10:39:14.8606577Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_cumulative_trapezoid_cpu_float32 PASSED 2022-12-01T10:39:14.8606864Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_diag_cpu_float32 PASSED 2022-12-01T10:39:14.8607158Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_diagflat_cpu_float32 PASSED 2022-12-01T10:39:14.8607440Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_diff_cpu_float32 PASSED 2022-12-01T10:39:14.8607728Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_digamma_cpu_float32 PASSED 2022-12-01T10:39:14.8608041Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_div_floor_rounding_cpu_float32 PASSED 2022-12-01T10:39:14.8608354Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_div_trunc_rounding_cpu_float32 PASSED 2022-12-01T10:39:14.8608631Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_dot_cpu_float32 PASSED 2022-12-01T10:39:14.8608973Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_double_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:39:14.8609250Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_dsplit_cpu_float32 PASSED 2022-12-01T10:39:14.8609531Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_einsum_cpu_float32 PASSED 2022-12-01T10:39:14.8609906Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8610184Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_erfc_cpu_float32 PASSED 2022-12-01T10:39:14.8610481Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_expand_as_cpu_float32 PASSED 2022-12-01T10:39:14.8610769Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_expm1_cpu_float32 PASSED 2022-12-01T10:39:14.8611131Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8611419Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_fft_cpu_float32 PASSED 2022-12-01T10:39:14.8611692Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_hfft2_cpu_float32 PASSED 2022-12-01T10:39:14.8611996Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_hfft_cpu_float32 PASSED 2022-12-01T10:39:14.8612295Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_ifftshift_cpu_float32 PASSED 2022-12-01T10:39:14.8612587Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_irfft2_cpu_float32 PASSED 2022-12-01T10:39:14.8612881Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_irfft_cpu_float32 PASSED 2022-12-01T10:39:14.8613168Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_rfft2_cpu_float32 PASSED 2022-12-01T10:39:14.8613455Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fft_rfftn_cpu_float32 PASSED 2022-12-01T10:39:14.8613733Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fill_cpu_float32 PASSED 2022-12-01T10:39:14.8614003Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_flatten_cpu_float32 PASSED 2022-12-01T10:39:14.8614284Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_flip_cpu_float32 PASSED 2022-12-01T10:39:14.8614640Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fliplr_cpu_float32 PASSED 2022-12-01T10:39:14.8614929Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_flipud_cpu_float32 PASSED 2022-12-01T10:39:14.8615272Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_float_power_cpu_float32 PASSED 2022-12-01T10:39:14.8615657Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8615939Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_fmin_cpu_float32 PASSED 2022-12-01T10:39:14.8616314Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8616587Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_gradient_cpu_float32 PASSED 2022-12-01T10:39:14.8616970Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8617351Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8617725Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8618019Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_index_add_cpu_float32 PASSED 2022-12-01T10:39:14.8618318Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_index_fill_cpu_float32 PASSED 2022-12-01T10:39:14.8618606Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_index_put_cpu_float32 PASSED 2022-12-01T10:39:14.8618922Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:39:14.8619128Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_index_reduce_cpu_float32 PASSED 2022-12-01T10:39:14.8619307Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_index_select_cpu_float32 PASSED 2022-12-01T10:39:14.8619548Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8619792Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8620080Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8620291Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_istft_cpu_float32 PASSED 2022-12-01T10:39:14.8620555Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:39:14.8620812Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:39:14.8621072Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:39:14.8621361Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:39:14.8621560Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_kron_cpu_float32 PASSED 2022-12-01T10:39:14.8621777Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_ldexp_cpu_float32 PASSED 2022-12-01T10:39:14.8622063Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8622278Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_lerp_cpu_float32 PASSED 2022-12-01T10:39:14.8622502Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_det_cpu_float32 PASSED 2022-12-01T10:39:14.8622744Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_det_singular_cpu_float32 PASSED 2022-12-01T10:39:14.8622971Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_eig_cpu_float32 PASSED 2022-12-01T10:39:14.8623203Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_eigvals_cpu_float32 PASSED 2022-12-01T10:39:14.8623405Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_eigvalsh_cpu_float32 PASSED 2022-12-01T10:39:14.8623663Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_householder_product_cpu_float32 PASSED 2022-12-01T10:39:14.8623974Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_inv_ex_cpu_float32 PASSED 2022-12-01T10:39:14.8624317Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8624616Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8624861Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_lstsq_grad_oriented_cpu_float32 PASSED 2022-12-01T10:39:14.8625081Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_lu_factor_ex_cpu_float32 PASSED 2022-12-01T10:39:14.8625308Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_matrix_power_cpu_float32 PASSED 2022-12-01T10:39:14.8625606Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8625815Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_multi_dot_cpu_float32 PASSED 2022-12-01T10:39:14.8626051Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8626290Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_pinv_hermitian_cpu_float32 PASSED 2022-12-01T10:39:14.8626618Z 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:39:14.8626826Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_qr_cpu_float32 PASSED 2022-12-01T10:39:14.8627055Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_slogdet_cpu_float32 PASSED 2022-12-01T10:39:14.8627277Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_solve_cpu_float32 PASSED 2022-12-01T10:39:14.8627498Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_solve_ex_cpu_float32 PASSED 2022-12-01T10:39:14.8627730Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_solve_triangular_cpu_float32 PASSED 2022-12-01T10:39:14.8627970Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_svd_cpu_float32 PASSED 2022-12-01T10:39:14.8628194Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_svdvals_cpu_float32 PASSED 2022-12-01T10:39:14.8628422Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_vecdot_cpu_float32 PASSED 2022-12-01T10:39:14.8628630Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_log1p_cpu_float32 PASSED 2022-12-01T10:39:14.8628835Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_log2_cpu_float32 PASSED 2022-12-01T10:39:14.8629051Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_log_softmax_cpu_float32 PASSED 2022-12-01T10:39:14.8629327Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8629612Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8629810Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_logit_cpu_float32 PASSED 2022-12-01T10:39:14.8630080Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8630339Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8630624Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_lu_solve_cpu_float32 PASSED 2022-12-01T10:39:14.8630844Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_lu_unpack_cpu_float32 PASSED 2022-12-01T10:39:14.8631058Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_amin_cpu_float32 PASSED 2022-12-01T10:39:14.8631333Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8631591Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_fill_functorch_Scalar_only_cpu_float32 PASSED 2022-12-01T10:39:14.8631804Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_log_softmax_cpu_float32 PASSED 2022-12-01T10:39:14.8632145Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_logaddexp_cpu_float32 PASSED 2022-12-01T10:39:14.8632364Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_normalize_cpu_float32 PASSED 2022-12-01T10:39:14.8632631Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_scatter_cpu_float32 PASSED 2022-12-01T10:39:14.8632858Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_softmin_cpu_float32 PASSED 2022-12-01T10:39:14.8633075Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_std_cpu_float32 PASSED 2022-12-01T10:39:14.8633285Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_sum_cpu_float32 PASSED 2022-12-01T10:39:14.8633495Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_masked_var_cpu_float32 PASSED 2022-12-01T10:39:14.8633712Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_matmul_cpu_float32 PASSED 2022-12-01T10:39:14.8633929Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_max_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:39:14.8634149Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_maximum_cpu_float32 PASSED 2022-12-01T10:39:14.8634356Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_median_cpu_float32 PASSED 2022-12-01T10:39:14.8634588Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_min_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:39:14.8634797Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_mode_cpu_float32 PASSED 2022-12-01T10:39:14.8634992Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_mul_cpu_float32 PASSED 2022-12-01T10:39:14.8635228Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED 2022-12-01T10:39:14.8635441Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nanmean_cpu_float32 PASSED 2022-12-01T10:39:14.8635651Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nanquantile_cpu_float32 PASSED 2022-12-01T10:39:14.8635865Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nansum_cpu_float32 PASSED 2022-12-01T10:39:14.8636063Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_narrow_cpu_float32 PASSED 2022-12-01T10:39:14.8636297Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_native_batch_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8636527Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_native_layer_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8636733Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_neg_cpu_float32 PASSED 2022-12-01T10:39:14.8637018Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8637308Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8637573Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8637857Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8638122Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED 2022-12-01T10:39:14.8638372Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:39:14.8638635Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED 2022-12-01T10:39:14.8638871Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:39:14.8639116Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:39:14.8639546Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_batch_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8639833Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED 2022-12-01T10:39:14.8640045Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_celu_cpu_float32 PASSED 2022-12-01T10:39:14.8640327Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8640715Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8641017Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8641272Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv2d_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8641521Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv_transpose1d_cpu_float32 PASSED 2022-12-01T10:39:14.8641767Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_conv_transpose3d_cpu_float32 PASSED 2022-12-01T10:39:14.8642037Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_cosine_embedding_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8642269Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_dropout2d_cpu_float32 PASSED 2022-12-01T10:39:14.8642508Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_embedding_functorch_cpu_float32 PASSED 2022-12-01T10:39:14.8642776Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED 2022-12-01T10:39:14.8643015Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_fractional_max_pool2d_cpu_float32 PASSED 2022-12-01T10:39:14.8643251Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_gaussian_nll_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8643472Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_group_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8643718Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_hardsigmoid_cpu_float32 PASSED 2022-12-01T10:39:14.8643961Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_hardtanh_cpu_float32 PASSED 2022-12-01T10:39:14.8644212Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_huber_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8644479Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_interpolate_area_cpu_float32 PASSED 2022-12-01T10:39:14.8644755Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_interpolate_bilinear_cpu_float32 PASSED 2022-12-01T10:39:14.8645022Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_interpolate_nearest_cpu_float32 PASSED 2022-12-01T10:39:14.8645304Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_interpolate_trilinear_cpu_float32 PASSED 2022-12-01T10:39:14.8645546Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_kl_div_cpu_float32 PASSED 2022-12-01T10:39:14.8645816Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_local_response_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8646070Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_margin_ranking_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8646317Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_pool1d_cpu_float32 PASSED 2022-12-01T10:39:14.8646577Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_unpool1d_cpu_float32 PASSED 2022-12-01T10:39:14.8646841Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_unpool1d_grad_cpu_float32 PASSED 2022-12-01T10:39:14.8647079Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_unpool2d_grad_cpu_float32 PASSED 2022-12-01T10:39:14.8647332Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_max_unpool3d_cpu_float32 PASSED 2022-12-01T10:39:14.8647567Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_mish_cpu_float32 PASSED 2022-12-01T10:39:14.8647839Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8648069Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_normalize_cpu_float32 PASSED 2022-12-01T10:39:14.8648312Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pad_constant_cpu_float32 PASSED 2022-12-01T10:39:14.8648620Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pdist_cpu_float32 PASSED 2022-12-01T10:39:14.8648864Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pixel_shuffle_cpu_float32 PASSED 2022-12-01T10:39:14.8649154Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_pixel_unshuffle_cpu_float32 PASSED 2022-12-01T10:39:14.8649371Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_relu6_cpu_float32 PASSED 2022-12-01T10:39:14.8649600Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_silu_cpu_float32 PASSED 2022-12-01T10:39:14.8649854Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8650083Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_softmin_cpu_float32 PASSED 2022-12-01T10:39:14.8650323Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_softplus_cpu_float32 PASSED 2022-12-01T10:39:14.8650568Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_tanhshrink_cpu_float32 PASSED 2022-12-01T10:39:14.8650800Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_threshold_cpu_float32 PASSED 2022-12-01T10:39:14.8651061Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_triplet_margin_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8651337Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8651578Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_unfold_cpu_float32 PASSED 2022-12-01T10:39:14.8651853Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8652071Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_norm_inf_cpu_float32 PASSED 2022-12-01T10:39:14.8652429Z 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:39:14.8652709Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_ormqr_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8652939Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_pca_lowrank_cpu_float32 PASSED 2022-12-01T10:39:14.8653157Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_permute_cpu_float32 PASSED 2022-12-01T10:39:14.8653381Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_pinverse_cpu_float32 PASSED 2022-12-01T10:39:14.8653608Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_polygamma_polygamma_n_1_cpu_float32 PASSED 2022-12-01T10:39:14.8653848Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_polygamma_polygamma_n_3_cpu_float32 PASSED 2022-12-01T10:39:14.8654066Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_positive_cpu_float32 PASSED 2022-12-01T10:39:14.8654277Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_prod_cpu_float32 PASSED 2022-12-01T10:39:14.8654559Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8654849Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8655066Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_ravel_cpu_float32 PASSED 2022-12-01T10:39:14.8655288Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_repeat_cpu_float32 PASSED 2022-12-01T10:39:14.8655487Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_reshape_as_cpu_float32 PASSED 2022-12-01T10:39:14.8655768Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8656045Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8656263Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_resolve_conj_cpu_float32 PASSED 2022-12-01T10:39:14.8656490Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_resolve_neg_cpu_float32 PASSED 2022-12-01T10:39:14.8656793Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_rot90_cpu_float32 PASSED 2022-12-01T10:39:14.8656995Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_rsqrt_cpu_float32 PASSED 2022-12-01T10:39:14.8657264Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_scatter_reduce_amax_cpu_float32 PASSED 2022-12-01T10:39:14.8657490Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_scatter_reduce_amin_cpu_float32 PASSED 2022-12-01T10:39:14.8657705Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_scatter_reduce_sum_cpu_float32 PASSED 2022-12-01T10:39:14.8657949Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_segment_reduce_lengths_cpu_float32 PASSED 2022-12-01T10:39:14.8658185Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_segment_reduce_offsets_cpu_float32 PASSED 2022-12-01T10:39:14.8658376Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_select_cpu_float32 PASSED 2022-12-01T10:39:14.8658606Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_select_scatter_cpu_float32 PASSED 2022-12-01T10:39:14.8658915Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8659140Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_sign_cpu_float32 PASSED 2022-12-01T10:39:14.8659425Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8659631Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_sinh_cpu_float32 PASSED 2022-12-01T10:39:14.8659853Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_slice_cpu_float32 PASSED 2022-12-01T10:39:14.8660094Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_slice_scatter_cpu_float32 PASSED 2022-12-01T10:39:14.8660321Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_softmax_cpu_float32 PASSED 2022-12-01T10:39:14.8660567Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_softmax_with_dtype_cpu_float32 PASSED 2022-12-01T10:39:14.8660804Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_sparse_sampled_addmm_cpu_float32 XFAIL 2022-12-01T10:39:14.8661110Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8661405Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8661991Z 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:39:14.8662186Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_entr_cpu_float32 PASSED 2022-12-01T10:39:14.8662423Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_erfcx_cpu_float32 PASSED 2022-12-01T10:39:14.8662759Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8663070Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8663307Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_log_ndtr_cpu_float32 PASSED 2022-12-01T10:39:14.8663622Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8663920Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8664215Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8664523Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8665104Z 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:39:14.8665494Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8665718Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_special_xlog1py_cpu_float32 PASSED 2022-12-01T10:39:14.8665981Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_split_cpu_float32 PASSED 2022-12-01T10:39:14.8666208Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_split_list_args_cpu_float32 PASSED 2022-12-01T10:39:14.8666416Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_squeeze_cpu_float32 PASSED 2022-12-01T10:39:14.8666620Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_stack_cpu_float32 PASSED 2022-12-01T10:39:14.8666835Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_std_mean_cpu_float32 PASSED 2022-12-01T10:39:14.8667039Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_sub_cpu_float32 PASSED 2022-12-01T10:39:14.8667232Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_sum_to_size_cpu_float32 PASSED 2022-12-01T10:39:14.8667436Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_svd_cpu_float32 PASSED 2022-12-01T10:39:14.8667652Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_symeig_cpu_float32 PASSED 2022-12-01T10:39:14.8667885Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_take_along_dim_cpu_float32 PASSED 2022-12-01T10:39:14.8668093Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_take_cpu_float32 PASSED 2022-12-01T10:39:14.8668294Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_tile_cpu_float32 PASSED 2022-12-01T10:39:14.8668489Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_topk_cpu_float32 PASSED 2022-12-01T10:39:14.8668710Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_transpose_cpu_float32 PASSED 2022-12-01T10:39:14.8668903Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_trapezoid_cpu_float32 PASSED 2022-12-01T10:39:14.8669122Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_trapz_cpu_float32 PASSED 2022-12-01T10:39:14.8669323Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_tril_cpu_float32 PASSED 2022-12-01T10:39:14.8669538Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_unbind_cpu_float32 PASSED 2022-12-01T10:39:14.8669755Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_unflatten_cpu_float32 PASSED 2022-12-01T10:39:14.8669969Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_vdot_cpu_float32 PASSED 2022-12-01T10:39:14.8670190Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_view_as_complex_cpu_float32 PASSED 2022-12-01T10:39:14.8670469Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_view_as_cpu_float32 PASSED 2022-12-01T10:39:14.8670663Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_vsplit_cpu_float32 PASSED 2022-12-01T10:39:14.8670865Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_zero__cpu_float32 PASSED 2022-12-01T10:39:14.8671144Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8671415Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8671631Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_H_cpu_float32 PASSED 2022-12-01T10:39:14.8671837Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp___rmul___cpu_float32 PASSED 2022-12-01T10:39:14.8672051Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_abs_cpu_float32 PASSED 2022-12-01T10:39:14.8672251Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_acos_cpu_float32 PASSED 2022-12-01T10:39:14.8672464Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_acosh_cpu_float32 PASSED 2022-12-01T10:39:14.8672717Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_add_cpu_float32 PASSED 2022-12-01T10:39:14.8672995Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_addcmul_cpu_float32 PASSED 2022-12-01T10:39:14.8673288Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_addmm_decomposed_cpu_float32 PASSED 2022-12-01T10:39:14.8673555Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_addr_cpu_float32 PASSED 2022-12-01T10:39:14.8673989Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8674315Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8674577Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_amin_cpu_float32 PASSED 2022-12-01T10:39:14.8674826Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8675063Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8675340Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8675627Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8675876Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_as_strided_scatter_cpu_float32 PASSED 2022-12-01T10:39:14.8676107Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_asinh_cpu_float32 PASSED 2022-12-01T10:39:14.8676326Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_atan2_cpu_float32 PASSED 2022-12-01T10:39:14.8676575Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_atleast_3d_cpu_float32 PASSED 2022-12-01T10:39:14.8676813Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_baddbmm_cpu_float32 PASSED 2022-12-01T10:39:14.8677064Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_bernoulli_cpu_float32 PASSED 2022-12-01T10:39:14.8677295Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_bfloat16_cpu_float32 PASSED 2022-12-01T10:39:14.8677587Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_bfloat16_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:39:14.8677822Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_block_diag_cpu_float32 PASSED 2022-12-01T10:39:14.8678129Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8678428Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8678662Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_broadcast_tensors_cpu_float32 PASSED 2022-12-01T10:39:14.8678899Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_broadcast_to_cpu_float32 PASSED 2022-12-01T10:39:14.8679109Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cat_cpu_float32 PASSED 2022-12-01T10:39:14.8679502Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cdist_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T10:39:14.8679731Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ceil_cpu_float32 PASSED 2022-12-01T10:39:14.8679952Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_chalf_cpu_float32 PASSED 2022-12-01T10:39:14.8680235Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8680486Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cholesky_inverse_cpu_float32 PASSED 2022-12-01T10:39:14.8680721Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cholesky_solve_cpu_float32 PASSED 2022-12-01T10:39:14.8680940Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_chunk_cpu_float32 PASSED 2022-12-01T10:39:14.8681155Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_clamp_cpu_float32 PASSED 2022-12-01T10:39:14.8681387Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_clamp_max_cpu_float32 PASSED 2022-12-01T10:39:14.8681595Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_complex_cpu_float32 PASSED 2022-12-01T10:39:14.8681825Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_copysign_cpu_float32 PASSED 2022-12-01T10:39:14.8682109Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8682333Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cov_cpu_float32 PASSED 2022-12-01T10:39:14.8682670Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cummax_cpu_float32 PASSED 2022-12-01T10:39:14.8682944Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cummin_cpu_float32 PASSED 2022-12-01T10:39:14.8683163Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cumsum_cpu_float32 PASSED 2022-12-01T10:39:14.8683408Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_cumulative_trapezoid_cpu_float32 PASSED 2022-12-01T10:39:14.8683615Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_deg2rad_cpu_float32 PASSED 2022-12-01T10:39:14.8683837Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_diag_cpu_float32 PASSED 2022-12-01T10:39:14.8684068Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_diag_embed_cpu_float32 PASSED 2022-12-01T10:39:14.8684302Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_diagonal_scatter_cpu_float32 PASSED 2022-12-01T10:39:14.8684521Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_digamma_cpu_float32 PASSED 2022-12-01T10:39:14.8684738Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_dist_cpu_float32 PASSED 2022-12-01T10:39:14.8684974Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_div_floor_rounding_cpu_float32 PASSED 2022-12-01T10:39:14.8685183Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_double_cpu_float32 PASSED 2022-12-01T10:39:14.8685427Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_double_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:39:14.8685659Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_dsplit_cpu_float32 PASSED 2022-12-01T10:39:14.8685877Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_dstack_cpu_float32 PASSED 2022-12-01T10:39:14.8686156Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8686441Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8686722Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8686970Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8687167Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_erfc_cpu_float32 PASSED 2022-12-01T10:39:14.8687359Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_exp2_cpu_float32 PASSED 2022-12-01T10:39:14.8687560Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_exp_cpu_float32 PASSED 2022-12-01T10:39:14.8687772Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_expand_cpu_float32 PASSED 2022-12-01T10:39:14.8688041Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8688259Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_fft_cpu_float32 PASSED 2022-12-01T10:39:14.8688482Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_fftn_cpu_float32 PASSED 2022-12-01T10:39:14.8688706Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_hfft2_cpu_float32 PASSED 2022-12-01T10:39:14.8688933Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_hfftn_cpu_float32 PASSED 2022-12-01T10:39:14.8689159Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ifft2_cpu_float32 PASSED 2022-12-01T10:39:14.8689353Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ifft_cpu_float32 PASSED 2022-12-01T10:39:14.8689572Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ifftn_cpu_float32 PASSED 2022-12-01T10:39:14.8689809Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ifftshift_cpu_float32 PASSED 2022-12-01T10:39:14.8690038Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_ihfft2_cpu_float32 PASSED 2022-12-01T10:39:14.8690261Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_irfft2_cpu_float32 PASSED 2022-12-01T10:39:14.8690483Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_irfft_cpu_float32 PASSED 2022-12-01T10:39:14.8690783Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_rfft2_cpu_float32 PASSED 2022-12-01T10:39:14.8691007Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_rfft_cpu_float32 PASSED 2022-12-01T10:39:14.8691244Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fft_rfftn_cpu_float32 PASSED 2022-12-01T10:39:14.8691453Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fill_cpu_float32 PASSED 2022-12-01T10:39:14.8691672Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_flatten_cpu_float32 PASSED 2022-12-01T10:39:14.8691889Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_flip_cpu_float32 PASSED 2022-12-01T10:39:14.8692099Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_flipud_cpu_float32 PASSED 2022-12-01T10:39:14.8692309Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_float_cpu_float32 PASSED 2022-12-01T10:39:14.8692589Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8692804Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fmax_cpu_float32 PASSED 2022-12-01T10:39:14.8693014Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fmin_cpu_float32 PASSED 2022-12-01T10:39:14.8693216Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_fmod_cpu_float32 PASSED 2022-12-01T10:39:14.8693424Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_frac_cpu_float32 PASSED 2022-12-01T10:39:14.8693702Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8693926Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_gather_cpu_float32 PASSED 2022-12-01T10:39:14.8694145Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_gradient_cpu_float32 PASSED 2022-12-01T10:39:14.8694419Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8694629Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_half_cpu_float32 PASSED 2022-12-01T10:39:14.8694911Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8695180Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8695475Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8695694Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_hstack_cpu_float32 PASSED 2022-12-01T10:39:14.8695980Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8696207Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_index_add_cpu_float32 PASSED 2022-12-01T10:39:14.8696429Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_index_fill_cpu_float32 PASSED 2022-12-01T10:39:14.8696650Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_index_put_cpu_float32 PASSED 2022-12-01T10:39:14.8696899Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:39:14.8697129Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_index_select_cpu_float32 PASSED 2022-12-01T10:39:14.8697332Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_inner_cpu_float32 PASSED 2022-12-01T10:39:14.8697599Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8697875Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8698140Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8698413Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8698684Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8699035Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8699363Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8699593Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_istft_cpu_float32 PASSED 2022-12-01T10:39:14.8699862Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:39:14.8700151Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:39:14.8700438Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:39:14.8700681Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:39:14.8700909Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_kthvalue_cpu_float32 PASSED 2022-12-01T10:39:14.8701119Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ldexp_cpu_float32 PASSED 2022-12-01T10:39:14.8701352Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_lgamma_cpu_float32 PASSED 2022-12-01T10:39:14.8701565Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_cross_cpu_float32 PASSED 2022-12-01T10:39:14.8701807Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_det_singular_cpu_float32 PASSED 2022-12-01T10:39:14.8702019Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_eig_cpu_float32 PASSED 2022-12-01T10:39:14.8702236Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_eigh_cpu_float32 PASSED 2022-12-01T10:39:14.8702484Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_householder_product_cpu_float32 PASSED 2022-12-01T10:39:14.8702697Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_inv_ex_cpu_float32 PASSED 2022-12-01T10:39:14.8702988Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8703276Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8703514Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lstsq_grad_oriented_cpu_float32 PASSED 2022-12-01T10:39:14.8703726Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lu_cpu_float32 PASSED 2022-12-01T10:39:14.8703948Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_lu_solve_cpu_float32 PASSED 2022-12-01T10:39:14.8704255Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8704470Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8704730Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_norm_subgradients_at_zero_cpu_float32 PASSED 2022-12-01T10:39:14.8704982Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_pinv_hermitian_cpu_float32 PASSED 2022-12-01T10:39:14.8705201Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_qr_cpu_float32 PASSED 2022-12-01T10:39:14.8705442Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_slogdet_cpu_float32 PASSED 2022-12-01T10:39:14.8705665Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_solve_ex_cpu_float32 PASSED 2022-12-01T10:39:14.8705914Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_solve_triangular_cpu_float32 PASSED 2022-12-01T10:39:14.8706106Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_svd_cpu_float32 PASSED 2022-12-01T10:39:14.8706336Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_tensorinv_cpu_float32 PASSED 2022-12-01T10:39:14.8706556Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_vecdot_cpu_float32 PASSED 2022-12-01T10:39:14.8706920Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8707127Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_log10_cpu_float32 PASSED 2022-12-01T10:39:14.8707386Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_log2_cpu_float32 PASSED 2022-12-01T10:39:14.8707604Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_log_softmax_cpu_float32 PASSED 2022-12-01T10:39:14.8707819Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logaddexp2_cpu_float32 PASSED 2022-12-01T10:39:14.8708089Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8708356Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8708620Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8708899Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8709094Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_logit_cpu_float32 PASSED 2022-12-01T10:39:14.8709364Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8709677Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8709943Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8710141Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_lu_cpu_float32 PASSED 2022-12-01T10:39:14.8710355Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_lu_solve_cpu_float32 PASSED 2022-12-01T10:39:14.8710630Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_lu_unpack_cpu_float32 PASSED 2022-12-01T10:39:14.8710870Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_cumprod_cpu_float32 PASSED 2022-12-01T10:39:14.8711088Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_fill_cpu_float32 PASSED 2022-12-01T10:39:14.8711351Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_fill_functorch_Scalar_only_cpu_float32 PASSED 2022-12-01T10:39:14.8711582Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_logaddexp_cpu_float32 PASSED 2022-12-01T10:39:14.8711810Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_median_cpu_float32 PASSED 2022-12-01T10:39:14.8712030Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_prod_cpu_float32 XFAIL 2022-12-01T10:39:14.8712264Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_softmax_cpu_float32 PASSED 2022-12-01T10:39:14.8712492Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_softmin_cpu_float32 PASSED 2022-12-01T10:39:14.8712713Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_std_cpu_float32 PASSED 2022-12-01T10:39:14.8712940Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_masked_sum_cpu_float32 PASSED 2022-12-01T10:39:14.8713155Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_max_binary_cpu_float32 PASSED 2022-12-01T10:39:14.8713397Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_meshgrid_list_of_tensors_cpu_float32 PASSED 2022-12-01T10:39:14.8713606Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_min_binary_cpu_float32 PASSED 2022-12-01T10:39:14.8713823Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_minimum_cpu_float32 PASSED 2022-12-01T10:39:14.8714039Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mm_cpu_float32 PASSED 2022-12-01T10:39:14.8714267Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED 2022-12-01T10:39:14.8714511Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED 2022-12-01T10:39:14.8714732Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nanmedian_cpu_float32 PASSED 2022-12-01T10:39:14.8715034Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nansum_cpu_float32 PASSED 2022-12-01T10:39:14.8715372Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8715586Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_narrow_cpu_float32 PASSED 2022-12-01T10:39:14.8715817Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_native_batch_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8716082Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8716287Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_neg_cpu_float32 PASSED 2022-12-01T10:39:14.8716563Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8716831Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED 2022-12-01T10:39:14.8717091Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:39:14.8717352Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED 2022-12-01T10:39:14.8717606Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED 2022-12-01T10:39:14.8717858Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED 2022-12-01T10:39:14.8718107Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:39:14.8718347Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_batch_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8718590Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_bilinear_cpu_float32 PASSED 2022-12-01T10:39:14.8718812Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_celu_cpu_float32 PASSED 2022-12-01T10:39:14.8719051Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv1d_cpu_float32 PASSED 2022-12-01T10:39:14.8719398Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_cpu_float32 PASSED 2022-12-01T10:39:14.8719698Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8719962Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8720231Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8720505Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8720760Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8721064Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8721298Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8721549Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv_transpose1d_cpu_float32 PASSED 2022-12-01T10:39:14.8721800Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv_transpose2d_cpu_float32 PASSED 2022-12-01T10:39:14.8722051Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv_transpose3d_cpu_float32 PASSED 2022-12-01T10:39:14.8722317Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_cosine_embedding_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8722572Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_cross_entropy_cpu_float32 PASSED 2022-12-01T10:39:14.8722816Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_dropout2d_cpu_float32 PASSED 2022-12-01T10:39:14.8723182Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_dropout_cpu_float32 PASSED 2022-12-01T10:39:14.8723458Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_elu_cpu_float32 PASSED 2022-12-01T10:39:14.8723777Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_embedding_bag_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T10:39:14.8724033Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_embedding_functorch_cpu_float32 PASSED 2022-12-01T10:39:14.8724289Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_gaussian_nll_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8724515Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_gelu_cpu_float32 PASSED 2022-12-01T10:39:14.8724758Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_group_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8725070Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_hardsigmoid_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T10:39:14.8725308Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_hardswish_cpu_float32 PASSED 2022-12-01T10:39:14.8725561Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_huber_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8725823Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_interpolate_area_cpu_float32 PASSED 2022-12-01T10:39:14.8726043Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_kl_div_cpu_float32 PASSED 2022-12-01T10:39:14.8726269Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_l1_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8726508Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_layer_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8726770Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_local_response_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8727018Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_logsigmoid_cpu_float32 PASSED 2022-12-01T10:39:14.8727290Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_margin_ranking_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8727549Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_pool1d_cpu_float32 PASSED 2022-12-01T10:39:14.8727805Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_pool2d_cpu_float32 PASSED 2022-12-01T10:39:14.8728044Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_pool3d_cpu_float32 PASSED 2022-12-01T10:39:14.8728311Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.8728567Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool2d_grad_cpu_float32 PASSED 2022-12-01T10:39:14.8728809Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_max_unpool3d_grad_cpu_float32 PASSED 2022-12-01T10:39:14.8729036Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_mse_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8729278Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_mse_loss_functorch_cpu_float32 PASSED 2022-12-01T10:39:14.8729607Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T10:39:14.8729955Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T10:39:14.8730231Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8730470Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_normalize_cpu_float32 PASSED 2022-12-01T10:39:14.8730717Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pad_reflect_cpu_float32 PASSED 2022-12-01T10:39:14.8731060Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pairwise_distance_cpu_float32 PASSED 2022-12-01T10:39:14.8731425Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pdist_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T10:39:14.8731683Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pixel_shuffle_cpu_float32 PASSED 2022-12-01T10:39:14.8731940Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_pixel_unshuffle_cpu_float32 PASSED 2022-12-01T10:39:14.8732180Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_prelu_cpu_float32 PASSED 2022-12-01T10:39:14.8732405Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_relu_cpu_float32 PASSED 2022-12-01T10:39:14.8732632Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_selu_cpu_float32 PASSED 2022-12-01T10:39:14.8732863Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8733090Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_softplus_cpu_float32 PASSED 2022-12-01T10:39:14.8733360Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_triplet_margin_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8733618Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_upsample_nearest_cpu_float32 PASSED 2022-12-01T10:39:14.8733890Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8734107Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_norm_fro_cpu_float32 PASSED 2022-12-01T10:39:14.8734328Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_norm_inf_cpu_float32 PASSED 2022-12-01T10:39:14.8734539Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_norm_nuc_cpu_float32 PASSED 2022-12-01T10:39:14.8734764Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_normal_cpu_float32 PASSED 2022-12-01T10:39:14.8735050Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8735298Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_ops_aten_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:39:14.8735514Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_outer_cpu_float32 PASSED 2022-12-01T10:39:14.8735730Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_permute_cpu_float32 PASSED 2022-12-01T10:39:14.8735984Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_polygamma_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:39:14.8736225Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_polygamma_polygamma_n_1_cpu_float32 PASSED 2022-12-01T10:39:14.8736474Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_polygamma_polygamma_n_4_cpu_float32 PASSED 2022-12-01T10:39:14.8736681Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_pow_cpu_float32 PASSED 2022-12-01T10:39:14.8736898Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_prod_cpu_float32 PASSED 2022-12-01T10:39:14.8737105Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_qr_cpu_float32 PASSED 2022-12-01T10:39:14.8737326Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_quantile_cpu_float32 PASSED 2022-12-01T10:39:14.8737551Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_rad2deg_cpu_float32 PASSED 2022-12-01T10:39:14.8737833Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8738059Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_reciprocal_cpu_float32 PASSED 2022-12-01T10:39:14.8738283Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_renorm_cpu_float32 PASSED 2022-12-01T10:39:14.8738501Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_repeat_cpu_float32 PASSED 2022-12-01T10:39:14.8738733Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_repeat_interleave_cpu_float32 PASSED 2022-12-01T10:39:14.8739020Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8739368Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8739654Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_roll_cpu_float32 PASSED 2022-12-01T10:39:14.8739869Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_round_cpu_float32 PASSED 2022-12-01T10:39:14.8740107Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_round_decimals_0_cpu_float32 PASSED 2022-12-01T10:39:14.8740332Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_round_decimals_3_cpu_float32 PASSED 2022-12-01T10:39:14.8740546Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_rsqrt_cpu_float32 PASSED 2022-12-01T10:39:14.8740763Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_rsub_cpu_float32 PASSED 2022-12-01T10:39:14.8740985Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_add_cpu_float32 PASSED 2022-12-01T10:39:14.8741191Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_cpu_float32 PASSED 2022-12-01T10:39:14.8741431Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_reduce_amin_cpu_float32 PASSED 2022-12-01T10:39:14.8741681Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_reduce_mean_cpu_float32 PASSED 2022-12-01T10:39:14.8741917Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_scatter_reduce_sum_cpu_float32 PASSED 2022-12-01T10:39:14.8742213Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8742551Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_segment_reduce_lengths_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T10:39:14.8742761Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_select_cpu_float32 PASSED 2022-12-01T10:39:14.8742974Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_select_scatter_cpu_float32 PASSED 2022-12-01T10:39:14.8743264Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8743577Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8743779Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sigmoid_cpu_float32 PASSED 2022-12-01T10:39:14.8744033Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8744240Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_slice_cpu_float32 PASSED 2022-12-01T10:39:14.8744453Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_slice_scatter_cpu_float32 PASSED 2022-12-01T10:39:14.8744656Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_softmax_cpu_float32 PASSED 2022-12-01T10:39:14.8744891Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_softmax_with_dtype_cpu_float32 PASSED 2022-12-01T10:39:14.8745123Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sparse_sampled_addmm_cpu_float32 XFAIL 2022-12-01T10:39:14.8745425Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8745726Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8746025Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8746336Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8746930Z 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:39:14.8747168Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_entr_cpu_float32 PASSED 2022-12-01T10:39:14.8747590Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8747878Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_i1e_cpu_float32 PASSED 2022-12-01T10:39:14.8748444Z 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:39:14.8748767Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8749077Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8749300Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_ndtr_cpu_float32 PASSED 2022-12-01T10:39:14.8749523Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_ndtri_cpu_float32 PASSED 2022-12-01T10:39:14.8749807Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:39:14.8750471Z 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:39:14.8751032Z 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:39:14.8751590Z 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:39:14.8751882Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8752104Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_split_cpu_float32 PASSED 2022-12-01T10:39:14.8752325Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sqrt_cpu_float32 PASSED 2022-12-01T10:39:14.8752528Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sub_cpu_float32 PASSED 2022-12-01T10:39:14.8752762Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_sum_to_size_cpu_float32 PASSED 2022-12-01T10:39:14.8752967Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_t_cpu_float32 PASSED 2022-12-01T10:39:14.8753204Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_take_along_dim_cpu_float32 PASSED 2022-12-01T10:39:14.8753412Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_take_cpu_float32 PASSED 2022-12-01T10:39:14.8753625Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_tan_cpu_float32 PASSED 2022-12-01T10:39:14.8753835Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_tanh_cpu_float32 PASSED 2022-12-01T10:39:14.8754055Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_tensor_split_cpu_float32 XFAIL 2022-12-01T10:39:14.8754267Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_transpose_cpu_float32 PASSED 2022-12-01T10:39:14.8754499Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_trapezoid_cpu_float32 PASSED 2022-12-01T10:39:14.8754737Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_triangular_solve_cpu_float32 PASSED 2022-12-01T10:39:14.8754938Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_tril_cpu_float32 PASSED 2022-12-01T10:39:14.8755143Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_trunc_cpu_float32 PASSED 2022-12-01T10:39:14.8755363Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_unflatten_cpu_float32 PASSED 2022-12-01T10:39:14.8755576Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_unfold_cpu_float32 PASSED 2022-12-01T10:39:14.8755861Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8756083Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_unsqueeze_cpu_float32 PASSED 2022-12-01T10:39:14.8756281Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_var_cpu_float32 PASSED 2022-12-01T10:39:14.8756588Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_var_mean_cpu_float32 PASSED 2022-12-01T10:39:14.8756896Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_vdot_cpu_float32 PASSED 2022-12-01T10:39:14.8757119Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_view_as_cpu_float32 PASSED 2022-12-01T10:39:14.8757328Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_view_cpu_float32 PASSED 2022-12-01T10:39:14.8757545Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_vsplit_cpu_float32 PASSED 2022-12-01T10:39:14.8757763Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_vstack_cpu_float32 PASSED 2022-12-01T10:39:14.8757983Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_where_cpu_float32 PASSED 2022-12-01T10:39:14.8758184Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_xlogy_cpu_float32 PASSED 2022-12-01T10:39:14.8758389Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_zero__cpu_float32 PASSED 2022-12-01T10:39:14.8758678Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8758892Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_H_cpu_float32 PASSED 2022-12-01T10:39:14.8759112Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_T_cpu_float32 PASSED 2022-12-01T10:39:14.8759710Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___rmod___cpu_float32 PASSED 2022-12-01T10:39:14.8759950Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___rmul___cpu_float32 PASSED 2022-12-01T10:39:14.8760110Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___rpow___cpu_float32 XFAIL 2022-12-01T10:39:14.8760255Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap___rsub___cpu_float32 PASSED 2022-12-01T10:39:14.8760404Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_acos_cpu_float32 PASSED 2022-12-01T10:39:14.8760556Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_addcdiv_cpu_float32 PASSED 2022-12-01T10:39:14.8760760Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8760910Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_angle_cpu_float32 PASSED 2022-12-01T10:39:14.8761105Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8761294Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8761483Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8761676Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8761826Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_as_strided_cpu_float32 PASSED 2022-12-01T10:39:14.8761972Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_asin_cpu_float32 PASSED 2022-12-01T10:39:14.8762121Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_asinh_cpu_float32 PASSED 2022-12-01T10:39:14.8762264Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_atan_cpu_float32 PASSED 2022-12-01T10:39:14.8762409Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_atanh_cpu_float32 PASSED 2022-12-01T10:39:14.8762566Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_atleast_1d_cpu_float32 PASSED 2022-12-01T10:39:14.8762719Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_atleast_2d_cpu_float32 PASSED 2022-12-01T10:39:14.8762867Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_atleast_3d_cpu_float32 PASSED 2022-12-01T10:39:14.8763006Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_block_diag_cpu_float32 PASSED 2022-12-01T10:39:14.8763154Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_bmm_cpu_float32 PASSED 2022-12-01T10:39:14.8763346Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8763676Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8763910Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8764077Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cartesian_prod_cpu_float32 PASSED 2022-12-01T10:39:14.8764228Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cdist_cpu_float32 PASSED 2022-12-01T10:39:14.8764379Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_chalf_cpu_float32 PASSED 2022-12-01T10:39:14.8764567Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8764778Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8764934Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cholesky_cpu_float32 PASSED 2022-12-01T10:39:14.8765100Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cholesky_solve_cpu_float32 PASSED 2022-12-01T10:39:14.8765252Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_clamp_cpu_float32 XFAIL 2022-12-01T10:39:14.8765405Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_clamp_max_cpu_float32 PASSED 2022-12-01T10:39:14.8765553Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_clone_cpu_float32 PASSED 2022-12-01T10:39:14.8765710Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_column_stack_cpu_float32 XFAIL 2022-12-01T10:39:14.8765869Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_combinations_cpu_float32 PASSED 2022-12-01T10:39:14.8766019Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_constant_pad_nd_cpu_float32 PASSED 2022-12-01T10:39:14.8766176Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_contiguous_cpu_float32 PASSED 2022-12-01T10:39:14.8766325Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cos_cpu_float32 PASSED 2022-12-01T10:39:14.8766527Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8766676Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cov_cpu_float32 PASSED 2022-12-01T10:39:14.8766831Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_cross_cpu_float32 XFAIL 2022-12-01T10:39:14.8766978Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_diag_cpu_float32 PASSED 2022-12-01T10:39:14.8767134Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_diag_embed_cpu_float32 PASSED 2022-12-01T10:39:14.8767276Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_diagflat_cpu_float32 PASSED 2022-12-01T10:39:14.8767428Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_diagonal_cpu_float32 PASSED 2022-12-01T10:39:14.8767594Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_div_no_rounding_mode_cpu_float32 PASSED 2022-12-01T10:39:14.8767777Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_double_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:39:14.8767931Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_dsplit_cpu_float32 PASSED 2022-12-01T10:39:14.8768084Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_dstack_cpu_float32 PASSED 2022-12-01T10:39:14.8768233Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_einsum_cpu_float32 PASSED 2022-12-01T10:39:14.8768429Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8768619Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8768801Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8768952Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_erf_cpu_float32 PASSED 2022-12-01T10:39:14.8769101Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_erfinv_cpu_float32 PASSED 2022-12-01T10:39:14.8769280Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_exp_cpu_float32 PASSED 2022-12-01T10:39:14.8769431Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_expand_cpu_float32 PASSED 2022-12-01T10:39:14.8769610Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_expm1_cpu_float32 PASSED 2022-12-01T10:39:14.8769802Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8769956Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_fft_cpu_float32 PASSED 2022-12-01T10:39:14.8770101Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_hfft2_cpu_float32 PASSED 2022-12-01T10:39:14.8770253Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_hfft_cpu_float32 PASSED 2022-12-01T10:39:14.8770409Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ifftshift_cpu_float32 PASSED 2022-12-01T10:39:14.8770561Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ihfft_cpu_float32 PASSED 2022-12-01T10:39:14.8770720Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ihfftn_cpu_float32 PASSED 2022-12-01T10:39:14.8770872Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_irfftn_cpu_float32 PASSED 2022-12-01T10:39:14.8771023Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_rfft2_cpu_float32 PASSED 2022-12-01T10:39:14.8771176Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_rfftn_cpu_float32 PASSED 2022-12-01T10:39:14.8771327Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_flatten_cpu_float32 PASSED 2022-12-01T10:39:14.8771467Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fliplr_cpu_float32 PASSED 2022-12-01T10:39:14.8771616Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_flipud_cpu_float32 PASSED 2022-12-01T10:39:14.8771774Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_float_power_cpu_float32 PASSED 2022-12-01T10:39:14.8771922Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_floor_cpu_float32 PASSED 2022-12-01T10:39:14.8772072Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fmax_cpu_float32 PASSED 2022-12-01T10:39:14.8772219Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_fmod_cpu_float32 PASSED 2022-12-01T10:39:14.8772371Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_frexp_cpu_float32 PASSED 2022-12-01T10:39:14.8772520Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_gather_cpu_float32 PASSED 2022-12-01T10:39:14.8772703Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8772895Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8773044Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_half_cpu_float32 XFAIL 2022-12-01T10:39:14.8773241Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8773437Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8773590Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_hsplit_cpu_float32 PASSED 2022-12-01T10:39:14.8773740Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_hypot_cpu_float32 PASSED 2022-12-01T10:39:14.8773887Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_i0_cpu_float32 PASSED 2022-12-01T10:39:14.8774071Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8774229Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_index_reduce_cpu_float32 PASSED 2022-12-01T10:39:14.8774383Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_index_select_cpu_float32 PASSED 2022-12-01T10:39:14.8774530Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_inner_cpu_float32 PASSED 2022-12-01T10:39:14.8774719Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8774966Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8775185Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8775380Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8775573Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8775760Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8775940Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8776138Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:39:14.8776325Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:39:14.8776479Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_kron_cpu_float32 PASSED 2022-12-01T10:39:14.8776667Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8776817Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_lerp_cpu_float32 PASSED 2022-12-01T10:39:14.8776974Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_cond_cpu_float32 PASSED 2022-12-01T10:39:14.8777132Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_cross_cpu_float32 PASSED 2022-12-01T10:39:14.8777297Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_householder_product_cpu_float32 PASSED 2022-12-01T10:39:14.8777507Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8777713Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8777870Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lu_cpu_float32 PASSED 2022-12-01T10:39:14.8778030Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lu_solve_cpu_float32 PASSED 2022-12-01T10:39:14.8778192Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_matrix_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8778357Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_matrix_power_cpu_float32 PASSED 2022-12-01T10:39:14.8778559Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8778744Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_norm_subgradients_at_zero_cpu_float32 PASSED 2022-12-01T10:39:14.8778891Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_pinv_cpu_float32 PASSED 2022-12-01T10:39:14.8779063Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_pinv_hermitian_cpu_float32 PASSED 2022-12-01T10:39:14.8779218Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_qr_cpu_float32 PASSED 2022-12-01T10:39:14.8779378Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_slogdet_cpu_float32 PASSED 2022-12-01T10:39:14.8779532Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_solve_cpu_float32 PASSED 2022-12-01T10:39:14.8779697Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_tensorsolve_cpu_float32 PASSED 2022-12-01T10:39:14.8779857Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_vector_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8780054Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8780201Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_log10_cpu_float32 PASSED 2022-12-01T10:39:14.8780370Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_log1p_cpu_float32 PASSED 2022-12-01T10:39:14.8780529Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_log_softmax_cpu_float32 PASSED 2022-12-01T10:39:14.8780719Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_log_softmax_dtype_cpu_float32 PASSED 2022-12-01T10:39:14.8780878Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logaddexp2_cpu_float32 PASSED 2022-12-01T10:39:14.8781030Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logdet_cpu_float32 PASSED 2022-12-01T10:39:14.8781228Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8781427Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8781582Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_logsumexp_cpu_float32 PASSED 2022-12-01T10:39:14.8781723Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_lu_solve_cpu_float32 PASSED 2022-12-01T10:39:14.8781872Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mT_cpu_float32 PASSED 2022-12-01T10:39:14.8782075Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8782274Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8782432Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_fill_cpu_float32 PASSED 2022-12-01T10:39:14.8782596Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_log_softmax_cpu_float32 PASSED 2022-12-01T10:39:14.8782759Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_logsumexp_cpu_float32 PASSED 2022-12-01T10:39:14.8782914Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_mean_cpu_float32 PASSED 2022-12-01T10:39:14.8783073Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_normalize_cpu_float32 PASSED 2022-12-01T10:39:14.8783226Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_scatter_cpu_float32 PASSED 2022-12-01T10:39:14.8783387Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_softmax_cpu_float32 PASSED 2022-12-01T10:39:14.8783544Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_std_cpu_float32 PASSED 2022-12-01T10:39:14.8783697Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_sum_cpu_float32 PASSED 2022-12-01T10:39:14.8783853Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_max_binary_cpu_float32 PASSED 2022-12-01T10:39:14.8784022Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_meshgrid_list_of_tensors_cpu_float32 PASSED 2022-12-01T10:39:14.8784196Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_meshgrid_variadic_tensors_cpu_float32 PASSED 2022-12-01T10:39:14.8784351Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_min_binary_cpu_float32 PASSED 2022-12-01T10:39:14.8784519Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_min_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:39:14.8784660Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mode_cpu_float32 PASSED 2022-12-01T10:39:14.8784815Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_movedim_cpu_float32 PASSED 2022-12-01T10:39:14.8784959Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mv_cpu_float32 PASSED 2022-12-01T10:39:14.8785126Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED 2022-12-01T10:39:14.8785290Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED 2022-12-01T10:39:14.8785440Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nansum_cpu_float32 PASSED 2022-12-01T10:39:14.8785600Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_native_batch_norm_cpu_float32 XFAIL 2022-12-01T10:39:14.8785749Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_neg_cpu_float32 PASSED 2022-12-01T10:39:14.8785945Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8786176Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8786387Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:39:14.8786572Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:39:14.8786755Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:39:14.8786934Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED 2022-12-01T10:39:14.8787111Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED 2022-12-01T10:39:14.8787283Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:39:14.8787456Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:39:14.8787618Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:39:14.8787785Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_batch_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8787952Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv1d_cpu_float32 PASSED 2022-12-01T10:39:14.8788118Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_cpu_float32 PASSED 2022-12-01T10:39:14.8788295Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_no_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8788477Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8788672Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8788861Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8789041Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv2d_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8789210Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_conv_transpose2d_cpu_float32 PASSED 2022-12-01T10:39:14.8789387Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_cross_entropy_cpu_float32 PASSED 2022-12-01T10:39:14.8789554Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_ctc_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8789724Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_dropout2d_cpu_float32 XFAIL 2022-12-01T10:39:14.8789907Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_dropout_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.8790120Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.8790323Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_fractional_max_pool2d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.8790590Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_fractional_max_pool3d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.8790773Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL 2022-12-01T10:39:14.8790927Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_glu_cpu_float32 PASSED 2022-12-01T10:39:14.8791101Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_grid_sample_cpu_float32 PASSED 2022-12-01T10:39:14.8791275Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_hardshrink_cpu_float32 PASSED 2022-12-01T10:39:14.8791449Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_hardsigmoid_cpu_float32 PASSED 2022-12-01T10:39:14.8791663Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_hardswish_cpu_float32 PASSED 2022-12-01T10:39:14.8791879Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_huber_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8792061Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_instance_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8792244Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_area_cpu_float32 PASSED 2022-12-01T10:39:14.8792428Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_bicubic_cpu_float32 PASSED 2022-12-01T10:39:14.8792602Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_bilinear_cpu_float32 PASSED 2022-12-01T10:39:14.8792787Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_interpolate_nearest_cpu_float32 PASSED 2022-12-01T10:39:14.8792954Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_l1_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8793131Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_layer_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8793307Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_leaky_relu_cpu_float32 PASSED 2022-12-01T10:39:14.8793487Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_local_response_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8793655Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_pool1d_cpu_float32 PASSED 2022-12-01T10:39:14.8793840Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool2d_cpu_float32 PASSED 2022-12-01T10:39:14.8794106Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool2d_grad_cpu_float32 PASSED 2022-12-01T10:39:14.8794273Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_mse_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8794459Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_multilabel_margin_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8794653Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8794829Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_normalize_cpu_float32 PASSED 2022-12-01T10:39:14.8795005Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pad_constant_cpu_float32 PASSED 2022-12-01T10:39:14.8795184Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pairwise_distance_cpu_float32 PASSED 2022-12-01T10:39:14.8795348Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pdist_cpu_float32 PASSED 2022-12-01T10:39:14.8795527Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pixel_unshuffle_cpu_float32 PASSED 2022-12-01T10:39:14.8795692Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_prelu_cpu_float32 PASSED 2022-12-01T10:39:14.8795847Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_relu6_cpu_float32 PASSED 2022-12-01T10:39:14.8796032Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_rrelu_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.8796201Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_selu_cpu_float32 PASSED 2022-12-01T10:39:14.8796367Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_silu_cpu_float32 PASSED 2022-12-01T10:39:14.8796550Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_softmin_with_dtype_cpu_float32 PASSED 2022-12-01T10:39:14.8796722Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_tanhshrink_cpu_float32 PASSED 2022-12-01T10:39:14.8796905Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_triplet_margin_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8797103Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8797294Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_unfold_cpu_float32 PASSED 2022-12-01T10:39:14.8797477Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_upsample_bilinear_cpu_float32 PASSED 2022-12-01T10:39:14.8797685Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_upsample_nearest_cpu_float32 PASSED 2022-12-01T10:39:14.8797883Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8798033Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8798190Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_norm_inf_cpu_float32 PASSED 2022-12-01T10:39:14.8798367Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_normal_number_mean_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.8798552Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8798709Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_outer_cpu_float32 PASSED 2022-12-01T10:39:14.8798875Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_pinverse_cpu_float32 PASSED 2022-12-01T10:39:14.8799030Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_polar_cpu_float32 PASSED 2022-12-01T10:39:14.8799428Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_polygamma_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:39:14.8799607Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_polygamma_polygamma_n_1_cpu_float32 PASSED 2022-12-01T10:39:14.8799768Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_polygamma_polygamma_n_2_cpu_float32 PASSED 2022-12-01T10:39:14.8799936Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_polygamma_polygamma_n_3_cpu_float32 PASSED 2022-12-01T10:39:14.8800088Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_prod_cpu_float32 PASSED 2022-12-01T10:39:14.8800238Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_put_cpu_float32 PASSED 2022-12-01T10:39:14.8800393Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_qr_cpu_float32 PASSED 2022-12-01T10:39:14.8800547Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_quantile_cpu_float32 PASSED 2022-12-01T10:39:14.8800746Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8800950Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8801107Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_ravel_cpu_float32 PASSED 2022-12-01T10:39:14.8801244Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_real_cpu_float32 PASSED 2022-12-01T10:39:14.8801399Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_renorm_cpu_float32 PASSED 2022-12-01T10:39:14.8801550Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_repeat_cpu_float32 PASSED 2022-12-01T10:39:14.8801744Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8801947Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8802106Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_resolve_conj_cpu_float32 PASSED 2022-12-01T10:39:14.8802257Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_rot90_cpu_float32 PASSED 2022-12-01T10:39:14.8802409Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_round_cpu_float32 PASSED 2022-12-01T10:39:14.8802560Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_round_decimals_3_cpu_float32 PASSED 2022-12-01T10:39:14.8802726Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_round_decimals_neg_3_cpu_float32 PASSED 2022-12-01T10:39:14.8802882Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_add_cpu_float32 PASSED 2022-12-01T10:39:14.8803037Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_cpu_float32 PASSED 2022-12-01T10:39:14.8803265Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_reduce_amax_cpu_float32 PASSED 2022-12-01T10:39:14.8803430Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_reduce_amin_cpu_float32 PASSED 2022-12-01T10:39:14.8803667Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_scatter_reduce_mean_cpu_float32 PASSED 2022-12-01T10:39:14.8803840Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_segment_reduce_offsets_cpu_float32 PASSED 2022-12-01T10:39:14.8803980Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_select_cpu_float32 PASSED 2022-12-01T10:39:14.8804131Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sgn_cpu_float32 PASSED 2022-12-01T10:39:14.8804325Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8804548Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8804706Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sigmoid_cpu_float32 PASSED 2022-12-01T10:39:14.8804855Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sign_cpu_float32 PASSED 2022-12-01T10:39:14.8805055Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8805205Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sin_cpu_float32 PASSED 2022-12-01T10:39:14.8805354Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sinc_cpu_float32 PASSED 2022-12-01T10:39:14.8805491Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sinh_cpu_float32 PASSED 2022-12-01T10:39:14.8805652Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_slice_scatter_cpu_float32 PASSED 2022-12-01T10:39:14.8805799Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sort_cpu_float32 PASSED 2022-12-01T10:39:14.8805964Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sparse_sampled_addmm_cpu_float32 XFAIL 2022-12-01T10:39:14.8806171Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8806382Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8806586Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8806789Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8807206Z 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:39:14.8807568Z 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:39:14.8807721Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_entr_cpu_float32 PASSED 2022-12-01T10:39:14.8807885Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_erfcx_cpu_float32 PASSED 2022-12-01T10:39:14.8808109Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8808270Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_i0e_cpu_float32 PASSED 2022-12-01T10:39:14.8808636Z 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:39:14.8808800Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_log_ndtr_cpu_float32 PASSED 2022-12-01T10:39:14.8809020Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8809180Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_ndtri_cpu_float32 PASSED 2022-12-01T10:39:14.8809592Z 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:39:14.8809986Z 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:39:14.8810362Z 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:39:14.8822331Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8822578Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_xlog1py_cpu_float32 PASSED 2022-12-01T10:39:14.8822792Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8822959Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_split_cpu_float32 PASSED 2022-12-01T10:39:14.8823122Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_split_with_sizes_cpu_float32 PASSED 2022-12-01T10:39:14.8823273Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sqrt_cpu_float32 PASSED 2022-12-01T10:39:14.8823427Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_square_cpu_float32 PASSED 2022-12-01T10:39:14.8823583Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_squeeze_cpu_float32 PASSED 2022-12-01T10:39:14.8823733Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_std_cpu_float32 PASSED 2022-12-01T10:39:14.8823888Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_std_mean_cpu_float32 PASSED 2022-12-01T10:39:14.8824034Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sub_cpu_float32 PASSED 2022-12-01T10:39:14.8824194Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_sum_to_size_cpu_float32 PASSED 2022-12-01T10:39:14.8824341Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_svd_lowrank_cpu_float32 XFAIL 2022-12-01T10:39:14.8824495Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_symeig_cpu_float32 PASSED 2022-12-01T10:39:14.8824645Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_t_cpu_float32 PASSED 2022-12-01T10:39:14.8824793Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_tan_cpu_float32 PASSED 2022-12-01T10:39:14.8824944Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_tanh_cpu_float32 PASSED 2022-12-01T10:39:14.8825101Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_tensordot_cpu_float32 PASSED 2022-12-01T10:39:14.8825249Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_tile_cpu_float32 PASSED 2022-12-01T10:39:14.8825410Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_to_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.8825547Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_topk_cpu_float32 PASSED 2022-12-01T10:39:14.8825701Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_trace_cpu_float32 PASSED 2022-12-01T10:39:14.8825854Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_trapz_cpu_float32 PASSED 2022-12-01T10:39:14.8826007Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_tril_cpu_float32 PASSED 2022-12-01T10:39:14.8826164Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_true_divide_cpu_float32 PASSED 2022-12-01T10:39:14.8826313Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_unbind_cpu_float32 PASSED 2022-12-01T10:39:14.8826511Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8826711Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8826848Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_var_cpu_float32 PASSED 2022-12-01T10:39:14.8827004Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_var_mean_cpu_float32 PASSED 2022-12-01T10:39:14.8827253Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_vdot_cpu_float32 PASSED 2022-12-01T10:39:14.8827400Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_view_cpu_float32 PASSED 2022-12-01T10:39:14.8827586Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_vstack_cpu_float32 PASSED 2022-12-01T10:39:14.8827786Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8827984Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8828147Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_H_cpu_float32 PASSED 2022-12-01T10:39:14.8828303Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_H_cpu_float64 PASSED 2022-12-01T10:39:14.8828442Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_T_cpu_float32 PASSED 2022-12-01T10:39:14.8828600Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_T_cpu_float64 PASSED 2022-12-01T10:39:14.8828772Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___getitem___cpu_float32 PASSED 2022-12-01T10:39:14.8828957Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___getitem___functorch_cpu_float64 PASSED 2022-12-01T10:39:14.8829122Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rdiv___cpu_float32 PASSED 2022-12-01T10:39:14.8829307Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmatmul___cpu_float64 SKIPPED (Skipped!) 2022-12-01T10:39:14.8829471Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmul___cpu_float32 PASSED 2022-12-01T10:39:14.8829635Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rmul___cpu_float64 PASSED 2022-12-01T10:39:14.8829797Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rpow___cpu_float32 PASSED 2022-12-01T10:39:14.8829945Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_abs_cpu_float32 PASSED 2022-12-01T10:39:14.8830105Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_abs_cpu_float64 PASSED 2022-12-01T10:39:14.8830267Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_acos_cpu_float32 PASSED 2022-12-01T10:39:14.8830517Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_acosh_cpu_float32 PASSED 2022-12-01T10:39:14.8830684Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_acosh_cpu_float64 PASSED 2022-12-01T10:39:14.8830844Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_add_cpu_float64 PASSED 2022-12-01T10:39:14.8831007Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addbmm_cpu_float64 PASSED 2022-12-01T10:39:14.8831185Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmm_decomposed_cpu_float64 PASSED 2022-12-01T10:39:14.8831334Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addmv_cpu_float64 PASSED 2022-12-01T10:39:14.8831497Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addr_cpu_float32 PASSED 2022-12-01T10:39:14.8831658Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_addr_cpu_float64 PASSED 2022-12-01T10:39:14.8831867Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8832074Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_all_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8832285Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8832446Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_amin_cpu_float32 PASSED 2022-12-01T10:39:14.8832603Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_amin_cpu_float64 PASSED 2022-12-01T10:39:14.8832811Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8833048Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_aminmax_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8833278Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8833482Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_any_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8833690Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8833895Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_arange_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8834102Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8834307Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argmax_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8834515Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8834716Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argmin_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8834920Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argsort_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8835115Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8835286Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_as_strided_cpu_float32 PASSED 2022-12-01T10:39:14.8835448Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_asin_cpu_float64 PASSED 2022-12-01T10:39:14.8835615Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_asinh_cpu_float32 PASSED 2022-12-01T10:39:14.8835780Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_asinh_cpu_float64 PASSED 2022-12-01T10:39:14.8835943Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atan_cpu_float32 PASSED 2022-12-01T10:39:14.8836102Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_atan_cpu_float64 PASSED 2022-12-01T10:39:14.8836268Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_baddbmm_cpu_float64 PASSED 2022-12-01T10:39:14.8836437Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bernoulli_cpu_float64 PASSED 2022-12-01T10:39:14.8836589Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bfloat16_cpu_float32 PASSED 2022-12-01T10:39:14.8836753Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bfloat16_cpu_float64 PASSED 2022-12-01T10:39:14.8836949Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bfloat16_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:39:14.8837120Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_block_diag_cpu_float64 PASSED 2022-12-01T10:39:14.8837284Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bmm_cpu_float32 PASSED 2022-12-01T10:39:14.8837519Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bool_functorch_no_channels_last_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8837698Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_broadcast_tensors_cpu_float32 PASSED 2022-12-01T10:39:14.8837871Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_broadcast_tensors_cpu_float64 PASSED 2022-12-01T10:39:14.8838044Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_broadcast_to_cpu_float32 PASSED 2022-12-01T10:39:14.8838243Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_bucketize_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8838507Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8838765Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_byte_functorch_no_channels_last_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8838943Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cartesian_prod_cpu_float32 PASSED 2022-12-01T10:39:14.8839113Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cartesian_prod_cpu_float64 PASSED 2022-12-01T10:39:14.8839396Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cdist_cpu_float32 PASSED 2022-12-01T10:39:14.8839559Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cdist_cpu_float64 PASSED 2022-12-01T10:39:14.8839720Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_chalf_cpu_float32 PASSED 2022-12-01T10:39:14.8839927Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8840124Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_char_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8840298Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_cpu_float32 PASSED 2022-12-01T10:39:14.8840465Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_cpu_float64 PASSED 2022-12-01T10:39:14.8840644Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_inverse_cpu_float64 PASSED 2022-12-01T10:39:14.8840821Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cholesky_solve_cpu_float64 PASSED 2022-12-01T10:39:14.8840981Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_chunk_cpu_float32 PASSED 2022-12-01T10:39:14.8841142Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_chunk_cpu_float64 PASSED 2022-12-01T10:39:14.8841308Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_cpu_float32 PASSED 2022-12-01T10:39:14.8841469Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_cpu_float64 PASSED 2022-12-01T10:39:14.8841624Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_max_cpu_float32 PASSED 2022-12-01T10:39:14.8841790Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_min_cpu_float32 PASSED 2022-12-01T10:39:14.8841950Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clamp_min_cpu_float64 PASSED 2022-12-01T10:39:14.8842107Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_clone_cpu_float64 PASSED 2022-12-01T10:39:14.8842279Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_column_stack_cpu_float32 PASSED 2022-12-01T10:39:14.8842450Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_column_stack_cpu_float64 PASSED 2022-12-01T10:39:14.8842621Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_combinations_cpu_float32 PASSED 2022-12-01T10:39:14.8842794Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_combinations_cpu_float64 PASSED 2022-12-01T10:39:14.8842947Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_conj_cpu_float64 PASSED 2022-12-01T10:39:14.8843120Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_conj_physical_cpu_float32 PASSED 2022-12-01T10:39:14.8843293Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_constant_pad_nd_cpu_float32 PASSED 2022-12-01T10:39:14.8843462Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_contiguous_cpu_float32 PASSED 2022-12-01T10:39:14.8843625Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cosh_cpu_float32 PASSED 2022-12-01T10:39:14.8843786Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cosh_cpu_float64 PASSED 2022-12-01T10:39:14.8844005Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8844226Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cov_cpu_float64 PASSED 2022-12-01T10:39:14.8844434Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cross_cpu_float32 PASSED 2022-12-01T10:39:14.8844586Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cross_cpu_float64 PASSED 2022-12-01T10:39:14.8844750Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cummin_cpu_float32 PASSED 2022-12-01T10:39:14.8844914Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumprod_cpu_float32 PASSED 2022-12-01T10:39:14.8845078Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumsum_cpu_float32 PASSED 2022-12-01T10:39:14.8845242Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumsum_cpu_float64 PASSED 2022-12-01T10:39:14.8845429Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumulative_trapezoid_cpu_float32 PASSED 2022-12-01T10:39:14.8845597Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagflat_cpu_float32 PASSED 2022-12-01T10:39:14.8845775Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diagonal_scatter_cpu_float64 PASSED 2022-12-01T10:39:14.8845940Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_diff_cpu_float32 PASSED 2022-12-01T10:39:14.8846091Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_digamma_cpu_float64 PASSED 2022-12-01T10:39:14.8846252Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dist_cpu_float64 PASSED 2022-12-01T10:39:14.8846435Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_div_no_rounding_mode_cpu_float32 PASSED 2022-12-01T10:39:14.8846599Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_double_cpu_float32 PASSED 2022-12-01T10:39:14.8846762Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_dsplit_cpu_float64 PASSED 2022-12-01T10:39:14.8846925Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_einsum_cpu_float64 PASSED 2022-12-01T10:39:14.8847138Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8847350Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_empty_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8847567Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_empty_like_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8847757Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8847961Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_eq_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8848121Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_erf_cpu_float32 PASSED 2022-12-01T10:39:14.8848284Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_erfc_cpu_float32 PASSED 2022-12-01T10:39:14.8848450Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_erfinv_cpu_float32 PASSED 2022-12-01T10:39:14.8848615Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_erfinv_cpu_float64 PASSED 2022-12-01T10:39:14.8848777Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_exp2_cpu_float64 PASSED 2022-12-01T10:39:14.8848938Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_exp_cpu_float32 PASSED 2022-12-01T10:39:14.8849093Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expand_as_cpu_float32 PASSED 2022-12-01T10:39:14.8849256Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expand_cpu_float32 PASSED 2022-12-01T10:39:14.8849419Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expand_cpu_float64 PASSED 2022-12-01T10:39:14.8849580Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expm1_cpu_float32 PASSED 2022-12-01T10:39:14.8849772Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_expm1_cpu_float64 PASSED 2022-12-01T10:39:14.8850004Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8850213Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_eye_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8850378Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fft2_cpu_float64 PASSED 2022-12-01T10:39:14.8850541Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fft_cpu_float32 PASSED 2022-12-01T10:39:14.8850692Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fft_cpu_float64 PASSED 2022-12-01T10:39:14.8850864Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fftshift_cpu_float32 PASSED 2022-12-01T10:39:14.8851034Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_fftshift_cpu_float64 PASSED 2022-12-01T10:39:14.8851204Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfft2_cpu_float64 PASSED 2022-12-01T10:39:14.8851371Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfft_cpu_float64 PASSED 2022-12-01T10:39:14.8851538Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfftn_cpu_float32 PASSED 2022-12-01T10:39:14.8851705Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_hfftn_cpu_float64 PASSED 2022-12-01T10:39:14.8851868Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifft_cpu_float32 PASSED 2022-12-01T10:39:14.8852032Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifft_cpu_float64 PASSED 2022-12-01T10:39:14.8852186Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifftn_cpu_float64 PASSED 2022-12-01T10:39:14.8852363Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ifftshift_cpu_float64 PASSED 2022-12-01T10:39:14.8852533Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfft2_cpu_float32 PASSED 2022-12-01T10:39:14.8852699Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfft_cpu_float64 PASSED 2022-12-01T10:39:14.8852864Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfftn_cpu_float32 PASSED 2022-12-01T10:39:14.8853030Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfftn_cpu_float64 PASSED 2022-12-01T10:39:14.8853194Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_irfft_cpu_float32 PASSED 2022-12-01T10:39:14.8853358Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfft2_cpu_float32 PASSED 2022-12-01T10:39:14.8853508Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfft_cpu_float32 PASSED 2022-12-01T10:39:14.8853672Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfft_cpu_float64 PASSED 2022-12-01T10:39:14.8853836Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_rfftn_cpu_float64 PASSED 2022-12-01T10:39:14.8854001Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fill_cpu_float64 PASSED 2022-12-01T10:39:14.8854167Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_flatten_cpu_float32 PASSED 2022-12-01T10:39:14.8854329Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_flip_cpu_float64 PASSED 2022-12-01T10:39:14.8854492Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fliplr_cpu_float64 PASSED 2022-12-01T10:39:14.8854656Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_flipud_cpu_float64 PASSED 2022-12-01T10:39:14.8854819Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_floor_cpu_float32 PASSED 2022-12-01T10:39:14.8855022Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8855232Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_floor_divide_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8855423Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmax_cpu_float32 PASSED 2022-12-01T10:39:14.8855615Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmax_cpu_float64 PASSED 2022-12-01T10:39:14.8855779Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmin_cpu_float64 PASSED 2022-12-01T10:39:14.8855940Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fmod_cpu_float32 PASSED 2022-12-01T10:39:14.8856100Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_frac_cpu_float64 PASSED 2022-12-01T10:39:14.8856262Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_frexp_cpu_float32 PASSED 2022-12-01T10:39:14.8856470Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_full_like_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8856621Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gather_cpu_float64 PASSED 2022-12-01T10:39:14.8856830Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8857036Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_geqrf_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8857203Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gradient_cpu_float32 PASSED 2022-12-01T10:39:14.8857370Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gradient_cpu_float64 PASSED 2022-12-01T10:39:14.8857576Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8857738Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_half_cpu_float32 PASSED 2022-12-01T10:39:14.8857898Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_half_cpu_float64 PASSED 2022-12-01T10:39:14.8858092Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_half_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:39:14.8858270Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_half_functorch_no_channels_last_cpu_float64 PASSED 2022-12-01T10:39:14.8858484Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_heaviside_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8858690Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8858899Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8859066Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hstack_cpu_float32 PASSED 2022-12-01T10:39:14.8859230Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hstack_cpu_float64 PASSED 2022-12-01T10:39:14.8859394Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_hypot_cpu_float64 PASSED 2022-12-01T10:39:14.8859557Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_i0_cpu_float64 PASSED 2022-12-01T10:39:14.8859766Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8859962Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_igamma_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8860130Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_add_cpu_float32 PASSED 2022-12-01T10:39:14.8860297Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_copy_cpu_float32 PASSED 2022-12-01T10:39:14.8860464Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_copy_cpu_float64 PASSED 2022-12-01T10:39:14.8860633Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_put_cpu_float32 PASSED 2022-12-01T10:39:14.8860816Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:39:14.8861021Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_select_cpu_float32 PASSED 2022-12-01T10:39:14.8861253Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8861458Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_int_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8861675Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8861881Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8862089Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isclose_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8862300Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8862511Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isfinite_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8862714Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isin_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8862918Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isinf_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8863122Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isnan_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8863330Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isneginf_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8863541Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8863737Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isposinf_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8863944Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_isreal_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8864108Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_istft_cpu_float64 PASSED 2022-12-01T10:39:14.8864317Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:39:14.8864522Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) 2022-12-01T10:39:14.8864737Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) 2022-12-01T10:39:14.8864933Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:39:14.8865099Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_kron_cpu_float32 PASSED 2022-12-01T10:39:14.8865272Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_kthvalue_cpu_float32 PASSED 2022-12-01T10:39:14.8865434Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ldexp_cpu_float64 PASSED 2022-12-01T10:39:14.8865623Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8865787Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lerp_cpu_float32 PASSED 2022-12-01T10:39:14.8865957Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cond_cpu_float32 PASSED 2022-12-01T10:39:14.8866124Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eig_cpu_float32 XFAIL 2022-12-01T10:39:14.8866292Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eig_cpu_float64 XFAIL 2022-12-01T10:39:14.8866495Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigh_cpu_float32 PASSED 2022-12-01T10:39:14.8866694Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigh_cpu_float64 PASSED 2022-12-01T10:39:14.8866873Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_eigvalsh_cpu_float32 PASSED 2022-12-01T10:39:14.8867052Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_householder_product_cpu_float64 PASSED 2022-12-01T10:39:14.8867221Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_inv_cpu_float64 PASSED 2022-12-01T10:39:14.8867441Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8867665Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8867887Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8868061Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lstsq_cpu_float32 PASSED 2022-12-01T10:39:14.8868249Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lstsq_grad_oriented_cpu_float32 PASSED 2022-12-01T10:39:14.8868437Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lstsq_grad_oriented_cpu_float64 PASSED 2022-12-01T10:39:14.8868604Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_cpu_float64 PASSED 2022-12-01T10:39:14.8868778Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_lu_solve_cpu_float64 PASSED 2022-12-01T10:39:14.8868986Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8869218Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8869444Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8869614Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_norm_cpu_float64 PASSED 2022-12-01T10:39:14.8869810Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_norm_subgradients_at_zero_cpu_float32 PASSED 2022-12-01T10:39:14.8870003Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_norm_subgradients_at_zero_cpu_float64 PASSED 2022-12-01T10:39:14.8870175Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_pinv_cpu_float64 PASSED 2022-12-01T10:39:14.8870490Z 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:39:14.8870663Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_qr_cpu_float64 PASSED 2022-12-01T10:39:14.8870840Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_slogdet_cpu_float32 PASSED 2022-12-01T10:39:14.8871000Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_ex_cpu_float32 PASSED 2022-12-01T10:39:14.8871170Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_solve_ex_cpu_float64 PASSED 2022-12-01T10:39:14.8871339Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_svdvals_cpu_float32 PASSED 2022-12-01T10:39:14.8871523Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_tensorsolve_cpu_float32 PASSED 2022-12-01T10:39:14.8871702Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_tensorsolve_cpu_float64 PASSED 2022-12-01T10:39:14.8871873Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vander_cpu_float32 PASSED 2022-12-01T10:39:14.8872129Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linspace_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8872325Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log1p_cpu_float32 PASSED 2022-12-01T10:39:14.8872474Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log1p_cpu_float64 PASSED 2022-12-01T10:39:14.8872636Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_cpu_float64 PASSED 2022-12-01T10:39:14.8872810Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_softmax_cpu_float32 PASSED 2022-12-01T10:39:14.8872986Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_log_softmax_dtype_cpu_float64 PASSED 2022-12-01T10:39:14.8873154Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logaddexp2_cpu_float32 PASSED 2022-12-01T10:39:14.8873323Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logaddexp2_cpu_float64 PASSED 2022-12-01T10:39:14.8873496Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logaddexp_cpu_float64 PASSED 2022-12-01T10:39:14.8873672Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logcumsumexp_cpu_float64 PASSED 2022-12-01T10:39:14.8873835Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logdet_cpu_float32 PASSED 2022-12-01T10:39:14.8873985Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logdet_cpu_float64 PASSED 2022-12-01T10:39:14.8874201Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8874408Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_and_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8874618Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8874825Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logical_or_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8875040Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8875209Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_logsumexp_cpu_float64 PASSED 2022-12-01T10:39:14.8875411Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8875642Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8875866Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_long_functorch_no_channels_last_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8876055Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8876218Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_cpu_float32 PASSED 2022-12-01T10:39:14.8876389Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_lu_unpack_cpu_float32 PASSED 2022-12-01T10:39:14.8876550Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mH_cpu_float64 PASSED 2022-12-01T10:39:14.8876709Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mT_cpu_float32 PASSED 2022-12-01T10:39:14.8876867Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mT_cpu_float64 PASSED 2022-12-01T10:39:14.8877038Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_amax_cpu_float64 PASSED 2022-12-01T10:39:14.8877208Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_amin_cpu_float32 PASSED 2022-12-01T10:39:14.8877377Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_amin_cpu_float64 PASSED 2022-12-01T10:39:14.8877610Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_argmax_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8877849Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_argmin_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8878024Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_cumsum_cpu_float32 PASSED 2022-12-01T10:39:14.8878193Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_fill_cpu_float64 PASSED 2022-12-01T10:39:14.8878390Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_fill_functorch_Scalar_only_cpu_float64 PASSED 2022-12-01T10:39:14.8878571Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_log_softmax_cpu_float32 PASSED 2022-12-01T10:39:14.8878750Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_log_softmax_cpu_float64 PASSED 2022-12-01T10:39:14.8878930Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_logaddexp_cpu_float64 PASSED 2022-12-01T10:39:14.8879113Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_logsumexp_cpu_float32 PASSED 2022-12-01T10:39:14.8879457Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_mean_cpu_float32 PASSED 2022-12-01T10:39:14.8879638Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_median_cpu_float32 PASSED 2022-12-01T10:39:14.8879812Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_median_cpu_float64 PASSED 2022-12-01T10:39:14.8879981Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8880159Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_normalize_cpu_float32 PASSED 2022-12-01T10:39:14.8880331Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_normalize_cpu_float64 PASSED 2022-12-01T10:39:14.8880505Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_prod_cpu_float32 PASSED 2022-12-01T10:39:14.8880677Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_prod_cpu_float64 PASSED 2022-12-01T10:39:14.8880854Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_scatter_cpu_float32 PASSED 2022-12-01T10:39:14.8881015Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_scatter_cpu_float64 PASSED 2022-12-01T10:39:14.8881187Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_softmin_cpu_float32 PASSED 2022-12-01T10:39:14.8881354Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_softmin_cpu_float64 PASSED 2022-12-01T10:39:14.8881521Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_sum_cpu_float32 PASSED 2022-12-01T10:39:14.8881687Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_var_cpu_float32 PASSED 2022-12-01T10:39:14.8881853Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_masked_var_cpu_float64 PASSED 2022-12-01T10:39:14.8882034Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_matmul_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.8882216Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_matmul_cpu_float64 SKIPPED (Skipped!) 2022-12-01T10:39:14.8882374Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_matrix_exp_cpu_float64 PASSED 2022-12-01T10:39:14.8882539Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_binary_cpu_float64 PASSED 2022-12-01T10:39:14.8882722Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_max_reduction_no_dim_cpu_float64 PASSED 2022-12-01T10:39:14.8882888Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_maximum_cpu_float64 PASSED 2022-12-01T10:39:14.8883050Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mean_cpu_float32 PASSED 2022-12-01T10:39:14.8883273Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mean_cpu_float64 PASSED 2022-12-01T10:39:14.8883439Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_median_cpu_float32 PASSED 2022-12-01T10:39:14.8883676Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_meshgrid_list_of_tensors_cpu_float32 PASSED 2022-12-01T10:39:14.8883862Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_meshgrid_list_of_tensors_cpu_float64 PASSED 2022-12-01T10:39:14.8884037Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_meshgrid_variadic_tensors_cpu_float64 PASSED 2022-12-01T10:39:14.8884205Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_binary_cpu_float32 PASSED 2022-12-01T10:39:14.8884387Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:39:14.8884571Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_min_reduction_with_dim_cpu_float64 PASSED 2022-12-01T10:39:14.8884740Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_minimum_cpu_float64 PASSED 2022-12-01T10:39:14.8884905Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_movedim_cpu_float32 PASSED 2022-12-01T10:39:14.8885069Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_movedim_cpu_float64 PASSED 2022-12-01T10:39:14.8885229Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_msort_cpu_float32 PASSED 2022-12-01T10:39:14.8885390Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mul_cpu_float32 PASSED 2022-12-01T10:39:14.8885539Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mul_cpu_float64 PASSED 2022-12-01T10:39:14.8885698Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mv_cpu_float32 PASSED 2022-12-01T10:39:14.8885860Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mv_cpu_float64 PASSED 2022-12-01T10:39:14.8886043Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED 2022-12-01T10:39:14.8886222Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED 2022-12-01T10:39:14.8886394Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nan_to_num_cpu_float32 PASSED 2022-12-01T10:39:14.8886559Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanmean_cpu_float64 PASSED 2022-12-01T10:39:14.8886727Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanmedian_cpu_float64 PASSED 2022-12-01T10:39:14.8886884Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanquantile_cpu_float32 PASSED 2022-12-01T10:39:14.8887055Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nanquantile_cpu_float64 PASSED 2022-12-01T10:39:14.8887221Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nansum_cpu_float32 PASSED 2022-12-01T10:39:14.8887386Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nansum_cpu_float64 PASSED 2022-12-01T10:39:14.8887567Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_native_batch_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8887741Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_native_batch_norm_cpu_float64 PASSED 2022-12-01T10:39:14.8887935Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_native_layer_norm_cpu_float64 SKIPPED (Skipped!) 2022-12-01T10:39:14.8888098Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_neg_cpu_float64 PASSED 2022-12-01T10:39:14.8888313Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8888523Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_empty_strided_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8888732Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_full_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8888971Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8889214Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8889423Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nextafter_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8889630Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional__scaled_dot_product_attention_cpu_float64 PASSED 2022-12-01T10:39:14.8889827Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 PASSED 2022-12-01T10:39:14.8890020Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 PASSED 2022-12-01T10:39:14.8890207Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 PASSED 2022-12-01T10:39:14.8890403Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool1d_cpu_float64 PASSED 2022-12-01T10:39:14.8890583Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED 2022-12-01T10:39:14.8890769Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED 2022-12-01T10:39:14.8890955Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_avg_pool1d_cpu_float64 PASSED 2022-12-01T10:39:14.8891144Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:39:14.8891334Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_avg_pool2d_cpu_float64 PASSED 2022-12-01T10:39:14.8891518Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:39:14.8891702Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_batch_norm_cpu_float64 PASSED 2022-12-01T10:39:14.8891904Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_cpu_float64 PASSED 2022-12-01T10:39:14.8892113Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 PASSED 2022-12-01T10:39:14.8892293Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_celu_cpu_float32 PASSED 2022-12-01T10:39:14.8892458Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_celu_cpu_float64 PASSED 2022-12-01T10:39:14.8892645Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_cpu_float32 PASSED 2022-12-01T10:39:14.8892836Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_no_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8893030Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_no_bias_cpu_float64 PASSED 2022-12-01T10:39:14.8893244Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8893447Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8893658Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8893857Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_stride_with_bias_cpu_float64 PASSED 2022-12-01T10:39:14.8894078Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8894286Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float64 PASSED 2022-12-01T10:39:14.8894508Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8894720Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv2d_with_bias_cpu_float64 PASSED 2022-12-01T10:39:14.8894931Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose1d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.8895138Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose2d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.8895347Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_conv_transpose2d_cpu_float64 SKIPPED (Skipped!) 2022-12-01T10:39:14.8895547Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cosine_embedding_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8895745Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cosine_similarity_cpu_float32 PASSED 2022-12-01T10:39:14.8895933Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cosine_similarity_cpu_float64 PASSED 2022-12-01T10:39:14.8896126Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_cross_entropy_cpu_float64 PASSED 2022-12-01T10:39:14.8896296Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_ctc_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8896480Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_ctc_loss_cpu_float64 PASSED 2022-12-01T10:39:14.8896666Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout3d_cpu_float32 PASSED 2022-12-01T10:39:14.8896852Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_dropout_cpu_float32 PASSED 2022-12-01T10:39:14.8897032Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_elu_cpu_float32 PASSED 2022-12-01T10:39:14.8897222Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_bag_cpu_float32 PASSED 2022-12-01T10:39:14.8897410Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_cpu_float64 PASSED 2022-12-01T10:39:14.8897605Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_functorch_cpu_float32 PASSED 2022-12-01T10:39:14.8897818Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED 2022-12-01T10:39:14.8898003Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_fractional_max_pool2d_cpu_float32 PASSED 2022-12-01T10:39:14.8898185Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_gelu_cpu_float64 PASSED 2022-12-01T10:39:14.8898361Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_glu_cpu_float32 PASSED 2022-12-01T10:39:14.8898552Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_grid_sample_cpu_float32 PASSED 2022-12-01T10:39:14.8898742Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardshrink_cpu_float32 PASSED 2022-12-01T10:39:14.8898930Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardshrink_cpu_float64 PASSED 2022-12-01T10:39:14.8899120Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardsigmoid_cpu_float32 PASSED 2022-12-01T10:39:14.8899305Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardswish_cpu_float32 PASSED 2022-12-01T10:39:14.8899490Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardswish_cpu_float64 PASSED 2022-12-01T10:39:14.8899671Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hardtanh_cpu_float64 PASSED 2022-12-01T10:39:14.8899889Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_hinge_embedding_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8900071Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_huber_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8900287Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_instance_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8900485Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_area_cpu_float32 PASSED 2022-12-01T10:39:14.8900678Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_area_cpu_float64 PASSED 2022-12-01T10:39:14.8900874Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_bicubic_cpu_float64 PASSED 2022-12-01T10:39:14.8901073Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_linear_cpu_float64 PASSED 2022-12-01T10:39:14.8901266Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_interpolate_nearest_cpu_float32 PASSED 2022-12-01T10:39:14.8901449Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_kl_div_cpu_float64 PASSED 2022-12-01T10:39:14.8901619Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_l1_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8901805Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_l1_loss_cpu_float64 PASSED 2022-12-01T10:39:14.8902006Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_layer_norm_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.8902191Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_leaky_relu_cpu_float64 PASSED 2022-12-01T10:39:14.8902381Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_local_response_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8902566Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_logsigmoid_cpu_float64 PASSED 2022-12-01T10:39:14.8902760Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_margin_ranking_loss_cpu_float64 PASSED 2022-12-01T10:39:14.8902945Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool1d_cpu_float32 PASSED 2022-12-01T10:39:14.8903128Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool1d_cpu_float64 PASSED 2022-12-01T10:39:14.8903298Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool2d_cpu_float32 PASSED 2022-12-01T10:39:14.8903478Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool3d_cpu_float32 PASSED 2022-12-01T10:39:14.8903658Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool3d_cpu_float64 PASSED 2022-12-01T10:39:14.8903848Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool1d_cpu_float32 PASSED 2022-12-01T10:39:14.8904046Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool1d_grad_cpu_float64 PASSED 2022-12-01T10:39:14.8904236Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool2d_cpu_float64 XFAIL 2022-12-01T10:39:14.8904429Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool2d_grad_cpu_float32 XFAIL 2022-12-01T10:39:14.8904616Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool2d_grad_cpu_float64 XFAIL 2022-12-01T10:39:14.8904806Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool3d_cpu_float64 PASSED 2022-12-01T10:39:14.8904997Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool3d_grad_cpu_float32 PASSED 2022-12-01T10:39:14.8905170Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_unpool3d_grad_cpu_float64 PASSED 2022-12-01T10:39:14.8905411Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mish_cpu_float32 PASSED 2022-12-01T10:39:14.8905594Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mse_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8905809Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mse_loss_cpu_float64 PASSED 2022-12-01T10:39:14.8906009Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mse_loss_functorch_cpu_float32 PASSED 2022-12-01T10:39:14.8906198Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multi_margin_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8906402Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8906588Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_normalize_cpu_float64 PASSED 2022-12-01T10:39:14.8906778Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_circular_cpu_float32 PASSED 2022-12-01T10:39:14.8906955Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_reflect_cpu_float32 PASSED 2022-12-01T10:39:14.8907146Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_replicate_cpu_float32 PASSED 2022-12-01T10:39:14.8907335Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pad_replicate_cpu_float64 PASSED 2022-12-01T10:39:14.8907524Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pairwise_distance_cpu_float64 PASSED 2022-12-01T10:39:14.8907702Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pdist_cpu_float32 PASSED 2022-12-01T10:39:14.8907880Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pdist_cpu_float64 PASSED 2022-12-01T10:39:14.8908068Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pixel_shuffle_cpu_float32 PASSED 2022-12-01T10:39:14.8908263Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pixel_shuffle_cpu_float64 PASSED 2022-12-01T10:39:14.8908459Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pixel_unshuffle_cpu_float32 PASSED 2022-12-01T10:39:14.8908627Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_prelu_cpu_float32 PASSED 2022-12-01T10:39:14.8908806Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_prelu_cpu_float64 PASSED 2022-12-01T10:39:14.8908985Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_relu6_cpu_float32 PASSED 2022-12-01T10:39:14.8909161Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_relu6_cpu_float64 PASSED 2022-12-01T10:39:14.8909340Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_relu_cpu_float64 PASSED 2022-12-01T10:39:14.8909518Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_rrelu_cpu_float32 PASSED 2022-12-01T10:39:14.8909697Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_selu_cpu_float32 PASSED 2022-12-01T10:39:14.8909882Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_selu_cpu_float64 PASSED 2022-12-01T10:39:14.8910059Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_silu_cpu_float32 PASSED 2022-12-01T10:39:14.8910236Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_smooth_l1_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8910515Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8910711Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_soft_margin_loss_cpu_float64 PASSED 2022-12-01T10:39:14.8910899Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_softplus_cpu_float64 PASSED 2022-12-01T10:39:14.8911121Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_threshold_cpu_float64 PASSED 2022-12-01T10:39:14.8911345Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_triplet_margin_loss_cpu_float64 PASSED 2022-12-01T10:39:14.8911559Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED 2022-12-01T10:39:14.8911743Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_unfold_cpu_float32 PASSED 2022-12-01T10:39:14.8911927Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_unfold_cpu_float64 PASSED 2022-12-01T10:39:14.8912078Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8912245Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_norm_inf_cpu_float32 PASSED 2022-12-01T10:39:14.8912408Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_normal_cpu_float64 PASSED 2022-12-01T10:39:14.8912589Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_normal_number_mean_cpu_float32 PASSED 2022-12-01T10:39:14.8912770Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_normal_number_mean_cpu_float64 PASSED 2022-12-01T10:39:14.8912977Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8913189Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8913378Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ops_aten_index_put_functorch_cpu_float64 PASSED 2022-12-01T10:39:14.8913583Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ormqr_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8913788Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_ormqr_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8913940Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_outer_cpu_float32 PASSED 2022-12-01T10:39:14.8914106Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_outer_cpu_float64 PASSED 2022-12-01T10:39:14.8914278Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pca_lowrank_cpu_float32 PASSED 2022-12-01T10:39:14.8914447Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pinverse_cpu_float64 PASSED 2022-12-01T10:39:14.8914610Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_polar_cpu_float32 PASSED 2022-12-01T10:39:14.8914772Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pow_cpu_float32 PASSED 2022-12-01T10:39:14.8915013Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_pow_cpu_float64 PASSED 2022-12-01T10:39:14.8915189Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_prod_cpu_float32 PASSED 2022-12-01T10:39:14.8915341Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_put_cpu_float32 PASSED 2022-12-01T10:39:14.8915501Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_qr_cpu_float32 PASSED 2022-12-01T10:39:14.8915671Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_quantile_cpu_float32 PASSED 2022-12-01T10:39:14.8915881Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rand_like_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8916041Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_real_cpu_float64 PASSED 2022-12-01T10:39:14.8916213Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_reciprocal_cpu_float32 PASSED 2022-12-01T10:39:14.8916384Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_reciprocal_cpu_float64 PASSED 2022-12-01T10:39:14.8916554Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_remainder_cpu_float32 PASSED 2022-12-01T10:39:14.8916759Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_renorm_cpu_float32 PASSED 2022-12-01T10:39:14.8916909Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_renorm_cpu_float64 PASSED 2022-12-01T10:39:14.8917099Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_repeat_cpu_float32 PASSED 2022-12-01T10:39:14.8917265Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_repeat_cpu_float64 PASSED 2022-12-01T10:39:14.8917447Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_repeat_interleave_cpu_float64 PASSED 2022-12-01T10:39:14.8917617Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_reshape_as_cpu_float32 PASSED 2022-12-01T10:39:14.8917828Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resize__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8918035Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resize__cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8918211Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_resolve_neg_cpu_float64 PASSED 2022-12-01T10:39:14.8918374Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_roll_cpu_float32 PASSED 2022-12-01T10:39:14.8918526Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rot90_cpu_float64 PASSED 2022-12-01T10:39:14.8918690Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_cpu_float32 PASSED 2022-12-01T10:39:14.8918869Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_0_cpu_float32 PASSED 2022-12-01T10:39:14.8919051Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_neg_3_cpu_float32 PASSED 2022-12-01T10:39:14.8919353Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_round_decimals_neg_3_cpu_float64 PASSED 2022-12-01T10:39:14.8919516Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rsqrt_cpu_float32 PASSED 2022-12-01T10:39:14.8919681Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_rsub_cpu_float64 PASSED 2022-12-01T10:39:14.8919853Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_add_cpu_float64 PASSED 2022-12-01T10:39:14.8920021Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_amax_cpu_float32 PASSED 2022-12-01T10:39:14.8920204Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_amax_cpu_float64 PASSED 2022-12-01T10:39:14.8920382Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_amin_cpu_float32 PASSED 2022-12-01T10:39:14.8920561Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_scatter_reduce_sum_cpu_float32 PASSED 2022-12-01T10:39:14.8920745Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_segment_reduce_lengths_cpu_float32 PASSED 2022-12-01T10:39:14.8920929Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_segment_reduce_lengths_cpu_float64 PASSED 2022-12-01T10:39:14.8921115Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_segment_reduce_offsets_cpu_float32 PASSED 2022-12-01T10:39:14.8921299Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_segment_reduce_offsets_cpu_float64 PASSED 2022-12-01T10:39:14.8921465Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_select_cpu_float64 PASSED 2022-12-01T10:39:14.8921629Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_select_scatter_cpu_float32 PASSED 2022-12-01T10:39:14.8921801Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_select_scatter_cpu_float64 PASSED 2022-12-01T10:39:14.8921961Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sgn_cpu_float32 PASSED 2022-12-01T10:39:14.8922174Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8922383Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_short_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8922606Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sigmoid_cpu_float64 PASSED 2022-12-01T10:39:14.8922823Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sign_cpu_float64 PASSED 2022-12-01T10:39:14.8923036Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8923201Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sin_cpu_float32 PASSED 2022-12-01T10:39:14.8923350Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sin_cpu_float64 PASSED 2022-12-01T10:39:14.8923513Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sinc_cpu_float32 PASSED 2022-12-01T10:39:14.8923671Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sinh_cpu_float64 PASSED 2022-12-01T10:39:14.8923835Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_slice_cpu_float32 PASSED 2022-12-01T10:39:14.8924015Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_slice_scatter_cpu_float32 PASSED 2022-12-01T10:39:14.8924191Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_slice_scatter_cpu_float64 PASSED 2022-12-01T10:39:14.8924370Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_softmax_with_dtype_cpu_float32 PASSED 2022-12-01T10:39:14.8924530Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sort_cpu_float32 PASSED 2022-12-01T10:39:14.8924729Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped!) 2022-12-01T10:39:14.8924934Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_airy_ai_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8925154Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8925366Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8925586Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8925802Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8926017Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8926251Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8926484Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8926721Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8927162Z 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:39:14.8927338Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_erfcx_cpu_float32 PASSED 2022-12-01T10:39:14.8927499Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_erfcx_cpu_float64 PASSED 2022-12-01T10:39:14.8927730Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8927960Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8928182Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8928390Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_i1_cpu_float64 PASSED 2022-12-01T10:39:14.8928590Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_i1e_cpu_float64 PASSED 2022-12-01T10:39:14.8928822Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8929204Z 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:39:14.8929386Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_log_ndtr_cpu_float32 PASSED 2022-12-01T10:39:14.8929563Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_log_ndtr_cpu_float64 PASSED 2022-12-01T10:39:14.8929780Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8930003Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8930220Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8930434Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8930660Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8930882Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8931061Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_ndtr_cpu_float32 PASSED 2022-12-01T10:39:14.8931236Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_ndtr_cpu_float64 PASSED 2022-12-01T10:39:14.8931468Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8931702Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8931922Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8932316Z 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:39:14.8932721Z 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:39:14.8933115Z 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:39:14.8933504Z 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:39:14.8933899Z 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:39:14.8934289Z 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:39:14.8934739Z 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:39:14.8934974Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8935153Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_xlog1py_cpu_float32 PASSED 2022-12-01T10:39:14.8935367Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8935531Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_cpu_float32 PASSED 2022-12-01T10:39:14.8935684Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_cpu_float64 PASSED 2022-12-01T10:39:14.8935861Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_split_list_args_cpu_float64 PASSED 2022-12-01T10:39:14.8936022Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sqrt_cpu_float32 PASSED 2022-12-01T10:39:14.8936190Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_square_cpu_float64 PASSED 2022-12-01T10:39:14.8936357Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_squeeze_cpu_float32 PASSED 2022-12-01T10:39:14.8936518Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_stack_cpu_float64 PASSED 2022-12-01T10:39:14.8936681Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_std_cpu_float32 PASSED 2022-12-01T10:39:14.8936845Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_std_mean_cpu_float64 PASSED 2022-12-01T10:39:14.8937006Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_stft_cpu_float32 PASSED 2022-12-01T10:39:14.8937153Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sub_cpu_float32 PASSED 2022-12-01T10:39:14.8937312Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_sub_cpu_float64 PASSED 2022-12-01T10:39:14.8937472Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_svd_cpu_float32 PASSED 2022-12-01T10:39:14.8937637Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_svd_cpu_float64 PASSED 2022-12-01T10:39:14.8937802Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_symeig_cpu_float64 PASSED 2022-12-01T10:39:14.8937959Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_t_cpu_float32 PASSED 2022-12-01T10:39:14.8938134Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_take_along_dim_cpu_float32 PASSED 2022-12-01T10:39:14.8938303Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_take_along_dim_cpu_float64 PASSED 2022-12-01T10:39:14.8938451Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_take_cpu_float32 PASSED 2022-12-01T10:39:14.8938616Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_take_cpu_float64 PASSED 2022-12-01T10:39:14.8938775Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tan_cpu_float64 PASSED 2022-12-01T10:39:14.8938939Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tile_cpu_float32 PASSED 2022-12-01T10:39:14.8939097Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_tile_cpu_float64 PASSED 2022-12-01T10:39:14.8939255Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_to_cpu_float32 PASSED 2022-12-01T10:39:14.8939421Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_to_sparse_cpu_float64 XFAIL 2022-12-01T10:39:14.8939582Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_topk_cpu_float32 PASSED 2022-12-01T10:39:14.8939727Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_topk_cpu_float64 PASSED 2022-12-01T10:39:14.8939890Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trace_cpu_float32 PASSED 2022-12-01T10:39:14.8940091Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trapezoid_cpu_float32 PASSED 2022-12-01T10:39:14.8940268Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_triangular_solve_cpu_float32 PASSED 2022-12-01T10:39:14.8940464Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trunc_cpu_float32 PASSED 2022-12-01T10:39:14.8940628Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_trunc_cpu_float64 PASSED 2022-12-01T10:39:14.8940791Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unbind_cpu_float32 PASSED 2022-12-01T10:39:14.8940955Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unbind_cpu_float64 PASSED 2022-12-01T10:39:14.8941124Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unflatten_cpu_float32 PASSED 2022-12-01T10:39:14.8941278Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unflatten_cpu_float64 PASSED 2022-12-01T10:39:14.8941441Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unfold_cpu_float32 PASSED 2022-12-01T10:39:14.8941654Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8941871Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_uniform_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8942041Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unsqueeze_cpu_float32 PASSED 2022-12-01T10:39:14.8942201Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_var_cpu_float32 PASSED 2022-12-01T10:39:14.8942362Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_var_cpu_float64 PASSED 2022-12-01T10:39:14.8942529Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_var_mean_cpu_float32 PASSED 2022-12-01T10:39:14.8942695Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_var_mean_cpu_float64 PASSED 2022-12-01T10:39:14.8942846Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vdot_cpu_float32 PASSED 2022-12-01T10:39:14.8943022Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_as_complex_cpu_float32 PASSED 2022-12-01T10:39:14.8943188Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_as_cpu_float64 PASSED 2022-12-01T10:39:14.8943350Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_view_cpu_float64 PASSED 2022-12-01T10:39:14.8943513Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vsplit_cpu_float64 PASSED 2022-12-01T10:39:14.8943677Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vstack_cpu_float32 PASSED 2022-12-01T10:39:14.8943837Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_vstack_cpu_float64 PASSED 2022-12-01T10:39:14.8943997Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_where_cpu_float64 PASSED 2022-12-01T10:39:14.8944145Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_xlogy_cpu_float64 PASSED 2022-12-01T10:39:14.8944307Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zero__cpu_float32 PASSED 2022-12-01T10:39:14.8944517Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zeros_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8944731Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_zeros_like_cpu_float64 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.8944889Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_T_cpu_float32 PASSED 2022-12-01T10:39:14.8945065Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___getitem___functorch_cpu_float32 PASSED 2022-12-01T10:39:14.8945226Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___radd___cpu_float32 PASSED 2022-12-01T10:39:14.8945389Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___rmatmul___cpu_float32 PASSED 2022-12-01T10:39:14.8945545Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___rmod___cpu_float32 PASSED 2022-12-01T10:39:14.8945716Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___rmul___cpu_float32 PASSED 2022-12-01T10:39:14.8945866Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall___rpow___cpu_float32 PASSED 2022-12-01T10:39:14.8946053Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_acosh_cpu_float32 PASSED 2022-12-01T10:39:14.8946208Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_add_cpu_float32 PASSED 2022-12-01T10:39:14.8946369Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_addcdiv_cpu_float32 PASSED 2022-12-01T10:39:14.8946544Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_addmm_decomposed_cpu_float32 PASSED 2022-12-01T10:39:14.8946743Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_all_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8946899Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_amax_cpu_float32 PASSED 2022-12-01T10:39:14.8947104Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_aminmax_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8947290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_any_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8947494Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_arange_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8947693Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_argmax_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8947894Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_argmin_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8948049Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_asin_cpu_float32 PASSED 2022-12-01T10:39:14.8948211Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_atleast_2d_cpu_float32 PASSED 2022-12-01T10:39:14.8948369Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_baddbmm_cpu_float32 PASSED 2022-12-01T10:39:14.8948549Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_bernoulli_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.8948752Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_bfloat16_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8948895Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_bmm_cpu_float32 PASSED 2022-12-01T10:39:14.8949120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8949291Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_broadcast_tensors_cpu_float32 PASSED 2022-12-01T10:39:14.8949496Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_bucketize_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8949663Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cartesian_prod_cpu_float32 PASSED 2022-12-01T10:39:14.8949818Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cat_cpu_float32 PASSED 2022-12-01T10:39:14.8949976Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ceil_cpu_float32 PASSED 2022-12-01T10:39:14.8950179Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_char_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8950468Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8950628Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cholesky_inverse_cpu_float32 PASSED 2022-12-01T10:39:14.8950785Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_chunk_cpu_float32 PASSED 2022-12-01T10:39:14.8950947Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_column_stack_cpu_float32 PASSED 2022-12-01T10:39:14.8951110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_complex_cpu_float32 PASSED 2022-12-01T10:39:14.8951276Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_conj_physical_cpu_float32 PASSED 2022-12-01T10:39:14.8951475Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_corrcoef_cpu_float32 PASSED 2022-12-01T10:39:14.8951631Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cosh_cpu_float32 PASSED 2022-12-01T10:39:14.8951813Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cov_cpu_float32 PASSED 2022-12-01T10:39:14.8951957Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cross_cpu_float32 PASSED 2022-12-01T10:39:14.8952119Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_cummax_cpu_float32 PASSED 2022-12-01T10:39:14.8952282Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_diag_embed_cpu_float32 PASSED 2022-12-01T10:39:14.8952443Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_diagflat_cpu_float32 PASSED 2022-12-01T10:39:14.8952598Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_dist_cpu_float32 PASSED 2022-12-01T10:39:14.8952768Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_div_no_rounding_mode_cpu_float32 PASSED 2022-12-01T10:39:14.8952942Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_div_trunc_rounding_cpu_float32 PASSED 2022-12-01T10:39:14.8953096Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_dot_cpu_float32 PASSED 2022-12-01T10:39:14.8953242Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_double_cpu_float32 XFAIL 2022-12-01T10:39:14.8953432Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_double_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:39:14.8953591Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_einsum_cpu_float32 PASSED 2022-12-01T10:39:14.8953794Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_equal_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8953946Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_erf_cpu_float32 PASSED 2022-12-01T10:39:14.8954101Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_erfc_cpu_float32 PASSED 2022-12-01T10:39:14.8954263Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_erfinv_cpu_float32 PASSED 2022-12-01T10:39:14.8954415Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_exp2_cpu_float32 PASSED 2022-12-01T10:39:14.8954579Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_expand_as_cpu_float32 PASSED 2022-12-01T10:39:14.8954720Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_expm1_cpu_float32 PASSED 2022-12-01T10:39:14.8954886Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_fftshift_cpu_float32 PASSED 2022-12-01T10:39:14.8955047Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_hfftn_cpu_float32 PASSED 2022-12-01T10:39:14.8955205Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ifft2_cpu_float32 PASSED 2022-12-01T10:39:14.8955363Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ifft_cpu_float32 PASSED 2022-12-01T10:39:14.8955521Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ifftn_cpu_float32 PASSED 2022-12-01T10:39:14.8955687Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ihfft2_cpu_float32 PASSED 2022-12-01T10:39:14.8955843Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_rfft2_cpu_float32 PASSED 2022-12-01T10:39:14.8955987Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_rfftn_cpu_float32 PASSED 2022-12-01T10:39:14.8956148Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_flatten_cpu_float32 PASSED 2022-12-01T10:39:14.8956303Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_flip_cpu_float32 PASSED 2022-12-01T10:39:14.8956461Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fliplr_cpu_float32 PASSED 2022-12-01T10:39:14.8956614Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_flipud_cpu_float32 PASSED 2022-12-01T10:39:14.8956819Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_float_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8956977Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_floor_cpu_float32 PASSED 2022-12-01T10:39:14.8957167Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fmax_cpu_float32 PASSED 2022-12-01T10:39:14.8957308Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_fmod_cpu_float32 PASSED 2022-12-01T10:39:14.8957545Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_full_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8957706Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_gather_cpu_float32 PASSED 2022-12-01T10:39:14.8957866Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_gradient_cpu_float32 PASSED 2022-12-01T10:39:14.8958067Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_half_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8958235Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_T_cpu_float32 PASSED 2022-12-01T10:39:14.8958414Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___getitem___cpu_float32 PASSED 2022-12-01T10:39:14.8958596Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rmatmul___cpu_float32 PASSED 2022-12-01T10:39:14.8958769Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rmul___cpu_float32 PASSED 2022-12-01T10:39:14.8958930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rpow___cpu_float32 PASSED 2022-12-01T10:39:14.8959098Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_add_cpu_float32 PASSED 2022-12-01T10:39:14.8959452Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addbmm_cpu_float32 PASSED 2022-12-01T10:39:14.8959632Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addcdiv_cpu_float32 PASSED 2022-12-01T10:39:14.8959810Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addcmul_cpu_float32 PASSED 2022-12-01T10:39:14.8959980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_addmm_cpu_float32 PASSED 2022-12-01T10:39:14.8960198Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_all_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8960421Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_allclose_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8960595Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_amax_cpu_float32 PASSED 2022-12-01T10:39:14.8960801Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_aminmax_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8960974Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_angle_cpu_float32 PASSED 2022-12-01T10:39:14.8961193Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_arange_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8961406Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_argmax_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8961622Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_argmin_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8961843Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_argsort_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8962058Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_argwhere_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8962245Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_as_strided_scatter_cpu_float32 XFAIL 2022-12-01T10:39:14.8962415Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_asin_cpu_float32 PASSED 2022-12-01T10:39:14.8962587Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_asinh_cpu_float32 PASSED 2022-12-01T10:39:14.8962744Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atan_cpu_float32 PASSED 2022-12-01T10:39:14.8962975Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atanh_cpu_float32 PASSED 2022-12-01T10:39:14.8963203Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atleast_1d_cpu_float32 PASSED 2022-12-01T10:39:14.8963381Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_atleast_2d_cpu_float32 PASSED 2022-12-01T10:39:14.8963600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bfloat16_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8963827Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8964017Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_broadcast_tensors_cpu_float32 PASSED 2022-12-01T10:39:14.8964203Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_broadcast_to_cpu_float32 PASSED 2022-12-01T10:39:14.8964424Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_bucketize_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8964644Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cdist_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8964841Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_chalf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8965058Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cholesky_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8965246Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cholesky_solve_cpu_float32 PASSED 2022-12-01T10:39:14.8965421Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_chunk_cpu_float32 PASSED 2022-12-01T10:39:14.8965593Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_clamp_cpu_float32 PASSED 2022-12-01T10:39:14.8965775Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_clamp_max_cpu_float32 PASSED 2022-12-01T10:39:14.8965949Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_clone_cpu_float32 PASSED 2022-12-01T10:39:14.8966132Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_combinations_cpu_float32 PASSED 2022-12-01T10:39:14.8966305Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_conj_cpu_float32 PASSED 2022-12-01T10:39:14.8966473Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_conj_physical_cpu_float32 PASSED 2022-12-01T10:39:14.8966652Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_contiguous_cpu_float32 PASSED 2022-12-01T10:39:14.8966875Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_count_nonzero_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8967044Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cov_cpu_float32 PASSED 2022-12-01T10:39:14.8967217Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cross_cpu_float32 PASSED 2022-12-01T10:39:14.8967390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cummax_cpu_float32 PASSED 2022-12-01T10:39:14.8967564Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cumprod_cpu_float32 XFAIL 2022-12-01T10:39:14.8967736Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_cumsum_cpu_float32 PASSED 2022-12-01T10:39:14.8967907Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diag_cpu_float32 PASSED 2022-12-01T10:39:14.8968070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diagonal_cpu_float32 PASSED 2022-12-01T10:39:14.8968241Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_diff_cpu_float32 PASSED 2022-12-01T10:39:14.8968431Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_div_floor_rounding_cpu_float32 PASSED 2022-12-01T10:39:14.8968654Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_div_no_rounding_mode_cpu_float32 PASSED 2022-12-01T10:39:14.8968850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_dot_cpu_float32 PASSED 2022-12-01T10:39:14.8969024Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_double_cpu_float32 XFAIL 2022-12-01T10:39:14.8969227Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_double_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:39:14.8969401Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_dsplit_cpu_float32 PASSED 2022-12-01T10:39:14.8969578Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_dstack_cpu_float32 PASSED 2022-12-01T10:39:14.8969737Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_einsum_cpu_float32 PASSED 2022-12-01T10:39:14.8969961Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_empty_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8970179Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_equal_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8970353Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_erfinv_cpu_float32 PASSED 2022-12-01T10:39:14.8970523Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_exp_cpu_float32 PASSED 2022-12-01T10:39:14.8970696Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_expand_cpu_float32 PASSED 2022-12-01T10:39:14.8970909Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_eye_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8971088Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_fft2_cpu_float32 PASSED 2022-12-01T10:39:14.8971258Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_fftn_cpu_float32 PASSED 2022-12-01T10:39:14.8971423Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_hfft2_cpu_float32 PASSED 2022-12-01T10:39:14.8971602Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ifft2_cpu_float32 PASSED 2022-12-01T10:39:14.8971775Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ifftn_cpu_float32 PASSED 2022-12-01T10:39:14.8971946Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_ihfft_cpu_float32 PASSED 2022-12-01T10:39:14.8972124Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_irfftn_cpu_float32 PASSED 2022-12-01T10:39:14.8972294Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fft_rfftn_cpu_float32 PASSED 2022-12-01T10:39:14.8972466Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fill_cpu_float32 PASSED 2022-12-01T10:39:14.8972636Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_flip_cpu_float32 PASSED 2022-12-01T10:39:14.8972815Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fliplr_cpu_float32 PASSED 2022-12-01T10:39:14.8973044Z 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:39:14.8973226Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_float_power_cpu_float32 PASSED 2022-12-01T10:39:14.8973397Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_floor_cpu_float32 PASSED 2022-12-01T10:39:14.8973621Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_floor_divide_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8973792Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fmin_cpu_float32 PASSED 2022-12-01T10:39:14.8973962Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_fmod_cpu_float32 PASSED 2022-12-01T10:39:14.8974168Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_frac_cpu_float32 PASSED 2022-12-01T10:39:14.8974368Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_gather_cpu_float32 PASSED 2022-12-01T10:39:14.8974584Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_gt_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8974785Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_half_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8975029Z 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:39:14.8975251Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_heaviside_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8975470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_histc_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8975692Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_histogram_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8975915Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_histogramdd_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8976085Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_i0_cpu_float32 PASSED 2022-12-01T10:39:14.8976300Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_igamma_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8976478Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_add_cpu_float32 PASSED 2022-12-01T10:39:14.8976661Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_copy_cpu_float32 PASSED 2022-12-01T10:39:14.8976826Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_fill_cpu_float32 XFAIL 2022-12-01T10:39:14.8976999Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_put_cpu_float32 PASSED 2022-12-01T10:39:14.8977196Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:39:14.8977419Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_reduce_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8977604Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_index_select_cpu_float32 PASSED 2022-12-01T10:39:14.8977822Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_int_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8978034Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isclose_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8978252Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isin_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8978468Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isinf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8978685Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isneginf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8978892Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isposinf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8979113Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_isreal_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8979326Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:39:14.8979585Z 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:39:14.8979830Z 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:39:14.8980013Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_kthvalue_cpu_float32 PASSED 2022-12-01T10:39:14.8980188Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ldexp_cpu_float32 PASSED 2022-12-01T10:39:14.8980360Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lerp_cpu_float32 PASSED 2022-12-01T10:39:14.8980532Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lgamma_cpu_float32 PASSED 2022-12-01T10:39:14.8980710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_cond_cpu_float32 PASSED 2022-12-01T10:39:14.8980877Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_cross_cpu_float32 PASSED 2022-12-01T10:39:14.8981058Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_det_cpu_float32 PASSED 2022-12-01T10:39:14.8981252Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_det_singular_cpu_float32 PASSED 2022-12-01T10:39:14.8981437Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_eigvalsh_cpu_float32 PASSED 2022-12-01T10:39:14.8981637Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_householder_product_cpu_float32 PASSED 2022-12-01T10:39:14.8981820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_inv_ex_cpu_float32 PASSED 2022-12-01T10:39:14.8982052Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8982276Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8982476Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_lstsq_grad_oriented_cpu_float32 PASSED 2022-12-01T10:39:14.8982649Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_lu_factor_ex_cpu_float32 XFAIL 2022-12-01T10:39:14.8982832Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_lu_solve_cpu_float32 XFAIL 2022-12-01T10:39:14.8983060Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8983244Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_multi_dot_cpu_float32 PASSED 2022-12-01T10:39:14.8983421Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_pinv_cpu_float32 PASSED 2022-12-01T10:39:14.8983676Z 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:39:14.8983867Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_slogdet_cpu_float32 PASSED 2022-12-01T10:39:14.8984049Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_solve_cpu_float32 PASSED 2022-12-01T10:39:14.8984233Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_solve_ex_cpu_float32 PASSED 2022-12-01T10:39:14.8984425Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_solve_triangular_cpu_float32 PASSED 2022-12-01T10:39:14.8984593Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_svdvals_cpu_float32 PASSED 2022-12-01T10:39:14.8984782Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_tensorinv_cpu_float32 PASSED 2022-12-01T10:39:14.8984969Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_tensorsolve_cpu_float32 PASSED 2022-12-01T10:39:14.8985188Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_vander_cpu_float32 PASSED 2022-12-01T10:39:14.8985406Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_vector_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8985630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linspace_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8985804Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log10_cpu_float32 PASSED 2022-12-01T10:39:14.8985977Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log1p_cpu_float32 PASSED 2022-12-01T10:39:14.8986156Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_log_softmax_cpu_float32 PASSED 2022-12-01T10:39:14.8986321Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logaddexp2_cpu_float32 PASSED 2022-12-01T10:39:14.8986503Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logaddexp_cpu_float32 PASSED 2022-12-01T10:39:14.8986677Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logdet_cpu_float32 PASSED 2022-12-01T10:39:14.8986907Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logical_and_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8987133Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logical_xor_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8987304Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logit_cpu_float32 PASSED 2022-12-01T10:39:14.8987521Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_logspace_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8987735Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_long_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8987982Z 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:39:14.8988195Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lt_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8988354Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_lu_cpu_float32 XFAIL 2022-12-01T10:39:14.8988523Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mH_cpu_float32 PASSED 2022-12-01T10:39:14.8988694Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mT_cpu_float32 PASSED 2022-12-01T10:39:14.8988874Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_amax_cpu_float32 PASSED 2022-12-01T10:39:14.8989050Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_amin_cpu_float32 PASSED 2022-12-01T10:39:14.8989279Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_argmax_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8989502Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_argmin_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8989685Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_fill_cpu_float32 XFAIL 2022-12-01T10:39:14.8989874Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_logaddexp_cpu_float32 PASSED 2022-12-01T10:39:14.8990049Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_logsumexp_cpu_float32 PASSED 2022-12-01T10:39:14.8990232Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_norm_cpu_float32 PASSED 2022-12-01T10:39:14.8990476Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_scatter_cpu_float32 XFAIL 2022-12-01T10:39:14.8990717Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_softmin_cpu_float32 PASSED 2022-12-01T10:39:14.8990894Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_std_cpu_float32 PASSED 2022-12-01T10:39:14.8991132Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_masked_var_cpu_float32 PASSED 2022-12-01T10:39:14.8991311Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_matmul_cpu_float32 PASSED 2022-12-01T10:39:14.8991488Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_matrix_exp_cpu_float32 PASSED 2022-12-01T10:39:14.8991680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_max_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:39:14.8991845Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_maximum_cpu_float32 PASSED 2022-12-01T10:39:14.8992042Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_meshgrid_list_of_tensors_cpu_float32 PASSED 2022-12-01T10:39:14.8992233Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_min_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:39:14.8992425Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_min_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:39:14.8992603Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_minimum_cpu_float32 PASSED 2022-12-01T10:39:14.8992772Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mm_cpu_float32 PASSED 2022-12-01T10:39:14.8992949Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_movedim_cpu_float32 PASSED 2022-12-01T10:39:14.8993175Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_multinomial_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8993347Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mv_cpu_float32 PASSED 2022-12-01T10:39:14.8993524Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED 2022-12-01T10:39:14.8993717Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED 2022-12-01T10:39:14.8993912Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED 2022-12-01T10:39:14.8994088Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nan_to_num_cpu_float32 PASSED 2022-12-01T10:39:14.8994263Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nanquantile_cpu_float32 XFAIL 2022-12-01T10:39:14.8994438Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nansum_cpu_float32 XFAIL 2022-12-01T10:39:14.8994664Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_narrow_copy_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8994837Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_narrow_cpu_float32 PASSED 2022-12-01T10:39:14.8995068Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_native_layer_norm_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8995227Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_neg_cpu_float32 PASSED 2022-12-01T10:39:14.8995446Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_new_empty_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8995671Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_new_empty_strided_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8995886Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_new_ones_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8996103Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nextafter_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.8996377Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.8996612Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:39:14.8996817Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED 2022-12-01T10:39:14.8997019Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED 2022-12-01T10:39:14.8997214Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:39:14.8997405Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_bilinear_cpu_float32 XFAIL 2022-12-01T10:39:14.8997608Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8997822Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED 2022-12-01T10:39:14.8998024Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_cosine_similarity_cpu_float32 PASSED 2022-12-01T10:39:14.8998255Z 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:39:14.8998462Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_dropout3d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.8998665Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_dropout_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.8998894Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.8999251Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.8999455Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL 2022-12-01T10:39:14.8999641Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_glu_cpu_float32 XFAIL 2022-12-01T10:39:14.8999865Z 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:39:14.9000059Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_group_norm_cpu_float32 PASSED 2022-12-01T10:39:14.9000257Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_hardsigmoid_cpu_float32 PASSED 2022-12-01T10:39:14.9000451Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_huber_loss_cpu_float32 XFAIL 2022-12-01T10:39:14.9000660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_bicubic_cpu_float32 PASSED 2022-12-01T10:39:14.9000869Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_linear_cpu_float32 PASSED 2022-12-01T10:39:14.9001079Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_interpolate_trilinear_cpu_float32 PASSED 2022-12-01T10:39:14.9001274Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_layer_norm_cpu_float32 PASSED 2022-12-01T10:39:14.9001463Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_linear_cpu_float32 PASSED 2022-12-01T10:39:14.9001668Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_pool1d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.9001907Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_pool2d_cpu_float32 PASSED 2022-12-01T10:39:14.9002170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.9002374Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool1d_grad_cpu_float32 XFAIL 2022-12-01T10:39:14.9002579Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool3d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.9002774Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_max_unpool3d_grad_cpu_float32 XFAIL 2022-12-01T10:39:14.9002962Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_mish_cpu_float32 PASSED 2022-12-01T10:39:14.9003155Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_mse_loss_cpu_float32 PASSED 2022-12-01T10:39:14.9003403Z 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:39:14.9003653Z 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:39:14.9003845Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_nll_loss_cpu_float32 PASSED 2022-12-01T10:39:14.9004029Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pad_circular_cpu_float32 PASSED 2022-12-01T10:39:14.9004223Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pad_constant_cpu_float32 PASSED 2022-12-01T10:39:14.9004454Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pdist_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9004661Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_pixel_unshuffle_cpu_float32 PASSED 2022-12-01T10:39:14.9004865Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_poisson_nll_loss_cpu_float32 PASSED 2022-12-01T10:39:14.9005058Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_prelu_cpu_float32 PASSED 2022-12-01T10:39:14.9005253Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_smooth_l1_loss_cpu_float32 XFAIL 2022-12-01T10:39:14.9005451Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_soft_margin_loss_cpu_float32 XFAIL 2022-12-01T10:39:14.9005655Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_softmin_with_dtype_cpu_float32 PASSED 2022-12-01T10:39:14.9005848Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_softsign_cpu_float32 PASSED 2022-12-01T10:39:14.9006032Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_tanhshrink_cpu_float32 PASSED 2022-12-01T10:39:14.9006236Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_triplet_margin_loss_cpu_float32 PASSED 2022-12-01T10:39:14.9006431Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nn_functional_unfold_cpu_float32 PASSED 2022-12-01T10:39:14.9006649Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_nonzero_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9006823Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_norm_cpu_float32 PASSED 2022-12-01T10:39:14.9007000Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_norm_fro_cpu_float32 PASSED 2022-12-01T10:39:14.9007169Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_norm_nuc_cpu_float32 PASSED 2022-12-01T10:39:14.9007387Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_normal_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9007677Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_ones_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9007839Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_outer_cpu_float32 PASSED 2022-12-01T10:39:14.9008035Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_pca_lowrank_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.9008227Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:39:14.9008415Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_3_cpu_float32 PASSED 2022-12-01T10:39:14.9008607Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_polygamma_polygamma_n_4_cpu_float32 PASSED 2022-12-01T10:39:14.9008779Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_prod_cpu_float32 PASSED 2022-12-01T10:39:14.9008952Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_qr_cpu_float32 PASSED 2022-12-01T10:39:14.9009131Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_rad2deg_cpu_float32 PASSED 2022-12-01T10:39:14.9009349Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_rand_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9009554Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_randn_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9009773Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_renorm_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9009952Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_repeat_cpu_float32 PASSED 2022-12-01T10:39:14.9010132Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_reshape_cpu_float32 PASSED 2022-12-01T10:39:14.9010356Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_resize__cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9010544Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_round_decimals_3_cpu_float32 PASSED 2022-12-01T10:39:14.9010735Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_round_decimals_neg_3_cpu_float32 PASSED 2022-12-01T10:39:14.9010907Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_cpu_float32 XFAIL 2022-12-01T10:39:14.9011094Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_reduce_amax_cpu_float32 XFAIL 2022-12-01T10:39:14.9011281Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_reduce_amin_cpu_float32 XFAIL 2022-12-01T10:39:14.9011500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_scatter_reduce_prod_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9011730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_searchsorted_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9011967Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_segment_reduce_lengths_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9012201Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_segment_reduce_offsets_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9012375Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_select_cpu_float32 PASSED 2022-12-01T10:39:14.9012558Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_select_scatter_cpu_float32 PASSED 2022-12-01T10:39:14.9012729Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sgn_cpu_float32 PASSED 2022-12-01T10:39:14.9012979Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_short_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9013249Z 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:39:14.9013429Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sigmoid_cpu_float32 PASSED 2022-12-01T10:39:14.9013587Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sin_cpu_float32 PASSED 2022-12-01T10:39:14.9013758Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sinh_cpu_float32 PASSED 2022-12-01T10:39:14.9013932Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_softmax_cpu_float32 PASSED 2022-12-01T10:39:14.9014122Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_softmax_with_dtype_cpu_float32 PASSED 2022-12-01T10:39:14.9014295Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sort_cpu_float32 PASSED 2022-12-01T10:39:14.9014531Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9014758Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_airy_ai_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9014987Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9015209Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9015436Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9015665Z 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:39:14.9015914Z 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:39:14.9016355Z 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:39:14.9016542Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_entr_cpu_float32 PASSED 2022-12-01T10:39:14.9016726Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_erfcx_cpu_float32 PASSED 2022-12-01T10:39:14.9016964Z 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:39:14.9017207Z 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:39:14.9017390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_i1_cpu_float32 PASSED 2022-12-01T10:39:14.9017788Z 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:39:14.9017970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_special_ndtr_cpu_float32 PASSED 2022-12-01T10:39:14.9018363Z 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:39:14.9018776Z 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:39:14.9019060Z 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:39:14.9019263Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sqrt_cpu_float32 PASSED 2022-12-01T10:39:14.9019443Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_squeeze_cpu_float32 PASSED 2022-12-01T10:39:14.9019612Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_std_cpu_float32 PASSED 2022-12-01T10:39:14.9019783Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sub_cpu_float32 PASSED 2022-12-01T10:39:14.9019965Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_sum_to_size_cpu_float32 PASSED 2022-12-01T10:39:14.9020133Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_svd_cpu_float32 PASSED 2022-12-01T10:39:14.9020328Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_svd_lowrank_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.9020486Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_take_cpu_float32 XFAIL 2022-12-01T10:39:14.9020655Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tan_cpu_float32 PASSED 2022-12-01T10:39:14.9020828Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tanh_cpu_float32 PASSED 2022-12-01T10:39:14.9021008Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tensor_split_cpu_float32 XFAIL 2022-12-01T10:39:14.9021189Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tensordot_cpu_float32 PASSED 2022-12-01T10:39:14.9021361Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_tile_cpu_float32 PASSED 2022-12-01T10:39:14.9021550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_to_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.9021771Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_to_sparse_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9021956Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_transpose_cpu_float32 PASSED 2022-12-01T10:39:14.9022118Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_trapz_cpu_float32 PASSED 2022-12-01T10:39:14.9022288Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_triu_cpu_float32 PASSED 2022-12-01T10:39:14.9022459Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_var_cpu_float32 PASSED 2022-12-01T10:39:14.9022637Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_var_mean_cpu_float32 PASSED 2022-12-01T10:39:14.9022822Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_view_as_complex_cpu_float32 XFAIL 2022-12-01T10:39:14.9022998Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_view_as_cpu_float32 PASSED 2022-12-01T10:39:14.9023175Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_vsplit_cpu_float32 PASSED 2022-12-01T10:39:14.9023350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_vstack_cpu_float32 PASSED 2022-12-01T10:39:14.9023525Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_xlogy_cpu_float32 PASSED 2022-12-01T10:39:14.9023684Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_zero__cpu_float32 PASSED 2022-12-01T10:39:14.9023903Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_zeros_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9024111Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_heaviside_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9024323Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_histogramdd_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9024486Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_hsplit_cpu_float32 PASSED 2022-12-01T10:39:14.9024686Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_hypot_cpu_float32 PASSED 2022-12-01T10:39:14.9024872Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_i0_cpu_float32 PASSED 2022-12-01T10:39:14.9025082Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_igammac_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9025243Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_add_cpu_float32 PASSED 2022-12-01T10:39:14.9025397Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_index_select_cpu_float32 PASSED 2022-12-01T10:39:14.9025554Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_inner_cpu_float32 PASSED 2022-12-01T10:39:14.9025755Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_isin_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9025958Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_isinf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9026170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_isneginf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9026374Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_isposinf_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9026537Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_istft_cpu_float32 PASSED 2022-12-01T10:39:14.9026728Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:39:14.9026920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:39:14.9027063Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_kron_cpu_float32 PASSED 2022-12-01T10:39:14.9027223Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ldexp_cpu_float32 PASSED 2022-12-01T10:39:14.9027388Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_cross_cpu_float32 PASSED 2022-12-01T10:39:14.9027555Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_det_cpu_float32 PASSED 2022-12-01T10:39:14.9027732Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_det_singular_cpu_float32 PASSED 2022-12-01T10:39:14.9027917Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_householder_product_cpu_float32 PASSED 2022-12-01T10:39:14.9028079Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_inv_cpu_float32 PASSED 2022-12-01T10:39:14.9028293Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9028508Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9028674Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lstsq_grad_oriented_cpu_float32 PASSED 2022-12-01T10:39:14.9028838Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lu_cpu_float32 PASSED 2022-12-01T10:39:14.9029009Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lu_factor_ex_cpu_float32 PASSED 2022-12-01T10:39:14.9029180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lu_solve_cpu_float32 PASSED 2022-12-01T10:39:14.9029352Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_matrix_power_cpu_float32 PASSED 2022-12-01T10:39:14.9029569Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9029737Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_multi_dot_cpu_float32 PASSED 2022-12-01T10:39:14.9029977Z 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:39:14.9030138Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_qr_cpu_float32 PASSED 2022-12-01T10:39:14.9030328Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_solve_cpu_float32 PASSED 2022-12-01T10:39:14.9030588Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_svd_cpu_float32 PASSED 2022-12-01T10:39:14.9030767Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_tensorsolve_cpu_float32 PASSED 2022-12-01T10:39:14.9030934Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_vander_cpu_float32 PASSED 2022-12-01T10:39:14.9031149Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_vector_norm_cpu_float32 PASSED 2022-12-01T10:39:14.9031307Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_log1p_cpu_float32 PASSED 2022-12-01T10:39:14.9031464Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_log2_cpu_float32 PASSED 2022-12-01T10:39:14.9031620Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_log_cpu_float32 PASSED 2022-12-01T10:39:14.9031776Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_log_softmax_dtype_cpu_float32 PASSED 2022-12-01T10:39:14.9031944Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logaddexp2_cpu_float32 PASSED 2022-12-01T10:39:14.9032110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logaddexp_cpu_float32 PASSED 2022-12-01T10:39:14.9032321Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logcumsumexp_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9032532Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logical_and_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9032737Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logical_xor_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9032941Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logspace_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9033102Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_logsumexp_cpu_float32 PASSED 2022-12-01T10:39:14.9033333Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9033520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_lt_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9033681Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_lu_cpu_float32 PASSED 2022-12-01T10:39:14.9033835Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mH_cpu_float32 PASSED 2022-12-01T10:39:14.9033988Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mT_cpu_float32 PASSED 2022-12-01T10:39:14.9034154Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_amin_cpu_float32 PASSED 2022-12-01T10:39:14.9034365Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_argmax_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9034531Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_cumsum_cpu_float32 PASSED 2022-12-01T10:39:14.9034700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_fill_cpu_float32 PASSED 2022-12-01T10:39:14.9034870Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_logsumexp_cpu_float32 PASSED 2022-12-01T10:39:14.9035020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_mean_cpu_float32 XFAIL 2022-12-01T10:39:14.9035184Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_median_cpu_float32 PASSED 2022-12-01T10:39:14.9035347Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_norm_cpu_float32 PASSED 2022-12-01T10:39:14.9035514Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_normalize_cpu_float32 PASSED 2022-12-01T10:39:14.9035678Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_prod_cpu_float32 PASSED 2022-12-01T10:39:14.9035844Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_scatter_cpu_float32 PASSED 2022-12-01T10:39:14.9036009Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_select_cpu_float32 PASSED 2022-12-01T10:39:14.9036212Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_softmax_cpu_float32 PASSED 2022-12-01T10:39:14.9036398Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_std_cpu_float32 PASSED 2022-12-01T10:39:14.9036557Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_matmul_cpu_float32 PASSED 2022-12-01T10:39:14.9036731Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_max_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:39:14.9036893Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_maximum_cpu_float32 PASSED 2022-12-01T10:39:14.9037048Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mean_cpu_float32 PASSED 2022-12-01T10:39:14.9037231Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_meshgrid_variadic_tensors_cpu_float32 PASSED 2022-12-01T10:39:14.9037392Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_min_binary_cpu_float32 PASSED 2022-12-01T10:39:14.9037569Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_min_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:39:14.9037745Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_min_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:39:14.9037886Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mm_cpu_float32 PASSED 2022-12-01T10:39:14.9038048Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_movedim_cpu_float32 PASSED 2022-12-01T10:39:14.9038202Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mul_cpu_float32 PASSED 2022-12-01T10:39:14.9038412Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_multinomial_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9038589Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED 2022-12-01T10:39:14.9038762Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED 2022-12-01T10:39:14.9038924Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nanmedian_cpu_float32 PASSED 2022-12-01T10:39:14.9039090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nanquantile_cpu_float32 XFAIL 2022-12-01T10:39:14.9039406Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nansum_cpu_float32 PASSED 2022-12-01T10:39:14.9039627Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_narrow_copy_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9039796Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_native_batch_norm_cpu_float32 XFAIL 2022-12-01T10:39:14.9039952Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_neg_cpu_float32 PASSED 2022-12-01T10:39:14.9040169Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_new_empty_strided_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9040372Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_new_zeros_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9040589Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.9040782Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:39:14.9040974Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED 2022-12-01T10:39:14.9041157Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:39:14.9041346Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED 2022-12-01T10:39:14.9041518Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_celu_cpu_float32 PASSED 2022-12-01T10:39:14.9041693Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_cpu_float32 PASSED 2022-12-01T10:39:14.9041876Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_no_bias_cpu_float32 PASSED 2022-12-01T10:39:14.9042153Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.9042399Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.9042593Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED 2022-12-01T10:39:14.9042795Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED 2022-12-01T10:39:14.9042993Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.9043193Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.9043379Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_conv_transpose3d_cpu_float32 PASSED 2022-12-01T10:39:14.9043600Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9043795Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_dropout2d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.9044020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_embedding_bag_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9044214Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_embedding_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.9044405Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_fractional_max_pool2d_cpu_float32 XFAIL 2022-12-01T10:39:14.9044596Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_fractional_max_pool3d_cpu_float32 XFAIL 2022-12-01T10:39:14.9044780Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL 2022-12-01T10:39:14.9044953Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_gelu_cpu_float32 PASSED 2022-12-01T10:39:14.9045168Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_grid_sample_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9045353Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_group_norm_cpu_float32 PASSED 2022-12-01T10:39:14.9045530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_hardshrink_cpu_float32 PASSED 2022-12-01T10:39:14.9045711Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_hardsigmoid_cpu_float32 PASSED 2022-12-01T10:39:14.9045887Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_hardswish_cpu_float32 PASSED 2022-12-01T10:39:14.9046064Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_hardtanh_cpu_float32 PASSED 2022-12-01T10:39:14.9046246Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_huber_loss_cpu_float32 PASSED 2022-12-01T10:39:14.9046430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_instance_norm_cpu_float32 PASSED 2022-12-01T10:39:14.9046629Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_interpolate_bilinear_cpu_float32 PASSED 2022-12-01T10:39:14.9046808Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_interpolate_linear_cpu_float32 PASSED 2022-12-01T10:39:14.9047001Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_interpolate_nearest_cpu_float32 PASSED 2022-12-01T10:39:14.9047174Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_kl_div_cpu_float32 PASSED 2022-12-01T10:39:14.9047355Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_layer_norm_cpu_float32 PASSED 2022-12-01T10:39:14.9047528Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_leaky_relu_cpu_float32 PASSED 2022-12-01T10:39:14.9047737Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_linear_cpu_float32 PASSED 2022-12-01T10:39:14.9047957Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_local_response_norm_cpu_float32 PASSED 2022-12-01T10:39:14.9048155Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_pool1d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.9048332Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_pool3d_cpu_float32 PASSED 2022-12-01T10:39:14.9048513Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.9048705Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.9048902Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_unpool3d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.9049077Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_mish_cpu_float32 PASSED 2022-12-01T10:39:14.9049265Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_mse_loss_functorch_cpu_float32 PASSED 2022-12-01T10:39:14.9049499Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9049701Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:39:14.9049885Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pad_replicate_cpu_float32 PASSED 2022-12-01T10:39:14.9050079Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pairwise_distance_cpu_float32 PASSED 2022-12-01T10:39:14.9050249Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pixel_shuffle_cpu_float32 PASSED 2022-12-01T10:39:14.9050435Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_pixel_unshuffle_cpu_float32 PASSED 2022-12-01T10:39:14.9050621Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_poisson_nll_loss_cpu_float32 PASSED 2022-12-01T10:39:14.9050798Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_relu6_cpu_float32 PASSED 2022-12-01T10:39:14.9050983Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_soft_margin_loss_cpu_float32 XFAIL 2022-12-01T10:39:14.9051159Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_softmin_cpu_float32 PASSED 2022-12-01T10:39:14.9051346Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_softmin_with_dtype_cpu_float32 PASSED 2022-12-01T10:39:14.9051525Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_threshold_cpu_float32 PASSED 2022-12-01T10:39:14.9051714Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_triplet_margin_loss_cpu_float32 PASSED 2022-12-01T10:39:14.9051892Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_upsample_bilinear_cpu_float32 PASSED 2022-12-01T10:39:14.9052096Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_nonzero_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9052256Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_norm_cpu_float32 PASSED 2022-12-01T10:39:14.9052415Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_norm_fro_cpu_float32 PASSED 2022-12-01T10:39:14.9052575Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_norm_inf_cpu_float32 PASSED 2022-12-01T10:39:14.9052728Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_norm_nuc_cpu_float32 PASSED 2022-12-01T10:39:14.9052946Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_normal_number_mean_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9053200Z 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:39:14.9053434Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_ormqr_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9053606Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_polar_cpu_float32 PASSED 2022-12-01T10:39:14.9053784Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_polygamma_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:39:14.9053959Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_polygamma_polygamma_n_1_cpu_float32 PASSED 2022-12-01T10:39:14.9054130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_polygamma_polygamma_n_3_cpu_float32 PASSED 2022-12-01T10:39:14.9054290Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_prod_cpu_float32 PASSED 2022-12-01T10:39:14.9054445Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_qr_cpu_float32 PASSED 2022-12-01T10:39:14.9054606Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_quantile_cpu_float32 XFAIL 2022-12-01T10:39:14.9054817Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_rand_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9055026Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_randint_like_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9055177Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_reciprocal_cpu_float32 PASSED 2022-12-01T10:39:14.9055381Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_renorm_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9055554Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_repeat_interleave_cpu_float32 PASSED 2022-12-01T10:39:14.9055715Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_reshape_cpu_float32 PASSED 2022-12-01T10:39:14.9055918Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_resize_as__cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9056089Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_round_decimals_0_cpu_float32 PASSED 2022-12-01T10:39:14.9056261Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_round_decimals_neg_3_cpu_float32 PASSED 2022-12-01T10:39:14.9056422Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_rsqrt_cpu_float32 PASSED 2022-12-01T10:39:14.9056583Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_cpu_float32 XFAIL 2022-12-01T10:39:14.9056742Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_reduce_amin_cpu_float32 PASSED 2022-12-01T10:39:14.9056914Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_scatter_reduce_sum_cpu_float32 PASSED 2022-12-01T10:39:14.9057135Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_segment_reduce_lengths_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9057303Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_select_scatter_cpu_float32 PASSED 2022-12-01T10:39:14.9057503Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_short_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9057737Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9057895Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sign_cpu_float32 PASSED 2022-12-01T10:39:14.9058096Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_signbit_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9058252Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sin_cpu_float32 PASSED 2022-12-01T10:39:14.9058395Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_slice_cpu_float32 PASSED 2022-12-01T10:39:14.9058551Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sort_cpu_float32 PASSED 2022-12-01T10:39:14.9058760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_airy_ai_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9059008Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9059246Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9059457Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9059686Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9060091Z 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:39:14.9060260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_entr_cpu_float32 PASSED 2022-12-01T10:39:14.9060410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_erfcx_cpu_float32 PASSED 2022-12-01T10:39:14.9060643Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9060806Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_i0e_cpu_float32 PASSED 2022-12-01T10:39:14.9060969Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_i1_cpu_float32 PASSED 2022-12-01T10:39:14.9061133Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_i1e_cpu_float32 PASSED 2022-12-01T10:39:14.9061358Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9061582Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9061808Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9062030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9062200Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_ndtr_cpu_float32 PASSED 2022-12-01T10:39:14.9062353Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_ndtri_cpu_float32 PASSED 2022-12-01T10:39:14.9062553Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:39:14.9062781Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9063166Z 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:39:14.9063558Z 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:39:14.9063945Z 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:39:14.9064118Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_xlog1py_cpu_float32 PASSED 2022-12-01T10:39:14.9064330Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_special_zeta_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9064488Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_split_cpu_float32 PASSED 2022-12-01T10:39:14.9064657Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_split_with_sizes_cpu_float32 PASSED 2022-12-01T10:39:14.9064798Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_std_cpu_float32 PASSED 2022-12-01T10:39:14.9064993Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_std_mean_cpu_float32 PASSED 2022-12-01T10:39:14.9065148Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_stft_cpu_float32 PASSED 2022-12-01T10:39:14.9065332Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sum_cpu_float32 PASSED 2022-12-01T10:39:14.9065497Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_sum_to_size_cpu_float32 PASSED 2022-12-01T10:39:14.9065652Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_svd_cpu_float32 PASSED 2022-12-01T10:39:14.9065822Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_to_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.9066027Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_to_sparse_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9066170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_topk_cpu_float32 PASSED 2022-12-01T10:39:14.9066331Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_trace_cpu_float32 PASSED 2022-12-01T10:39:14.9066490Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_trapz_cpu_float32 PASSED 2022-12-01T10:39:14.9066660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_triangular_solve_cpu_float32 PASSED 2022-12-01T10:39:14.9066819Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_trunc_cpu_float32 PASSED 2022-12-01T10:39:14.9066978Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_unbind_cpu_float32 PASSED 2022-12-01T10:39:14.9067183Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_uniform_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9067347Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_unsqueeze_cpu_float32 PASSED 2022-12-01T10:39:14.9067512Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_view_as_complex_cpu_float32 XFAIL 2022-12-01T10:39:14.9067655Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_view_cpu_float32 PASSED 2022-12-01T10:39:14.9067814Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_vstack_cpu_float32 PASSED 2022-12-01T10:39:14.9067970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_where_cpu_float32 PASSED 2022-12-01T10:39:14.9068128Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_xlogy_cpu_float32 PASSED 2022-12-01T10:39:14.9068282Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_zero__cpu_float32 PASSED 2022-12-01T10:39:14.9068484Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_zeros_cpu_float32 SKIPPED (Skipped! Forward AD not supported.) 2022-12-01T10:39:14.9068647Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___getitem___cpu_float32 PASSED 2022-12-01T10:39:14.9068821Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___getitem___functorch_cpu_float32 PASSED 2022-12-01T10:39:14.9068967Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___radd___cpu_float32 PASSED 2022-12-01T10:39:14.9069127Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rmatmul___cpu_float32 PASSED 2022-12-01T10:39:14.9069288Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rmod___cpu_float32 PASSED 2022-12-01T10:39:14.9069447Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp___rmul___cpu_float32 PASSED 2022-12-01T10:39:14.9069608Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_acosh_cpu_float32 PASSED 2022-12-01T10:39:14.9069764Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_add_cpu_float32 PASSED 2022-12-01T10:39:14.9069923Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addbmm_cpu_float32 PASSED 2022-12-01T10:39:14.9070082Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addcdiv_cpu_float32 PASSED 2022-12-01T10:39:14.9070227Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addmm_cpu_float32 PASSED 2022-12-01T10:39:14.9070447Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_addr_cpu_float32 PASSED 2022-12-01T10:39:14.9070664Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9070876Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_amax_cpu_float32 PASSED 2022-12-01T10:39:14.9071031Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_amin_cpu_float32 PASSED 2022-12-01T10:39:14.9071221Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_angle_cpu_float32 PASSED 2022-12-01T10:39:14.9071424Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9071627Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9071830Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9072022Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9072184Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_as_strided_cpu_float32 XFAIL 2022-12-01T10:39:14.9072342Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_asin_cpu_float32 PASSED 2022-12-01T10:39:14.9072522Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atleast_1d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.9072699Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_atleast_2d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.9072860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_baddbmm_cpu_float32 PASSED 2022-12-01T10:39:14.9073023Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bernoulli_cpu_float32 XFAIL 2022-12-01T10:39:14.9073187Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_block_diag_cpu_float32 PASSED 2022-12-01T10:39:14.9073343Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bmm_cpu_float32 PASSED 2022-12-01T10:39:14.9073530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9073762Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9073958Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_broadcast_tensors_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.9074126Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_broadcast_to_cpu_float32 PASSED 2022-12-01T10:39:14.9074324Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9074548Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_byte_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9074721Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cartesian_prod_cpu_float32 PASSED 2022-12-01T10:39:14.9074878Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cat_cpu_float32 PASSED 2022-12-01T10:39:14.9075039Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cdist_cpu_float32 XFAIL 2022-12-01T10:39:14.9075188Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_chalf_cpu_float32 XFAIL 2022-12-01T10:39:14.9075390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_char_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9075615Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9075780Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_chunk_cpu_float32 PASSED 2022-12-01T10:39:14.9075936Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_clamp_cpu_float32 PASSED 2022-12-01T10:39:14.9076098Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_clamp_max_cpu_float32 PASSED 2022-12-01T10:39:14.9076253Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_clone_cpu_float32 PASSED 2022-12-01T10:39:14.9076417Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_complex_cpu_float32 PASSED 2022-12-01T10:39:14.9076608Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_copysign_cpu_float32 PASSED 2022-12-01T10:39:14.9076767Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_corrcoef_cpu_float32 PASSED 2022-12-01T10:39:14.9076951Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cos_cpu_float32 PASSED 2022-12-01T10:39:14.9077162Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9077316Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cov_cpu_float32 PASSED 2022-12-01T10:39:14.9077476Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cummax_cpu_float32 PASSED 2022-12-01T10:39:14.9077638Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cumprod_cpu_float32 PASSED 2022-12-01T10:39:14.9077815Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cumulative_trapezoid_cpu_float32 PASSED 2022-12-01T10:39:14.9077971Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diag_cpu_float32 PASSED 2022-12-01T10:39:14.9078123Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diagflat_cpu_float32 PASSED 2022-12-01T10:39:14.9078280Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_diff_cpu_float32 PASSED 2022-12-01T10:39:14.9078442Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_digamma_cpu_float32 PASSED 2022-12-01T10:39:14.9078617Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_div_floor_rounding_cpu_float32 PASSED 2022-12-01T10:39:14.9078773Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_double_cpu_float32 XFAIL 2022-12-01T10:39:14.9078966Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_double_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:39:14.9079234Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_dsplit_cpu_float32 PASSED 2022-12-01T10:39:14.9079394Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_einsum_cpu_float32 PASSED 2022-12-01T10:39:14.9079578Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9079782Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9079941Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_erfinv_cpu_float32 PASSED 2022-12-01T10:39:14.9080098Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_exp_cpu_float32 PASSED 2022-12-01T10:39:14.9080260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_expand_as_cpu_float32 PASSED 2022-12-01T10:39:14.9080419Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_expand_cpu_float32 PASSED 2022-12-01T10:39:14.9080617Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9080777Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_fft2_cpu_float32 PASSED 2022-12-01T10:39:14.9080937Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_fft_cpu_float32 PASSED 2022-12-01T10:39:14.9081087Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_fftn_cpu_float32 PASSED 2022-12-01T10:39:14.9081247Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_hfft2_cpu_float32 PASSED 2022-12-01T10:39:14.9081407Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ifftn_cpu_float32 PASSED 2022-12-01T10:39:14.9081571Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ihfft2_cpu_float32 PASSED 2022-12-01T10:39:14.9081732Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ihfft_cpu_float32 PASSED 2022-12-01T10:39:14.9081893Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ihfftn_cpu_float32 PASSED 2022-12-01T10:39:14.9082055Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_irfftn_cpu_float32 PASSED 2022-12-01T10:39:14.9082216Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_rfft2_cpu_float32 PASSED 2022-12-01T10:39:14.9082359Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fill_cpu_float32 PASSED 2022-12-01T10:39:14.9082622Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_float_cpu_float32 XFAIL 2022-12-01T10:39:14.9082863Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_float_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:39:14.9083024Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_floor_cpu_float32 PASSED 2022-12-01T10:39:14.9083182Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fmin_cpu_float32 PASSED 2022-12-01T10:39:14.9083338Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fmod_cpu_float32 PASSED 2022-12-01T10:39:14.9083493Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_frac_cpu_float32 PASSED 2022-12-01T10:39:14.9083649Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_frexp_cpu_float32 PASSED 2022-12-01T10:39:14.9083794Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_gather_cpu_float32 PASSED 2022-12-01T10:39:14.9083992Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ge_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9084155Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_gradient_cpu_float32 PASSED 2022-12-01T10:39:14.9084354Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9084542Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_half_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:39:14.9084748Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9084947Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_histc_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9085158Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9085319Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_hstack_cpu_float32 PASSED 2022-12-01T10:39:14.9085469Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_copy_cpu_float32 PASSED 2022-12-01T10:39:14.9085635Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_reduce_cpu_float32 XFAIL 2022-12-01T10:39:14.9085840Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9086037Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9086233Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9086434Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9086631Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9086839Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:39:14.9087005Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_kthvalue_cpu_float32 PASSED 2022-12-01T10:39:14.9087151Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ldexp_cpu_float32 PASSED 2022-12-01T10:39:14.9087308Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lerp_cpu_float32 PASSED 2022-12-01T10:39:14.9087469Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lgamma_cpu_float32 PASSED 2022-12-01T10:39:14.9087633Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_cond_cpu_float32 PASSED 2022-12-01T10:39:14.9087798Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_cross_cpu_float32 PASSED 2022-12-01T10:39:14.9087976Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_det_singular_cpu_float32 PASSED 2022-12-01T10:39:14.9088138Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_eig_cpu_float32 XFAIL 2022-12-01T10:39:14.9088340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_eigh_cpu_float32 PASSED 2022-12-01T10:39:14.9088524Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_householder_product_cpu_float32 PASSED 2022-12-01T10:39:14.9088700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_inv_cpu_float32 PASSED 2022-12-01T10:39:14.9088868Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_inv_ex_cpu_float32 PASSED 2022-12-01T10:39:14.9089083Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9089264Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lstsq_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.9089438Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_factor_ex_cpu_float32 PASSED 2022-12-01T10:39:14.9089607Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_solve_cpu_float32 PASSED 2022-12-01T10:39:14.9089782Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_matrix_norm_cpu_float32 PASSED 2022-12-01T10:39:14.9089954Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_matrix_power_cpu_float32 PASSED 2022-12-01T10:39:14.9090170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9090346Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_norm_subgradients_at_zero_cpu_float32 PASSED 2022-12-01T10:39:14.9090513Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_pinv_cpu_float32 PASSED 2022-12-01T10:39:14.9090690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_pinv_hermitian_cpu_float32 PASSED 2022-12-01T10:39:14.9090860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_slogdet_cpu_float32 PASSED 2022-12-01T10:39:14.9091037Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_solve_triangular_cpu_float32 PASSED 2022-12-01T10:39:14.9091209Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_tensorinv_cpu_float32 PASSED 2022-12-01T10:39:14.9091383Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_vector_norm_cpu_float32 PASSED 2022-12-01T10:39:14.9091590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9091746Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log10_cpu_float32 PASSED 2022-12-01T10:39:14.9091887Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log_cpu_float32 PASSED 2022-12-01T10:39:14.9092052Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log_softmax_cpu_float32 PASSED 2022-12-01T10:39:14.9092221Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_log_softmax_dtype_cpu_float32 PASSED 2022-12-01T10:39:14.9092384Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logaddexp2_cpu_float32 PASSED 2022-12-01T10:39:14.9092548Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logaddexp_cpu_float32 PASSED 2022-12-01T10:39:14.9092708Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logdet_cpu_float32 PASSED 2022-12-01T10:39:14.9092919Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9093125Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9093313Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9093518Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9093680Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_logsumexp_cpu_float32 PASSED 2022-12-01T10:39:14.9093874Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9094063Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lu_cpu_float32 PASSED 2022-12-01T10:39:14.9094226Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lu_unpack_cpu_float32 PASSED 2022-12-01T10:39:14.9094407Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mT_cpu_float32 PASSED 2022-12-01T10:39:14.9094574Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_amax_cpu_float32 PASSED 2022-12-01T10:39:14.9094739Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_amin_cpu_float32 PASSED 2022-12-01T10:39:14.9094934Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9095105Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_cumprod_cpu_float32 PASSED 2022-12-01T10:39:14.9095270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_cumsum_cpu_float32 PASSED 2022-12-01T10:39:14.9095462Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_fill_functorch_Scalar_only_cpu_float32 PASSED 2022-12-01T10:39:14.9095635Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_log_softmax_cpu_float32 PASSED 2022-12-01T10:39:14.9095809Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_logaddexp_cpu_float32 PASSED 2022-12-01T10:39:14.9095980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_logsumexp_cpu_float32 PASSED 2022-12-01T10:39:14.9096144Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_norm_cpu_float32 PASSED 2022-12-01T10:39:14.9096310Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_normalize_cpu_float32 PASSED 2022-12-01T10:39:14.9096459Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_prod_cpu_float32 PASSED 2022-12-01T10:39:14.9096622Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_std_cpu_float32 PASSED 2022-12-01T10:39:14.9096783Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_sum_cpu_float32 PASSED 2022-12-01T10:39:14.9096945Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_matmul_cpu_float32 PASSED 2022-12-01T10:39:14.9097108Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_matrix_exp_cpu_float32 PASSED 2022-12-01T10:39:14.9097270Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_max_binary_cpu_float32 PASSED 2022-12-01T10:39:14.9097427Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mean_cpu_float32 PASSED 2022-12-01T10:39:14.9097587Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_min_binary_cpu_float32 PASSED 2022-12-01T10:39:14.9097747Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_min_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:39:14.9097922Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_min_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:39:14.9098081Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_minimum_cpu_float32 PASSED 2022-12-01T10:39:14.9098234Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mm_cpu_float32 PASSED 2022-12-01T10:39:14.9098395Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mode_cpu_float32 PASSED 2022-12-01T10:39:14.9098559Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_movedim_cpu_float32 PASSED 2022-12-01T10:39:14.9098718Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_msort_cpu_float32 PASSED 2022-12-01T10:39:14.9098873Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mul_cpu_float32 PASSED 2022-12-01T10:39:14.9099033Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_mvlgamma_mvlgamma_p_1_cpu_float32 XFAIL 2022-12-01T10:39:14.9099195Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nan_to_num_cpu_float32 PASSED 2022-12-01T10:39:14.9099357Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nanmean_cpu_float32 PASSED 2022-12-01T10:39:14.9099518Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nanmedian_cpu_float32 PASSED 2022-12-01T10:39:14.9099682Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nanquantile_cpu_float32 XFAIL 2022-12-01T10:39:14.9099923Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9100118Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_native_batch_norm_cpu_float32 XFAIL 2022-12-01T10:39:14.9100307Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_native_layer_norm_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.9100462Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_neg_cpu_float32 PASSED 2022-12-01T10:39:14.9100650Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_new_full_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9100852Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9101040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:39:14.9101235Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:39:14.9101424Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED 2022-12-01T10:39:14.9101612Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED 2022-12-01T10:39:14.9101805Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_bilinear_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.9101978Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_celu_cpu_float32 PASSED 2022-12-01T10:39:14.9102160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_no_bias_cpu_float32 PASSED 2022-12-01T10:39:14.9102350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.9102541Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED 2022-12-01T10:39:14.9102742Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED 2022-12-01T10:39:14.9102942Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.9103134Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.9103345Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED 2022-12-01T10:39:14.9103532Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv_transpose2d_cpu_float32 PASSED 2022-12-01T10:39:14.9103721Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_conv_transpose3d_cpu_float32 PASSED 2022-12-01T10:39:14.9103896Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_ctc_loss_cpu_float32 XFAIL 2022-12-01T10:39:14.9104063Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_dropout2d_cpu_float32 XFAIL 2022-12-01T10:39:14.9104239Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_dropout3d_cpu_float32 XFAIL 2022-12-01T10:39:14.9104420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_embedding_bag_cpu_float32 XFAIL 2022-12-01T10:39:14.9104611Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_embedding_functorch_cpu_float32 PASSED 2022-12-01T10:39:14.9104801Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_fractional_max_pool3d_cpu_float32 XFAIL 2022-12-01T10:39:14.9104986Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL 2022-12-01T10:39:14.9105166Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_grid_sample_cpu_float32 XFAIL 2022-12-01T10:39:14.9105375Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_group_norm_cpu_float32 PASSED 2022-12-01T10:39:14.9105556Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_hardswish_cpu_float32 PASSED 2022-12-01T10:39:14.9105755Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_hinge_embedding_loss_cpu_float32 XFAIL 2022-12-01T10:39:14.9105946Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_area_cpu_float32 PASSED 2022-12-01T10:39:14.9106133Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_bicubic_cpu_float32 PASSED 2022-12-01T10:39:14.9106325Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_bilinear_cpu_float32 PASSED 2022-12-01T10:39:14.9106518Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_interpolate_trilinear_cpu_float32 PASSED 2022-12-01T10:39:14.9106691Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_kl_div_cpu_float32 PASSED 2022-12-01T10:39:14.9106867Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_l1_loss_cpu_float32 PASSED 2022-12-01T10:39:14.9107048Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_layer_norm_cpu_float32 PASSED 2022-12-01T10:39:14.9107226Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_leaky_relu_cpu_float32 PASSED 2022-12-01T10:39:14.9107396Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_margin_ranking_loss_cpu_float32 PASSED 2022-12-01T10:39:14.9107642Z 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:39:14.9107820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_pool3d_cpu_float32 PASSED 2022-12-01T10:39:14.9108005Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool1d_grad_cpu_float32 PASSED 2022-12-01T10:39:14.9108192Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool2d_grad_cpu_float32 XFAIL 2022-12-01T10:39:14.9108380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool3d_grad_cpu_float32 PASSED 2022-12-01T10:39:14.9108553Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_mish_cpu_float32 PASSED 2022-12-01T10:39:14.9108729Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_mse_loss_cpu_float32 PASSED 2022-12-01T10:39:14.9108916Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_mse_loss_functorch_cpu_float32 PASSED 2022-12-01T10:39:14.9109095Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_normalize_cpu_float32 PASSED 2022-12-01T10:39:14.9109263Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pad_circular_cpu_float32 PASSED 2022-12-01T10:39:14.9109445Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pad_constant_cpu_float32 PASSED 2022-12-01T10:39:14.9109628Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pad_reflect_cpu_float32 PASSED 2022-12-01T10:39:14.9109814Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pad_replicate_cpu_float32 PASSED 2022-12-01T10:39:14.9109986Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pdist_cpu_float32 XFAIL 2022-12-01T10:39:14.9110172Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_pixel_unshuffle_cpu_float32 PASSED 2022-12-01T10:39:14.9110349Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_prelu_cpu_float32 PASSED 2022-12-01T10:39:14.9110603Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_softshrink_cpu_float32 PASSED 2022-12-01T10:39:14.9110785Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_softsign_cpu_float32 PASSED 2022-12-01T10:39:14.9110949Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_threshold_cpu_float32 PASSED 2022-12-01T10:39:14.9111175Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_triplet_margin_loss_cpu_float32 PASSED 2022-12-01T10:39:14.9111378Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_unfold_cpu_float32 PASSED 2022-12-01T10:39:14.9111568Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_upsample_bilinear_cpu_float32 PASSED 2022-12-01T10:39:14.9111757Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_upsample_nearest_cpu_float32 PASSED 2022-12-01T10:39:14.9111914Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_norm_cpu_float32 PASSED 2022-12-01T10:39:14.9112074Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_norm_fro_cpu_float32 PASSED 2022-12-01T10:39:14.9112231Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_norm_nuc_cpu_float32 PASSED 2022-12-01T10:39:14.9112422Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9112589Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_pca_lowrank_cpu_float32 XFAIL 2022-12-01T10:39:14.9112749Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_permute_cpu_float32 PASSED 2022-12-01T10:39:14.9112907Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polar_cpu_float32 PASSED 2022-12-01T10:39:14.9113087Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polygamma_polygamma_n_1_cpu_float32 PASSED 2022-12-01T10:39:14.9113244Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_put_cpu_float32 PASSED 2022-12-01T10:39:14.9113407Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_quantile_cpu_float32 XFAIL 2022-12-01T10:39:14.9113568Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_rad2deg_cpu_float32 PASSED 2022-12-01T10:39:14.9113778Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9113967Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_randn_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9114132Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_reciprocal_cpu_float32 PASSED 2022-12-01T10:39:14.9114297Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_repeat_cpu_float32 PASSED 2022-12-01T10:39:14.9114470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_repeat_interleave_cpu_float32 PASSED 2022-12-01T10:39:14.9114631Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_reshape_as_cpu_float32 PASSED 2022-12-01T10:39:14.9114835Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9114999Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_resolve_neg_cpu_float32 PASSED 2022-12-01T10:39:14.9115156Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_roll_cpu_float32 PASSED 2022-12-01T10:39:14.9115298Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_round_cpu_float32 PASSED 2022-12-01T10:39:14.9115472Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_round_decimals_0_cpu_float32 PASSED 2022-12-01T10:39:14.9115647Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_round_decimals_neg_3_cpu_float32 PASSED 2022-12-01T10:39:14.9115802Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_rsqrt_cpu_float32 PASSED 2022-12-01T10:39:14.9115967Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_add_cpu_float32 PASSED 2022-12-01T10:39:14.9116141Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_scatter_reduce_amax_cpu_float32 PASSED 2022-12-01T10:39:14.9116300Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_select_cpu_float32 PASSED 2022-12-01T10:39:14.9116455Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sgn_cpu_float32 PASSED 2022-12-01T10:39:14.9116660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9116915Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9117101Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sign_cpu_float32 PASSED 2022-12-01T10:39:14.9117305Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9117466Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_slice_cpu_float32 PASSED 2022-12-01T10:39:14.9117632Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_slice_scatter_cpu_float32 PASSED 2022-12-01T10:39:14.9117788Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sort_cpu_float32 PASSED 2022-12-01T10:39:14.9117966Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sparse_sampled_addmm_cpu_float32 XFAIL 2022-12-01T10:39:14.9118173Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9118388Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9118587Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9118815Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9118980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_entr_cpu_float32 PASSED 2022-12-01T10:39:14.9119260Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_erfcx_cpu_float32 PASSED 2022-12-01T10:39:14.9119491Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9119654Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_i1_cpu_float32 PASSED 2022-12-01T10:39:14.9119822Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_i1e_cpu_float32 PASSED 2022-12-01T10:39:14.9120047Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9120269Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9120489Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9120640Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_ndtr_cpu_float32 PASSED 2022-12-01T10:39:14.9120807Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_ndtri_cpu_float32 PASSED 2022-12-01T10:39:14.9121006Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:39:14.9121238Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9121470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9121890Z 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:39:14.9122276Z 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:39:14.9122501Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9122708Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9122937Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_split_with_sizes_cpu_float32 PASSED 2022-12-01T10:39:14.9123126Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_std_cpu_float32 PASSED 2022-12-01T10:39:14.9123291Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_std_mean_cpu_float32 PASSED 2022-12-01T10:39:14.9123445Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sum_cpu_float32 PASSED 2022-12-01T10:39:14.9123609Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_sum_to_size_cpu_float32 PASSED 2022-12-01T10:39:14.9123830Z 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:39:14.9123988Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_symeig_cpu_float32 XFAIL 2022-12-01T10:39:14.9124147Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_t_cpu_float32 PASSED 2022-12-01T10:39:14.9124304Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_tan_cpu_float32 PASSED 2022-12-01T10:39:14.9124447Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_tile_cpu_float32 PASSED 2022-12-01T10:39:14.9124602Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_to_cpu_float32 XFAIL 2022-12-01T10:39:14.9124763Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_to_sparse_cpu_float32 XFAIL 2022-12-01T10:39:14.9124919Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_trace_cpu_float32 PASSED 2022-12-01T10:39:14.9125084Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_trapezoid_cpu_float32 PASSED 2022-12-01T10:39:14.9125243Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_trapz_cpu_float32 PASSED 2022-12-01T10:39:14.9125415Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_triangular_solve_cpu_float32 PASSED 2022-12-01T10:39:14.9125641Z 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:39:14.9125808Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unflatten_cpu_float32 PASSED 2022-12-01T10:39:14.9125956Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unfold_cpu_float32 PASSED 2022-12-01T10:39:14.9126172Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unique_consecutive_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9126375Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9126537Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unsqueeze_cpu_float32 PASSED 2022-12-01T10:39:14.9126693Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_var_cpu_float32 PASSED 2022-12-01T10:39:14.9126853Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_var_mean_cpu_float32 PASSED 2022-12-01T10:39:14.9127013Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_view_as_cpu_float32 PASSED 2022-12-01T10:39:14.9127177Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_vsplit_cpu_float32 PASSED 2022-12-01T10:39:14.9127319Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_xlogy_cpu_float32 PASSED 2022-12-01T10:39:14.9127520Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9127670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_T_cpu_float32 PASSED 2022-12-01T10:39:14.9127827Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___getitem___cpu_float32 XFAIL 2022-12-01T10:39:14.9127999Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___getitem___functorch_cpu_float32 PASSED 2022-12-01T10:39:14.9128159Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___rmatmul___cpu_float32 PASSED 2022-12-01T10:39:14.9128313Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___rpow___cpu_float32 PASSED 2022-12-01T10:39:14.9128468Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp___rsub___cpu_float32 PASSED 2022-12-01T10:39:14.9128655Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_abs_cpu_float32 PASSED 2022-12-01T10:39:14.9128793Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_acos_cpu_float32 PASSED 2022-12-01T10:39:14.9128978Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_acosh_cpu_float32 PASSED 2022-12-01T10:39:14.9129130Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_add_cpu_float32 PASSED 2022-12-01T10:39:14.9129283Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_addbmm_cpu_float32 PASSED 2022-12-01T10:39:14.9129439Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_addcmul_cpu_float32 PASSED 2022-12-01T10:39:14.9129594Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_addmm_cpu_float32 PASSED 2022-12-01T10:39:14.9129744Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_addr_cpu_float32 PASSED 2022-12-01T10:39:14.9129893Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_amax_cpu_float32 PASSED 2022-12-01T10:39:14.9130030Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_amin_cpu_float32 PASSED 2022-12-01T10:39:14.9130230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9130425Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9130627Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9130826Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_argwhere_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9130985Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_as_strided_cpu_float32 XFAIL 2022-12-01T10:39:14.9131150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_as_strided_scatter_cpu_float32 XFAIL 2022-12-01T10:39:14.9131303Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_asin_cpu_float32 PASSED 2022-12-01T10:39:14.9131457Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_atanh_cpu_float32 PASSED 2022-12-01T10:39:14.9131616Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_bernoulli_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.9131773Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_bfloat16_cpu_float32 XFAIL 2022-12-01T10:39:14.9131925Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_bmm_cpu_float32 PASSED 2022-12-01T10:39:14.9132149Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_bool_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9132317Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_broadcast_tensors_cpu_float32 PASSED 2022-12-01T10:39:14.9132480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_broadcast_to_cpu_float32 PASSED 2022-12-01T10:39:14.9132633Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cdist_cpu_float32 PASSED 2022-12-01T10:39:14.9132856Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_char_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9133002Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cholesky_cpu_float32 PASSED 2022-12-01T10:39:14.9133170Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cholesky_inverse_cpu_float32 PASSED 2022-12-01T10:39:14.9133321Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_chunk_cpu_float32 PASSED 2022-12-01T10:39:14.9133478Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_clamp_min_cpu_float32 PASSED 2022-12-01T10:39:14.9133639Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_column_stack_cpu_float32 PASSED 2022-12-01T10:39:14.9133799Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_combinations_cpu_float32 PASSED 2022-12-01T10:39:14.9133966Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_constant_pad_nd_cpu_float32 PASSED 2022-12-01T10:39:14.9134128Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_contiguous_cpu_float32 PASSED 2022-12-01T10:39:14.9134318Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_copysign_cpu_float32 PASSED 2022-12-01T10:39:14.9134462Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_corrcoef_cpu_float32 PASSED 2022-12-01T10:39:14.9134654Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cos_cpu_float32 PASSED 2022-12-01T10:39:14.9134807Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cov_cpu_float32 PASSED 2022-12-01T10:39:14.9134962Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cross_cpu_float32 PASSED 2022-12-01T10:39:14.9135117Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cumsum_cpu_float32 PASSED 2022-12-01T10:39:14.9135289Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_cumulative_trapezoid_cpu_float32 PASSED 2022-12-01T10:39:14.9135445Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_deg2rad_cpu_float32 PASSED 2022-12-01T10:39:14.9135605Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_diag_embed_cpu_float32 PASSED 2022-12-01T10:39:14.9135756Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_diagonal_scatter_cpu_float32 PASSED 2022-12-01T10:39:14.9135913Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_digamma_cpu_float32 PASSED 2022-12-01T10:39:14.9136069Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_dist_cpu_float32 PASSED 2022-12-01T10:39:14.9136236Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_div_trunc_rounding_cpu_float32 PASSED 2022-12-01T10:39:14.9136387Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_dot_cpu_float32 PASSED 2022-12-01T10:39:14.9136539Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_double_cpu_float32 XFAIL 2022-12-01T10:39:14.9136693Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_dstack_cpu_float32 PASSED 2022-12-01T10:39:14.9136897Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9137077Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9137274Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9137428Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_erfinv_cpu_float32 PASSED 2022-12-01T10:39:14.9137583Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_exp2_cpu_float32 PASSED 2022-12-01T10:39:14.9137738Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_expm1_cpu_float32 PASSED 2022-12-01T10:39:14.9137930Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9138086Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_fft_cpu_float32 PASSED 2022-12-01T10:39:14.9138241Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_fftn_cpu_float32 PASSED 2022-12-01T10:39:14.9138403Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_fftshift_cpu_float32 PASSED 2022-12-01T10:39:14.9138545Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_hfft2_cpu_float32 PASSED 2022-12-01T10:39:14.9138703Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_hfft_cpu_float32 PASSED 2022-12-01T10:39:14.9138859Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ifft_cpu_float32 PASSED 2022-12-01T10:39:14.9139020Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ifftn_cpu_float32 PASSED 2022-12-01T10:39:14.9139183Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ifftshift_cpu_float32 PASSED 2022-12-01T10:39:14.9139343Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ihfftn_cpu_float32 PASSED 2022-12-01T10:39:14.9139500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_irfft2_cpu_float32 PASSED 2022-12-01T10:39:14.9139654Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_rfftn_cpu_float32 PASSED 2022-12-01T10:39:14.9139792Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fill_cpu_float32 PASSED 2022-12-01T10:39:14.9139948Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_flatten_cpu_float32 PASSED 2022-12-01T10:39:14.9140136Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_float_cpu_float32 XFAIL 2022-12-01T10:39:14.9140289Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_floor_cpu_float32 PASSED 2022-12-01T10:39:14.9140467Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fmax_cpu_float32 PASSED 2022-12-01T10:39:14.9140625Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_fmin_cpu_float32 PASSED 2022-12-01T10:39:14.9140776Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_frac_cpu_float32 PASSED 2022-12-01T10:39:14.9140928Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_frexp_cpu_float32 PASSED 2022-12-01T10:39:14.9141069Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_gather_cpu_float32 PASSED 2022-12-01T10:39:14.9141227Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_gradient_cpu_float32 PASSED 2022-12-01T10:39:14.9141401Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___getitem___cpu_float32 XFAIL 2022-12-01T10:39:14.9141574Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rdiv___cpu_float32 PASSED 2022-12-01T10:39:14.9141747Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rmatmul___cpu_float32 PASSED 2022-12-01T10:39:14.9141917Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule___rmod___cpu_float32 PASSED 2022-12-01T10:39:14.9142087Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_acosh_cpu_float32 PASSED 2022-12-01T10:39:14.9142273Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_addmm_decomposed_cpu_float32 PASSED 2022-12-01T10:39:14.9142481Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_all_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9142689Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9142855Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_amin_cpu_float32 PASSED 2022-12-01T10:39:14.9143069Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_aminmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9143275Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9143488Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9143699Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9143872Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_as_strided_cpu_float32 XFAIL 2022-12-01T10:39:14.9144038Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atan2_cpu_float32 PASSED 2022-12-01T10:39:14.9144204Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atan_cpu_float32 PASSED 2022-12-01T10:39:14.9144365Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atleast_1d_cpu_float32 PASSED 2022-12-01T10:39:14.9144537Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atleast_2d_cpu_float32 PASSED 2022-12-01T10:39:14.9144702Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_atleast_3d_cpu_float32 PASSED 2022-12-01T10:39:14.9144874Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_baddbmm_cpu_float32 PASSED 2022-12-01T10:39:14.9145047Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_block_diag_cpu_float32 PASSED 2022-12-01T10:39:14.9145224Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_broadcast_to_cpu_float32 PASSED 2022-12-01T10:39:14.9145429Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_byte_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9145596Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_chalf_cpu_float32 XFAIL 2022-12-01T10:39:14.9145807Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cholesky_inverse_cpu_float32 PASSED 2022-12-01T10:39:14.9145990Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_chunk_cpu_float32 PASSED 2022-12-01T10:39:14.9146165Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_clamp_min_cpu_float32 PASSED 2022-12-01T10:39:14.9146332Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_clone_cpu_float32 PASSED 2022-12-01T10:39:14.9146509Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_column_stack_cpu_float32 PASSED 2022-12-01T10:39:14.9146689Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_combinations_cpu_float32 PASSED 2022-12-01T10:39:14.9146859Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_complex_cpu_float32 XFAIL 2022-12-01T10:39:14.9147039Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_constant_pad_nd_cpu_float32 PASSED 2022-12-01T10:39:14.9147220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_contiguous_cpu_float32 PASSED 2022-12-01T10:39:14.9147441Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9147594Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cov_cpu_float32 PASSED 2022-12-01T10:39:14.9147761Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cross_cpu_float32 PASSED 2022-12-01T10:39:14.9147950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_cumulative_trapezoid_cpu_float32 PASSED 2022-12-01T10:39:14.9148125Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diagflat_cpu_float32 PASSED 2022-12-01T10:39:14.9148292Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_diff_cpu_float32 PASSED 2022-12-01T10:39:14.9148462Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_digamma_cpu_float32 PASSED 2022-12-01T10:39:14.9148631Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_dist_cpu_float32 PASSED 2022-12-01T10:39:14.9148815Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_div_floor_rounding_cpu_float32 PASSED 2022-12-01T10:39:14.9148999Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_div_trunc_rounding_cpu_float32 PASSED 2022-12-01T10:39:14.9149150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_dot_cpu_float32 PASSED 2022-12-01T10:39:14.9149317Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_double_cpu_float32 XFAIL 2022-12-01T10:39:14.9149486Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_dsplit_cpu_float32 PASSED 2022-12-01T10:39:14.9149653Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_dstack_cpu_float32 PASSED 2022-12-01T10:39:14.9149866Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9150075Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_eq_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9150286Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9150518Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_erf_cpu_float32 PASSED 2022-12-01T10:39:14.9150690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_erfc_cpu_float32 PASSED 2022-12-01T10:39:14.9150845Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_erfinv_cpu_float32 PASSED 2022-12-01T10:39:14.9151011Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_exp2_cpu_float32 PASSED 2022-12-01T10:39:14.9151178Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_expand_cpu_float32 PASSED 2022-12-01T10:39:14.9151390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_fft2_cpu_float32 PASSED 2022-12-01T10:39:14.9151569Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_fftshift_cpu_float32 PASSED 2022-12-01T10:39:14.9151768Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_hfft2_cpu_float32 PASSED 2022-12-01T10:39:14.9151942Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ifft_cpu_float32 PASSED 2022-12-01T10:39:14.9152112Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ifftn_cpu_float32 PASSED 2022-12-01T10:39:14.9152277Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ifftshift_cpu_float32 PASSED 2022-12-01T10:39:14.9152447Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ihfft2_cpu_float32 XFAIL 2022-12-01T10:39:14.9152615Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_ihfft_cpu_float32 PASSED 2022-12-01T10:39:14.9152790Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fft_irfft2_cpu_float32 PASSED 2022-12-01T10:39:14.9152955Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_flip_cpu_float32 PASSED 2022-12-01T10:39:14.9153126Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fliplr_cpu_float32 PASSED 2022-12-01T10:39:14.9153298Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_flipud_cpu_float32 PASSED 2022-12-01T10:39:14.9153474Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_float_power_cpu_float32 PASSED 2022-12-01T10:39:14.9153641Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_floor_cpu_float32 PASSED 2022-12-01T10:39:14.9153846Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9154013Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fmax_cpu_float32 PASSED 2022-12-01T10:39:14.9154179Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_fmin_cpu_float32 PASSED 2022-12-01T10:39:14.9154395Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_full_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9154607Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_geqrf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9154782Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_gradient_cpu_float32 PASSED 2022-12-01T10:39:14.9154948Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_half_cpu_float32 XFAIL 2022-12-01T10:39:14.9155150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_half_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:39:14.9155365Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_heaviside_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9155581Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9155739Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_hsplit_cpu_float32 PASSED 2022-12-01T10:39:14.9155907Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_hstack_cpu_float32 PASSED 2022-12-01T10:39:14.9156070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_i0_cpu_float32 PASSED 2022-12-01T10:39:14.9156281Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9156452Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_add_cpu_float32 PASSED 2022-12-01T10:39:14.9156625Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_fill_cpu_float32 XFAIL 2022-12-01T10:39:14.9156798Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_put_cpu_float32 XFAIL 2022-12-01T10:39:14.9157010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_reduce_cpu_float32 XFAIL 2022-12-01T10:39:14.9157201Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_index_select_cpu_float32 PASSED 2022-12-01T10:39:14.9157370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_inner_cpu_float32 PASSED 2022-12-01T10:39:14.9157578Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_int_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9157812Z 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:39:14.9158026Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9158234Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9158449Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9158657Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9158826Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_istft_cpu_float32 PASSED 2022-12-01T10:39:14.9159037Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:39:14.9159317Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_kthvalue_cpu_float32 PASSED 2022-12-01T10:39:14.9159488Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ldexp_cpu_float32 PASSED 2022-12-01T10:39:14.9159697Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9159871Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lgamma_cpu_float32 PASSED 2022-12-01T10:39:14.9160049Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_cond_cpu_float32 PASSED 2022-12-01T10:39:14.9160234Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_det_singular_cpu_float32 PASSED 2022-12-01T10:39:14.9160405Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_eig_cpu_float32 XFAIL 2022-12-01T10:39:14.9160584Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_eigvals_cpu_float32 PASSED 2022-12-01T10:39:14.9160757Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_inv_cpu_float32 PASSED 2022-12-01T10:39:14.9160918Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_inv_ex_cpu_float32 PASSED 2022-12-01T10:39:14.9161143Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9161370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9161542Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lu_cpu_float32 XFAIL 2022-12-01T10:39:14.9161722Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lu_factor_cpu_float32 XFAIL 2022-12-01T10:39:14.9161898Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_lu_solve_cpu_float32 XFAIL 2022-12-01T10:39:14.9162084Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_matrix_power_cpu_float32 PASSED 2022-12-01T10:39:14.9162307Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9162544Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9162836Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_pinv_hermitian_cpu_float32 PASSED 2022-12-01T10:39:14.9163071Z 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:39:14.9163252Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_solve_cpu_float32 PASSED 2022-12-01T10:39:14.9163432Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_solve_ex_cpu_float32 PASSED 2022-12-01T10:39:14.9163624Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_solve_triangular_cpu_float32 PASSED 2022-12-01T10:39:14.9163805Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_tensorinv_cpu_float32 PASSED 2022-12-01T10:39:14.9163983Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_vander_cpu_float32 XFAIL 2022-12-01T10:39:14.9164154Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_vecdot_cpu_float32 XFAIL 2022-12-01T10:39:14.9164370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9164537Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log_cpu_float32 PASSED 2022-12-01T10:39:14.9164698Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_log_softmax_cpu_float32 PASSED 2022-12-01T10:39:14.9164876Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logaddexp2_cpu_float32 PASSED 2022-12-01T10:39:14.9165049Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logaddexp_cpu_float32 PASSED 2022-12-01T10:39:14.9165232Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logcumsumexp_cpu_float32 PASSED 2022-12-01T10:39:14.9165451Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9165669Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9165882Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9166056Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_logsumexp_cpu_float32 PASSED 2022-12-01T10:39:14.9166264Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9166500Z 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:39:14.9166690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9166871Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_amin_cpu_float32 PASSED 2022-12-01T10:39:14.9167090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9167265Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_fill_cpu_float32 XFAIL 2022-12-01T10:39:14.9167465Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_fill_functorch_Scalar_only_cpu_float32 PASSED 2022-12-01T10:39:14.9167645Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_logaddexp_cpu_float32 PASSED 2022-12-01T10:39:14.9167829Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_logsumexp_cpu_float32 PASSED 2022-12-01T10:39:14.9168007Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_median_cpu_float32 PASSED 2022-12-01T10:39:14.9168218Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_scatter_cpu_float32 XFAIL 2022-12-01T10:39:14.9168444Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_softmax_cpu_float32 PASSED 2022-12-01T10:39:14.9168619Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_masked_std_cpu_float32 PASSED 2022-12-01T10:39:14.9168788Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_matmul_cpu_float32 PASSED 2022-12-01T10:39:14.9168960Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_max_binary_cpu_float32 PASSED 2022-12-01T10:39:14.9169144Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_max_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:39:14.9169333Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_max_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:39:14.9169499Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mean_cpu_float32 PASSED 2022-12-01T10:39:14.9169669Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_median_cpu_float32 PASSED 2022-12-01T10:39:14.9169864Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_meshgrid_list_of_tensors_cpu_float32 PASSED 2022-12-01T10:39:14.9170034Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_min_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:39:14.9170223Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_min_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:39:14.9170394Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_minimum_cpu_float32 PASSED 2022-12-01T10:39:14.9170558Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mm_cpu_float32 PASSED 2022-12-01T10:39:14.9170727Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mode_cpu_float32 PASSED 2022-12-01T10:39:14.9170898Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_msort_cpu_float32 PASSED 2022-12-01T10:39:14.9171061Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mv_cpu_float32 PASSED 2022-12-01T10:39:14.9171249Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED 2022-12-01T10:39:14.9171435Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED 2022-12-01T10:39:14.9171601Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED 2022-12-01T10:39:14.9171774Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nanmedian_cpu_float32 PASSED 2022-12-01T10:39:14.9171950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nanquantile_cpu_float32 XFAIL 2022-12-01T10:39:14.9172118Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nansum_cpu_float32 XFAIL 2022-12-01T10:39:14.9172338Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_narrow_copy_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9172509Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_narrow_cpu_float32 XFAIL 2022-12-01T10:39:14.9172690Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_native_layer_norm_cpu_float32 PASSED 2022-12-01T10:39:14.9172898Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9173120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9173316Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9173524Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nextafter_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9173776Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.9174002Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:39:14.9174205Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:39:14.9174403Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED 2022-12-01T10:39:14.9174593Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:39:14.9174781Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:39:14.9174969Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_batch_norm_cpu_float32 PASSED 2022-12-01T10:39:14.9175157Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_bilinear_cpu_float32 XFAIL 2022-12-01T10:39:14.9175359Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED 2022-12-01T10:39:14.9175551Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_no_bias_cpu_float32 PASSED 2022-12-01T10:39:14.9175753Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED 2022-12-01T10:39:14.9175963Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.9176166Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.9176385Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 PASSED 2022-12-01T10:39:14.9176588Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_conv_transpose3d_cpu_float32 PASSED 2022-12-01T10:39:14.9176787Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_cosine_similarity_cpu_float32 PASSED 2022-12-01T10:39:14.9176979Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_cross_entropy_cpu_float32 PASSED 2022-12-01T10:39:14.9177164Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_ctc_loss_cpu_float32 XFAIL 2022-12-01T10:39:14.9177331Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_elu_cpu_float32 PASSED 2022-12-01T10:39:14.9177522Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_embedding_bag_cpu_float32 XFAIL 2022-12-01T10:39:14.9177712Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_embedding_cpu_float32 PASSED 2022-12-01T10:39:14.9177938Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.9178168Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.9178368Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_fractional_max_pool2d_cpu_float32 XFAIL 2022-12-01T10:39:14.9178568Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_fractional_max_pool3d_cpu_float32 XFAIL 2022-12-01T10:39:14.9178765Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL 2022-12-01T10:39:14.9178948Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_gelu_cpu_float32 PASSED 2022-12-01T10:39:14.9179163Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_glu_cpu_float32 PASSED 2022-12-01T10:39:14.9179367Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_group_norm_cpu_float32 PASSED 2022-12-01T10:39:14.9179563Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_hardshrink_cpu_float32 PASSED 2022-12-01T10:39:14.9179753Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_hardsigmoid_cpu_float32 PASSED 2022-12-01T10:39:14.9179943Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_hardswish_cpu_float32 PASSED 2022-12-01T10:39:14.9180132Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_hardtanh_cpu_float32 PASSED 2022-12-01T10:39:14.9180333Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_hinge_embedding_loss_cpu_float32 PASSED 2022-12-01T10:39:14.9180524Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_huber_loss_cpu_float32 XFAIL 2022-12-01T10:39:14.9180730Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_interpolate_trilinear_cpu_float32 PASSED 2022-12-01T10:39:14.9180916Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_kl_div_cpu_float32 PASSED 2022-12-01T10:39:14.9181087Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_l1_loss_cpu_float32 PASSED 2022-12-01T10:39:14.9181271Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_linear_cpu_float32 PASSED 2022-12-01T10:39:14.9181459Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_logsigmoid_cpu_float32 PASSED 2022-12-01T10:39:14.9181646Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_pool3d_cpu_float32 XFAIL 2022-12-01T10:39:14.9181841Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_unpool1d_cpu_float32 XFAIL 2022-12-01T10:39:14.9182036Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_unpool1d_grad_cpu_float32 XFAIL 2022-12-01T10:39:14.9182236Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_unpool2d_grad_cpu_float32 XFAIL 2022-12-01T10:39:14.9182432Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_max_unpool3d_grad_cpu_float32 XFAIL 2022-12-01T10:39:14.9182613Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_mish_cpu_float32 PASSED 2022-12-01T10:39:14.9182785Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_mse_loss_cpu_float32 PASSED 2022-12-01T10:39:14.9182985Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_mse_loss_functorch_cpu_float32 PASSED 2022-12-01T10:39:14.9183178Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_multi_margin_loss_cpu_float32 XFAIL 2022-12-01T10:39:14.9183364Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_nll_loss_cpu_float32 PASSED 2022-12-01T10:39:14.9183554Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_normalize_cpu_float32 PASSED 2022-12-01T10:39:14.9183746Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pad_circular_cpu_float32 PASSED 2022-12-01T10:39:14.9183933Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pad_constant_cpu_float32 PASSED 2022-12-01T10:39:14.9184129Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pad_replicate_cpu_float32 PASSED 2022-12-01T10:39:14.9184313Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_pdist_cpu_float32 XFAIL 2022-12-01T10:39:14.9184499Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_prelu_cpu_float32 PASSED 2022-12-01T10:39:14.9184695Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_relu_cpu_float32 PASSED 2022-12-01T10:39:14.9184920Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_rrelu_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.9185114Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_smooth_l1_loss_cpu_float32 XFAIL 2022-12-01T10:39:14.9185307Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_soft_margin_loss_cpu_float32 XFAIL 2022-12-01T10:39:14.9185492Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_softmin_cpu_float32 PASSED 2022-12-01T10:39:14.9185689Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_softmin_with_dtype_cpu_float32 PASSED 2022-12-01T10:39:14.9185882Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_threshold_cpu_float32 PASSED 2022-12-01T10:39:14.9186087Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_triplet_margin_loss_cpu_float32 PASSED 2022-12-01T10:39:14.9186276Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_unfold_cpu_float32 PASSED 2022-12-01T10:39:14.9186459Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_upsample_bilinear_cpu_float32 PASSED 2022-12-01T10:39:14.9186660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_upsample_nearest_cpu_float32 PASSED 2022-12-01T10:39:14.9186826Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_norm_cpu_float32 PASSED 2022-12-01T10:39:14.9187036Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9187229Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ops_aten_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:39:14.9187402Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_permute_cpu_float32 PASSED 2022-12-01T10:39:14.9187578Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_pinverse_cpu_float32 PASSED 2022-12-01T10:39:14.9187747Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_polar_cpu_float32 PASSED 2022-12-01T10:39:14.9187936Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:39:14.9188109Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_polygamma_polygamma_n_2_cpu_float32 PASSED 2022-12-01T10:39:14.9188276Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_pow_cpu_float32 PASSED 2022-12-01T10:39:14.9188446Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_rad2deg_cpu_float32 PASSED 2022-12-01T10:39:14.9188666Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_randint_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9188837Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_ravel_cpu_float32 PASSED 2022-12-01T10:39:14.9189016Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_reciprocal_cpu_float32 PASSED 2022-12-01T10:39:14.9189190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_remainder_cpu_float32 PASSED 2022-12-01T10:39:14.9189368Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_resolve_conj_cpu_float32 PASSED 2022-12-01T10:39:14.9189544Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_resolve_neg_cpu_float32 PASSED 2022-12-01T10:39:14.9189711Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_round_decimals_3_cpu_float32 PASSED 2022-12-01T10:39:14.9189884Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_add_cpu_float32 PASSED 2022-12-01T10:39:14.9190066Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_scatter_reduce_sum_cpu_float32 XFAIL 2022-12-01T10:39:14.9190318Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9190595Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_select_scatter_cpu_float32 PASSED 2022-12-01T10:39:14.9190766Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sgn_cpu_float32 PASSED 2022-12-01T10:39:14.9190977Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9191150Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sigmoid_cpu_float32 PASSED 2022-12-01T10:39:14.9191317Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sign_cpu_float32 PASSED 2022-12-01T10:39:14.9191514Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9191695Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_slice_scatter_cpu_float32 PASSED 2022-12-01T10:39:14.9191884Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_softmax_with_dtype_cpu_float32 PASSED 2022-12-01T10:39:14.9192051Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sort_cpu_float32 PASSED 2022-12-01T10:39:14.9192276Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9192500Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9192721Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9192939Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9193180Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9193620Z 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:39:14.9193800Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_entr_cpu_float32 PASSED 2022-12-01T10:39:14.9194019Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9194198Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_i0e_cpu_float32 PASSED 2022-12-01T10:39:14.9194372Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_i1_cpu_float32 PASSED 2022-12-01T10:39:14.9194553Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_i1e_cpu_float32 PASSED 2022-12-01T10:39:14.9194786Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9195019Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9195246Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9195475Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9195881Z 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:39:14.9196184Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9196357Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_xlog1py_cpu_float32 PASSED 2022-12-01T10:39:14.9196574Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9196746Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_square_cpu_float32 PASSED 2022-12-01T10:39:14.9196914Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_stack_cpu_float32 PASSED 2022-12-01T10:39:14.9197081Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_std_cpu_float32 PASSED 2022-12-01T10:39:14.9197250Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_std_mean_cpu_float32 PASSED 2022-12-01T10:39:14.9197419Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_stft_cpu_float32 XFAIL 2022-12-01T10:39:14.9197586Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sub_cpu_float32 PASSED 2022-12-01T10:39:14.9197760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sum_to_size_cpu_float32 PASSED 2022-12-01T10:39:14.9197914Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_symeig_cpu_float32 PASSED 2022-12-01T10:39:14.9198078Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_t_cpu_float32 PASSED 2022-12-01T10:39:14.9198258Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_take_along_dim_cpu_float32 PASSED 2022-12-01T10:39:14.9198423Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_take_cpu_float32 XFAIL 2022-12-01T10:39:14.9198587Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tan_cpu_float32 PASSED 2022-12-01T10:39:14.9198755Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tile_cpu_float32 PASSED 2022-12-01T10:39:14.9198935Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_to_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.9199110Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_to_sparse_cpu_float32 XFAIL 2022-12-01T10:39:14.9199390Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_trace_cpu_float32 PASSED 2022-12-01T10:39:14.9199551Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_transpose_cpu_float32 PASSED 2022-12-01T10:39:14.9199726Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_trapezoid_cpu_float32 PASSED 2022-12-01T10:39:14.9199893Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_trapz_cpu_float32 PASSED 2022-12-01T10:39:14.9200074Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_triangular_solve_cpu_float32 PASSED 2022-12-01T10:39:14.9200242Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_tril_cpu_float32 PASSED 2022-12-01T10:39:14.9200410Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_triu_cpu_float32 PASSED 2022-12-01T10:39:14.9200585Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_true_divide_cpu_float32 PASSED 2022-12-01T10:39:14.9200752Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_trunc_cpu_float32 PASSED 2022-12-01T10:39:14.9200904Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unfold_cpu_float32 XFAIL 2022-12-01T10:39:14.9201077Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_unsqueeze_cpu_float32 PASSED 2022-12-01T10:39:14.9201244Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_var_cpu_float32 PASSED 2022-12-01T10:39:14.9201416Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_var_mean_cpu_float32 PASSED 2022-12-01T10:39:14.9201645Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_vdot_cpu_float32 XFAIL 2022-12-01T10:39:14.9201823Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_view_as_complex_cpu_float32 XFAIL 2022-12-01T10:39:14.9202038Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_view_as_cpu_float32 PASSED 2022-12-01T10:39:14.9202213Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_vsplit_cpu_float32 PASSED 2022-12-01T10:39:14.9202381Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_vstack_cpu_float32 PASSED 2022-12-01T10:39:14.9202532Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_where_cpu_float32 PASSED 2022-12-01T10:39:14.9202698Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_xlogy_cpu_float32 PASSED 2022-12-01T10:39:14.9202914Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_zeros_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9203119Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9203275Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_hsplit_cpu_float32 PASSED 2022-12-01T10:39:14.9203431Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_hypot_cpu_float32 PASSED 2022-12-01T10:39:14.9203584Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_i0_cpu_float32 PASSED 2022-12-01T10:39:14.9203782Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9203980Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9204135Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:39:14.9204294Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_index_reduce_cpu_float32 XFAIL 2022-12-01T10:39:14.9204448Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_inner_cpu_float32 PASSED 2022-12-01T10:39:14.9204676Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9204876Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_isfinite_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9205070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9205266Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_isreal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9205420Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_istft_cpu_float32 PASSED 2022-12-01T10:39:14.9205618Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:39:14.9205793Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:39:14.9205996Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:39:14.9206185Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:39:14.9206337Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_kron_cpu_float32 PASSED 2022-12-01T10:39:14.9206491Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ldexp_cpu_float32 PASSED 2022-12-01T10:39:14.9206653Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_cross_cpu_float32 PASSED 2022-12-01T10:39:14.9206823Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_det_singular_cpu_float32 PASSED 2022-12-01T10:39:14.9206984Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_eigvals_cpu_float32 PASSED 2022-12-01T10:39:14.9207194Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9207373Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lstsq_cpu_float32 PASSED 2022-12-01T10:39:14.9207582Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lstsq_grad_oriented_cpu_float32 PASSED 2022-12-01T10:39:14.9207744Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lu_cpu_float32 PASSED 2022-12-01T10:39:14.9207909Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lu_factor_cpu_float32 PASSED 2022-12-01T10:39:14.9208074Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_matrix_norm_cpu_float32 PASSED 2022-12-01T10:39:14.9208257Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_norm_subgradients_at_zero_cpu_float32 PASSED 2022-12-01T10:39:14.9208492Z 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:39:14.9208652Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_solve_cpu_float32 PASSED 2022-12-01T10:39:14.9208820Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_solve_ex_cpu_float32 PASSED 2022-12-01T10:39:14.9208967Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_svd_cpu_float32 PASSED 2022-12-01T10:39:14.9209134Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_vector_norm_cpu_float32 PASSED 2022-12-01T10:39:14.9209287Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_log10_cpu_float32 PASSED 2022-12-01T10:39:14.9209438Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_log2_cpu_float32 PASSED 2022-12-01T10:39:14.9209599Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_log_softmax_cpu_float32 PASSED 2022-12-01T10:39:14.9209762Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logcumsumexp_cpu_float32 PASSED 2022-12-01T10:39:14.9209916Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logdet_cpu_float32 PASSED 2022-12-01T10:39:14.9210117Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9210303Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logical_not_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9210508Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logical_or_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9210709Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9210909Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9211068Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_logsumexp_cpu_float32 PASSED 2022-12-01T10:39:14.9211259Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_long_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9211482Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9211642Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_lu_solve_cpu_float32 PASSED 2022-12-01T10:39:14.9211793Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mT_cpu_float32 PASSED 2022-12-01T10:39:14.9211940Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_amin_cpu_float32 PASSED 2022-12-01T10:39:14.9212145Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9212348Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_argmin_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9212515Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_logsumexp_cpu_float32 PASSED 2022-12-01T10:39:14.9212675Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_prod_cpu_float32 PASSED 2022-12-01T10:39:14.9212836Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_select_cpu_float32 XFAIL 2022-12-01T10:39:14.9213031Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_softmax_cpu_float32 PASSED 2022-12-01T10:39:14.9213189Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_masked_std_cpu_float32 PASSED 2022-12-01T10:39:14.9213373Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_max_binary_cpu_float32 PASSED 2022-12-01T10:39:14.9213531Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_max_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:39:14.9213702Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_max_reduction_with_dim_cpu_float32 PASSED 2022-12-01T10:39:14.9213854Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mean_cpu_float32 PASSED 2022-12-01T10:39:14.9214008Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_median_cpu_float32 PASSED 2022-12-01T10:39:14.9214187Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_meshgrid_variadic_tensors_cpu_float32 PASSED 2022-12-01T10:39:14.9214336Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mm_cpu_float32 PASSED 2022-12-01T10:39:14.9214493Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_msort_cpu_float32 PASSED 2022-12-01T10:39:14.9214644Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mul_cpu_float32 PASSED 2022-12-01T10:39:14.9214834Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9214984Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mv_cpu_float32 PASSED 2022-12-01T10:39:14.9215153Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED 2022-12-01T10:39:14.9215322Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED 2022-12-01T10:39:14.9215480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nan_to_num_cpu_float32 PASSED 2022-12-01T10:39:14.9215635Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nanmean_cpu_float32 PASSED 2022-12-01T10:39:14.9215794Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nanmedian_cpu_float32 PASSED 2022-12-01T10:39:14.9215957Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nanquantile_cpu_float32 XFAIL 2022-12-01T10:39:14.9216099Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_narrow_cpu_float32 XFAIL 2022-12-01T10:39:14.9216263Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_native_layer_norm_cpu_float32 PASSED 2022-12-01T10:39:14.9216471Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9216669Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_new_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9216866Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_new_zeros_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9217077Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.9217266Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED 2022-12-01T10:39:14.9217440Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:39:14.9217621Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_no_bias_cpu_float32 PASSED 2022-12-01T10:39:14.9217809Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_no_bias_cpu_float32 PASSED 2022-12-01T10:39:14.9217992Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 PASSED 2022-12-01T10:39:14.9218188Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.9218371Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv_transpose2d_cpu_float32 PASSED 2022-12-01T10:39:14.9218554Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_conv_transpose3d_cpu_float32 PASSED 2022-12-01T10:39:14.9218767Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_cross_entropy_cpu_float32 PASSED 2022-12-01T10:39:14.9218969Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_ctc_loss_cpu_float32 PASSED 2022-12-01T10:39:14.9219163Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_dropout3d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.9219350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_dropout_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.9219536Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_fractional_max_pool2d_cpu_float32 XFAIL 2022-12-01T10:39:14.9219702Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL 2022-12-01T10:39:14.9219867Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_glu_cpu_float32 PASSED 2022-12-01T10:39:14.9220041Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_grid_sample_cpu_float32 PASSED 2022-12-01T10:39:14.9220220Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_group_norm_cpu_float32 PASSED 2022-12-01T10:39:14.9220401Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_instance_norm_cpu_float32 PASSED 2022-12-01T10:39:14.9220587Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_interpolate_area_cpu_float32 PASSED 2022-12-01T10:39:14.9220775Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_interpolate_bicubic_cpu_float32 PASSED 2022-12-01T10:39:14.9220962Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_interpolate_bilinear_cpu_float32 PASSED 2022-12-01T10:39:14.9221147Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_interpolate_nearest_cpu_float32 PASSED 2022-12-01T10:39:14.9221307Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_leaky_relu_cpu_float32 PASSED 2022-12-01T10:39:14.9221478Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_linear_cpu_float32 PASSED 2022-12-01T10:39:14.9221649Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_logsigmoid_cpu_float32 PASSED 2022-12-01T10:39:14.9221837Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_margin_ranking_loss_cpu_float32 PASSED 2022-12-01T10:39:14.9222010Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_pool3d_cpu_float32 PASSED 2022-12-01T10:39:14.9222185Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool1d_cpu_float32 PASSED 2022-12-01T10:39:14.9222363Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool3d_cpu_float32 PASSED 2022-12-01T10:39:14.9222530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_mish_cpu_float32 PASSED 2022-12-01T10:39:14.9222687Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_mse_loss_cpu_float32 PASSED 2022-12-01T10:39:14.9222871Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_multi_margin_loss_cpu_float32 PASSED 2022-12-01T10:39:14.9223046Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_normalize_cpu_float32 PASSED 2022-12-01T10:39:14.9223223Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pad_circular_cpu_float32 PASSED 2022-12-01T10:39:14.9223394Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pad_constant_cpu_float32 PASSED 2022-12-01T10:39:14.9223569Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pad_reflect_cpu_float32 PASSED 2022-12-01T10:39:14.9223749Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pad_replicate_cpu_float32 PASSED 2022-12-01T10:39:14.9223917Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pdist_cpu_float32 PASSED 2022-12-01T10:39:14.9224093Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pixel_shuffle_cpu_float32 PASSED 2022-12-01T10:39:14.9224281Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_relu_cpu_float32 PASSED 2022-12-01T10:39:14.9224467Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_rrelu_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.9224671Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_smooth_l1_loss_cpu_float32 PASSED 2022-12-01T10:39:14.9224844Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_softmin_cpu_float32 PASSED 2022-12-01T10:39:14.9225028Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_softmin_with_dtype_cpu_float32 PASSED 2022-12-01T10:39:14.9225203Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_softplus_cpu_float32 PASSED 2022-12-01T10:39:14.9225381Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_softshrink_cpu_float32 PASSED 2022-12-01T10:39:14.9225551Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_softsign_cpu_float32 PASSED 2022-12-01T10:39:14.9225728Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_threshold_cpu_float32 PASSED 2022-12-01T10:39:14.9225899Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_triplet_margin_loss_cpu_float32 PASSED 2022-12-01T10:39:14.9226071Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_unfold_cpu_float32 PASSED 2022-12-01T10:39:14.9226254Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_normal_number_mean_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.9226453Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ones_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9226612Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_pca_lowrank_cpu_float32 XFAIL 2022-12-01T10:39:14.9226770Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_pinverse_cpu_float32 PASSED 2022-12-01T10:39:14.9226945Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_polygamma_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:39:14.9227120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_polygamma_polygamma_n_1_cpu_float32 PASSED 2022-12-01T10:39:14.9227292Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_polygamma_polygamma_n_3_cpu_float32 PASSED 2022-12-01T10:39:14.9227453Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_polygamma_polygamma_n_4_cpu_float32 PASSED 2022-12-01T10:39:14.9227609Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_positive_cpu_float32 PASSED 2022-12-01T10:39:14.9227760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_pow_cpu_float32 PASSED 2022-12-01T10:39:14.9227913Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_rad2deg_cpu_float32 PASSED 2022-12-01T10:39:14.9228066Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_ravel_cpu_float32 PASSED 2022-12-01T10:39:14.9228219Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_renorm_cpu_float32 PASSED 2022-12-01T10:39:14.9228379Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_resolve_conj_cpu_float32 PASSED 2022-12-01T10:39:14.9228531Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_rot90_cpu_float32 PASSED 2022-12-01T10:39:14.9228670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_round_cpu_float32 PASSED 2022-12-01T10:39:14.9228838Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_round_decimals_3_cpu_float32 PASSED 2022-12-01T10:39:14.9228990Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_rsub_cpu_float32 PASSED 2022-12-01T10:39:14.9229149Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_add_cpu_float32 PASSED 2022-12-01T10:39:14.9229303Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_cpu_float32 PASSED 2022-12-01T10:39:14.9229470Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_reduce_mean_cpu_float32 PASSED 2022-12-01T10:39:14.9229635Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_scatter_reduce_sum_cpu_float32 PASSED 2022-12-01T10:39:14.9229841Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_searchsorted_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9230035Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_segment_reduce_lengths_cpu_float32 PASSED 2022-12-01T10:39:14.9230239Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_segment_reduce_offsets_cpu_float32 PASSED 2022-12-01T10:39:14.9230529Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9230689Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sigmoid_cpu_float32 PASSED 2022-12-01T10:39:14.9230888Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_signbit_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9231040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sin_cpu_float32 PASSED 2022-12-01T10:39:14.9231192Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sinh_cpu_float32 PASSED 2022-12-01T10:39:14.9231348Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_softmax_cpu_float32 PASSED 2022-12-01T10:39:14.9231517Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_softmax_with_dtype_cpu_float32 PASSED 2022-12-01T10:39:14.9231709Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9231916Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9232120Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_bessel_j1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9232325Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_bessel_y0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9232527Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9232756Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9232982Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9233377Z 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:39:14.9233734Z 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:39:14.9233898Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_entr_cpu_float32 PASSED 2022-12-01T10:39:14.9234048Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_erfcx_cpu_float32 PASSED 2022-12-01T10:39:14.9234267Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9234430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_i1_cpu_float32 PASSED 2022-12-01T10:39:14.9234594Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_i1e_cpu_float32 PASSED 2022-12-01T10:39:14.9234817Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9235036Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9235253Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9235467Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9235660Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED 2022-12-01T10:39:14.9236088Z 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:39:14.9236481Z 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:39:14.9236651Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_xlog1py_cpu_float32 PASSED 2022-12-01T10:39:14.9236854Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_special_zeta_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9237008Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_split_cpu_float32 PASSED 2022-12-01T10:39:14.9237173Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_split_list_args_cpu_float32 PASSED 2022-12-01T10:39:14.9237326Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_stack_cpu_float32 PASSED 2022-12-01T10:39:14.9237479Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_std_cpu_float32 PASSED 2022-12-01T10:39:14.9237635Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_std_mean_cpu_float32 PASSED 2022-12-01T10:39:14.9237791Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_stft_cpu_float32 PASSED 2022-12-01T10:39:14.9237929Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sum_cpu_float32 PASSED 2022-12-01T10:39:14.9238086Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_sum_to_size_cpu_float32 PASSED 2022-12-01T10:39:14.9238245Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_svd_lowrank_cpu_float32 XFAIL 2022-12-01T10:39:14.9238399Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_symeig_cpu_float32 PASSED 2022-12-01T10:39:14.9238561Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_take_along_dim_cpu_float32 PASSED 2022-12-01T10:39:14.9238712Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_tan_cpu_float32 PASSED 2022-12-01T10:39:14.9238862Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_tanh_cpu_float32 PASSED 2022-12-01T10:39:14.9239027Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_tensor_split_cpu_float32 XFAIL 2022-12-01T10:39:14.9239295Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_tensordot_cpu_float32 PASSED 2022-12-01T10:39:14.9239452Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_topk_cpu_float32 PASSED 2022-12-01T10:39:14.9239604Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_trace_cpu_float32 PASSED 2022-12-01T10:39:14.9239760Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_trapezoid_cpu_float32 PASSED 2022-12-01T10:39:14.9239924Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_triangular_solve_cpu_float32 PASSED 2022-12-01T10:39:14.9240074Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_tril_cpu_float32 PASSED 2022-12-01T10:39:14.9240223Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_triu_cpu_float32 PASSED 2022-12-01T10:39:14.9240382Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_true_divide_cpu_float32 PASSED 2022-12-01T10:39:14.9240522Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_trunc_cpu_float32 PASSED 2022-12-01T10:39:14.9240681Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_unflatten_cpu_float32 PASSED 2022-12-01T10:39:14.9240836Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_unfold_cpu_float32 PASSED 2022-12-01T10:39:14.9240997Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_unsqueeze_cpu_float32 PASSED 2022-12-01T10:39:14.9241148Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_var_cpu_float32 PASSED 2022-12-01T10:39:14.9241312Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_view_as_complex_cpu_float32 XFAIL 2022-12-01T10:39:14.9241464Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_xlogy_cpu_float32 PASSED 2022-12-01T10:39:14.9241617Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_H_cpu_float32 PASSED 2022-12-01T10:39:14.9241755Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_T_cpu_float32 PASSED 2022-12-01T10:39:14.9241983Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___getitem___functorch_cpu_float32 PASSED 2022-12-01T10:39:14.9242140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rdiv___cpu_float32 PASSED 2022-12-01T10:39:14.9242350Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rmatmul___cpu_float32 PASSED 2022-12-01T10:39:14.9242510Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rmod___cpu_float32 PASSED 2022-12-01T10:39:14.9242664Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rmul___cpu_float32 PASSED 2022-12-01T10:39:14.9242817Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rpow___cpu_float32 PASSED 2022-12-01T10:39:14.9242972Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_abs_cpu_float32 PASSED 2022-12-01T10:39:14.9243129Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_acos_cpu_float32 PASSED 2022-12-01T10:39:14.9243268Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_add_cpu_float32 PASSED 2022-12-01T10:39:14.9243430Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addbmm_cpu_float32 PASSED 2022-12-01T10:39:14.9243590Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addcmul_cpu_float32 PASSED 2022-12-01T10:39:14.9243749Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addmm_cpu_float32 PASSED 2022-12-01T10:39:14.9243905Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_addr_cpu_float32 PASSED 2022-12-01T10:39:14.9244112Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_allclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9244269Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_amax_cpu_float32 PASSED 2022-12-01T10:39:14.9244426Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_angle_cpu_float32 PASSED 2022-12-01T10:39:14.9244610Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_any_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9244812Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_arange_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9245018Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_argmax_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9245222Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_argsort_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9245392Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_as_strided_scatter_cpu_float32 XFAIL 2022-12-01T10:39:14.9245549Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_asin_cpu_float32 PASSED 2022-12-01T10:39:14.9245707Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atan2_cpu_float32 PASSED 2022-12-01T10:39:14.9245863Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atan_cpu_float32 PASSED 2022-12-01T10:39:14.9246045Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atleast_1d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.9246206Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_atleast_3d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.9246369Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bfloat16_cpu_float32 XFAIL 2022-12-01T10:39:14.9246569Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_bool_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9246782Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_broadcast_shapes_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9246950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cartesian_prod_cpu_float32 PASSED 2022-12-01T10:39:14.9247162Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cdist_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T10:39:14.9247326Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cholesky_cpu_float32 PASSED 2022-12-01T10:39:14.9247497Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cholesky_inverse_cpu_float32 PASSED 2022-12-01T10:39:14.9247696Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cholesky_solve_cpu_float32 PASSED 2022-12-01T10:39:14.9247839Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_chunk_cpu_float32 PASSED 2022-12-01T10:39:14.9248026Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_clamp_cpu_float32 PASSED 2022-12-01T10:39:14.9248190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_clamp_max_cpu_float32 PASSED 2022-12-01T10:39:14.9248349Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_clamp_min_cpu_float32 PASSED 2022-12-01T10:39:14.9248506Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_clone_cpu_float32 PASSED 2022-12-01T10:39:14.9248674Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_combinations_cpu_float32 PASSED 2022-12-01T10:39:14.9248834Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_complex_cpu_float32 PASSED 2022-12-01T10:39:14.9249005Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_conj_physical_cpu_float32 PASSED 2022-12-01T10:39:14.9249160Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_constant_pad_nd_cpu_float32 PASSED 2022-12-01T10:39:14.9249322Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_copysign_cpu_float32 PASSED 2022-12-01T10:39:14.9249480Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cosh_cpu_float32 PASSED 2022-12-01T10:39:14.9249687Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_count_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9249844Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cross_cpu_float32 PASSED 2022-12-01T10:39:14.9250005Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_cummax_cpu_float32 PASSED 2022-12-01T10:39:14.9250161Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diag_cpu_float32 PASSED 2022-12-01T10:39:14.9250322Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diagflat_cpu_float32 PASSED 2022-12-01T10:39:14.9250477Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diagonal_scatter_cpu_float32 PASSED 2022-12-01T10:39:14.9250637Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_diff_cpu_float32 PASSED 2022-12-01T10:39:14.9250792Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_dist_cpu_float32 PASSED 2022-12-01T10:39:14.9250966Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_div_floor_rounding_cpu_float32 PASSED 2022-12-01T10:39:14.9251139Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_div_trunc_rounding_cpu_float32 PASSED 2022-12-01T10:39:14.9251299Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_double_cpu_float32 XFAIL 2022-12-01T10:39:14.9251501Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_empty_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9251706Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_empty_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9251904Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_equal_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9252049Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_erfc_cpu_float32 PASSED 2022-12-01T10:39:14.9252206Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_exp2_cpu_float32 PASSED 2022-12-01T10:39:14.9252369Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_expand_as_cpu_float32 PASSED 2022-12-01T10:39:14.9252527Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_expm1_cpu_float32 PASSED 2022-12-01T10:39:14.9252723Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_eye_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9252887Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_fftn_cpu_float32 PASSED 2022-12-01T10:39:14.9253051Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_fftshift_cpu_float32 PASSED 2022-12-01T10:39:14.9253209Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_hfft_cpu_float32 PASSED 2022-12-01T10:39:14.9253355Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ifft2_cpu_float32 PASSED 2022-12-01T10:39:14.9253546Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ihfft2_cpu_float32 PASSED 2022-12-01T10:39:14.9253732Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ihfft_cpu_float32 PASSED 2022-12-01T10:39:14.9253895Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ihfftn_cpu_float32 PASSED 2022-12-01T10:39:14.9254057Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_irfft2_cpu_float32 PASSED 2022-12-01T10:39:14.9254219Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_irfft_cpu_float32 PASSED 2022-12-01T10:39:14.9254378Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_rfft2_cpu_float32 PASSED 2022-12-01T10:39:14.9254535Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fill_cpu_float32 PASSED 2022-12-01T10:39:14.9254691Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_flip_cpu_float32 PASSED 2022-12-01T10:39:14.9254836Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fliplr_cpu_float32 PASSED 2022-12-01T10:39:14.9254993Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_flipud_cpu_float32 PASSED 2022-12-01T10:39:14.9255183Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_float_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:39:14.9255340Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_floor_cpu_float32 PASSED 2022-12-01T10:39:14.9255547Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_floor_divide_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9255702Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fmax_cpu_float32 PASSED 2022-12-01T10:39:14.9255858Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fmod_cpu_float32 PASSED 2022-12-01T10:39:14.9256013Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_frac_cpu_float32 PASSED 2022-12-01T10:39:14.9256156Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_frexp_cpu_float32 PASSED 2022-12-01T10:39:14.9256322Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_gradient_cpu_float32 PASSED 2022-12-01T10:39:14.9256519Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_gt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9256710Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_half_functorch_no_channels_last_cpu_float32 PASSED 2022-12-01T10:39:14.9256914Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_histogram_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9257121Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_histogramdd_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9257281Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_hsplit_cpu_float32 PASSED 2022-12-01T10:39:14.9257435Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_i0_cpu_float32 PASSED 2022-12-01T10:39:14.9257635Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_igamma_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9257826Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_igammac_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9257989Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_put_cpu_float32 PASSED 2022-12-01T10:39:14.9258164Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:39:14.9258321Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_inner_cpu_float32 PASSED 2022-12-01T10:39:14.9258548Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_int_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9258749Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isclose_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9258950Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9259213Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isnan_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9259417Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isneginf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9259630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_isposinf_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9259833Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:39:14.9260040Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:39:14.9260231Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:39:14.9260422Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) 2022-12-01T10:39:14.9260582Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_kron_cpu_float32 PASSED 2022-12-01T10:39:14.9260776Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_le_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9260941Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_cond_cpu_float32 PASSED 2022-12-01T10:39:14.9261104Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_det_cpu_float32 PASSED 2022-12-01T10:39:14.9261281Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_det_singular_cpu_float32 PASSED 2022-12-01T10:39:14.9261437Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_eigvalsh_cpu_float32 PASSED 2022-12-01T10:39:14.9261599Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_inv_cpu_float32 PASSED 2022-12-01T10:39:14.9261812Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9262031Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9262195Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lstsq_cpu_float32 PASSED 2022-12-01T10:39:14.9262359Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lu_cpu_float32 PASSED 2022-12-01T10:39:14.9262530Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lu_factor_cpu_float32 PASSED 2022-12-01T10:39:14.9262702Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_matrix_power_cpu_float32 PASSED 2022-12-01T10:39:14.9262851Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_norm_cpu_float32 PASSED 2022-12-01T10:39:14.9263017Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_pinv_cpu_float32 PASSED 2022-12-01T10:39:14.9263193Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_pinv_hermitian_cpu_float32 PASSED 2022-12-01T10:39:14.9263356Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_qr_cpu_float32 PASSED 2022-12-01T10:39:14.9263527Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_slogdet_cpu_float32 PASSED 2022-12-01T10:39:14.9263695Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_solve_cpu_float32 PASSED 2022-12-01T10:39:14.9263876Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_solve_triangular_cpu_float32 PASSED 2022-12-01T10:39:14.9264042Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_svdvals_cpu_float32 PASSED 2022-12-01T10:39:14.9264217Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_tensorinv_cpu_float32 PASSED 2022-12-01T10:39:14.9264370Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_vecdot_cpu_float32 PASSED 2022-12-01T10:39:14.9264540Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_vector_norm_cpu_float32 PASSED 2022-12-01T10:39:14.9264745Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linspace_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9264932Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log10_cpu_float32 PASSED 2022-12-01T10:39:14.9265090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log1p_cpu_float32 PASSED 2022-12-01T10:39:14.9265279Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log2_cpu_float32 PASSED 2022-12-01T10:39:14.9265435Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log_cpu_float32 PASSED 2022-12-01T10:39:14.9265605Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_log_softmax_dtype_cpu_float32 PASSED 2022-12-01T10:39:14.9265755Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logaddexp2_cpu_float32 PASSED 2022-12-01T10:39:14.9265914Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logdet_cpu_float32 PASSED 2022-12-01T10:39:14.9266125Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logical_and_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9266333Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logical_xor_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9266489Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_logit_cpu_float32 PASSED 2022-12-01T10:39:14.9266719Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_long_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9266914Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lt_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9267070Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lu_cpu_float32 PASSED 2022-12-01T10:39:14.9267230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lu_solve_cpu_float32 PASSED 2022-12-01T10:39:14.9267369Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mH_cpu_float32 PASSED 2022-12-01T10:39:14.9267534Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_amax_cpu_float32 PASSED 2022-12-01T10:39:14.9267709Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_log_softmax_cpu_float32 PASSED 2022-12-01T10:39:14.9267879Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_normalize_cpu_float32 PASSED 2022-12-01T10:39:14.9268045Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_prod_cpu_float32 PASSED 2022-12-01T10:39:14.9268212Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_scatter_cpu_float32 PASSED 2022-12-01T10:39:14.9268380Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_select_cpu_float32 PASSED 2022-12-01T10:39:14.9268541Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_std_cpu_float32 PASSED 2022-12-01T10:39:14.9268697Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_var_cpu_float32 PASSED 2022-12-01T10:39:14.9268843Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_matmul_cpu_float32 PASSED 2022-12-01T10:39:14.9269008Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_matrix_exp_cpu_float32 PASSED 2022-12-01T10:39:14.9269174Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_maximum_cpu_float32 PASSED 2022-12-01T10:39:14.9269332Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_median_cpu_float32 PASSED 2022-12-01T10:39:14.9269516Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_meshgrid_list_of_tensors_cpu_float32 PASSED 2022-12-01T10:39:14.9269698Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_meshgrid_variadic_tensors_cpu_float32 PASSED 2022-12-01T10:39:14.9269861Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_min_binary_cpu_float32 PASSED 2022-12-01T10:39:14.9270036Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_min_reduction_no_dim_cpu_float32 PASSED 2022-12-01T10:39:14.9270182Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_movedim_cpu_float32 PASSED 2022-12-01T10:39:14.9270455Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_multinomial_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9270671Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED 2022-12-01T10:39:14.9270830Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nanmean_cpu_float32 PASSED 2022-12-01T10:39:14.9271022Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nansum_cpu_float32 PASSED 2022-12-01T10:39:14.9271177Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_narrow_cpu_float32 PASSED 2022-12-01T10:39:14.9271352Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_native_layer_norm_cpu_float32 XFAIL 2022-12-01T10:39:14.9271550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ne_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9271706Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_neg_cpu_float32 PASSED 2022-12-01T10:39:14.9271906Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_new_empty_strided_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9272123Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.9272317Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:39:14.9272512Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED 2022-12-01T10:39:14.9272696Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED 2022-12-01T10:39:14.9272875Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_avg_pool1d_cpu_float32 PASSED 2022-12-01T10:39:14.9273055Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_avg_pool2d_cpu_float32 PASSED 2022-12-01T10:39:14.9273235Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_avg_pool3d_cpu_float32 PASSED 2022-12-01T10:39:14.9273414Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_batch_norm_cpu_float32 XFAIL 2022-12-01T10:39:14.9273646Z 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:39:14.9273837Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_binary_cross_entropy_cpu_float32 XFAIL 2022-12-01T10:39:14.9274015Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv1d_cpu_float32 PASSED 2022-12-01T10:39:14.9274218Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.9274417Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.9274609Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_stride_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.9274797Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv2d_with_bias_cpu_float32 PASSED 2022-12-01T10:39:14.9274987Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_conv_transpose2d_cpu_float32 PASSED 2022-12-01T10:39:14.9275178Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_cosine_similarity_cpu_float32 PASSED 2022-12-01T10:39:14.9275335Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_elu_cpu_float32 PASSED 2022-12-01T10:39:14.9275573Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_embedding_bag_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T10:39:14.9275752Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_embedding_cpu_float32 PASSED 2022-12-01T10:39:14.9275970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.9276176Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_fractional_max_pool3d_cpu_float32 SKIPPED (Skipped!) 2022-12-01T10:39:14.9276391Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL 2022-12-01T10:39:14.9276592Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_gelu_cpu_float32 PASSED 2022-12-01T10:39:14.9276764Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_glu_cpu_float32 PASSED 2022-12-01T10:39:14.9276943Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_group_norm_cpu_float32 PASSED 2022-12-01T10:39:14.9277121Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_hardshrink_cpu_float32 PASSED 2022-12-01T10:39:14.9277284Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_hardswish_cpu_float32 PASSED 2022-12-01T10:39:14.9277461Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_layer_norm_cpu_float32 XFAIL 2022-12-01T10:39:14.9277639Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_leaky_relu_cpu_float32 PASSED 2022-12-01T10:39:14.9277831Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_local_response_norm_cpu_float32 PASSED 2022-12-01T10:39:14.9278016Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_logsigmoid_cpu_float32 PASSED 2022-12-01T10:39:14.9278191Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_pool1d_cpu_float32 PASSED 2022-12-01T10:39:14.9278367Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_pool3d_cpu_float32 PASSED 2022-12-01T10:39:14.9278547Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool1d_cpu_float32 PASSED 2022-12-01T10:39:14.9278731Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool2d_grad_cpu_float32 XFAIL 2022-12-01T10:39:14.9278898Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool3d_cpu_float32 PASSED 2022-12-01T10:39:14.9279071Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_mish_cpu_float32 PASSED 2022-12-01T10:39:14.9279374Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_mse_loss_functorch_cpu_float32 PASSED 2022-12-01T10:39:14.9279618Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T10:39:14.9279865Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T10:39:14.9280041Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_nll_loss_cpu_float32 PASSED 2022-12-01T10:39:14.9280222Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pad_reflect_cpu_float32 PASSED 2022-12-01T10:39:14.9280407Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pad_replicate_cpu_float32 PASSED 2022-12-01T10:39:14.9280595Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pairwise_distance_cpu_float32 PASSED 2022-12-01T10:39:14.9280767Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pixel_shuffle_cpu_float32 PASSED 2022-12-01T10:39:14.9280958Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_pixel_unshuffle_cpu_float32 PASSED 2022-12-01T10:39:14.9281143Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_poisson_nll_loss_cpu_float32 PASSED 2022-12-01T10:39:14.9281315Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_relu6_cpu_float32 PASSED 2022-12-01T10:39:14.9281499Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_smooth_l1_loss_cpu_float32 PASSED 2022-12-01T10:39:14.9281685Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_soft_margin_loss_cpu_float32 PASSED 2022-12-01T10:39:14.9281861Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_softmin_cpu_float32 PASSED 2022-12-01T10:39:14.9282090Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_softplus_cpu_float32 PASSED 2022-12-01T10:39:14.9282263Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_softsign_cpu_float32 PASSED 2022-12-01T10:39:14.9282477Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_tanhshrink_cpu_float32 PASSED 2022-12-01T10:39:14.9282667Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_upsample_nearest_cpu_float32 PASSED 2022-12-01T10:39:14.9282872Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nonzero_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9283031Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_norm_nuc_cpu_float32 PASSED 2022-12-01T10:39:14.9283190Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_normal_cpu_float32 XFAIL 2022-12-01T10:39:14.9283364Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_normal_number_mean_cpu_float32 XFAIL 2022-12-01T10:39:14.9283568Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ones_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9283823Z 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:39:14.9284009Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ops_aten_index_put_functorch_cpu_float32 PASSED 2022-12-01T10:39:14.9284151Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_outer_cpu_float32 PASSED 2022-12-01T10:39:14.9284314Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_pinverse_cpu_float32 PASSED 2022-12-01T10:39:14.9284494Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polygamma_polygamma_n_2_cpu_float32 PASSED 2022-12-01T10:39:14.9284670Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_polygamma_polygamma_n_3_cpu_float32 PASSED 2022-12-01T10:39:14.9284831Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_positive_cpu_float32 PASSED 2022-12-01T10:39:14.9284988Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_qr_cpu_float32 PASSED 2022-12-01T10:39:14.9285152Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_quantile_cpu_float32 XFAIL 2022-12-01T10:39:14.9285313Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_rad2deg_cpu_float32 PASSED 2022-12-01T10:39:14.9285550Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_rand_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9285824Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_randn_like_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9285994Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_ravel_cpu_float32 PASSED 2022-12-01T10:39:14.9286152Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_real_cpu_float32 PASSED 2022-12-01T10:39:14.9286318Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_remainder_cpu_float32 PASSED 2022-12-01T10:39:14.9286487Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_repeat_interleave_cpu_float32 PASSED 2022-12-01T10:39:14.9286651Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_reshape_as_cpu_float32 PASSED 2022-12-01T10:39:14.9286862Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_resize_as__cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9287026Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_resolve_neg_cpu_float32 PASSED 2022-12-01T10:39:14.9287196Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_round_decimals_3_cpu_float32 PASSED 2022-12-01T10:39:14.9287371Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_round_decimals_neg_3_cpu_float32 PASSED 2022-12-01T10:39:14.9287528Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_rsqrt_cpu_float32 PASSED 2022-12-01T10:39:14.9287684Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_rsub_cpu_float32 PASSED 2022-12-01T10:39:14.9287848Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_add_cpu_float32 PASSED 2022-12-01T10:39:14.9288044Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_cpu_float32 PASSED 2022-12-01T10:39:14.9288243Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_reduce_amax_cpu_float32 PASSED 2022-12-01T10:39:14.9288418Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_reduce_prod_cpu_float32 XFAIL 2022-12-01T10:39:14.9288649Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_segment_reduce_offsets_cpu_float32 SKIPPED (Skipped! Operation does not support gradgrad) 2022-12-01T10:39:14.9288850Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_short_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9289078Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_short_functorch_no_channels_last_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9289238Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sign_cpu_float32 PASSED 2022-12-01T10:39:14.9289396Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sin_cpu_float32 PASSED 2022-12-01T10:39:14.9289553Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sinh_cpu_float32 PASSED 2022-12-01T10:39:14.9289700Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_slice_cpu_float32 PASSED 2022-12-01T10:39:14.9289866Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_slice_scatter_cpu_float32 PASSED 2022-12-01T10:39:14.9290023Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sort_cpu_float32 PASSED 2022-12-01T10:39:14.9290197Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sparse_sampled_addmm_cpu_float32 XFAIL 2022-12-01T10:39:14.9290408Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_airy_ai_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9290621Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9290834Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_bessel_y1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9291064Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9291230Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_entr_cpu_float32 PASSED 2022-12-01T10:39:14.9291438Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9291843Z 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:39:14.9292012Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_log_ndtr_cpu_float32 PASSED 2022-12-01T10:39:14.9292231Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9292399Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_ndtri_cpu_float32 PASSED 2022-12-01T10:39:14.9292630Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9293017Z 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:39:14.9293400Z 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:39:14.9293623Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9293794Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_xlog1py_cpu_float32 PASSED 2022-12-01T10:39:14.9293970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_split_cpu_float32 PASSED 2022-12-01T10:39:14.9294140Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_split_list_args_cpu_float32 PASSED 2022-12-01T10:39:14.9294338Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_split_with_sizes_cpu_float32 PASSED 2022-12-01T10:39:14.9294501Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_square_cpu_float32 PASSED 2022-12-01T10:39:14.9294661Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_squeeze_cpu_float32 PASSED 2022-12-01T10:39:14.9294814Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_std_cpu_float32 PASSED 2022-12-01T10:39:14.9294970Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_stft_cpu_float32 PASSED 2022-12-01T10:39:14.9295124Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sub_cpu_float32 PASSED 2022-12-01T10:39:14.9295262Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_sum_cpu_float32 PASSED 2022-12-01T10:39:14.9295424Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_symeig_cpu_float32 PASSED 2022-12-01T10:39:14.9295577Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_take_cpu_float32 XFAIL 2022-12-01T10:39:14.9295732Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_tan_cpu_float32 PASSED 2022-12-01T10:39:14.9295884Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_to_cpu_float32 XFAIL 2022-12-01T10:39:14.9296039Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_triu_cpu_float32 PASSED 2022-12-01T10:39:14.9296195Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_trunc_cpu_float32 PASSED 2022-12-01T10:39:14.9296426Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unflatten_cpu_float32 PASSED 2022-12-01T10:39:14.9296645Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unfold_cpu_float32 PASSED 2022-12-01T10:39:14.9296838Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_uniform_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9297043Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unique_cpu_float32 SKIPPED (Skipped! Autograd not supported.) 2022-12-01T10:39:14.9297199Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_var_cpu_float32 PASSED 2022-12-01T10:39:14.9297355Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_vdot_cpu_float32 PASSED 2022-12-01T10:39:14.9297523Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_view_as_complex_cpu_float32 XFAIL 2022-12-01T10:39:14.9297682Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_vstack_cpu_float32 PASSED 2022-12-01T10:39:14.9297839Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvmapjvp_linalg_solve_cpu PASSED 2022-12-01T10:39:14.9297850Z 2022-12-01T10:39:14.9297963Z =============================== warnings summary =============================== 2022-12-01T10:39:14.9298173Z ../../../../../opt/conda/lib/python3.7/site-packages/_pytest/config/__init__.py:1130 2022-12-01T10:39:14.9298537Z /opt/conda/lib/python3.7/site-packages/_pytest/config/__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-12-01T10:39:14.9298636Z self._mark_plugins_for_rewrite(hook) 2022-12-01T10:39:14.9298641Z 2022-12-01T10:39:14.9298787Z test_ops.py::TestOperatorsCPU::test_extremal_numerics_log_softmax_cpu 2022-12-01T10:39:14.9299043Z /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:39:14.9299159Z result = torch.nn.functional.log_softmax(input) 2022-12-01T10:39:14.9305189Z 2022-12-01T10:39:14.9305419Z test_ops.py::TestOperatorsCPU::test_extremal_numerics_log_softmax_cpu 2022-12-01T10:39:14.9305879Z /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:39:14.9306076Z primals_out = func(*primals) 2022-12-01T10:39:14.9306083Z 2022-12-01T10:39:14.9306218Z test_ops.py::TestOperatorsCPU::test_grad___rpow___cpu_float32 2022-12-01T10:39:14.9306387Z test_ops.py::TestOperatorsCPU::test_jvpvjp___rpow___cpu_float32 2022-12-01T10:39:14.9306524Z test_ops.py::TestOperatorsCPU::test_vjp___rpow___cpu_float32 2022-12-01T10:39:14.9306661Z test_ops.py::TestOperatorsCPU::test_vjpvmap___rpow___cpu_float32 2022-12-01T10:39:14.9306807Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad___rpow___cpu_float32 2022-12-01T10:39:14.9306932Z test_ops.py::TestOperatorsCPU::test_vmapjvpall___rpow___cpu_float32 2022-12-01T10:39:14.9307128Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule___rpow___cpu_float32 2022-12-01T10:39:14.9307335Z test_ops.py::TestOperatorsCPU::test_vmapvjp___rpow___cpu_float32 2022-12-01T10:39:14.9307540Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp___rpow___cpu_float32 2022-12-01T10:39:14.9308059Z /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:39:14.9308207Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:39:14.9308213Z 2022-12-01T10:39:14.9308342Z test_ops.py::TestOperatorsCPU::test_grad_chalf_cpu_float32 2022-12-01T10:39:14.9308880Z /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:39:14.9308999Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-12-01T10:39:14.9309004Z 2022-12-01T10:39:14.9309141Z test_ops.py::TestOperatorsCPU::test_grad_index_reduce_cpu_float32 2022-12-01T10:39:14.9309657Z /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:39:14.9309756Z return self.op(*args, **kwargs) 2022-12-01T10:39:14.9309761Z 2022-12-01T10:39:14.9309891Z test_ops.py::TestOperatorsCPU::test_grad_istft_cpu_float32 2022-12-01T10:39:14.9310562Z /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:39:14.9310652Z return self.op(*args, **kwargs) 2022-12-01T10:39:14.9310658Z 2022-12-01T10:39:14.9310783Z test_ops.py::TestOperatorsCPU::test_grad_lu_cpu_float32 2022-12-01T10:39:14.9311218Z /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:39:14.9311328Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T10:39:14.9311413Z should be replaced with 2022-12-01T10:39:14.9311536Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T10:39:14.9311585Z and 2022-12-01T10:39:14.9311713Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T10:39:14.9311795Z should be replaced with 2022-12-01T10:39:14.9312048Z 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:39:14.9312190Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T10:39:14.9312196Z 2022-12-01T10:39:14.9312327Z test_ops.py::TestOperatorsCPU::test_grad_lu_solve_cpu_float32 2022-12-01T10:39:14.9312805Z /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:39:14.9312962Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T10:39:14.9313041Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T10:39:14.9313122Z should be replaced with 2022-12-01T10:39:14.9313352Z 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:39:14.9313440Z return self.op(*args, **kwargs) 2022-12-01T10:39:14.9313445Z 2022-12-01T10:39:14.9313598Z test_ops.py::TestOperatorsCPU::test_grad_nn_functional_dropout2d_cpu_float32 2022-12-01T10:39:14.9313754Z test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_dropout2d_cpu_float32 2022-12-01T10:39:14.9313901Z test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_dropout2d_cpu_float32 2022-12-01T10:39:14.9314055Z test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_dropout2d_cpu_float32 2022-12-01T10:39:14.9314211Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_dropout2d_cpu_float32 2022-12-01T10:39:14.9314360Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_dropout2d_cpu_float32 2022-12-01T10:39:14.9315199Z /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:39:14.9315450Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:39:14.9315455Z 2022-12-01T10:39:14.9315604Z test_ops.py::TestOperatorsCPU::test_grad_nn_functional_kl_div_cpu_float32 2022-12-01T10:39:14.9315752Z test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_kl_div_cpu_float32 2022-12-01T10:39:14.9315900Z test_ops.py::TestOperatorsCPU::test_vjp_nn_functional_kl_div_cpu_float32 2022-12-01T10:39:14.9316048Z test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_kl_div_cpu_float32 2022-12-01T10:39:14.9316209Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_kl_div_cpu_float64 2022-12-01T10:39:14.9316361Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_kl_div_cpu_float32 2022-12-01T10:39:14.9316509Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_kl_div_cpu_float32 2022-12-01T10:39:14.9316660Z test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_kl_div_cpu_float32 2022-12-01T10:39:14.9317271Z /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:39:14.9317501Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:39:14.9317505Z 2022-12-01T10:39:14.9317665Z test_ops.py::TestOperatorsCPU::test_grad_nn_functional_upsample_bilinear_cpu_float32 2022-12-01T10:39:14.9317825Z test_ops.py::TestOperatorsCPU::test_jvpvjp_nn_functional_upsample_bilinear_cpu_float32 2022-12-01T10:39:14.9317987Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_upsample_bilinear_cpu_float32 2022-12-01T10:39:14.9318155Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_upsample_bilinear_cpu_float32 2022-12-01T10:39:14.9318321Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_upsample_bilinear_cpu_float32 2022-12-01T10:39:14.9318501Z test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_upsample_bilinear_cpu_float32 2022-12-01T10:39:14.9318911Z /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:39:14.9319280Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:39:14.9319291Z 2022-12-01T10:39:14.9319491Z test_ops.py::TestOperatorsCPU::test_grad_nn_functional_upsample_nearest_cpu_float32 2022-12-01T10:39:14.9319656Z test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_upsample_nearest_cpu_float32 2022-12-01T10:39:14.9319817Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_upsample_nearest_cpu_float32 2022-12-01T10:39:14.9319988Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_upsample_nearest_cpu_float32 2022-12-01T10:39:14.9320168Z test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_upsample_nearest_cpu_float32 2022-12-01T10:39:14.9320334Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_upsample_nearest_cpu_float32 2022-12-01T10:39:14.9320720Z /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:39:14.9320916Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:39:14.9320922Z 2022-12-01T10:39:14.9321053Z test_ops.py::TestOperatorsCPU::test_grad_scatter_reduce_amax_cpu_float32 2022-12-01T10:39:14.9321579Z /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:39:14.9321672Z return self.op(*args, **kwargs) 2022-12-01T10:39:14.9321677Z 2022-12-01T10:39:14.9321818Z test_ops.py::TestOperatorsCPU::test_grad_triangular_solve_cpu_float32 2022-12-01T10:39:14.9322273Z /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:39:14.9322460Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:39:14.9322566Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:39:14.9322652Z should be replaced with 2022-12-01T10:39:14.9322887Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T10:39:14.9322975Z return self.op(*args, **kwargs) 2022-12-01T10:39:14.9322980Z 2022-12-01T10:39:14.9323090Z test_ops.py::TestOperatorsCPU::test_jvp_qr_cpu_float32 2022-12-01T10:39:14.9323494Z /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:39:14.9323711Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:39:14.9323791Z Q, R = torch.qr(A, some) 2022-12-01T10:39:14.9323873Z should be replaced with 2022-12-01T10:39:14.9324230Z 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:39:14.9324319Z return self.op(*args, **kwargs) 2022-12-01T10:39:14.9324323Z 2022-12-01T10:39:14.9324461Z test_ops.py::TestOperatorsCPU::test_jvpvjp_cholesky_cpu_float32 2022-12-01T10:39:14.9324883Z /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:39:14.9324950Z L = torch.cholesky(A) 2022-12-01T10:39:14.9325028Z should be replaced with 2022-12-01T10:39:14.9325188Z L = torch.linalg.cholesky(A) 2022-12-01T10:39:14.9325250Z and 2022-12-01T10:39:14.9325344Z U = torch.cholesky(A, upper=True) 2022-12-01T10:39:14.9325425Z should be replaced with 2022-12-01T10:39:14.9325558Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T10:39:14.9325837Z 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:39:14.9325927Z return self.op(*args, **kwargs) 2022-12-01T10:39:14.9325932Z 2022-12-01T10:39:14.9326082Z test_ops.py::TestOperatorsCPU::test_jvpvjp_sparse_sampled_addmm_cpu_float32 2022-12-01T10:39:14.9326818Z /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:39:14.9326931Z torch.eye(m, n, device=device, dtype=dtype) 2022-12-01T10:39:14.9326936Z 2022-12-01T10:39:14.9327072Z test_ops.py::TestOperatorsCPU::test_jvpvjp_stft_cpu_float32 2022-12-01T10:39:14.9327676Z /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:39:14.9327781Z normalized, onesided, return_complex) 2022-12-01T10:39:14.9327787Z 2022-12-01T10:39:14.9327919Z test_ops.py::TestOperatorsCPU::test_jvpvjp_symeig_cpu_float32 2022-12-01T10:39:14.9328333Z /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:39:14.9328550Z 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:39:14.9328646Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:39:14.9328716Z should be replaced with 2022-12-01T10:39:14.9328894Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:39:14.9328958Z and 2022-12-01T10:39:14.9329062Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:39:14.9329142Z should be replaced with 2022-12-01T10:39:14.9329492Z 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:39:14.9329581Z return self.op(*args, **kwargs) 2022-12-01T10:39:14.9329586Z 2022-12-01T10:39:14.9329723Z test_ops.py::TestOperatorsCPU::test_vjpvjp_nn_functional_conv2d_cpu_float32 2022-12-01T10:39:14.9330314Z /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:39:14.9330407Z return self.op(*args, **kwargs) 2022-12-01T10:39:14.9330411Z 2022-12-01T10:39:14.9330547Z test_ops.py::TestOperatorsCPU::test_vjpvmap___rpow___cpu_float32 2022-12-01T10:39:14.9331300Z /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:39:14.9331441Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:39:14.9331482Z 2022-12-01T10:39:14.9331618Z test_ops.py::TestOperatorsCPU::test_vjpvmap_chalf_cpu_float32 2022-12-01T10:39:14.9332460Z /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:39:14.9332583Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-12-01T10:39:14.9332588Z 2022-12-01T10:39:14.9332723Z test_ops.py::TestOperatorsCPU::test_vjpvmap_diagflat_cpu_float32 2022-12-01T10:39:14.9333484Z /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:39:14.9333577Z return self.op(*args, **kwargs) 2022-12-01T10:39:14.9333583Z 2022-12-01T10:39:14.9333723Z test_ops.py::TestOperatorsCPU::test_vjpvmap_fft_ihfftn_cpu_float32 2022-12-01T10:39:14.9334481Z /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:39:14.9334571Z return self.op(*args, **kwargs) 2022-12-01T10:39:14.9334575Z 2022-12-01T10:39:14.9334717Z test_ops.py::TestOperatorsCPU::test_vjpvmap_index_reduce_cpu_float32 2022-12-01T10:39:14.9334856Z test_ops.py::TestOperatorsCPU::test_vmapvjp_index_reduce_cpu_float32 2022-12-01T10:39:14.9335624Z /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:39:14.9335716Z return self.op(*args, **kwargs) 2022-12-01T10:39:14.9335721Z 2022-12-01T10:39:14.9335860Z test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_lu_cpu_float32 2022-12-01T10:39:14.9335988Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lu_cpu_float32 2022-12-01T10:39:14.9336124Z test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lu_cpu_float32 2022-12-01T10:39:14.9336262Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lu_cpu_float32 2022-12-01T10:39:14.9337025Z /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:39:14.9337116Z return self.op(*args, **kwargs) 2022-12-01T10:39:14.9337121Z 2022-12-01T10:39:14.9337271Z test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_tensorsolve_cpu_float32 2022-12-01T10:39:14.9338041Z /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:39:14.9338134Z return self.op(*args, **kwargs) 2022-12-01T10:39:14.9338139Z 2022-12-01T10:39:14.9338313Z test_ops.py::TestOperatorsCPU::test_vjpvmap_lu_solve_cpu_float32 2022-12-01T10:39:14.9339105Z /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:39:14.9339198Z return self.op(*args, **kwargs) 2022-12-01T10:39:14.9339203Z 2022-12-01T10:39:14.9339342Z test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_fill_cpu_float32 2022-12-01T10:39:14.9339484Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_fill_cpu_float32 2022-12-01T10:39:14.9340261Z /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:39:14.9340352Z return self.op(*args, **kwargs) 2022-12-01T10:39:14.9340357Z 2022-12-01T10:39:14.9340501Z test_ops.py::TestOperatorsCPU::test_vjpvmap_masked_scatter_cpu_float32 2022-12-01T10:39:14.9340646Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_masked_scatter_cpu_float32 2022-12-01T10:39:14.9340781Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_scatter_cpu_float32 2022-12-01T10:39:14.9341554Z /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:39:14.9341643Z return self.op(*args, **kwargs) 2022-12-01T10:39:14.9341651Z 2022-12-01T10:39:14.9341787Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nansum_cpu_float32 2022-12-01T10:39:14.9341922Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nansum_cpu_float32 2022-12-01T10:39:14.9342066Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nanmean_cpu_float32 2022-12-01T10:39:14.9342199Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nanmean_cpu_float32 2022-12-01T10:39:14.9342337Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nanmean_cpu_float32 2022-12-01T10:39:14.9342475Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nansum_cpu_float32 2022-12-01T10:39:14.9343236Z /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:39:14.9343327Z return self.op(*args, **kwargs) 2022-12-01T10:39:14.9343332Z 2022-12-01T10:39:14.9343481Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_ctc_loss_cpu_float32 2022-12-01T10:39:14.9344227Z /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:39:14.9344406Z log_probs, targets, input_lengths, target_lengths, blank, _Reduction.get_enum(reduction), zero_infinity 2022-12-01T10:39:14.9344412Z 2022-12-01T10:39:14.9344561Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_gaussian_nll_loss_cpu_float32 2022-12-01T10:39:14.9344727Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_gaussian_nll_loss_cpu_float32 2022-12-01T10:39:14.9344928Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_gaussian_nll_loss_cpu_float32 2022-12-01T10:39:14.9345090Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_gaussian_nll_loss_cpu_float32 2022-12-01T10:39:14.9345281Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_gaussian_nll_loss_cpu_float32 2022-12-01T10:39:14.9346011Z /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:39:14.9346092Z if torch.any(var < 0): 2022-12-01T10:39:14.9346097Z 2022-12-01T10:39:14.9346252Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_huber_loss_cpu_float32 2022-12-01T10:39:14.9346413Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_huber_loss_cpu_float32 2022-12-01T10:39:14.9347160Z /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:39:14.9347342Z return torch._C._nn.huber_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), delta) 2022-12-01T10:39:14.9347347Z 2022-12-01T10:39:14.9347502Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_pool1d_cpu_float32 2022-12-01T10:39:14.9348235Z /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:39:14.9348395Z return torch.max_pool1d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-12-01T10:39:14.9348399Z 2022-12-01T10:39:14.9348559Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool2d_cpu_float32 2022-12-01T10:39:14.9348707Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_max_unpool2d_grad_cpu_float32 2022-12-01T10:39:14.9348872Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool2d_grad_cpu_float32 2022-12-01T10:39:14.9349041Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool2d_grad_cpu_float32 2022-12-01T10:39:14.9349780Z /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:39:14.9349913Z return torch._C._nn.max_unpool2d(input, indices, output_size) 2022-12-01T10:39:14.9349918Z 2022-12-01T10:39:14.9350072Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_mse_loss_cpu_float32 2022-12-01T10:39:14.9351027Z /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:39:14.9351192Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:39:14.9351197Z 2022-12-01T10:39:14.9351394Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_mse_loss_cpu_float32 2022-12-01T10:39:14.9352317Z /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:39:14.9352484Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:39:14.9352489Z 2022-12-01T10:39:14.9352642Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_mse_loss_cpu_float32 2022-12-01T10:39:14.9353523Z /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:39:14.9353684Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:39:14.9353689Z 2022-12-01T10:39:14.9353841Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_mse_loss_cpu_float32 2022-12-01T10:39:14.9354719Z /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:39:14.9354881Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:39:14.9354886Z 2022-12-01T10:39:14.9355054Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_multilabel_margin_loss_cpu_float32 2022-12-01T10:39:14.9355814Z /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:39:14.9355961Z return torch._C._nn.multilabel_margin_loss(input, target, reduction_enum) 2022-12-01T10:39:14.9355969Z 2022-12-01T10:39:14.9356117Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_pdist_cpu_float32 2022-12-01T10:39:14.9356881Z /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:39:14.9356971Z return self.op(*args, **kwargs) 2022-12-01T10:39:14.9356976Z 2022-12-01T10:39:14.9357141Z test_ops.py::TestOperatorsCPU::test_vjpvmap_nn_functional_triplet_margin_loss_cpu_float32 2022-12-01T10:39:14.9357892Z /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:39:14.9358099Z return torch.triplet_margin_loss(anchor, positive, negative, margin, p, eps, swap, reduction_enum) 2022-12-01T10:39:14.9358171Z 2022-12-01T10:39:14.9358292Z test_ops.py::TestOperatorsCPU::test_vjpvmap_put_cpu_float32 2022-12-01T10:39:14.9358430Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_put_cpu_float32 2022-12-01T10:39:14.9359310Z /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:39:14.9359407Z return self.op(*args, **kwargs) 2022-12-01T10:39:14.9359412Z 2022-12-01T10:39:14.9359550Z test_ops.py::TestOperatorsCPU::test_vjpvmap_quantile_cpu_float32 2022-12-01T10:39:14.9360339Z /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:39:14.9360431Z return self.op(*args, **kwargs) 2022-12-01T10:39:14.9360436Z 2022-12-01T10:39:14.9360572Z test_ops.py::TestOperatorsCPU::test_vjpvmap_quantile_cpu_float32 2022-12-01T10:39:14.9361337Z /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:39:14.9361430Z return self.op(*args, **kwargs) 2022-12-01T10:39:14.9361435Z 2022-12-01T10:39:14.9361571Z test_ops.py::TestOperatorsCPU::test_vjpvmap_renorm_cpu_float32 2022-12-01T10:39:14.9361709Z test_ops.py::TestOperatorsCPU::test_vmapvjp_renorm_cpu_float32 2022-12-01T10:39:14.9362467Z /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:39:14.9362559Z return self.op(*args, **kwargs) 2022-12-01T10:39:14.9362563Z 2022-12-01T10:39:14.9362643Z test_ops.py: 10 warnings 2022-12-01T10:39:14.9363429Z /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:39:14.9363521Z return self.op(*args, **kwargs) 2022-12-01T10:39:14.9363526Z 2022-12-01T10:39:14.9363682Z test_ops.py::TestOperatorsCPU::test_vjpvmap_segment_reduce_offsets_cpu_float32 2022-12-01T10:39:14.9363821Z test_ops.py::TestOperatorsCPU::test_vmapvjp_segment_reduce_lengths_cpu_float32 2022-12-01T10:39:14.9363975Z test_ops.py::TestOperatorsCPU::test_vmapvjp_segment_reduce_offsets_cpu_float32 2022-12-01T10:39:14.9364747Z /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:39:14.9364890Z return self.op(*args, **kwargs) 2022-12-01T10:39:14.9364895Z 2022-12-01T10:39:14.9365082Z test_ops.py::TestOperatorsCPU::test_vjpvmap_special_log_ndtr_cpu_float32 2022-12-01T10:39:14.9365238Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_special_log_ndtr_cpu_float32 2022-12-01T10:39:14.9366021Z /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:39:14.9366113Z return self.op(*args, **kwargs) 2022-12-01T10:39:14.9366118Z 2022-12-01T10:39:14.9366253Z test_ops.py::TestOperatorsCPU::test_vjpvmap_vdot_cpu_float32 2022-12-01T10:39:14.9366402Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_vecdot_cpu_float32 2022-12-01T10:39:14.9366540Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_vdot_cpu_float32 2022-12-01T10:39:14.9367296Z /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:39:14.9367388Z return self.op(*args, **kwargs) 2022-12-01T10:39:14.9367393Z 2022-12-01T10:39:14.9367542Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_as_strided_cpu_float32 2022-12-01T10:39:14.9367682Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_stft_cpu_float32 2022-12-01T10:39:14.9367800Z test_ops.py::TestOperatorsCPU::test_vmapvjp_stft_cpu_float32 2022-12-01T10:39:14.9367936Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_stft_cpu_float32 2022-12-01T10:39:14.9368673Z /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:39:14.9368839Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:39:14.9368844Z 2022-12-01T10:39:14.9368986Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cummin_cpu_float32 2022-12-01T10:39:14.9369744Z /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:39:14.9369906Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:39:14.9369911Z 2022-12-01T10:39:14.9370061Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_cumprod_cpu_float32 2022-12-01T10:39:14.9370216Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_vander_cpu_float32 2022-12-01T10:39:14.9370360Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_det_cpu_float32 2022-12-01T10:39:14.9370511Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_det_singular_cpu_float32 2022-12-01T10:39:14.9370655Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_prod_cpu_float32 2022-12-01T10:39:14.9371406Z /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:39:14.9371601Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:39:14.9371632Z 2022-12-01T10:39:14.9371769Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfft2_cpu_float32 2022-12-01T10:39:14.9371920Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfftn_cpu_float32 2022-12-01T10:39:14.9372067Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_fft_ihfftn_cpu_float64 2022-12-01T10:39:14.9372207Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ihfft2_cpu_float32 2022-12-01T10:39:14.9372346Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ihfftn_cpu_float32 2022-12-01T10:39:14.9372482Z test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ihfftn_cpu_float32 2022-12-01T10:39:14.9372625Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ihfft2_cpu_float32 2022-12-01T10:39:14.9372766Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ihfftn_cpu_float32 2022-12-01T10:39:14.9373513Z /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:39:14.9373672Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:39:14.9373677Z 2022-12-01T10:39:14.9373825Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_copy_cpu_float32 2022-12-01T10:39:14.9373960Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_index_copy_cpu_float64 2022-12-01T10:39:14.9374102Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_index_copy_cpu_float32 2022-12-01T10:39:14.9374868Z /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:39:14.9375029Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:39:14.9375034Z 2022-12-01T10:39:14.9375209Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_householder_product_cpu_float64 2022-12-01T10:39:14.9375372Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_householder_product_cpu_float32 2022-12-01T10:39:14.9376099Z /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:39:14.9376264Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:39:14.9376269Z 2022-12-01T10:39:14.9376435Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_ctc_loss_cpu_float32 2022-12-01T10:39:14.9376598Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_ctc_loss_cpu_float64 2022-12-01T10:39:14.9377347Z /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:39:14.9377505Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:39:14.9377543Z 2022-12-01T10:39:14.9377717Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_embedding_bag_cpu_float32 2022-12-01T10:39:14.9378520Z /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:39:14.9378681Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:39:14.9378685Z 2022-12-01T10:39:14.9378867Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_fractional_max_pool2d_cpu_float32 2022-12-01T10:39:14.9379639Z /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:39:14.9379802Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:39:14.9379807Z 2022-12-01T10:39:14.9379975Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_huber_loss_cpu_float32 2022-12-01T10:39:14.9380729Z /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:39:14.9380890Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:39:14.9380897Z 2022-12-01T10:39:14.9381063Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool3d_cpu_float32 2022-12-01T10:39:14.9381230Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_max_pool3d_cpu_float64 2022-12-01T10:39:14.9381376Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_pool3d_cpu_float32 2022-12-01T10:39:14.9381528Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_pool3d_cpu_float32 2022-12-01T10:39:14.9381684Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_pool3d_cpu_float32 2022-12-01T10:39:14.9382456Z /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:39:14.9382620Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:39:14.9382626Z 2022-12-01T10:39:14.9382787Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_mish_cpu_float32 2022-12-01T10:39:14.9383530Z /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:39:14.9383692Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:39:14.9383697Z 2022-12-01T10:39:14.9383872Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_multi_margin_loss_cpu_float32 2022-12-01T10:39:14.9384073Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_multi_margin_loss_cpu_float32 2022-12-01T10:39:14.9384860Z /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:39:14.9385022Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:39:14.9385027Z 2022-12-01T10:39:14.9385190Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pdist_cpu_float32 2022-12-01T10:39:14.9385350Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_pdist_cpu_float64 2022-12-01T10:39:14.9385499Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pdist_cpu_float32 2022-12-01T10:39:14.9386250Z /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:39:14.9386409Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:39:14.9386413Z 2022-12-01T10:39:14.9386561Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_rrelu_cpu_float32 2022-12-01T10:39:14.9387329Z /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:39:14.9387476Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:39:14.9387495Z 2022-12-01T10:39:14.9387659Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_smooth_l1_loss_cpu_float32 2022-12-01T10:39:14.9387820Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_smooth_l1_loss_cpu_float32 2022-12-01T10:39:14.9387981Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_smooth_l1_loss_cpu_float32 2022-12-01T10:39:14.9388742Z /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:39:14.9388902Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:39:14.9388909Z 2022-12-01T10:39:14.9389083Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_soft_margin_loss_cpu_float32 2022-12-01T10:39:14.9389259Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_nn_functional_soft_margin_loss_cpu_float64 2022-12-01T10:39:14.9389425Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_soft_margin_loss_cpu_float32 2022-12-01T10:39:14.9390184Z /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:39:14.9390343Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:39:14.9390439Z 2022-12-01T10:39:14.9390592Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_put_cpu_float32 2022-12-01T10:39:14.9390729Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_put_cpu_float32 2022-12-01T10:39:14.9390896Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_take_cpu_float32 2022-12-01T10:39:14.9391641Z /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:39:14.9391807Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:39:14.9391812Z 2022-12-01T10:39:14.9391941Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_put_cpu_float32 2022-12-01T10:39:14.9392085Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_take_cpu_float32 2022-12-01T10:39:14.9392231Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_take_cpu_float64 2022-12-01T10:39:14.9392366Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_put_cpu_float32 2022-12-01T10:39:14.9393102Z /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:39:14.9393262Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:39:14.9393266Z 2022-12-01T10:39:14.9393430Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_segment_reduce_lengths_cpu_float32 2022-12-01T10:39:14.9393593Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_segment_reduce_lengths_cpu_float64 2022-12-01T10:39:14.9393759Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_segment_reduce_offsets_cpu_float32 2022-12-01T10:39:14.9393919Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_segment_reduce_offsets_cpu_float64 2022-12-01T10:39:14.9394071Z test_ops.py::TestOperatorsCPU::test_vmapvjp_segment_reduce_lengths_cpu_float32 2022-12-01T10:39:14.9394208Z test_ops.py::TestOperatorsCPU::test_vmapvjp_segment_reduce_offsets_cpu_float32 2022-12-01T10:39:14.9394969Z /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:39:14.9395130Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:39:14.9395135Z 2022-12-01T10:39:14.9395285Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_to_sparse_cpu_float64 2022-12-01T10:39:14.9396038Z /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:39:14.9396196Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:39:14.9396200Z 2022-12-01T10:39:14.9396345Z test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_unfold_cpu_float32 2022-12-01T10:39:14.9396484Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_unfold_cpu_float32 2022-12-01T10:39:14.9396618Z test_ops.py::TestOperatorsCPU::test_vmapvjp_unfold_cpu_float32 2022-12-01T10:39:14.9396756Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_unfold_cpu_float32 2022-12-01T10:39:14.9397564Z /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:39:14.9397724Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:39:14.9397729Z 2022-12-01T10:39:14.9397867Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_complex_cpu_float32 2022-12-01T10:39:14.9398001Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_polar_cpu_float32 2022-12-01T10:39:14.9398128Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_complex_cpu_float32 2022-12-01T10:39:14.9398262Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_polar_cpu_float32 2022-12-01T10:39:14.9398398Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_complex_cpu_float32 2022-12-01T10:39:14.9399300Z /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:39:14.9399434Z return self.op(*args, **kwargs) 2022-12-01T10:39:14.9399441Z 2022-12-01T10:39:14.9399604Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_fft_ihfft2_cpu_float32 2022-12-01T10:39:14.9399748Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ihfft2_cpu_float32 2022-12-01T10:39:14.9399887Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_fft_ihfftn_cpu_float32 2022-12-01T10:39:14.9400023Z test_ops.py::TestOperatorsCPU::test_vmapvjp_fft_ihfftn_cpu_float32 2022-12-01T10:39:14.9400159Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ihfft2_cpu_float32 2022-12-01T10:39:14.9400285Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_fft_ihfftn_cpu_float32 2022-12-01T10:39:14.9401079Z /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:39:14.9401158Z return self.op(*args, **kwargs) 2022-12-01T10:39:14.9401176Z 2022-12-01T10:39:14.9401314Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lu_factor_ex_cpu_float32 2022-12-01T10:39:14.9401463Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_lu_solve_cpu_float32 2022-12-01T10:39:14.9401617Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_factor_ex_cpu_float32 2022-12-01T10:39:14.9401766Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_solve_cpu_float32 2022-12-01T10:39:14.9401911Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lu_unpack_cpu_float32 2022-12-01T10:39:14.9402684Z /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:39:14.9402776Z return self.op(*args, **kwargs) 2022-12-01T10:39:14.9402780Z 2022-12-01T10:39:14.9402916Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_lu_cpu_float32 2022-12-01T10:39:14.9403052Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lu_cpu_float32 2022-12-01T10:39:14.9403782Z /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:39:14.9403992Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T10:39:14.9404033Z 2022-12-01T10:39:14.9404179Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nanquantile_cpu_float32 2022-12-01T10:39:14.9404307Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_quantile_cpu_float32 2022-12-01T10:39:14.9404452Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nanquantile_cpu_float32 2022-12-01T10:39:14.9404593Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_quantile_cpu_float32 2022-12-01T10:39:14.9404731Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nanquantile_cpu_float32 2022-12-01T10:39:14.9404869Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_quantile_cpu_float32 2022-12-01T10:39:14.9405637Z /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:39:14.9405736Z return self.op(*args, **kwargs) 2022-12-01T10:39:14.9405740Z 2022-12-01T10:39:14.9405886Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nanquantile_cpu_float32 2022-12-01T10:39:14.9406026Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_quantile_cpu_float32 2022-12-01T10:39:14.9406170Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nanquantile_cpu_float32 2022-12-01T10:39:14.9406296Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_quantile_cpu_float32 2022-12-01T10:39:14.9406438Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nanquantile_cpu_float32 2022-12-01T10:39:14.9406574Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_quantile_cpu_float32 2022-12-01T10:39:14.9407331Z /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:39:14.9407421Z return self.op(*args, **kwargs) 2022-12-01T10:39:14.9407426Z 2022-12-01T10:39:14.9407585Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_huber_loss_cpu_float32 2022-12-01T10:39:14.9408332Z /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:39:14.9408513Z return torch._C._nn.huber_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), delta) 2022-12-01T10:39:14.9408521Z 2022-12-01T10:39:14.9408690Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_pool3d_cpu_float32 2022-12-01T10:39:14.9408926Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_pool3d_cpu_float32 2022-12-01T10:39:14.9409123Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_pool3d_cpu_float32 2022-12-01T10:39:14.9409287Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_pool3d_cpu_float32 2022-12-01T10:39:14.9410048Z /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:39:14.9410222Z return torch._C._nn.max_pool3d_with_indices(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-12-01T10:39:14.9410270Z 2022-12-01T10:39:14.9410426Z test_ops.py::TestOperatorsCPU::test_vmapjvpall_nn_functional_max_pool3d_cpu_float32 2022-12-01T10:39:14.9410596Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_pool3d_cpu_float32 2022-12-01T10:39:14.9410751Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_pool3d_cpu_float32 2022-12-01T10:39:14.9410906Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_pool3d_cpu_float32 2022-12-01T10:39:14.9411662Z /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:39:14.9411818Z return torch.max_pool3d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-12-01T10:39:14.9411825Z 2022-12-01T10:39:14.9411969Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_copysign_cpu_float32 2022-12-01T10:39:14.9412108Z test_ops.py::TestOperatorsCPU::test_vmapvjp_copysign_cpu_float32 2022-12-01T10:39:14.9412250Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_copysign_cpu_float32 2022-12-01T10:39:14.9413030Z /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:39:14.9413121Z return self.op(*args, **kwargs) 2022-12-01T10:39:14.9413126Z 2022-12-01T10:39:14.9413268Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_cumprod_cpu_float32 2022-12-01T10:39:14.9414039Z /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:39:14.9414130Z return self.op(*args, **kwargs) 2022-12-01T10:39:14.9414135Z 2022-12-01T10:39:14.9414287Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_factor_ex_cpu_float32 2022-12-01T10:39:14.9414423Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_lu_solve_cpu_float32 2022-12-01T10:39:14.9414558Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_lu_cpu_float32 2022-12-01T10:39:14.9414701Z test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_lu_factor_cpu_float32 2022-12-01T10:39:14.9414833Z test_ops.py::TestOperatorsCPU::test_vmapvjp_lu_solve_cpu_float32 2022-12-01T10:39:14.9414979Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_lu_factor_cpu_float32 2022-12-01T10:39:14.9415115Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lu_cpu_float32 2022-12-01T10:39:14.9415252Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_lu_solve_cpu_float32 2022-12-01T10:39:14.9415995Z /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:39:14.9416159Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:39:14.9416164Z 2022-12-01T10:39:14.9416312Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_masked_cumprod_cpu_float32 2022-12-01T10:39:14.9417059Z /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:39:14.9417262Z return torch.cumprod(mask_input, dim_, dtype=dtype).to(dtype=dtype) 2022-12-01T10:39:14.9417267Z 2022-12-01T10:39:14.9417435Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool1d_grad_cpu_float32 2022-12-01T10:39:14.9417579Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool1d_cpu_float32 2022-12-01T10:39:14.9417740Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool1d_cpu_float32 2022-12-01T10:39:14.9418483Z /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:39:14.9418744Z return torch._C._nn.max_unpool2d(input.unsqueeze(-1), indices.unsqueeze(-1), output_size).squeeze(-1) 2022-12-01T10:39:14.9418750Z 2022-12-01T10:39:14.9418919Z test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_nn_functional_max_unpool3d_grad_cpu_float32 2022-12-01T10:39:14.9419076Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_max_unpool3d_cpu_float32 2022-12-01T10:39:14.9419237Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_max_unpool3d_cpu_float32 2022-12-01T10:39:14.9420055Z /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:39:14.9420222Z return torch._C._nn.max_unpool3d(input, indices, output_size, _stride, padding) 2022-12-01T10:39:14.9420228Z 2022-12-01T10:39:14.9420376Z test_ops.py::TestOperatorsCPU::test_vmapvjp_as_strided_scatter_cpu_float32 2022-12-01T10:39:14.9420530Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_as_strided_scatter_cpu_float32 2022-12-01T10:39:14.9421342Z /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:39:14.9421491Z torch.as_strided_scatter(x, src, size, stride, storage_offset=storage_offset), 2022-12-01T10:39:14.9421496Z 2022-12-01T10:39:14.9421670Z test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_logsigmoid_cpu_float32 2022-12-01T10:39:14.9421832Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_logsigmoid_cpu_float32 2022-12-01T10:39:14.9421981Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_logsigmoid_cpu_float32 2022-12-01T10:39:14.9422864Z /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:39:14.9423027Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:39:14.9423032Z 2022-12-01T10:39:14.9423202Z test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_nn_functional_logsigmoid_cpu_float32 2022-12-01T10:39:14.9423403Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_logsigmoid_cpu_float32 2022-12-01T10:39:14.9423613Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_logsigmoid_cpu_float32 2022-12-01T10:39:14.9424498Z /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:39:14.9424657Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:39:14.9424662Z 2022-12-01T10:39:14.9424817Z test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_sigmoid_cpu_float32 2022-12-01T10:39:14.9425151Z /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:39:14.9425316Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-12-01T10:39:14.9425322Z 2022-12-01T10:39:14.9425462Z test_ops.py::TestOperatorsCPU::test_vmapvjp_index_reduce_cpu_float32 2022-12-01T10:39:14.9426207Z /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:39:14.9426369Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:39:14.9426377Z 2022-12-01T10:39:14.9426522Z test_ops.py::TestOperatorsCPU::test_vmapvjp_index_reduce_cpu_float32 2022-12-01T10:39:14.9426663Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_reduce_prod_cpu_float32 2022-12-01T10:39:14.9427414Z /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:39:14.9427561Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:39:14.9427582Z 2022-12-01T10:39:14.9427720Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_ctc_loss_cpu_float32 2022-12-01T10:39:14.9428472Z /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:39:14.9428655Z log_probs, targets, input_lengths, target_lengths, blank, _Reduction.get_enum(reduction), zero_infinity 2022-12-01T10:39:14.9428660Z 2022-12-01T10:39:14.9428813Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_ctc_loss_cpu_float32 2022-12-01T10:39:14.9429579Z /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:39:14.9429741Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:39:14.9429779Z 2022-12-01T10:39:14.9429944Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_multi_margin_loss_cpu_float32 2022-12-01T10:39:14.9430788Z /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:39:14.9430956Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-12-01T10:39:14.9430961Z 2022-12-01T10:39:14.9431113Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_pdist_cpu_float32 2022-12-01T10:39:14.9431890Z /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:39:14.9431990Z return self.op(*args, **kwargs) 2022-12-01T10:39:14.9431995Z 2022-12-01T10:39:14.9432157Z test_ops.py::TestOperatorsCPU::test_vmapvjp_nn_functional_smooth_l1_loss_cpu_float32 2022-12-01T10:39:14.9432320Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_smooth_l1_loss_cpu_float32 2022-12-01T10:39:14.9433058Z /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:39:14.9433241Z return torch._C._nn.smooth_l1_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), beta) 2022-12-01T10:39:14.9433248Z 2022-12-01T10:39:14.9433396Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_combinations_cpu_float32 2022-12-01T10:39:14.9433547Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_masked_select_cpu_float32 2022-12-01T10:39:14.9434297Z /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:39:14.9434457Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:39:14.9434462Z 2022-12-01T10:39:14.9434627Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_nn_functional_soft_margin_loss_cpu_float32 2022-12-01T10:39:14.9435375Z /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:39:14.9435514Z return torch._C._nn.soft_margin_loss(input, target, reduction_enum) 2022-12-01T10:39:14.9435519Z 2022-12-01T10:39:14.9435673Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_scatter_reduce_prod_cpu_float32 2022-12-01T10:39:14.9436424Z /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:39:14.9436620Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:39:14.9436625Z 2022-12-01T10:39:14.9436763Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_take_cpu_float32 2022-12-01T10:39:14.9437561Z /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:39:14.9437640Z return self.op(*args, **kwargs) 2022-12-01T10:39:14.9437658Z 2022-12-01T10:39:14.9437782Z test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_take_cpu_float32 2022-12-01T10:39:14.9438511Z /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:39:14.9438681Z allow_unused, accumulate_grad=False) # Calls into the C++ engine to run the backward pass 2022-12-01T10:39:14.9438686Z 2022-12-01T10:39:14.9438917Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-12-01T10:39:14.9439419Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/functorch.test_ops/functorch.test_ops-1e81c5d87524af08.xml - 2022-12-01T10:39:14.9439572Z = 3303 passed, 1001 skipped, 16 deselected, 179 xfailed, 264 warnings in 1725.40s (0:28:45) = 2022-12-01T10:39:14.9440048Z /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:39:14.9440153Z warnings.warn(msg, FutureWarning) 2022-12-01T10:39:14.9440684Z /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:39:14.9440783Z warnings.warn(msg, FutureWarning) 2022-12-01T10:39:14.9441303Z /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:39:14.9441399Z warnings.warn(msg, FutureWarning) 2022-12-01T10:39:14.9441882Z /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:39:14.9441981Z warnings.warn(msg, FutureWarning) 2022-12-01T10:39:14.9442681Z /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:39:14.9442779Z warnings.warn(msg, FutureWarning) 2022-12-01T10:39:14.9443505Z /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:39:14.9443667Z warnings.warn(msg, FutureWarning) 2022-12-01T10:39:14.9443840Z 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:39:14.9443846Z 2022-12-01T10:39:14.9444438Z ##[endgroup] 2022-12-01T10:39:14.9444747Z FINISHED PRINTING LOG FILE of functorch/test_ops (/var/lib/jenkins/workspace/test/test-reports/functorch-test_ops_0s9mfore) 2022-12-01T10:39:14.9444753Z 2022-12-01T10:39:15.1223263Z 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:39:15.121906] 2022-12-01T10:39:25.2302781Z 2022-12-01T10:39:25.2303265Z Expand the folded group to see the log file of functorch/test_ops 2022-12-01T10:39:25.2303988Z ##[group]PRINTING LOG FILE of functorch/test_ops (/var/lib/jenkins/workspace/test/test-reports/functorch-test_ops_2faaw5n7) 2022-12-01T10:39:25.2306144Z Test results will be stored in test-reports/python-pytest/functorch.test_ops/functorch.test_ops-3c78c9b0a6439b85.xml 2022-12-01T10:39:25.2306752Z ============================= test session starts ============================== 2022-12-01T10:39:25.2307139Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:39:25.2307400Z cachedir: .pytest_cache 2022-12-01T10:39:25.2307803Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:39:25.2308197Z rootdir: /var/lib/jenkins/workspace/test/functorch, configfile: pytest.ini 2022-12-01T10:39:25.2308868Z 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:39:25.2309445Z collecting ... collected 8880 items / 8852 deselected / 28 selected 2022-12-01T10:39:25.2313361Z 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:39:25.2316384Z 2022-12-01T10:39:25.2316562Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_cholesky_cpu_float32 PASSED 2022-12-01T10:39:25.2317011Z functorch/test_ops.py::TestOperatorsCPU::test_grad_linalg_cholesky_ex_cpu_float32 PASSED 2022-12-01T10:39:25.2317350Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_cholesky_cpu_float32 PASSED 2022-12-01T10:39:25.2317694Z functorch/test_ops.py::TestOperatorsCPU::test_jvp_linalg_cholesky_ex_cpu_float32 PASSED 2022-12-01T10:39:25.2318038Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_cholesky_cpu_float32 PASSED 2022-12-01T10:39:25.2318421Z functorch/test_ops.py::TestOperatorsCPU::test_jvpvjp_linalg_cholesky_ex_cpu_float32 PASSED 2022-12-01T10:39:25.2318753Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_cholesky_cpu_float32 PASSED 2022-12-01T10:39:25.2319497Z functorch/test_ops.py::TestOperatorsCPU::test_vjp_linalg_cholesky_ex_cpu_float32 PASSED 2022-12-01T10:39:25.2319951Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_cholesky_cpu_float32 PASSED 2022-12-01T10:39:25.2320289Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvjp_linalg_cholesky_ex_cpu_float32 PASSED 2022-12-01T10:39:25.2320716Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_cholesky_cpu_float32 PASSED 2022-12-01T10:39:25.2321073Z functorch/test_ops.py::TestOperatorsCPU::test_vjpvmap_linalg_cholesky_ex_cpu_float32 PASSED 2022-12-01T10:39:25.2321439Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cholesky_cpu_float32 PASSED 2022-12-01T10:39:25.2321796Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cholesky_cpu_float64 PASSED 2022-12-01T10:39:25.2322177Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cholesky_ex_cpu_float32 PASSED 2022-12-01T10:39:25.2322556Z functorch/test_ops.py::TestOperatorsCPU::test_vmap_autograd_grad_linalg_cholesky_ex_cpu_float64 PASSED 2022-12-01T10:39:25.2322941Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_cholesky_cpu_float32 PASSED 2022-12-01T10:39:25.2323318Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_has_batch_rule_linalg_cholesky_ex_cpu_float32 PASSED 2022-12-01T10:39:25.2323698Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_cholesky_cpu_float32 PASSED 2022-12-01T10:39:25.2324056Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpall_linalg_cholesky_ex_cpu_float32 PASSED 2022-12-01T10:39:25.2324401Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_cholesky_cpu_float32 PASSED 2022-12-01T10:39:25.2324763Z functorch/test_ops.py::TestOperatorsCPU::test_vmapjvpvjp_linalg_cholesky_ex_cpu_float32 PASSED 2022-12-01T10:39:25.2325131Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_cholesky_cpu_float32 PASSED 2022-12-01T10:39:25.2325508Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_has_batch_rule_linalg_cholesky_ex_cpu_float32 PASSED 2022-12-01T10:39:25.2325860Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_cholesky_cpu_float32 PASSED 2022-12-01T10:39:25.2326210Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjp_linalg_cholesky_ex_cpu_float32 PASSED 2022-12-01T10:39:25.2326565Z functorch/test_ops.py::TestOperatorsCPU::test_vmapvjpvjp_linalg_cholesky_cpu_float32 PASSED 2022-12-01T10:39:25.2327431Z 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:39:25.2327964Z warnings.warn(msg, FutureWarning) 2022-12-01T10:39:25.2328609Z /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:39:25.2329153Z warnings.warn(msg, FutureWarning) 2022-12-01T10:39:25.2329840Z /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:39:25.2330287Z warnings.warn(msg, FutureWarning) 2022-12-01T10:39:25.2330898Z /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:39:25.2331330Z warnings.warn(msg, FutureWarning) 2022-12-01T10:39:25.2332154Z /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:39:25.2332709Z warnings.warn(msg, FutureWarning) 2022-12-01T10:39:25.2333558Z /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:39:25.2334109Z warnings.warn(msg, FutureWarning) 2022-12-01T10:39:25.2334243Z 2022-12-01T10:39:25.2334248Z 2022-12-01T10:39:25.2334362Z =============================== warnings summary =============================== 2022-12-01T10:39:25.2334713Z ../../../../../opt/conda/lib/python3.7/site-packages/_pytest/config/__init__.py:1130 2022-12-01T10:39:25.2335245Z /opt/conda/lib/python3.7/site-packages/_pytest/config/__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-12-01T10:39:25.2335594Z self._mark_plugins_for_rewrite(hook) 2022-12-01T10:39:25.2335727Z 2022-12-01T10:39:25.2335965Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-12-01T10:39:25.2336487Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/functorch.test_ops/functorch.test_ops-3c78c9b0a6439b85.xml - 2022-12-01T10:39:25.2336857Z ================ 28 passed, 8852 deselected, 1 warning in 6.66s ================ 2022-12-01T10:39:25.2337164Z 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:39:25.2337360Z 2022-12-01T10:39:25.2337630Z ##[endgroup] 2022-12-01T10:39:25.2338029Z FINISHED PRINTING LOG FILE of functorch/test_ops (/var/lib/jenkins/workspace/test/test-reports/functorch-test_ops_2faaw5n7) 2022-12-01T10:39:25.2338240Z 2022-12-01T10:39:25.2338413Z Running functorch/test_vmap ... [2022-12-01 10:39:25.231373] 2022-12-01T10:39:25.2338900Z Executing ['/opt/conda/bin/python', '-bb', 'functorch/test_vmap.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:39:25.231823] 2022-12-01T10:40:54.3998089Z 2022-12-01T10:40:54.3998494Z Expand the folded group to see the log file of functorch/test_vmap 2022-12-01T10:40:54.4002667Z ##[group]PRINTING LOG FILE of functorch/test_vmap (/var/lib/jenkins/workspace/test/test-reports/functorch-test_vmap_ki5s7g0p) 2022-12-01T10:40:54.4004660Z Test results will be stored in test-reports/python-unittest/functorch.test_vmap 2022-12-01T10:40:54.4005670Z /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:54.4006507Z warnings.warn(msg, FutureWarning) 2022-12-01T10:40:54.4007626Z /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:54.4008380Z warnings.warn(msg, FutureWarning) 2022-12-01T10:40:54.4011820Z /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:54.4012671Z warnings.warn(msg, FutureWarning) 2022-12-01T10:40:54.4013721Z /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:54.4015748Z warnings.warn(msg, FutureWarning) 2022-12-01T10:40:54.4017728Z /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:54.4018638Z warnings.warn(msg, FutureWarning) 2022-12-01T10:40:54.4020207Z /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:54.4021272Z warnings.warn(msg, FutureWarning) 2022-12-01T10:40:54.4021444Z 2022-12-01T10:40:54.4021520Z Running tests... 2022-12-01T10:40:54.4021911Z ---------------------------------------------------------------------- 2022-12-01T10:40:54.4022934Z 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:40:54.4023921Z slices_equal = vmap(vmap(lambda x, y: (x == y).all(), (0, None)), (None, 0))(tensor, tensor) 2022-12-01T10:40:54.4024253Z ok (0.022s) 2022-12-01T10:40:54.4024564Z test_alpha_dropout_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:40:54.4025032Z test_alpha_dropout_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:40:54.4025587Z test_alpha_dropout_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:40:54.4026156Z test_alpha_dropout_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4080177Z test_alpha_dropout_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4080938Z test_alpha_dropout_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:40:54.4081532Z test_alpha_dropout_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:40:54.4082125Z test_alpha_dropout_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:40:54.4082872Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_first_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:40:54.4083907Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_first_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:40:54.4084698Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_first_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:40:54.4085502Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_last_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:40:54.4086270Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_last_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:40:54.4087000Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_last_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:40:54.4087820Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_none_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4088816Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_none_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4089595Z test_bernoulli_in_place_use_generator_False_randomness_different_batched_input_none_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4090063Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_first_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4090539Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_first_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4091012Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_first_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4091497Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_last_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4091973Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_last_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4092677Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_last_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4093358Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_none_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4093814Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_none_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4094273Z test_bernoulli_in_place_use_generator_False_randomness_error_batched_input_none_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4094746Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_first_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4095252Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_first_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4095698Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_first_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:40:54.4096292Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_last_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4096973Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_last_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4097932Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_last_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:40:54.4098760Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_none_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4099317Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_none_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4099777Z test_bernoulli_in_place_use_generator_False_randomness_same_batched_input_none_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:40:54.4100246Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_first_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:40:54.4100725Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_first_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:40:54.4101185Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_first_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:40:54.4101653Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_last_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:40:54.4102122Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_last_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:40:54.4102589Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_last_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:40:54.4103345Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_none_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4104177Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_none_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4104723Z test_bernoulli_in_place_use_generator_True_randomness_different_batched_input_none_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4105194Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_first_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4105795Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_first_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4106610Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_first_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4107253Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_last_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4108021Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_last_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4108762Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_last_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4109495Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_none_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4110399Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_none_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4111134Z test_bernoulli_in_place_use_generator_True_randomness_error_batched_input_none_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4111999Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_first_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4112827Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_first_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4113605Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_first_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-12-01T10:40:54.4114458Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_last_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4115306Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_last_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4116165Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_last_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:40:54.4117009Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_none_batched_probability_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4117863Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_none_batched_probability_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4118709Z test_bernoulli_in_place_use_generator_True_randomness_same_batched_input_none_batched_probability_none_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-12-01T10:40:54.4119573Z test_chunk_vmap_in_dim_0_out_dim_0_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4120137Z test_chunk_vmap_in_dim_0_out_dim_1_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4120706Z test_chunk_vmap_in_dim_0_out_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4121276Z test_chunk_vmap_in_dim_1_out_dim_0_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4121839Z test_chunk_vmap_in_dim_1_out_dim_1_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4122382Z test_chunk_vmap_in_dim_1_out_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4122959Z test_chunk_vmap_in_dim_2_out_dim_0_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4123521Z test_chunk_vmap_in_dim_2_out_dim_1_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4124062Z test_chunk_vmap_in_dim_2_out_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4124682Z test_dropout_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:40:54.4125359Z test_dropout_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:40:54.4126045Z test_dropout_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:40:54.4126690Z test_dropout_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4127350Z test_dropout_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4127999Z test_dropout_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4128647Z test_dropout_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:40:54.4129273Z test_dropout_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:40:54.4129914Z test_dropout_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:40:54.4130586Z test_factory_ops_randomness_different_use_generator_False_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4131375Z test_factory_ops_randomness_different_use_generator_True_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-12-01T10:40:54.4132118Z test_factory_ops_randomness_error_use_generator_False_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4132788Z test_factory_ops_randomness_error_use_generator_True_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4133463Z test_factory_ops_randomness_same_use_generator_False_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4134112Z test_factory_ops_randomness_same_use_generator_True_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-12-01T10:40:54.4134815Z test_feature_alpha_dropout_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-12-01T10:40:54.4135556Z test_feature_alpha_dropout_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-12-01T10:40:54.4136322Z test_feature_alpha_dropout_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-12-01T10:40:54.4137078Z test_feature_alpha_dropout_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:40:54.4137836Z test_feature_alpha_dropout_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:40:54.4138584Z test_feature_alpha_dropout_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:40:54.4139335Z test_feature_alpha_dropout_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:40:54.4139980Z test_feature_alpha_dropout_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:40:54.4140635Z test_feature_alpha_dropout_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:40:54.4141303Z test_feature_dropout_randomness_different_batched_input_first_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-12-01T10:40:54.4141960Z test_feature_dropout_randomness_different_batched_input_first_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-12-01T10:40:54.4142587Z test_feature_dropout_randomness_different_batched_input_last_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-12-01T10:40:54.4143213Z test_feature_dropout_randomness_different_batched_input_last_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-12-01T10:40:54.4144909Z test_feature_dropout_randomness_different_batched_input_none_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-12-01T10:40:54.4145555Z test_feature_dropout_randomness_different_batched_input_none_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-12-01T10:40:54.4146176Z test_feature_dropout_randomness_error_batched_input_first_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:40:54.4146797Z test_feature_dropout_randomness_error_batched_input_first_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:40:54.4147430Z test_feature_dropout_randomness_error_batched_input_last_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:40:54.4148041Z test_feature_dropout_randomness_error_batched_input_last_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:40:54.4148634Z test_feature_dropout_randomness_error_batched_input_none_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:40:54.4149226Z test_feature_dropout_randomness_error_batched_input_none_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.008s) 2022-12-01T10:40:54.4149884Z test_feature_dropout_randomness_same_batched_input_first_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:40:54.4150496Z test_feature_dropout_randomness_same_batched_input_first_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:40:54.4151118Z test_feature_dropout_randomness_same_batched_input_last_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-12-01T10:40:54.4151831Z test_feature_dropout_randomness_same_batched_input_last_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:40:54.4152485Z test_feature_dropout_randomness_same_batched_input_none_dim_2_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:40:54.4153080Z test_feature_dropout_randomness_same_batched_input_none_dim_3_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-12-01T10:40:54.4153595Z test_jacfwd_with_random_cpu (__main__.TestRandomnessCPU) ... ok (0.059s) 2022-12-01T10:40:54.4154151Z test_like_functions_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:40:54.4154762Z test_like_functions_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-12-01T10:40:54.4155421Z test_like_functions_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-12-01T10:40:54.4156068Z test_like_functions_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4156643Z test_like_functions_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4157218Z test_like_functions_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4157785Z test_like_functions_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4158360Z test_like_functions_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4158955Z test_like_functions_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4161971Z test_multinomial_use_generator_False_randomness_different_batched_call_False_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:40:54.4162617Z test_multinomial_use_generator_False_randomness_different_batched_call_False_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:40:54.4163077Z test_multinomial_use_generator_False_randomness_different_batched_call_False_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:40:54.4163525Z test_multinomial_use_generator_False_randomness_different_batched_call_True_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:40:54.4163974Z test_multinomial_use_generator_False_randomness_different_batched_call_True_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:40:54.4164402Z test_multinomial_use_generator_False_randomness_different_batched_call_True_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:40:54.4164848Z test_multinomial_use_generator_False_randomness_error_batched_call_False_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4165287Z test_multinomial_use_generator_False_randomness_error_batched_call_False_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4165728Z test_multinomial_use_generator_False_randomness_error_batched_call_False_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4166159Z test_multinomial_use_generator_False_randomness_error_batched_call_True_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4166584Z test_multinomial_use_generator_False_randomness_error_batched_call_True_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4167016Z test_multinomial_use_generator_False_randomness_error_batched_call_True_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4167454Z test_multinomial_use_generator_False_randomness_same_batched_call_False_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4168009Z test_multinomial_use_generator_False_randomness_same_batched_call_False_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4168470Z test_multinomial_use_generator_False_randomness_same_batched_call_False_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-12-01T10:40:54.4168907Z test_multinomial_use_generator_False_randomness_same_batched_call_True_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4169343Z test_multinomial_use_generator_False_randomness_same_batched_call_True_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4169775Z test_multinomial_use_generator_False_randomness_same_batched_call_True_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:40:54.4170200Z test_multinomial_use_generator_True_randomness_different_batched_call_False_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:40:54.4170650Z test_multinomial_use_generator_True_randomness_different_batched_call_False_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:40:54.4171093Z test_multinomial_use_generator_True_randomness_different_batched_call_False_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:40:54.4171532Z test_multinomial_use_generator_True_randomness_different_batched_call_True_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:40:54.4171962Z test_multinomial_use_generator_True_randomness_different_batched_call_True_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:40:54.4172401Z test_multinomial_use_generator_True_randomness_different_batched_call_True_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:40:54.4172833Z test_multinomial_use_generator_True_randomness_error_batched_call_False_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4173264Z test_multinomial_use_generator_True_randomness_error_batched_call_False_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4173687Z test_multinomial_use_generator_True_randomness_error_batched_call_False_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4174118Z test_multinomial_use_generator_True_randomness_error_batched_call_True_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4174549Z test_multinomial_use_generator_True_randomness_error_batched_call_True_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4174977Z test_multinomial_use_generator_True_randomness_error_batched_call_True_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4175391Z test_multinomial_use_generator_True_randomness_same_batched_call_False_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4175827Z test_multinomial_use_generator_True_randomness_same_batched_call_False_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4176262Z test_multinomial_use_generator_True_randomness_same_batched_call_False_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-12-01T10:40:54.4176690Z test_multinomial_use_generator_True_randomness_same_batched_call_True_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4177114Z test_multinomial_use_generator_True_randomness_same_batched_call_True_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4177528Z test_multinomial_use_generator_True_randomness_same_batched_call_True_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.003s) 2022-12-01T10:40:54.4177984Z 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:40:54.4178492Z 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:40:54.4178996Z 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:40:54.4179455Z 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:40:54.4179932Z 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:40:54.4180398Z 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:40:54.4181331Z 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:40:54.4182289Z lambda t, o, _: torch.binomial(t, (o - 0.5), **kwargs), 2022-12-01T10:40:54.4182500Z ok (0.006s) 2022-12-01T10:40:54.4182815Z 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:40:54.4183285Z 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:40:54.4183757Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_first_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4184224Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_first_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4184680Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_first_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4185124Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_last_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4185579Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_last_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4186043Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_last_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4186504Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_none_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4186950Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_none_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4187415Z test_random_binary_out_of_place_use_generator_False_randomness_error_batched_input_none_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4187869Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_first_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4188324Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_first_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4188856Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_first_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4189302Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_last_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4189830Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_last_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4190292Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_last_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4190745Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_none_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4192135Z test_random_binary_out_of_place_use_generator_False_randomness_same_batched_input_none_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4192589Z 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:40:54.4193058Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_first_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-12-01T10:40:54.4193532Z test_random_binary_out_of_place_use_generator_True_randomness_different_batched_input_first_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.005s) 2022-12-01T10:40:54.4194000Z 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:40:54.4194457Z 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:40:54.4194926Z 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:40:54.4195388Z 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:40:54.4195848Z 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:40:54.4196296Z 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:40:54.4196750Z 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:40:54.4197216Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_first_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4197680Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_first_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4198127Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_first_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4198584Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_last_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4199043Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_last_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4199721Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_last_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4200229Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_none_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4200676Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_none_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4201134Z test_random_binary_out_of_place_use_generator_True_randomness_error_batched_input_none_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4201589Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_first_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4202048Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_first_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4202496Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_first_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4202951Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_last_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4203407Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_last_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4203861Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_last_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4204297Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_none_batched_other_first_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4204745Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_none_batched_other_last_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4205198Z test_random_binary_out_of_place_use_generator_True_randomness_same_batched_input_none_batched_other_none_cpu (__main__.TestRandomnessCPU) ... ok (0.004s) 2022-12-01T10:40:54.4205634Z test_random_unary_inplace_use_generator_False_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.017s) 2022-12-01T10:40:54.4206064Z test_random_unary_inplace_use_generator_False_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.019s) 2022-12-01T10:40:54.4206485Z test_random_unary_inplace_use_generator_False_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4206914Z test_random_unary_inplace_use_generator_False_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4207336Z test_random_unary_inplace_use_generator_False_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4207754Z test_random_unary_inplace_use_generator_False_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4208160Z test_random_unary_inplace_use_generator_False_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.015s) 2022-12-01T10:40:54.4208585Z test_random_unary_inplace_use_generator_False_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.015s) 2022-12-01T10:40:54.4209003Z test_random_unary_inplace_use_generator_False_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.015s) 2022-12-01T10:40:54.4209425Z test_random_unary_inplace_use_generator_True_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.014s) 2022-12-01T10:40:54.4209838Z test_random_unary_inplace_use_generator_True_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.016s) 2022-12-01T10:40:54.4210334Z test_random_unary_inplace_use_generator_True_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4210755Z test_random_unary_inplace_use_generator_True_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4211169Z test_random_unary_inplace_use_generator_True_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4211568Z test_random_unary_inplace_use_generator_True_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4211979Z test_random_unary_inplace_use_generator_True_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.012s) 2022-12-01T10:40:54.4212391Z test_random_unary_inplace_use_generator_True_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.012s) 2022-12-01T10:40:54.4212806Z test_random_unary_inplace_use_generator_True_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.011s) 2022-12-01T10:40:54.4213221Z test_random_unary_out_of_place_use_generator_False_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.014s) 2022-12-01T10:40:54.4213660Z test_random_unary_out_of_place_use_generator_False_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.014s) 2022-12-01T10:40:54.4214096Z test_random_unary_out_of_place_use_generator_False_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.014s) 2022-12-01T10:40:54.4214528Z test_random_unary_out_of_place_use_generator_False_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4214937Z test_random_unary_out_of_place_use_generator_False_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4215362Z test_random_unary_out_of_place_use_generator_False_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4215782Z test_random_unary_out_of_place_use_generator_False_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4216210Z test_random_unary_out_of_place_use_generator_False_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4216615Z test_random_unary_out_of_place_use_generator_False_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.011s) 2022-12-01T10:40:54.4217039Z test_random_unary_out_of_place_use_generator_True_randomness_different_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.012s) 2022-12-01T10:40:54.4217472Z test_random_unary_out_of_place_use_generator_True_randomness_different_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.012s) 2022-12-01T10:40:54.4217906Z test_random_unary_out_of_place_use_generator_True_randomness_different_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.012s) 2022-12-01T10:40:54.4218316Z test_random_unary_out_of_place_use_generator_True_randomness_error_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4218735Z test_random_unary_out_of_place_use_generator_True_randomness_error_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4219157Z test_random_unary_out_of_place_use_generator_True_randomness_error_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4219575Z test_random_unary_out_of_place_use_generator_True_randomness_same_batched_input_first_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4219980Z test_random_unary_out_of_place_use_generator_True_randomness_same_batched_input_last_cpu (__main__.TestRandomnessCPU) ... ok (0.007s) 2022-12-01T10:40:54.4220433Z test_random_unary_out_of_place_use_generator_True_randomness_same_batched_input_none_cpu (__main__.TestRandomnessCPU) ... ok (0.009s) 2022-12-01T10:40:54.4220852Z test_randperm_randomness_different_use_generator_False_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:40:54.4221228Z test_randperm_randomness_different_use_generator_True_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:40:54.4221576Z test_randperm_randomness_error_use_generator_False_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4221934Z test_randperm_randomness_error_use_generator_True_cpu (__main__.TestRandomnessCPU) ... ok (0.006s) 2022-12-01T10:40:54.4222289Z test_randperm_randomness_same_use_generator_False_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:40:54.4222641Z test_randperm_randomness_same_use_generator_True_cpu (__main__.TestRandomnessCPU) ... ok (0.002s) 2022-12-01T10:40:54.4222956Z test_unsupported_random_cpu (__main__.TestRandomnessCPU) ... ok (0.012s) 2022-12-01T10:40:54.4223316Z test_fails_with_autograd_function_transform_grad_and_value_cpu (__main__.TestTransformFailureCPU) ... ok (0.003s) 2022-12-01T10:40:54.4223706Z test_fails_with_autograd_function_transform_grad_cpu (__main__.TestTransformFailureCPU) ... ok (0.003s) 2022-12-01T10:40:54.4224070Z test_fails_with_autograd_function_transform_jacfwd_cpu (__main__.TestTransformFailureCPU) ... ok (0.003s) 2022-12-01T10:40:54.4224447Z test_fails_with_autograd_function_transform_jacrev_cpu (__main__.TestTransformFailureCPU) ... ok (0.003s) 2022-12-01T10:40:54.4224824Z test_fails_with_autograd_function_transform_jvp_cpu (__main__.TestTransformFailureCPU) ... ok (0.003s) 2022-12-01T10:40:54.4225197Z test_fails_with_autograd_function_transform_vjp_cpu (__main__.TestTransformFailureCPU) ... ok (0.003s) 2022-12-01T10:40:54.4225554Z test_fails_with_autograd_function_transform_vmap_cpu (__main__.TestTransformFailureCPU) ... ok (0.003s) 2022-12-01T10:40:54.4225946Z test_accepts_nested_inputs (__main__.TestVmapAPI) ... ok (0.004s) 2022-12-01T10:40:54.4226365Z 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:40:54.4226765Z test_batch_rule_does_not_need_to_handle_no_batched_input (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:40:54.4227060Z test_batched_gradient_basic (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:40:54.4227339Z test_constant_function (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:40:54.4227631Z test_data_dependent_control_flow_throws (__main__.TestVmapAPI) ... ok (0.005s) 2022-12-01T10:40:54.4227923Z test_different_map_dim_size_raises (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:40:54.4229009Z 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:40:54.4229632Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4229895Z ok (0.058s) 2022-12-01T10:40:54.4230136Z test_fallback_does_not_warn_by_default (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:40:54.4230414Z test_fallback_masked_fill (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:40:54.4230700Z test_fallback_multiple_returns (__main__.TestVmapAPI) ... ok (0.006s) 2022-12-01T10:40:54.4231027Z test_fallback_warns_when_warnings_are_enabled (__main__.TestVmapAPI) ... expected failure (0.002s) 2022-12-01T10:40:54.4231355Z test_fallback_with_undefined_grad (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:40:54.4232420Z 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:40:54.4233065Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4233274Z ok (0.023s) 2022-12-01T10:40:54.4233500Z test_func_with_no_inputs (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:40:54.4233761Z test_func_with_no_tensors (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:40:54.4234035Z test_functools_partial (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:40:54.4234342Z test_grad_unsupported_interaction (__main__.TestVmapAPI) ... expected failure (0.001s) 2022-12-01T10:40:54.4234654Z test_in_dim_not_in_tensor_err_msg (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T10:40:54.4234931Z test_in_dims_wrong_type_err_msg (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:40:54.4235968Z 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:40:54.4236653Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4236918Z expected failure (0.006s) 2022-12-01T10:40:54.4237164Z test_inplace_fallback_nary_same_levels (__main__.TestVmapAPI) ... ok (0.049s) 2022-12-01T10:40:54.4237463Z test_inplace_fallback_unary (__main__.TestVmapAPI) ... ok (0.012s) 2022-12-01T10:40:54.4237762Z test_integer_in_dim_but_not_tensor_input_err_msg (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T10:40:54.4238048Z test_item_throws (__main__.TestVmapAPI) ... ok (0.005s) 2022-12-01T10:40:54.4238300Z test_multiple_inputs (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:40:54.4238566Z test_multiple_out_dims (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T10:40:54.4238837Z test_multiple_outputs (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T10:40:54.4239093Z test_multiple_outputs2 (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:40:54.4239507Z test_nested_negative_in_dims (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:40:54.4239795Z test_nested_non_default_in_dims (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:40:54.4240056Z test_nested_out_dims (__main__.TestVmapAPI) ... ok (0.003s) 2022-12-01T10:40:54.4240329Z test_nested_with_diag_embed (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:40:54.4240618Z test_nested_with_different_map_dim (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T10:40:54.4240910Z test_nested_with_same_map_dim (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:40:54.4241161Z test_nn_module (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:40:54.4241440Z test_non_default_in_dims_out_dims (__main__.TestVmapAPI) ... ok (0.003s) 2022-12-01T10:40:54.4241726Z test_non_tensor_output_raises (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:40:54.4241990Z test_non_zero_in_dims (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T10:40:54.4242245Z test_none_in_dims (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T10:40:54.4242503Z test_nonzero_out_dims (__main__.TestVmapAPI) ... ok (0.006s) 2022-12-01T10:40:54.4242755Z test_noop_in_inner_vmap (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:40:54.4243034Z test_not_enough_in_dims_err_msg (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T10:40:54.4243323Z test_out_dim_out_of_bounds_err_msg (__main__.TestVmapAPI) ... ok (0.003s) 2022-12-01T10:40:54.4243653Z test_out_dims_and_num_outputs_mismatch_err_msg (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:40:54.4243974Z test_out_dims_edge_case (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:40:54.4244373Z test_out_dims_must_be_int_or_collection_of_int_err_msg (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:40:54.4244733Z test_pytree_odict_returns (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:40:54.4245036Z test_pytree_returns (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T10:40:54.4245324Z test_pytree_returns_broadcast_nested (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T10:40:54.4245627Z test_pytree_returns_broadcast_simple (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:40:54.4245919Z test_pytree_returns_outdims (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T10:40:54.4246181Z test_reshape_dim_into (__main__.TestVmapAPI) ... ok (0.003s) 2022-12-01T10:40:54.4246446Z test_reshape_dim_outof (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T10:40:54.4246707Z test_single_input (__main__.TestVmapAPI) ... ok (0.001s) 2022-12-01T10:40:54.4246963Z test_unsupported_op_err_msg (__main__.TestVmapAPI) ... ok (0.008s) 2022-12-01T10:40:54.4247348Z test_vmap_autocast_cpu (__main__.TestVmapAPI) ... skip: Somehow, vmap and autocast do not work on CPU (0.000s) 2022-12-01T10:40:54.4247715Z test_vmap_autocast_cuda (__main__.TestVmapAPI) ... skip: CUDA is unavailable (0.000s) 2022-12-01T10:40:54.4248035Z test_add_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.006s) 2022-12-01T10:40:54.4248350Z test_binary_cross_entropy_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.004s) 2022-12-01T10:40:54.4248678Z test_diagonal_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-12-01T10:40:54.4248991Z test_div_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.011s) 2022-12-01T10:40:54.4249284Z test_expand_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:40:54.4249596Z test_index_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-12-01T10:40:54.4249917Z test_inplace_manyview_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.005s) 2022-12-01T10:40:54.4250230Z test_inplace_view_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.004s) 2022-12-01T10:40:54.4250549Z test_lgamma_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-12-01T10:40:54.4250857Z test_log1p_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-12-01T10:40:54.4251162Z test_log_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-12-01T10:40:54.4251460Z test_log_softmax_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-12-01T10:40:54.4251776Z test_logsumexp_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.004s) 2022-12-01T10:40:54.4252085Z test_max_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:40:54.4252379Z test_median_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:40:54.4252688Z test_min_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:40:54.4252986Z test_mul_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.009s) 2022-12-01T10:40:54.4253292Z test_permute_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:40:54.4253591Z test_reshape_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:40:54.4253897Z test_select_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.004s) 2022-12-01T10:40:54.4254207Z test_sigmoid_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-12-01T10:40:54.4254503Z test_slice_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.004s) 2022-12-01T10:40:54.4254806Z test_stack_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:40:54.4255112Z test_sub_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.006s) 2022-12-01T10:40:54.4255573Z 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:40:54.4256078Z 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:54.4256438Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:40:54.4256646Z should be replaced with 2022-12-01T10:40:54.4256943Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:40:54.4257156Z and 2022-12-01T10:40:54.4257378Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:40:54.4257577Z should be replaced with 2022-12-01T10:40:54.4258153Z 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:54.4258551Z return torch.symeig(x, eigenvectors=True)[0] 2022-12-01T10:40:54.4258752Z ok (0.005s) 2022-12-01T10:40:54.4258983Z test_threshold_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:40:54.4259299Z test_trace_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-12-01T10:40:54.4259620Z test_unrelated_output_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-12-01T10:40:54.4259961Z test_unrelated_output_multiple_grad_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-12-01T10:40:54.4260333Z test_vmap_fallback_check (__main__.TestVmapBatchedGradientCPU) ... expected failure (0.001s) 2022-12-01T10:40:54.4260687Z test_vmap_fallback_check_ok (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-12-01T10:40:54.4261011Z test_where_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.005s) 2022-12-01T10:40:54.4261283Z test_T_numpy (__main__.TestVmapOperators) ... ok (0.007s) 2022-12-01T10:40:54.4261572Z test_adaptive_avg_pool2d (__main__.TestVmapOperators) ... ok (0.003s) 2022-12-01T10:40:54.4261858Z test_argmax_dim (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T10:40:54.4262119Z test_arithmetic_add (__main__.TestVmapOperators) ... ok (0.015s) 2022-12-01T10:40:54.4262412Z test_arithmetic_add_dunder (__main__.TestVmapOperators) ... ok (0.015s) 2022-12-01T10:40:54.4262704Z test_arithmetic_div (__main__.TestVmapOperators) ... ok (0.015s) 2022-12-01T10:40:54.4262982Z test_arithmetic_div_dunder (__main__.TestVmapOperators) ... ok (0.016s) 2022-12-01T10:40:54.4263272Z test_arithmetic_mul (__main__.TestVmapOperators) ... ok (0.015s) 2022-12-01T10:40:54.4263566Z test_arithmetic_mul_dunder (__main__.TestVmapOperators) ... ok (0.015s) 2022-12-01T10:40:54.4263852Z test_arithmetic_pow (__main__.TestVmapOperators) ... ok (0.016s) 2022-12-01T10:40:54.4264131Z test_arithmetic_pow_dunder (__main__.TestVmapOperators) ... ok (0.016s) 2022-12-01T10:40:54.4264420Z test_arithmetic_sub (__main__.TestVmapOperators) ... ok (0.015s) 2022-12-01T10:40:54.4264710Z test_arithmetic_sub_dunder (__main__.TestVmapOperators) ... ok (0.015s) 2022-12-01T10:40:54.4264979Z test_as_strided (__main__.TestVmapOperators) ... ok (0.053s) 2022-12-01T10:40:54.4265240Z test_bmm (__main__.TestVmapOperators) ... ok (0.020s) 2022-12-01T10:40:54.4265493Z test_cat (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:40:54.4265749Z test_chunk (__main__.TestVmapOperators) ... ok (0.020s) 2022-12-01T10:40:54.4266041Z test_chunk_vmap_in_dim_0_out_dim_0_randomness_error (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:40:54.4266383Z test_chunk_vmap_in_dim_0_out_dim_0_randomness_same (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:40:54.4266725Z test_chunk_vmap_in_dim_0_out_dim_1_randomness_error (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:40:54.4267051Z test_chunk_vmap_in_dim_0_out_dim_1_randomness_same (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:40:54.4267389Z test_chunk_vmap_in_dim_0_out_dim_2_randomness_error (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:40:54.4267727Z test_chunk_vmap_in_dim_0_out_dim_2_randomness_same (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:40:54.4268065Z test_chunk_vmap_in_dim_1_out_dim_0_randomness_error (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:40:54.4268390Z test_chunk_vmap_in_dim_1_out_dim_0_randomness_same (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:40:54.4268777Z test_chunk_vmap_in_dim_1_out_dim_1_randomness_error (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:40:54.4269115Z test_chunk_vmap_in_dim_1_out_dim_1_randomness_same (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:40:54.4269484Z test_chunk_vmap_in_dim_1_out_dim_2_randomness_error (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:40:54.4269868Z test_chunk_vmap_in_dim_1_out_dim_2_randomness_same (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:40:54.4270207Z test_chunk_vmap_in_dim_2_out_dim_0_randomness_error (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:40:54.4270544Z test_chunk_vmap_in_dim_2_out_dim_0_randomness_same (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:40:54.4270871Z test_chunk_vmap_in_dim_2_out_dim_1_randomness_error (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:40:54.4271210Z test_chunk_vmap_in_dim_2_out_dim_1_randomness_same (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:40:54.4271551Z test_chunk_vmap_in_dim_2_out_dim_2_randomness_error (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:40:54.4271889Z test_chunk_vmap_in_dim_2_out_dim_2_randomness_same (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:40:54.4272176Z test_clamp (__main__.TestVmapOperators) ... ok (0.019s) 2022-12-01T10:40:54.4272471Z test_clamp_inplace_variant_clamp_max_ (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T10:40:54.4272795Z test_clamp_inplace_variant_clamp_min_ (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T10:40:54.4273093Z test_clamp_variant_clamp_max (__main__.TestVmapOperators) ... ok (0.010s) 2022-12-01T10:40:54.4273392Z test_clamp_variant_clamp_min (__main__.TestVmapOperators) ... ok (0.010s) 2022-12-01T10:40:54.4273673Z test_clone (__main__.TestVmapOperators) ... ok (0.021s) 2022-12-01T10:40:54.4273948Z test_comparison_ops (__main__.TestVmapOperators) ... ok (0.068s) 2022-12-01T10:40:54.4274207Z test_conj (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:40:54.4274474Z test_conj_bit (__main__.TestVmapOperators) ... ok (0.001s) 2022-12-01T10:40:54.4274743Z test_contiguous (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:40:54.4274997Z test_conv2d (__main__.TestVmapOperators) ... ok (0.204s) 2022-12-01T10:40:54.4275258Z test_copy_ (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T10:40:54.4275536Z test_cross_batch_size_three (__main__.TestVmapOperators) ... ok (0.002s) 2022-12-01T10:40:54.4275804Z test_diagonal (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:40:54.4276065Z test_dot (__main__.TestVmapOperators) ... ok (0.019s) 2022-12-01T10:40:54.4276331Z test_expand_as (__main__.TestVmapOperators) ... ok (0.007s) 2022-12-01T10:40:54.4276614Z test_fill_and_zero_inplace (__main__.TestVmapOperators) ... ok (0.015s) 2022-12-01T10:40:54.4276877Z test_imag (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:40:54.4277142Z test_is_complex (__main__.TestVmapOperators) ... ok (0.001s) 2022-12-01T10:40:54.4277415Z test_is_contiguous (__main__.TestVmapOperators) ... ok (0.007s) 2022-12-01T10:40:54.4277684Z test_is_floating_point (__main__.TestVmapOperators) ... ok (0.001s) 2022-12-01T10:40:54.4277959Z test_mean (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:40:54.4278220Z test_mean_dim (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T10:40:54.4278463Z test_mm (__main__.TestVmapOperators) ... ok (0.020s) 2022-12-01T10:40:54.4278724Z test_mode_key (__main__.TestVmapOperators) ... ok (0.003s) 2022-12-01T10:40:54.4278989Z test_movedim (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:40:54.4279391Z test_mv (__main__.TestVmapOperators) ... ok (0.019s) 2022-12-01T10:40:54.4279640Z test_narrow (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:40:54.4279907Z test_new_empty (__main__.TestVmapOperators) ... ok (0.002s) 2022-12-01T10:40:54.4280188Z test_new_empty_strided (__main__.TestVmapOperators) ... ok (0.013s) 2022-12-01T10:40:54.4280522Z test_new_zeros (__main__.TestVmapOperators) ... ok (0.002s) 2022-12-01T10:40:54.4280789Z test_nll_loss (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:40:54.4281056Z test_one_hot (__main__.TestVmapOperators) ... ok (0.003s) 2022-12-01T10:40:54.4281353Z test_real (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:40:54.4281618Z test_repeat (__main__.TestVmapOperators) ... ok (0.002s) 2022-12-01T10:40:54.4281887Z test_reshape (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:40:54.4282155Z test_reshape_as (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T10:40:54.4282414Z test_result_type (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T10:40:54.4282686Z test_roll_no_dims (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:40:54.4282956Z test_select (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:40:54.4283217Z test_silu_backward (__main__.TestVmapOperators) ... ok (0.002s) 2022-12-01T10:40:54.4283487Z test_slice (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:40:54.4283749Z test_slogdet (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:40:54.4283997Z test_split (__main__.TestVmapOperators) ... ok (0.035s) 2022-12-01T10:40:54.4284263Z test_squeeze (__main__.TestVmapOperators) ... ok (0.024s) 2022-12-01T10:40:54.4284520Z test_stack (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:40:54.4284776Z test_stride (__main__.TestVmapOperators) ... ok (0.001s) 2022-12-01T10:40:54.4285018Z test_sum (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:40:54.4285277Z test_sum_dim (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:40:54.4285530Z test_t (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:40:54.4285781Z test_tensor_split (__main__.TestVmapOperators) ... ok (0.101s) 2022-12-01T10:40:54.4286045Z test_to (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:40:54.4286301Z test_trace (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:40:54.4286551Z test_transpose (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T10:40:54.4286835Z test_unary_pointwise_abs (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:40:54.4287133Z test_unary_pointwise_acos (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:40:54.4287431Z test_unary_pointwise_asin (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:40:54.4287711Z test_unary_pointwise_atan (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:40:54.4288005Z test_unary_pointwise_ceil (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:40:54.4288298Z test_unary_pointwise_cos (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:40:54.4288575Z test_unary_pointwise_cosh (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:40:54.4288874Z test_unary_pointwise_digamma (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:40:54.4289174Z test_unary_pointwise_exp (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:40:54.4289456Z test_unary_pointwise_expm1 (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:40:54.4289754Z test_unary_pointwise_floor (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:40:54.4290047Z test_unary_pointwise_frac (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:40:54.4290345Z test_unary_pointwise_lgamma (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:40:54.4290629Z test_unary_pointwise_log (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:40:54.4290921Z test_unary_pointwise_log10 (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:40:54.4291213Z test_unary_pointwise_log1p (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:40:54.4291494Z test_unary_pointwise_log2 (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:40:54.4291782Z test_unary_pointwise_neg (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:40:54.4292082Z test_unary_pointwise_reciprocal (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:40:54.4292386Z test_unary_pointwise_relu (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:40:54.4292701Z test_unary_pointwise_round (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:40:54.4292994Z test_unary_pointwise_rsqrt (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:40:54.4293321Z test_unary_pointwise_sigmoid (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:40:54.4293607Z test_unary_pointwise_sign (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:40:54.4293903Z test_unary_pointwise_sin (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:40:54.4294194Z test_unary_pointwise_sinh (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:40:54.4294488Z test_unary_pointwise_sqrt (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:40:54.4294769Z test_unary_pointwise_tan (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:40:54.4295059Z test_unary_pointwise_tanh (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:40:54.4295349Z test_unary_pointwise_trunc (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:40:54.4295616Z test_unbind (__main__.TestVmapOperators) ... ok (0.195s) 2022-12-01T10:40:54.4295881Z test_unfold (__main__.TestVmapOperators) ... ok (0.004s) 2022-12-01T10:40:54.4296149Z test_unsafe_view (__main__.TestVmapOperators) ... ok (0.002s) 2022-12-01T10:40:54.4296407Z test_unsqueeze (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:40:54.4296670Z test_view (__main__.TestVmapOperators) ... ok (0.015s) 2022-12-01T10:40:54.4296930Z test_view_as (__main__.TestVmapOperators) ... ok (0.017s) 2022-12-01T10:40:54.4297201Z test_view_as_complex (__main__.TestVmapOperators) ... ok (0.099s) 2022-12-01T10:40:54.4297465Z test_view_as_real (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:40:54.4297771Z test_vmap_fallback_check (__main__.TestVmapOperators) ... expected failure (0.001s) 2022-12-01T10:40:54.4298084Z test_vmap_fallback_check_ok (__main__.TestVmapOperators) ... ok (0.001s) 2022-12-01T10:40:54.4298367Z test_weird_matmul_case (__main__.TestVmapOperators) ... ok (0.001s) 2022-12-01T10:40:54.4298682Z test_advanced_indexing_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.101s) 2022-12-01T10:40:54.4299074Z test_batch_norm_training_False_track_running_stats_False_affine_False_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-12-01T10:40:54.4299502Z test_batch_norm_training_False_track_running_stats_False_affine_True_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-12-01T10:40:54.4299910Z test_batch_norm_training_False_track_running_stats_True_affine_False_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:40:54.4300329Z test_batch_norm_training_False_track_running_stats_True_affine_True_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4300749Z test_batch_norm_training_True_track_running_stats_False_affine_False_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:40:54.4301166Z test_batch_norm_training_True_track_running_stats_False_affine_True_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:40:54.4301571Z test_batch_norm_training_True_track_running_stats_True_affine_False_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4301983Z test_batch_norm_training_True_track_running_stats_True_affine_True_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4302361Z test_conv_double_backward_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.235s) 2022-12-01T10:40:54.4302693Z test_fill__Tensor_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4302995Z test_flatten_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-12-01T10:40:54.4303310Z test_foo_like_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-12-01T10:40:54.4303624Z test_group_norm_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-12-01T10:40:54.4303931Z test_index_put_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4304290Z test_inplace_on_view_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:40:54.4304612Z test_isinf_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-12-01T10:40:54.4304938Z test_isnan_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-12-01T10:40:54.4306037Z 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:40:54.4306688Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4307277Z /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:40:54.4307812Z return op(*args, **kwargs) 2022-12-01T10:40:54.4307995Z ok (0.021s) 2022-12-01T10:40:54.4308229Z test_linalg_svd_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.443s) 2022-12-01T10:40:54.4308565Z test_namedtuple_returns_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.001s) 2022-12-01T10:40:54.4308916Z test_nested_advanced_indexing_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-12-01T10:40:54.4309266Z test_op_has_batch_rule_H_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:40:54.4309617Z test_op_has_batch_rule_T_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:40:54.4310062Z test_op_has_batch_rule___getitem___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.034s) 2022-12-01T10:40:54.4310463Z test_op_has_batch_rule___getitem___functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.156s) 2022-12-01T10:40:54.4310829Z test_op_has_batch_rule___radd___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-12-01T10:40:54.4311193Z test_op_has_batch_rule___rdiv___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-12-01T10:40:54.4311558Z test_op_has_batch_rule___rmatmul___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.054s) 2022-12-01T10:40:54.4311905Z test_op_has_batch_rule___rmod___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-12-01T10:40:54.4312264Z test_op_has_batch_rule___rmul___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-12-01T10:40:54.4313110Z 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:40:54.4313684Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:40:54.4313926Z expected failure (0.010s) 2022-12-01T10:40:54.4314199Z test_op_has_batch_rule___rsub___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-12-01T10:40:54.4314556Z test_op_has_batch_rule_abs_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4314909Z test_op_has_batch_rule_acos_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4315254Z test_op_has_batch_rule_acosh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4315611Z test_op_has_batch_rule_add_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.109s) 2022-12-01T10:40:54.4315970Z test_op_has_batch_rule_addbmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.051s) 2022-12-01T10:40:54.4316376Z test_op_has_batch_rule_addcdiv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.073s) 2022-12-01T10:40:54.4316756Z test_op_has_batch_rule_addcmul_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.073s) 2022-12-01T10:40:54.4317117Z test_op_has_batch_rule_addmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:40:54.4317492Z test_op_has_batch_rule_addmm_decomposed_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:40:54.4317849Z test_op_has_batch_rule_addmv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.045s) 2022-12-01T10:40:54.4318203Z test_op_has_batch_rule_addr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.051s) 2022-12-01T10:40:54.4318574Z test_op_has_batch_rule_all_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4318973Z test_op_has_batch_rule_allclose_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:40:54.4319509Z test_op_has_batch_rule_amax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.139s) 2022-12-01T10:40:54.4319864Z test_op_has_batch_rule_amin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.139s) 2022-12-01T10:40:54.4320710Z 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:40:54.4321485Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-12-01T10:40:54.4321715Z ok (0.093s) 2022-12-01T10:40:54.4321971Z test_op_has_batch_rule_angle_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:40:54.4322351Z test_op_has_batch_rule_any_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4322741Z test_op_has_batch_rule_arange_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:40:54.4323120Z test_op_has_batch_rule_argmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-12-01T10:40:54.4323465Z test_op_has_batch_rule_argmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-12-01T10:40:54.4323827Z test_op_has_batch_rule_argsort_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.057s) 2022-12-01T10:40:54.4324208Z test_op_has_batch_rule_argwhere_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4324598Z test_op_has_batch_rule_as_strided_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:40:54.4325010Z test_op_has_batch_rule_as_strided_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:40:54.4325394Z test_op_has_batch_rule_asin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4325751Z test_op_has_batch_rule_asinh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4326093Z test_op_has_batch_rule_atan2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.057s) 2022-12-01T10:40:54.4326443Z test_op_has_batch_rule_atan_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4326794Z test_op_has_batch_rule_atanh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4327159Z test_op_has_batch_rule_atleast_1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.073s) 2022-12-01T10:40:54.4327586Z test_op_has_batch_rule_atleast_2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.074s) 2022-12-01T10:40:54.4327991Z test_op_has_batch_rule_atleast_3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.074s) 2022-12-01T10:40:54.4328357Z test_op_has_batch_rule_baddbmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-12-01T10:40:54.4328729Z test_op_has_batch_rule_bernoulli_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:40:54.4329128Z test_op_has_batch_rule_bfloat16_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:40:54.4329534Z test_op_has_batch_rule_bfloat16_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:40:54.4329928Z test_op_has_batch_rule_block_diag_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-12-01T10:40:54.4330279Z test_op_has_batch_rule_bmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4330649Z test_op_has_batch_rule_bool_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:40:54.4331046Z test_op_has_batch_rule_bool_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:40:54.4331455Z test_op_has_batch_rule_broadcast_shapes_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:40:54.4331840Z test_op_has_batch_rule_broadcast_tensors_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-12-01T10:40:54.4332217Z test_op_has_batch_rule_broadcast_to_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:40:54.4332607Z test_op_has_batch_rule_bucketize_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:40:54.4333002Z test_op_has_batch_rule_byte_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:40:54.4333387Z test_op_has_batch_rule_byte_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:40:54.4333787Z test_op_has_batch_rule_cartesian_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:40:54.4334170Z test_op_has_batch_rule_cat_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.350s) 2022-12-01T10:40:54.4334543Z test_op_has_batch_rule_cdist_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.763s) 2022-12-01T10:40:54.4334885Z test_op_has_batch_rule_ceil_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4335764Z 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:40:54.4336323Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-12-01T10:40:54.4336542Z expected failure (0.009s) 2022-12-01T10:40:54.4336829Z test_op_has_batch_rule_char_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:40:54.4337223Z test_op_has_batch_rule_char_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:40:54.4337794Z 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:40:54.4338235Z L = torch.cholesky(A) 2022-12-01T10:40:54.4338413Z should be replaced with 2022-12-01T10:40:54.4338617Z L = torch.linalg.cholesky(A) 2022-12-01T10:40:54.4338839Z and 2022-12-01T10:40:54.4339004Z U = torch.cholesky(A, upper=True) 2022-12-01T10:40:54.4339208Z should be replaced with 2022-12-01T10:40:54.4339505Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T10:40:54.4339970Z 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:54.4340408Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-12-01T10:40:54.4340637Z ok (0.026s) 2022-12-01T10:40:54.4340905Z test_op_has_batch_rule_cholesky_inverse_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-12-01T10:40:54.4341288Z test_op_has_batch_rule_cholesky_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.043s) 2022-12-01T10:40:54.4341661Z test_op_has_batch_rule_chunk_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:40:54.4342021Z test_op_has_batch_rule_clamp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-12-01T10:40:54.4342393Z test_op_has_batch_rule_clamp_max_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:40:54.4342792Z test_op_has_batch_rule_clamp_min_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:40:54.4343170Z test_op_has_batch_rule_clone_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4343555Z test_op_has_batch_rule_column_stack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4343930Z test_op_has_batch_rule_combinations_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.039s) 2022-12-01T10:40:54.4344313Z test_op_has_batch_rule_complex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:40:54.4344687Z test_op_has_batch_rule_conj_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4345055Z test_op_has_batch_rule_conj_physical_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:40:54.4345422Z test_op_has_batch_rule_constant_pad_nd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.087s) 2022-12-01T10:40:54.4345794Z test_op_has_batch_rule_contiguous_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4346179Z test_op_has_batch_rule_copysign_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4346543Z test_op_has_batch_rule_corrcoef_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:40:54.4346906Z test_op_has_batch_rule_cos_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:40:54.4347259Z test_op_has_batch_rule_cosh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4347645Z test_op_has_batch_rule_count_nonzero_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4348008Z test_op_has_batch_rule_cov_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.162s) 2022-12-01T10:40:54.4348380Z test_op_has_batch_rule_cross_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:40:54.4348755Z test_op_has_batch_rule_cummax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:40:54.4349109Z test_op_has_batch_rule_cummin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:40:54.4349458Z test_op_has_batch_rule_cumprod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-12-01T10:40:54.4349882Z test_op_has_batch_rule_cumsum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:40:54.4350263Z test_op_has_batch_rule_cumulative_trapezoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-12-01T10:40:54.4350631Z test_op_has_batch_rule_deg2rad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4351028Z test_op_has_batch_rule_diag_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-12-01T10:40:54.4351426Z test_op_has_batch_rule_diag_embed_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.094s) 2022-12-01T10:40:54.4351811Z test_op_has_batch_rule_diagflat_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4352181Z test_op_has_batch_rule_diagonal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.112s) 2022-12-01T10:40:54.4352557Z test_op_has_batch_rule_diagonal_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.050s) 2022-12-01T10:40:54.4352927Z test_op_has_batch_rule_diff_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.268s) 2022-12-01T10:40:54.4353289Z test_op_has_batch_rule_digamma_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:40:54.4353636Z test_op_has_batch_rule_dist_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.148s) 2022-12-01T10:40:54.4354009Z test_op_has_batch_rule_div_floor_rounding_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.057s) 2022-12-01T10:40:54.4354396Z test_op_has_batch_rule_div_no_rounding_mode_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.054s) 2022-12-01T10:40:54.4354783Z test_op_has_batch_rule_div_trunc_rounding_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.055s) 2022-12-01T10:40:54.4355137Z test_op_has_batch_rule_dot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4355507Z test_op_has_batch_rule_double_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:40:54.4355910Z test_op_has_batch_rule_double_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:40:54.4356282Z test_op_has_batch_rule_dsplit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:40:54.4356639Z test_op_has_batch_rule_dstack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.091s) 2022-12-01T10:40:54.4356994Z test_op_has_batch_rule_einsum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.035s) 2022-12-01T10:40:54.4357369Z test_op_has_batch_rule_empty_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:40:54.4357731Z test_op_has_batch_rule_empty_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:40:54.4358090Z test_op_has_batch_rule_eq_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.033s) 2022-12-01T10:40:54.4358459Z test_op_has_batch_rule_equal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:40:54.4358829Z test_op_has_batch_rule_erf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:40:54.4359283Z test_op_has_batch_rule_erfc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:40:54.4359642Z test_op_has_batch_rule_erfinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4360003Z test_op_has_batch_rule_exp2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-12-01T10:40:54.4360338Z test_op_has_batch_rule_exp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4360700Z test_op_has_batch_rule_expand_as_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:40:54.4361065Z test_op_has_batch_rule_expand_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-12-01T10:40:54.4361427Z test_op_has_batch_rule_expm1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4361791Z test_op_has_batch_rule_eye_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:40:54.4362169Z test_op_has_batch_rule_fft_fft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-12-01T10:40:54.4362581Z test_op_has_batch_rule_fft_fft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:40:54.4362981Z test_op_has_batch_rule_fft_fftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-12-01T10:40:54.4363338Z test_op_has_batch_rule_fft_fftshift_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4363707Z test_op_has_batch_rule_fft_hfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-12-01T10:40:54.4364070Z test_op_has_batch_rule_fft_hfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:40:54.4364424Z test_op_has_batch_rule_fft_hfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-12-01T10:40:54.4364786Z test_op_has_batch_rule_fft_ifft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:40:54.4365152Z test_op_has_batch_rule_fft_ifft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-12-01T10:40:54.4365514Z test_op_has_batch_rule_fft_ifftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-12-01T10:40:54.4365871Z test_op_has_batch_rule_fft_ifftshift_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4366263Z test_op_has_batch_rule_fft_ihfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4366645Z test_op_has_batch_rule_fft_ihfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:40:54.4367028Z test_op_has_batch_rule_fft_ihfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4367394Z test_op_has_batch_rule_fft_irfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:40:54.4367756Z test_op_has_batch_rule_fft_irfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-12-01T10:40:54.4368123Z test_op_has_batch_rule_fft_irfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-12-01T10:40:54.4368482Z test_op_has_batch_rule_fft_rfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:40:54.4368831Z test_op_has_batch_rule_fft_rfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:40:54.4369189Z test_op_has_batch_rule_fft_rfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-12-01T10:40:54.4369543Z test_op_has_batch_rule_fill_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4369889Z test_op_has_batch_rule_flatten_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4370246Z test_op_has_batch_rule_flip_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:40:54.4370598Z test_op_has_batch_rule_fliplr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-12-01T10:40:54.4371042Z test_op_has_batch_rule_flipud_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-12-01T10:40:54.4371407Z test_op_has_batch_rule_float_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.023s) 2022-12-01T10:40:54.4371809Z test_op_has_batch_rule_float_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4372202Z test_op_has_batch_rule_float_power_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.033s) 2022-12-01T10:40:54.4372565Z test_op_has_batch_rule_floor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4372914Z test_op_has_batch_rule_floor_divide_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-12-01T10:40:54.4373278Z test_op_has_batch_rule_fmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-12-01T10:40:54.4373630Z test_op_has_batch_rule_fmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-12-01T10:40:54.4374002Z test_op_has_batch_rule_fmod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-12-01T10:40:54.4374384Z test_op_has_batch_rule_frac_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4374743Z test_op_has_batch_rule_frexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:40:54.4375107Z test_op_has_batch_rule_full_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:40:54.4375458Z test_op_has_batch_rule_gather_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.252s) 2022-12-01T10:40:54.4375813Z test_op_has_batch_rule_ge_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.054s) 2022-12-01T10:40:54.4376172Z test_op_has_batch_rule_geqrf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.076s) 2022-12-01T10:40:54.4376534Z test_op_has_batch_rule_gradient_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.217s) 2022-12-01T10:40:54.4376895Z test_op_has_batch_rule_gt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.054s) 2022-12-01T10:40:54.4377262Z test_op_has_batch_rule_half_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:40:54.4377664Z test_op_has_batch_rule_half_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:40:54.4378053Z test_op_has_batch_rule_heaviside_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-12-01T10:40:54.4378435Z test_op_has_batch_rule_histc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:40:54.4378816Z test_op_has_batch_rule_histogram_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:40:54.4379220Z test_op_has_batch_rule_histogramdd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:40:54.4379606Z test_op_has_batch_rule_hsplit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:40:54.4379966Z test_op_has_batch_rule_hstack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.090s) 2022-12-01T10:40:54.4380318Z test_op_has_batch_rule_hypot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-12-01T10:40:54.4380673Z test_op_has_batch_rule_i0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4381026Z test_op_has_batch_rule_igamma_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.056s) 2022-12-01T10:40:54.4381371Z test_op_has_batch_rule_igammac_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.056s) 2022-12-01T10:40:54.4381740Z test_op_has_batch_rule_index_add_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.055s) 2022-12-01T10:40:54.4382105Z test_op_has_batch_rule_index_copy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-12-01T10:40:54.4382489Z test_op_has_batch_rule_index_fill_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4382873Z test_op_has_batch_rule_index_put_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.029s) 2022-12-01T10:40:54.4383271Z test_op_has_batch_rule_index_put_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.188s) 2022-12-01T10:40:54.4383901Z 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:40:54.4384471Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-12-01T10:40:54.4384700Z expected failure (0.009s) 2022-12-01T10:40:54.4384993Z test_op_has_batch_rule_index_select_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:40:54.4385389Z test_op_has_batch_rule_inner_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:40:54.4385788Z test_op_has_batch_rule_int_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:40:54.4386174Z test_op_has_batch_rule_int_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:40:54.4386580Z test_op_has_batch_rule_isclose_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.040s) 2022-12-01T10:40:54.4386960Z test_op_has_batch_rule_isfinite_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4387339Z test_op_has_batch_rule_isin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4387695Z test_op_has_batch_rule_isinf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:40:54.4388048Z test_op_has_batch_rule_isnan_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:40:54.4388415Z test_op_has_batch_rule_isneginf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:40:54.4388767Z test_op_has_batch_rule_isposinf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:40:54.4389126Z test_op_has_batch_rule_isreal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4390120Z 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:40:54.4390726Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-12-01T10:40:54.4408338Z expected failure (0.009s) 2022-12-01T10:40:54.4408848Z test_op_has_batch_rule_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.005s) 2022-12-01T10:40:54.4409304Z test_op_has_batch_rule_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.005s) 2022-12-01T10:40:54.4409749Z test_op_has_batch_rule_jiterator_binary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.005s) 2022-12-01T10:40:54.4410188Z test_op_has_batch_rule_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.005s) 2022-12-01T10:40:54.4410622Z test_op_has_batch_rule_jiterator_unary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.005s) 2022-12-01T10:40:54.4410999Z test_op_has_batch_rule_kron_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:40:54.4411365Z test_op_has_batch_rule_kthvalue_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.082s) 2022-12-01T10:40:54.4411736Z test_op_has_batch_rule_ldexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.033s) 2022-12-01T10:40:54.4412095Z test_op_has_batch_rule_le_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.054s) 2022-12-01T10:40:54.4412438Z test_op_has_batch_rule_lerp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.063s) 2022-12-01T10:40:54.4412796Z test_op_has_batch_rule_lgamma_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:40:54.4413174Z test_op_has_batch_rule_linalg_cholesky_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-12-01T10:40:54.4413597Z test_op_has_batch_rule_linalg_cholesky_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.034s) 2022-12-01T10:40:54.4414068Z test_op_has_batch_rule_linalg_cond_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:40:54.4414509Z test_op_has_batch_rule_linalg_cross_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.114s) 2022-12-01T10:40:54.4415014Z test_op_has_batch_rule_linalg_det_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-12-01T10:40:54.4415443Z test_op_has_batch_rule_linalg_det_singular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.100s) 2022-12-01T10:40:54.4415813Z test_op_has_batch_rule_linalg_eig_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-12-01T10:40:54.4416202Z test_op_has_batch_rule_linalg_eigh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.004s) 2022-12-01T10:40:54.4416594Z test_op_has_batch_rule_linalg_eigvals_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-12-01T10:40:54.4416964Z test_op_has_batch_rule_linalg_eigvalsh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-12-01T10:40:54.4417361Z test_op_has_batch_rule_linalg_householder_product_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.052s) 2022-12-01T10:40:54.4417751Z test_op_has_batch_rule_linalg_inv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-12-01T10:40:54.4418126Z test_op_has_batch_rule_linalg_inv_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-12-01T10:40:54.4418508Z test_op_has_batch_rule_linalg_ldl_factor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4418912Z test_op_has_batch_rule_linalg_ldl_factor_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:40:54.4419311Z test_op_has_batch_rule_linalg_ldl_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.004s) 2022-12-01T10:40:54.4419704Z test_op_has_batch_rule_linalg_lstsq_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.301s) 2022-12-01T10:40:54.4420078Z test_op_has_batch_rule_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.191s) 2022-12-01T10:40:54.4420481Z test_op_has_batch_rule_linalg_lu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4420885Z test_op_has_batch_rule_linalg_lu_factor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4421282Z test_op_has_batch_rule_linalg_lu_factor_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.045s) 2022-12-01T10:40:54.4421651Z test_op_has_batch_rule_linalg_lu_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.583s) 2022-12-01T10:40:54.4422034Z test_op_has_batch_rule_linalg_matrix_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.122s) 2022-12-01T10:40:54.4422420Z test_op_has_batch_rule_linalg_matrix_power_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.064s) 2022-12-01T10:40:54.4422804Z test_op_has_batch_rule_linalg_matrix_rank_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.129s) 2022-12-01T10:40:54.4423185Z test_op_has_batch_rule_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:40:54.4423581Z test_op_has_batch_rule_linalg_multi_dot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.067s) 2022-12-01T10:40:54.4423961Z test_op_has_batch_rule_linalg_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.145s) 2022-12-01T10:40:54.4424342Z test_op_has_batch_rule_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.107s) 2022-12-01T10:40:54.4424732Z test_op_has_batch_rule_linalg_pinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-12-01T10:40:54.4425242Z test_op_has_batch_rule_linalg_pinv_hermitian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-12-01T10:40:54.4425741Z 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:40:54.4426208Z test_op_has_batch_rule_linalg_qr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.079s) 2022-12-01T10:40:54.4426583Z test_op_has_batch_rule_linalg_slogdet_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-12-01T10:40:54.4426989Z test_op_has_batch_rule_linalg_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.061s) 2022-12-01T10:40:54.4427367Z test_op_has_batch_rule_linalg_solve_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.080s) 2022-12-01T10:40:54.4427741Z test_op_has_batch_rule_linalg_solve_triangular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.402s) 2022-12-01T10:40:54.4428119Z test_op_has_batch_rule_linalg_svd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.540s) 2022-12-01T10:40:54.4428493Z test_op_has_batch_rule_linalg_svdvals_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.055s) 2022-12-01T10:40:54.4428877Z test_op_has_batch_rule_linalg_tensorinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:40:54.4429269Z test_op_has_batch_rule_linalg_tensorsolve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4429685Z test_op_has_batch_rule_linalg_vander_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4430179Z test_op_has_batch_rule_linalg_vecdot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4430620Z test_op_has_batch_rule_linalg_vector_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.232s) 2022-12-01T10:40:54.4430998Z test_op_has_batch_rule_linspace_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:40:54.4431378Z test_op_has_batch_rule_log10_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:40:54.4431738Z test_op_has_batch_rule_log1p_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:40:54.4432085Z test_op_has_batch_rule_log2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:40:54.4432441Z test_op_has_batch_rule_log_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:40:54.4432804Z test_op_has_batch_rule_log_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-12-01T10:40:54.4433185Z test_op_has_batch_rule_log_softmax_dtype_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-12-01T10:40:54.4433549Z test_op_has_batch_rule_logaddexp2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4433924Z test_op_has_batch_rule_logaddexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4434303Z test_op_has_batch_rule_logcumsumexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-12-01T10:40:54.4434670Z test_op_has_batch_rule_logdet_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-12-01T10:40:54.4435025Z test_op_has_batch_rule_logical_and_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-12-01T10:40:54.4435397Z test_op_has_batch_rule_logical_not_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4435764Z test_op_has_batch_rule_logical_or_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-12-01T10:40:54.4436198Z test_op_has_batch_rule_logical_xor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-12-01T10:40:54.4436563Z test_op_has_batch_rule_logit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-12-01T10:40:54.4436942Z test_op_has_batch_rule_logspace_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:40:54.4437325Z test_op_has_batch_rule_logsumexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.057s) 2022-12-01T10:40:54.4437691Z test_op_has_batch_rule_long_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:40:54.4438135Z test_op_has_batch_rule_long_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:40:54.4438544Z test_op_has_batch_rule_lt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.054s) 2022-12-01T10:40:54.4439436Z 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:40:54.4439923Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T10:40:54.4440135Z should be replaced with 2022-12-01T10:40:54.4440367Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T10:40:54.4440576Z and 2022-12-01T10:40:54.4440778Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T10:40:54.4441010Z should be replaced with 2022-12-01T10:40:54.4441377Z 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:54.4441768Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T10:40:54.4441999Z ok (0.086s) 2022-12-01T10:40:54.4442450Z 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:40:54.4442937Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T10:40:54.4443166Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T10:40:54.4443370Z should be replaced with 2022-12-01T10:40:54.4443709Z 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:54.4444079Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-12-01T10:40:54.4444322Z expected failure (0.009s) 2022-12-01T10:40:54.4444632Z test_op_has_batch_rule_lu_unpack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4444998Z test_op_has_batch_rule_mH_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-12-01T10:40:54.4445351Z test_op_has_batch_rule_mT_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:40:54.4445719Z test_op_has_batch_rule_masked_amax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.178s) 2022-12-01T10:40:54.4446089Z test_op_has_batch_rule_masked_amin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.179s) 2022-12-01T10:40:54.4446510Z test_op_has_batch_rule_masked_argmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.110s) 2022-12-01T10:40:54.4447053Z test_op_has_batch_rule_masked_argmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.111s) 2022-12-01T10:40:54.4447663Z test_op_has_batch_rule_masked_cumprod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-12-01T10:40:54.4448243Z test_op_has_batch_rule_masked_cumsum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-12-01T10:40:54.4448626Z test_op_has_batch_rule_masked_fill_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.080s) 2022-12-01T10:40:54.4449035Z test_op_has_batch_rule_masked_fill_functorch_Scalar_only_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.045s) 2022-12-01T10:40:54.4449437Z test_op_has_batch_rule_masked_log_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.040s) 2022-12-01T10:40:54.4449825Z test_op_has_batch_rule_masked_logaddexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.062s) 2022-12-01T10:40:54.4450197Z test_op_has_batch_rule_masked_logsumexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.222s) 2022-12-01T10:40:54.4450675Z test_op_has_batch_rule_masked_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.238s) 2022-12-01T10:40:54.4451091Z test_op_has_batch_rule_masked_median_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.039s) 2022-12-01T10:40:54.4451453Z test_op_has_batch_rule_masked_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.903s) 2022-12-01T10:40:54.4451834Z test_op_has_batch_rule_masked_normalize_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.074s) 2022-12-01T10:40:54.4452214Z test_op_has_batch_rule_masked_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.181s) 2022-12-01T10:40:54.4452610Z test_op_has_batch_rule_masked_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4453008Z test_op_has_batch_rule_masked_select_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.051s) 2022-12-01T10:40:54.4453401Z test_op_has_batch_rule_masked_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.040s) 2022-12-01T10:40:54.4453783Z test_op_has_batch_rule_masked_softmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.040s) 2022-12-01T10:40:54.4454157Z test_op_has_batch_rule_masked_std_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.695s) 2022-12-01T10:40:54.4454508Z test_op_has_batch_rule_masked_sum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.178s) 2022-12-01T10:40:54.4454874Z test_op_has_batch_rule_masked_var_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.617s) 2022-12-01T10:40:54.4455236Z test_op_has_batch_rule_matmul_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.101s) 2022-12-01T10:40:54.4455619Z test_op_has_batch_rule_matrix_exp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:40:54.4455989Z test_op_has_batch_rule_max_binary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.062s) 2022-12-01T10:40:54.4456371Z test_op_has_batch_rule_max_reduction_no_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:40:54.4456761Z test_op_has_batch_rule_max_reduction_with_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4457127Z test_op_has_batch_rule_maximum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-12-01T10:40:54.4457488Z test_op_has_batch_rule_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.068s) 2022-12-01T10:40:54.4457851Z test_op_has_batch_rule_median_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-12-01T10:40:54.4458228Z test_op_has_batch_rule_meshgrid_list_of_tensors_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.087s) 2022-12-01T10:40:54.4458615Z test_op_has_batch_rule_meshgrid_variadic_tensors_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.085s) 2022-12-01T10:40:54.4458999Z test_op_has_batch_rule_min_binary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.062s) 2022-12-01T10:40:54.4459382Z test_op_has_batch_rule_min_reduction_no_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4459771Z test_op_has_batch_rule_min_reduction_with_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:40:54.4460134Z test_op_has_batch_rule_minimum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-12-01T10:40:54.4460489Z test_op_has_batch_rule_mm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4460840Z test_op_has_batch_rule_mode_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-12-01T10:40:54.4461200Z test_op_has_batch_rule_movedim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.126s) 2022-12-01T10:40:54.4461547Z test_op_has_batch_rule_msort_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:40:54.4461904Z test_op_has_batch_rule_mul_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.121s) 2022-12-01T10:40:54.4462319Z test_op_has_batch_rule_multinomial_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.311s) 2022-12-01T10:40:54.4462708Z test_op_has_batch_rule_mv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4463084Z test_op_has_batch_rule_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.051s) 2022-12-01T10:40:54.4463479Z test_op_has_batch_rule_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.051s) 2022-12-01T10:40:54.4463871Z test_op_has_batch_rule_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.051s) 2022-12-01T10:40:54.4464234Z test_op_has_batch_rule_nan_to_num_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4464616Z test_op_has_batch_rule_nanmean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4465003Z test_op_has_batch_rule_nanmedian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-12-01T10:40:54.4465395Z test_op_has_batch_rule_nanquantile_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:40:54.4465780Z test_op_has_batch_rule_nansum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4466176Z test_op_has_batch_rule_narrow_copy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4466576Z test_op_has_batch_rule_narrow_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:40:54.4466976Z test_op_has_batch_rule_native_batch_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:40:54.4467357Z test_op_has_batch_rule_native_layer_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.195s) 2022-12-01T10:40:54.4467732Z test_op_has_batch_rule_ne_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.055s) 2022-12-01T10:40:54.4468085Z test_op_has_batch_rule_neg_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-12-01T10:40:54.4468434Z test_op_has_batch_rule_new_empty_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:40:54.4468827Z test_op_has_batch_rule_new_empty_strided_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:40:54.4469220Z test_op_has_batch_rule_new_full_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-12-01T10:40:54.4469581Z test_op_has_batch_rule_new_ones_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:40:54.4470003Z test_op_has_batch_rule_new_zeros_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:40:54.4470372Z test_op_has_batch_rule_nextafter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-12-01T10:40:54.4470860Z test_op_has_batch_rule_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:40:54.4471306Z test_op_has_batch_rule_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:40:54.4471708Z test_op_has_batch_rule_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-12-01T10:40:54.4472125Z test_op_has_batch_rule_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-12-01T10:40:54.4472537Z test_op_has_batch_rule_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-12-01T10:40:54.4472947Z test_op_has_batch_rule_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.052s) 2022-12-01T10:40:54.4473345Z test_op_has_batch_rule_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.051s) 2022-12-01T10:40:54.4473803Z test_op_has_batch_rule_nn_functional_avg_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.058s) 2022-12-01T10:40:54.4474228Z test_op_has_batch_rule_nn_functional_avg_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.105s) 2022-12-01T10:40:54.4474629Z test_op_has_batch_rule_nn_functional_avg_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.126s) 2022-12-01T10:40:54.4475006Z test_op_has_batch_rule_nn_functional_batch_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.264s) 2022-12-01T10:40:54.4475418Z test_op_has_batch_rule_nn_functional_bilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:40:54.4475839Z test_op_has_batch_rule_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.037s) 2022-12-01T10:40:54.4476268Z test_op_has_batch_rule_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.115s) 2022-12-01T10:40:54.4476663Z test_op_has_batch_rule_nn_functional_celu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4477050Z test_op_has_batch_rule_nn_functional_conv1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.175s) 2022-12-01T10:40:54.4478008Z 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:40:54.4478625Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-12-01T10:40:54.4478840Z ok (0.615s) 2022-12-01T10:40:54.4479283Z test_op_has_batch_rule_nn_functional_conv2d_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4479733Z test_op_has_batch_rule_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-12-01T10:40:54.4480180Z test_op_has_batch_rule_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:40:54.4480591Z test_op_has_batch_rule_nn_functional_conv2d_stride_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:40:54.4481018Z test_op_has_batch_rule_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:40:54.4481457Z test_op_has_batch_rule_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-12-01T10:40:54.4481887Z test_op_has_batch_rule_nn_functional_conv2d_stride_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:40:54.4482317Z test_op_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:40:54.4482778Z test_op_has_batch_rule_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-12-01T10:40:54.4483211Z test_op_has_batch_rule_nn_functional_conv2d_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-12-01T10:40:54.4483619Z test_op_has_batch_rule_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.127s) 2022-12-01T10:40:54.4484012Z test_op_has_batch_rule_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.165s) 2022-12-01T10:40:54.4484419Z test_op_has_batch_rule_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.242s) 2022-12-01T10:40:54.4484892Z test_op_has_batch_rule_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.062s) 2022-12-01T10:40:54.4485344Z test_op_has_batch_rule_nn_functional_cosine_similarity_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.040s) 2022-12-01T10:40:54.4485737Z test_op_has_batch_rule_nn_functional_cross_entropy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.071s) 2022-12-01T10:40:54.4486150Z test_op_has_batch_rule_nn_functional_ctc_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:40:54.4487384Z 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:40:54.4488272Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:40:54.4488548Z expected failure (0.026s) 2022-12-01T10:40:54.4488858Z test_op_has_batch_rule_nn_functional_dropout3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.027s) 2022-12-01T10:40:54.4489291Z test_op_has_batch_rule_nn_functional_dropout_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:40:54.4489694Z test_op_has_batch_rule_nn_functional_elu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4490107Z test_op_has_batch_rule_nn_functional_embedding_bag_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4490522Z test_op_has_batch_rule_nn_functional_embedding_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.079s) 2022-12-01T10:40:54.4490954Z test_op_has_batch_rule_nn_functional_embedding_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-12-01T10:40:54.4491403Z test_op_has_batch_rule_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:40:54.4491859Z test_op_has_batch_rule_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.068s) 2022-12-01T10:40:54.4492294Z test_op_has_batch_rule_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:40:54.4492736Z test_op_has_batch_rule_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:40:54.4493175Z test_op_has_batch_rule_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4493587Z test_op_has_batch_rule_nn_functional_gelu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.035s) 2022-12-01T10:40:54.4493967Z test_op_has_batch_rule_nn_functional_glu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.072s) 2022-12-01T10:40:54.4494360Z test_op_has_batch_rule_nn_functional_grid_sample_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.110s) 2022-12-01T10:40:54.4494755Z test_op_has_batch_rule_nn_functional_group_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-12-01T10:40:54.4495140Z test_op_has_batch_rule_nn_functional_hardshrink_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4495540Z test_op_has_batch_rule_nn_functional_hardsigmoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4495942Z test_op_has_batch_rule_nn_functional_hardswish_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:40:54.4496383Z test_op_has_batch_rule_nn_functional_hardtanh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4496805Z test_op_has_batch_rule_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.041s) 2022-12-01T10:40:54.4497229Z test_op_has_batch_rule_nn_functional_huber_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.040s) 2022-12-01T10:40:54.4497648Z test_op_has_batch_rule_nn_functional_instance_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:40:54.4498053Z test_op_has_batch_rule_nn_functional_interpolate_area_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-12-01T10:40:54.4498455Z test_op_has_batch_rule_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-12-01T10:40:54.4498873Z test_op_has_batch_rule_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-12-01T10:40:54.4499292Z test_op_has_batch_rule_nn_functional_interpolate_linear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-12-01T10:40:54.4499708Z test_op_has_batch_rule_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-12-01T10:40:54.4500111Z test_op_has_batch_rule_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-12-01T10:40:54.4500529Z test_op_has_batch_rule_nn_functional_kl_div_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4501463Z 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:40:54.4502019Z return self.op(*args, **kwargs) 2022-12-01T10:40:54.4502207Z ok (0.040s) 2022-12-01T10:40:54.4502489Z test_op_has_batch_rule_nn_functional_layer_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.068s) 2022-12-01T10:40:54.4502889Z test_op_has_batch_rule_nn_functional_leaky_relu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-12-01T10:40:54.4503279Z test_op_has_batch_rule_nn_functional_linear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.084s) 2022-12-01T10:40:54.4503668Z test_op_has_batch_rule_nn_functional_local_response_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-12-01T10:40:54.4504073Z test_op_has_batch_rule_nn_functional_logsigmoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4504493Z test_op_has_batch_rule_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:40:54.4504929Z test_op_has_batch_rule_nn_functional_max_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.230s) 2022-12-01T10:40:54.4505325Z test_op_has_batch_rule_nn_functional_max_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (2.705s) 2022-12-01T10:40:54.4505735Z test_op_has_batch_rule_nn_functional_max_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.056s) 2022-12-01T10:40:54.4506158Z test_op_has_batch_rule_nn_functional_max_unpool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4506588Z test_op_has_batch_rule_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4507007Z test_op_has_batch_rule_nn_functional_max_unpool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4507472Z test_op_has_batch_rule_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:40:54.4507928Z test_op_has_batch_rule_nn_functional_max_unpool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4508358Z test_op_has_batch_rule_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4508755Z test_op_has_batch_rule_nn_functional_mish_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4509145Z test_op_has_batch_rule_nn_functional_mse_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-12-01T10:40:54.4509549Z test_op_has_batch_rule_nn_functional_mse_loss_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.034s) 2022-12-01T10:40:54.4510039Z test_op_has_batch_rule_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4510472Z test_op_has_batch_rule_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4510909Z test_op_has_batch_rule_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-12-01T10:40:54.4511317Z test_op_has_batch_rule_nn_functional_nll_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.193s) 2022-12-01T10:40:54.4511710Z test_op_has_batch_rule_nn_functional_normalize_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-12-01T10:40:54.4512098Z test_op_has_batch_rule_nn_functional_pad_circular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-12-01T10:40:54.4512498Z test_op_has_batch_rule_nn_functional_pad_constant_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.089s) 2022-12-01T10:40:54.4512900Z test_op_has_batch_rule_nn_functional_pad_reflect_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:40:54.4513307Z test_op_has_batch_rule_nn_functional_pad_replicate_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:40:54.4513702Z test_op_has_batch_rule_nn_functional_pairwise_distance_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-12-01T10:40:54.4514115Z test_op_has_batch_rule_nn_functional_pdist_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4514525Z test_op_has_batch_rule_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:40:54.4514932Z test_op_has_batch_rule_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:40:54.4515327Z test_op_has_batch_rule_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.334s) 2022-12-01T10:40:54.4515517Z test_op_has_batch_rule_nn_functional_prelu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.087s) 2022-12-01T10:40:54.4515704Z test_op_has_batch_rule_nn_functional_relu6_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4515888Z test_op_has_batch_rule_nn_functional_relu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:40:54.4516088Z test_op_has_batch_rule_nn_functional_rrelu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:40:54.4516271Z test_op_has_batch_rule_nn_functional_selu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4516453Z test_op_has_batch_rule_nn_functional_silu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4516660Z test_op_has_batch_rule_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4516893Z test_op_has_batch_rule_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:40:54.4517107Z test_op_has_batch_rule_nn_functional_softmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:40:54.4517306Z test_op_has_batch_rule_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:40:54.4517496Z test_op_has_batch_rule_nn_functional_softplus_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4517687Z test_op_has_batch_rule_nn_functional_softshrink_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-12-01T10:40:54.4517876Z test_op_has_batch_rule_nn_functional_softsign_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4518066Z test_op_has_batch_rule_nn_functional_tanhshrink_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4518255Z test_op_has_batch_rule_nn_functional_threshold_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:40:54.4518472Z test_op_has_batch_rule_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4518686Z test_op_has_batch_rule_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.060s) 2022-12-01T10:40:54.4518859Z test_op_has_batch_rule_nn_functional_unfold_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.479s) 2022-12-01T10:40:54.4519563Z 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:40:54.4519766Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:40:54.4519838Z ok (0.012s) 2022-12-01T10:40:54.4520394Z 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:40:54.4520591Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:40:54.4520660Z ok (0.025s) 2022-12-01T10:40:54.4520851Z test_op_has_batch_rule_nonzero_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4521019Z test_op_has_batch_rule_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.066s) 2022-12-01T10:40:54.4521191Z test_op_has_batch_rule_norm_fro_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4521344Z test_op_has_batch_rule_norm_inf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:40:54.4521511Z test_op_has_batch_rule_norm_nuc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4521703Z test_op_has_batch_rule_normal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:40:54.4521905Z test_op_has_batch_rule_normal_number_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:40:54.4522091Z test_op_has_batch_rule_ones_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:40:54.4522265Z test_op_has_batch_rule_ones_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:40:54.4522494Z test_op_has_batch_rule_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-12-01T10:40:54.4522690Z test_op_has_batch_rule_ops_aten_index_put_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.898s) 2022-12-01T10:40:54.4522974Z test_op_has_batch_rule_ormqr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.086s) 2022-12-01T10:40:54.4523165Z test_op_has_batch_rule_outer_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:40:54.4523362Z test_op_has_batch_rule_pca_lowrank_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:40:54.4523535Z test_op_has_batch_rule_permute_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:40:54.4523709Z test_op_has_batch_rule_pinverse_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-12-01T10:40:54.4523881Z test_op_has_batch_rule_polar_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.034s) 2022-12-01T10:40:54.4524072Z test_op_has_batch_rule_polygamma_polygamma_n_0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:40:54.4524268Z test_op_has_batch_rule_polygamma_polygamma_n_1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:40:54.4524456Z test_op_has_batch_rule_polygamma_polygamma_n_2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:40:54.4524639Z test_op_has_batch_rule_polygamma_polygamma_n_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:40:54.4524804Z test_op_has_batch_rule_polygamma_polygamma_n_4_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:40:54.4524978Z test_op_has_batch_rule_positive_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4525146Z test_op_has_batch_rule_pow_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-12-01T10:40:54.4525317Z test_op_has_batch_rule_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.055s) 2022-12-01T10:40:54.4525504Z test_op_has_batch_rule_put_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4525847Z 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:40:54.4526062Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:40:54.4526144Z Q, R = torch.qr(A, some) 2022-12-01T10:40:54.4526225Z should be replaced with 2022-12-01T10:40:54.4526576Z 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:54.4526713Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-12-01T10:40:54.4526779Z ok (0.079s) 2022-12-01T10:40:54.4526972Z test_op_has_batch_rule_quantile_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4527147Z test_op_has_batch_rule_rad2deg_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4527342Z test_op_has_batch_rule_rand_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:40:54.4527536Z test_op_has_batch_rule_randint_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:40:54.4527737Z test_op_has_batch_rule_randn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Test expects tensor input (0.004s) 2022-12-01T10:40:54.4527929Z test_op_has_batch_rule_randn_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:40:54.4528084Z test_op_has_batch_rule_ravel_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4528251Z test_op_has_batch_rule_real_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4528431Z test_op_has_batch_rule_reciprocal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:40:54.4528643Z test_op_has_batch_rule_remainder_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.034s) 2022-12-01T10:40:54.4528860Z test_op_has_batch_rule_renorm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:40:54.4529033Z test_op_has_batch_rule_repeat_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.061s) 2022-12-01T10:40:54.4529220Z test_op_has_batch_rule_repeat_interleave_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:40:54.4529395Z test_op_has_batch_rule_reshape_as_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-12-01T10:40:54.4529568Z test_op_has_batch_rule_reshape_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-12-01T10:40:54.4529744Z test_op_has_batch_rule_resize__cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:40:54.4529937Z test_op_has_batch_rule_resize_as__cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4530117Z test_op_has_batch_rule_resolve_conj_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:40:54.4530295Z test_op_has_batch_rule_resolve_neg_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:40:54.4530466Z test_op_has_batch_rule_roll_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.073s) 2022-12-01T10:40:54.4530632Z test_op_has_batch_rule_rot90_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.100s) 2022-12-01T10:40:54.4530803Z test_op_has_batch_rule_round_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4530983Z test_op_has_batch_rule_round_decimals_0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-12-01T10:40:54.4531164Z test_op_has_batch_rule_round_decimals_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-12-01T10:40:54.4531336Z test_op_has_batch_rule_round_decimals_neg_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-12-01T10:40:54.4531506Z test_op_has_batch_rule_rsqrt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4531673Z test_op_has_batch_rule_rsub_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.036s) 2022-12-01T10:40:54.4531851Z test_op_has_batch_rule_scatter_add_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.421s) 2022-12-01T10:40:54.4532025Z test_op_has_batch_rule_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.512s) 2022-12-01T10:40:54.4532464Z 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:40:54.4532603Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-12-01T10:40:54.4532686Z expected failure (0.010s) 2022-12-01T10:40:54.4532891Z test_op_has_batch_rule_scatter_reduce_amin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4533082Z test_op_has_batch_rule_scatter_reduce_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4533282Z test_op_has_batch_rule_scatter_reduce_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4533485Z test_op_has_batch_rule_scatter_reduce_sum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4534478Z 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:40:54.4534647Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-12-01T10:40:54.4535444Z /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:40:54.4535578Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-12-01T10:40:54.4536370Z /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:40:54.4536486Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4536556Z ok (0.544s) 2022-12-01T10:40:54.4536764Z test_op_has_batch_rule_segment_reduce_lengths_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4536970Z test_op_has_batch_rule_segment_reduce_offsets_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4537142Z test_op_has_batch_rule_select_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4537326Z test_op_has_batch_rule_select_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-12-01T10:40:54.4537481Z test_op_has_batch_rule_sgn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4537670Z test_op_has_batch_rule_short_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:40:54.4537868Z test_op_has_batch_rule_short_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:40:54.4538344Z 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:40:54.4538508Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-12-01T10:40:54.4538576Z ok (0.019s) 2022-12-01T10:40:54.4538745Z test_op_has_batch_rule_sign_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4538921Z test_op_has_batch_rule_signbit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:40:54.4539093Z test_op_has_batch_rule_sin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4539249Z test_op_has_batch_rule_sinc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-12-01T10:40:54.4539414Z test_op_has_batch_rule_sinh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4539585Z test_op_has_batch_rule_slice_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:40:54.4539764Z test_op_has_batch_rule_slice_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.061s) 2022-12-01T10:40:54.4539938Z test_op_has_batch_rule_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-12-01T10:40:54.4540123Z test_op_has_batch_rule_softmax_with_dtype_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-12-01T10:40:54.4540317Z test_op_has_batch_rule_sort_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.136s) 2022-12-01T10:40:54.4541236Z 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:40:54.4541350Z torch.eye(m, n, device=device, dtype=dtype) 2022-12-01T10:40:54.4541432Z expected failure (0.012s) 2022-12-01T10:40:54.4541620Z test_op_has_batch_rule_special_airy_ai_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4541825Z test_op_has_batch_rule_special_bessel_j0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4542026Z test_op_has_batch_rule_special_bessel_j1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4542227Z test_op_has_batch_rule_special_bessel_y0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4542427Z test_op_has_batch_rule_special_bessel_y1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4542646Z test_op_has_batch_rule_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4542859Z test_op_has_batch_rule_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4543246Z 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:40:54.4543637Z 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:40:54.4543819Z test_op_has_batch_rule_special_entr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:40:54.4543984Z test_op_has_batch_rule_special_erfcx_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4544196Z test_op_has_batch_rule_special_hermite_polynomial_h_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4544409Z test_op_has_batch_rule_special_hermite_polynomial_he_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4544586Z test_op_has_batch_rule_special_i0e_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:40:54.4544764Z test_op_has_batch_rule_special_i1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:40:54.4544939Z test_op_has_batch_rule_special_i1e_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:40:54.4545153Z test_op_has_batch_rule_special_laguerre_polynomial_l_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4545541Z 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:40:54.4545739Z test_op_has_batch_rule_special_log_ndtr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4545947Z test_op_has_batch_rule_special_modified_bessel_i0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4546137Z test_op_has_batch_rule_special_modified_bessel_i1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4546379Z test_op_has_batch_rule_special_modified_bessel_k0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4546613Z test_op_has_batch_rule_special_modified_bessel_k1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4546794Z test_op_has_batch_rule_special_ndtr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4546976Z test_op_has_batch_rule_special_ndtri_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4547189Z test_op_has_batch_rule_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:40:54.4547405Z test_op_has_batch_rule_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4547624Z test_op_has_batch_rule_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4548028Z 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:40:54.4548423Z 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:40:54.4548822Z 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:40:54.4549202Z 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:40:54.4549418Z test_op_has_batch_rule_special_spherical_bessel_j0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4549602Z test_op_has_batch_rule_special_xlog1py_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-12-01T10:40:54.4549842Z test_op_has_batch_rule_special_zeta_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.033s) 2022-12-01T10:40:54.4550017Z test_op_has_batch_rule_split_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4550200Z test_op_has_batch_rule_split_list_args_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:40:54.4550381Z test_op_has_batch_rule_split_with_sizes_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-12-01T10:40:54.4550549Z test_op_has_batch_rule_sqrt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4550721Z test_op_has_batch_rule_square_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4550883Z test_op_has_batch_rule_squeeze_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-12-01T10:40:54.4551056Z test_op_has_batch_rule_stack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.041s) 2022-12-01T10:40:54.4551223Z test_op_has_batch_rule_std_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:40:54.4551399Z test_op_has_batch_rule_std_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-12-01T10:40:54.4552153Z 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:40:54.4552293Z normalized, onesided, return_complex) 2022-12-01T10:40:54.4552379Z expected failure (0.009s) 2022-12-01T10:40:54.4552547Z test_op_has_batch_rule_sub_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.064s) 2022-12-01T10:40:54.4552743Z test_op_has_batch_rule_sum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-12-01T10:40:54.4552921Z test_op_has_batch_rule_sum_to_size_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.043s) 2022-12-01T10:40:54.4553073Z test_op_has_batch_rule_svd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.551s) 2022-12-01T10:40:54.4553267Z test_op_has_batch_rule_svd_lowrank_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:40:54.4553433Z test_op_has_batch_rule_symeig_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-12-01T10:40:54.4553597Z test_op_has_batch_rule_t_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-12-01T10:40:54.4553781Z test_op_has_batch_rule_take_along_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-12-01T10:40:54.4553970Z test_op_has_batch_rule_take_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.051s) 2022-12-01T10:40:54.4554136Z test_op_has_batch_rule_tan_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4554596Z 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:40:54.4554749Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-12-01T10:40:54.4554802Z ok (0.009s) 2022-12-01T10:40:54.4554996Z test_op_has_batch_rule_tensor_split_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4555174Z test_op_has_batch_rule_tensordot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4555345Z test_op_has_batch_rule_tile_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.080s) 2022-12-01T10:40:54.4555530Z test_op_has_batch_rule_to_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.004s) 2022-12-01T10:40:54.4555720Z test_op_has_batch_rule_to_sparse_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4555888Z test_op_has_batch_rule_topk_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.034s) 2022-12-01T10:40:54.4556058Z test_op_has_batch_rule_trace_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:40:54.4556233Z test_op_has_batch_rule_transpose_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.068s) 2022-12-01T10:40:54.4556391Z test_op_has_batch_rule_trapezoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-12-01T10:40:54.4556560Z test_op_has_batch_rule_trapz_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-12-01T10:40:54.4556953Z 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:40:54.4557135Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:40:54.4557241Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:40:54.4557324Z should be replaced with 2022-12-01T10:40:54.4557553Z 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:54.4557689Z out = op(*pytree.tree_unflatten(new_args, args_spec), **kwarg_values) 2022-12-01T10:40:54.4557756Z ok (0.053s) 2022-12-01T10:40:54.4557912Z test_op_has_batch_rule_tril_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:40:54.4558111Z test_op_has_batch_rule_triu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-12-01T10:40:54.4558316Z test_op_has_batch_rule_true_divide_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.067s) 2022-12-01T10:40:54.4558487Z test_op_has_batch_rule_trunc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4558658Z test_op_has_batch_rule_unbind_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.049s) 2022-12-01T10:40:54.4558835Z test_op_has_batch_rule_unflatten_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-12-01T10:40:54.4559003Z test_op_has_batch_rule_unfold_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.041s) 2022-12-01T10:40:54.4559329Z test_op_has_batch_rule_uniform_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:40:54.4559523Z test_op_has_batch_rule_unique_consecutive_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:40:54.4559717Z test_op_has_batch_rule_unique_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:40:54.4559894Z test_op_has_batch_rule_unsqueeze_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-12-01T10:40:54.4560062Z test_op_has_batch_rule_var_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:40:54.4560238Z test_op_has_batch_rule_var_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-12-01T10:40:54.4560422Z test_op_has_batch_rule_vdot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4560619Z test_op_has_batch_rule_view_as_complex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:40:54.4560790Z test_op_has_batch_rule_view_as_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-12-01T10:40:54.4560961Z test_op_has_batch_rule_view_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.037s) 2022-12-01T10:40:54.4561119Z test_op_has_batch_rule_vsplit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:40:54.4561290Z test_op_has_batch_rule_vstack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.103s) 2022-12-01T10:40:54.4561459Z test_op_has_batch_rule_where_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.036s) 2022-12-01T10:40:54.4561627Z test_op_has_batch_rule_xlogy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.054s) 2022-12-01T10:40:54.4561793Z test_op_has_batch_rule_zero__cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:40:54.4561976Z test_op_has_batch_rule_zeros_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:40:54.4562150Z test_op_has_batch_rule_zeros_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:40:54.4562300Z test_slogdet_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-12-01T10:40:54.4562468Z test_torch_return_types_returns_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-12-01T10:40:54.4562622Z test_vmap_exhaustive_H_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:40:54.4562787Z test_vmap_exhaustive_T_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:40:54.4562980Z test_vmap_exhaustive___getitem___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.031s) 2022-12-01T10:40:54.4563168Z test_vmap_exhaustive___getitem___functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.158s) 2022-12-01T10:40:54.4563341Z test_vmap_exhaustive___radd___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-12-01T10:40:54.4563513Z test_vmap_exhaustive___rdiv___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-12-01T10:40:54.4563743Z test_vmap_exhaustive___rmatmul___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.052s) 2022-12-01T10:40:54.4563914Z test_vmap_exhaustive___rmod___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-12-01T10:40:54.4564119Z test_vmap_exhaustive___rmul___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-12-01T10:40:54.4565052Z 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:40:54.4565196Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:40:54.4565266Z expected failure (0.008s) 2022-12-01T10:40:54.4565441Z test_vmap_exhaustive___rsub___cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-12-01T10:40:54.4566340Z 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:40:54.4566456Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4566898Z /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:40:54.4566986Z return op(*args, **kwargs) 2022-12-01T10:40:54.4567055Z ok (0.007s) 2022-12-01T10:40:54.4567943Z 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:40:54.4568057Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4568494Z /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:40:54.4568580Z return op(*args, **kwargs) 2022-12-01T10:40:54.4568648Z ok (0.017s) 2022-12-01T10:40:54.4569557Z 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:40:54.4569674Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4570114Z /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:40:54.4570230Z return op(*args, **kwargs) 2022-12-01T10:40:54.4570296Z ok (0.016s) 2022-12-01T10:40:54.4570482Z test_vmap_exhaustive_add_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.105s) 2022-12-01T10:40:54.4571392Z 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:40:54.4571493Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4571930Z /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:40:54.4572017Z return op(*args, **kwargs) 2022-12-01T10:40:54.4572084Z ok (0.084s) 2022-12-01T10:40:54.4572985Z 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:40:54.4573099Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4573539Z /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:40:54.4573629Z return op(*args, **kwargs) 2022-12-01T10:40:54.4573698Z ok (0.156s) 2022-12-01T10:40:54.4574593Z 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:40:54.4574706Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4575150Z /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:40:54.4575237Z return op(*args, **kwargs) 2022-12-01T10:40:54.4575304Z ok (0.156s) 2022-12-01T10:40:54.4576195Z 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:40:54.4576307Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4576774Z /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:40:54.4576885Z return op(*args, **kwargs) 2022-12-01T10:40:54.4576938Z ok (0.038s) 2022-12-01T10:40:54.4577127Z test_vmap_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.037s) 2022-12-01T10:40:54.4578019Z 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:40:54.4578138Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4578579Z /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:40:54.4578665Z return op(*args, **kwargs) 2022-12-01T10:40:54.4578734Z ok (0.075s) 2022-12-01T10:40:54.4579622Z 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:40:54.4579738Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4580174Z /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:40:54.4580256Z return op(*args, **kwargs) 2022-12-01T10:40:54.4580324Z ok (0.079s) 2022-12-01T10:40:54.4581214Z 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:40:54.4581328Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4581763Z /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:40:54.4581844Z return op(*args, **kwargs) 2022-12-01T10:40:54.4582569Z /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:40:54.4582681Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4583135Z /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:40:54.4583244Z return op(*args, **kwargs) 2022-12-01T10:40:54.4583311Z ok (0.021s) 2022-12-01T10:40:54.4583503Z test_vmap_exhaustive_allclose_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:40:54.4583673Z test_vmap_exhaustive_amax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.136s) 2022-12-01T10:40:54.4583841Z test_vmap_exhaustive_amin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.136s) 2022-12-01T10:40:54.4584011Z test_vmap_exhaustive_aminmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.090s) 2022-12-01T10:40:54.4584181Z test_vmap_exhaustive_angle_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-12-01T10:40:54.4585071Z 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:40:54.4585185Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4585619Z /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:40:54.4585702Z return op(*args, **kwargs) 2022-12-01T10:40:54.4585760Z ok (0.019s) 2022-12-01T10:40:54.4585950Z test_vmap_exhaustive_arange_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:40:54.4586126Z test_vmap_exhaustive_argmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:40:54.4586299Z test_vmap_exhaustive_argmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:40:54.4586473Z test_vmap_exhaustive_argsort_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.053s) 2022-12-01T10:40:54.4587376Z 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:40:54.4587493Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4587938Z /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:40:54.4588022Z return op(*args, **kwargs) 2022-12-01T10:40:54.4588089Z ok (0.010s) 2022-12-01T10:40:54.4588994Z 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:40:54.4589155Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4589622Z /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:40:54.4589703Z return op(*args, **kwargs) 2022-12-01T10:40:54.4589833Z expected failure (0.006s) 2022-12-01T10:40:54.4590849Z 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:40:54.4591003Z torch.as_strided_scatter(x, src, size, stride, storage_offset=storage_offset), 2022-12-01T10:40:54.4591060Z ok (0.020s) 2022-12-01T10:40:54.4591947Z 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:40:54.4592062Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4592498Z /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:40:54.4592586Z return op(*args, **kwargs) 2022-12-01T10:40:54.4592653Z ok (0.008s) 2022-12-01T10:40:54.4593551Z 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:40:54.4593663Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4594098Z /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:40:54.4594186Z return op(*args, **kwargs) 2022-12-01T10:40:54.4594252Z ok (0.007s) 2022-12-01T10:40:54.4595141Z 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:40:54.4595255Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4595687Z /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:40:54.4595840Z return op(*args, **kwargs) 2022-12-01T10:40:54.4596567Z /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:40:54.4596678Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4597110Z /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:40:54.4597181Z return op(*args, **kwargs) 2022-12-01T10:40:54.4597248Z ok (0.116s) 2022-12-01T10:40:54.4598143Z 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:40:54.4598256Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4598692Z /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:40:54.4598776Z return op(*args, **kwargs) 2022-12-01T10:40:54.4598843Z ok (0.008s) 2022-12-01T10:40:54.4599879Z 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:40:54.4599992Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4600433Z /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:40:54.4600518Z return op(*args, **kwargs) 2022-12-01T10:40:54.4600587Z ok (0.008s) 2022-12-01T10:40:54.4600768Z test_vmap_exhaustive_atleast_1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.069s) 2022-12-01T10:40:54.4600938Z test_vmap_exhaustive_atleast_2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.070s) 2022-12-01T10:40:54.4601093Z test_vmap_exhaustive_atleast_3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.071s) 2022-12-01T10:40:54.4602005Z 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:40:54.4602159Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4602635Z /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:40:54.4602715Z return op(*args, **kwargs) 2022-12-01T10:40:54.4602781Z ok (0.076s) 2022-12-01T10:40:54.4602979Z test_vmap_exhaustive_bernoulli_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:40:54.4603166Z test_vmap_exhaustive_bfloat16_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:40:54.4603369Z test_vmap_exhaustive_bfloat16_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:40:54.4603548Z test_vmap_exhaustive_block_diag_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:40:54.4603714Z test_vmap_exhaustive_bmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:40:54.4603903Z test_vmap_exhaustive_bool_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:40:54.4604086Z test_vmap_exhaustive_bool_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:40:54.4604285Z test_vmap_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.001s) 2022-12-01T10:40:54.4604466Z test_vmap_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-12-01T10:40:54.4604646Z test_vmap_exhaustive_broadcast_to_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4605571Z 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:40:54.4605684Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4606128Z /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:40:54.4606215Z return op(*args, **kwargs) 2022-12-01T10:40:54.4606281Z ok (0.075s) 2022-12-01T10:40:54.4606469Z test_vmap_exhaustive_byte_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:40:54.4606669Z test_vmap_exhaustive_byte_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:40:54.4606850Z test_vmap_exhaustive_cartesian_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:40:54.4607022Z test_vmap_exhaustive_cat_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.347s) 2022-12-01T10:40:54.4607193Z test_vmap_exhaustive_cdist_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.768s) 2022-12-01T10:40:54.4607362Z test_vmap_exhaustive_ceil_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:40:54.4608352Z 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:40:54.4608497Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-12-01T10:40:54.4608568Z ok (0.009s) 2022-12-01T10:40:54.4608756Z test_vmap_exhaustive_char_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:40:54.4608954Z test_vmap_exhaustive_char_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:40:54.4609129Z test_vmap_exhaustive_cholesky_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-12-01T10:40:54.4609313Z test_vmap_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-12-01T10:40:54.4609498Z test_vmap_exhaustive_cholesky_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.039s) 2022-12-01T10:40:54.4609653Z test_vmap_exhaustive_chunk_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:40:54.4610562Z 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:40:54.4610678Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4611120Z /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:40:54.4611205Z return op(*args, **kwargs) 2022-12-01T10:40:54.4611944Z /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:40:54.4612053Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4612497Z /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:40:54.4612577Z return op(*args, **kwargs) 2022-12-01T10:40:54.4612643Z ok (0.148s) 2022-12-01T10:40:54.4612841Z test_vmap_exhaustive_clamp_max_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:40:54.4613033Z test_vmap_exhaustive_clamp_min_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.001s) 2022-12-01T10:40:54.4613202Z test_vmap_exhaustive_clone_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:40:54.4613384Z test_vmap_exhaustive_column_stack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:40:54.4613566Z test_vmap_exhaustive_combinations_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.036s) 2022-12-01T10:40:54.4614504Z 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:40:54.4614686Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4615125Z /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:40:54.4615208Z return op(*args, **kwargs) 2022-12-01T10:40:54.4615276Z ok (0.033s) 2022-12-01T10:40:54.4615447Z test_vmap_exhaustive_conj_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:40:54.4616369Z 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:40:54.4616483Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4616926Z /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:40:54.4617010Z return op(*args, **kwargs) 2022-12-01T10:40:54.4617078Z ok (0.004s) 2022-12-01T10:40:54.4617264Z test_vmap_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.084s) 2022-12-01T10:40:54.4617447Z test_vmap_exhaustive_contiguous_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:40:54.4618365Z 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:40:54.4618473Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4618907Z /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:40:54.4618993Z return op(*args, **kwargs) 2022-12-01T10:40:54.4619733Z /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:40:54.4619846Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4620296Z /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:40:54.4620414Z return op(*args, **kwargs) 2022-12-01T10:40:54.4620483Z ok (0.061s) 2022-12-01T10:40:54.4620687Z test_vmap_exhaustive_corrcoef_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:40:54.4620859Z test_vmap_exhaustive_cos_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4621028Z test_vmap_exhaustive_cosh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4621940Z 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:40:54.4622058Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4622503Z /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:40:54.4622585Z return op(*args, **kwargs) 2022-12-01T10:40:54.4622637Z ok (0.030s) 2022-12-01T10:40:54.4622807Z test_vmap_exhaustive_cov_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.158s) 2022-12-01T10:40:54.4622997Z test_vmap_exhaustive_cross_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:40:54.4623172Z test_vmap_exhaustive_cummax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:40:54.4623345Z test_vmap_exhaustive_cummin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:40:54.4624243Z 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:40:54.4624350Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4624786Z /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:40:54.4624875Z return op(*args, **kwargs) 2022-12-01T10:40:54.4624939Z ok (0.031s) 2022-12-01T10:40:54.4625842Z 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:40:54.4625955Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4626389Z /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:40:54.4626502Z return op(*args, **kwargs) 2022-12-01T10:40:54.4626554Z ok (0.013s) 2022-12-01T10:40:54.4626769Z test_vmap_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:40:54.4626949Z test_vmap_exhaustive_deg2rad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4627117Z test_vmap_exhaustive_diag_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-12-01T10:40:54.4627297Z test_vmap_exhaustive_diag_embed_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.090s) 2022-12-01T10:40:54.4628195Z 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:40:54.4628312Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4628755Z /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:40:54.4628836Z return op(*args, **kwargs) 2022-12-01T10:40:54.4628898Z ok (0.009s) 2022-12-01T10:40:54.4629072Z test_vmap_exhaustive_diagonal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.109s) 2022-12-01T10:40:54.4629245Z test_vmap_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-12-01T10:40:54.4629413Z test_vmap_exhaustive_diff_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.266s) 2022-12-01T10:40:54.4629584Z test_vmap_exhaustive_digamma_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-12-01T10:40:54.4629754Z test_vmap_exhaustive_dist_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.145s) 2022-12-01T10:40:54.4630752Z 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:40:54.4630879Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4631327Z /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:40:54.4631415Z return op(*args, **kwargs) 2022-12-01T10:40:54.4631482Z ok (0.124s) 2022-12-01T10:40:54.4631665Z test_vmap_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.119s) 2022-12-01T10:40:54.4631849Z test_vmap_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.121s) 2022-12-01T10:40:54.4632016Z test_vmap_exhaustive_dot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:40:54.4632190Z test_vmap_exhaustive_double_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:40:54.4632390Z test_vmap_exhaustive_double_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:40:54.4632615Z test_vmap_exhaustive_dsplit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-12-01T10:40:54.4632822Z test_vmap_exhaustive_dstack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.088s) 2022-12-01T10:40:54.4632994Z test_vmap_exhaustive_einsum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-12-01T10:40:54.4633183Z test_vmap_exhaustive_empty_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.001s) 2022-12-01T10:40:54.4633361Z test_vmap_exhaustive_empty_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4633529Z test_vmap_exhaustive_eq_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-12-01T10:40:54.4633717Z test_vmap_exhaustive_equal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:40:54.4633869Z test_vmap_exhaustive_erf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:40:54.4634040Z test_vmap_exhaustive_erfc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4634212Z test_vmap_exhaustive_erfinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:40:54.4634381Z test_vmap_exhaustive_exp2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4634543Z test_vmap_exhaustive_exp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4634717Z test_vmap_exhaustive_expand_as_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4634887Z test_vmap_exhaustive_expand_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:40:54.4635054Z test_vmap_exhaustive_expm1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:40:54.4635239Z test_vmap_exhaustive_eye_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:40:54.4635399Z test_vmap_exhaustive_fft_fft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:40:54.4635575Z test_vmap_exhaustive_fft_fft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-12-01T10:40:54.4635746Z test_vmap_exhaustive_fft_fftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-12-01T10:40:54.4635925Z test_vmap_exhaustive_fft_fftshift_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4636099Z test_vmap_exhaustive_fft_hfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:40:54.4636270Z test_vmap_exhaustive_fft_hfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:40:54.4636444Z test_vmap_exhaustive_fft_hfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-12-01T10:40:54.4636611Z test_vmap_exhaustive_fft_ifft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:40:54.4636782Z test_vmap_exhaustive_fft_ifft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-12-01T10:40:54.4636942Z test_vmap_exhaustive_fft_ifftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-12-01T10:40:54.4637121Z test_vmap_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4638037Z 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:40:54.4638152Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4638624Z /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:40:54.4638735Z return op(*args, **kwargs) 2022-12-01T10:40:54.4638805Z ok (0.015s) 2022-12-01T10:40:54.4638980Z test_vmap_exhaustive_fft_ihfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-12-01T10:40:54.4640024Z 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:40:54.4640140Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4640577Z /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:40:54.4640659Z return op(*args, **kwargs) 2022-12-01T10:40:54.4640725Z ok (0.019s) 2022-12-01T10:40:54.4640905Z test_vmap_exhaustive_fft_irfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:40:54.4641066Z test_vmap_exhaustive_fft_irfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:40:54.4641238Z test_vmap_exhaustive_fft_irfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:40:54.4641405Z test_vmap_exhaustive_fft_rfft2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:40:54.4641578Z test_vmap_exhaustive_fft_rfft_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:40:54.4641751Z test_vmap_exhaustive_fft_rfftn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-12-01T10:40:54.4641918Z test_vmap_exhaustive_fill_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4642088Z test_vmap_exhaustive_flatten_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4642256Z test_vmap_exhaustive_flip_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-12-01T10:40:54.4642426Z test_vmap_exhaustive_fliplr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4642583Z test_vmap_exhaustive_flipud_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4642772Z test_vmap_exhaustive_float_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:40:54.4642973Z test_vmap_exhaustive_float_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:40:54.4643157Z test_vmap_exhaustive_float_power_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-12-01T10:40:54.4643323Z test_vmap_exhaustive_floor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:40:54.4644254Z 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:40:54.4644370Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4644916Z /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:40:54.4645001Z return op(*args, **kwargs) 2022-12-01T10:40:54.4645065Z ok (0.061s) 2022-12-01T10:40:54.4645235Z test_vmap_exhaustive_fmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-12-01T10:40:54.4645388Z test_vmap_exhaustive_fmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-12-01T10:40:54.4646304Z 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:40:54.4646425Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4646857Z /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:40:54.4646939Z return op(*args, **kwargs) 2022-12-01T10:40:54.4647005Z ok (0.061s) 2022-12-01T10:40:54.4647176Z test_vmap_exhaustive_frac_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4647345Z test_vmap_exhaustive_frexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:40:54.4647521Z test_vmap_exhaustive_full_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:40:54.4647693Z test_vmap_exhaustive_gather_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.248s) 2022-12-01T10:40:54.4647863Z test_vmap_exhaustive_ge_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.051s) 2022-12-01T10:40:54.4648031Z test_vmap_exhaustive_geqrf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.073s) 2022-12-01T10:40:54.4648192Z test_vmap_exhaustive_gradient_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.213s) 2022-12-01T10:40:54.4648359Z test_vmap_exhaustive_gt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.051s) 2022-12-01T10:40:54.4648545Z test_vmap_exhaustive_half_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.021s) 2022-12-01T10:40:54.4648746Z test_vmap_exhaustive_half_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:40:54.4649665Z 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:40:54.4649775Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4650218Z /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:40:54.4650299Z return op(*args, **kwargs) 2022-12-01T10:40:54.4650394Z ok (0.059s) 2022-12-01T10:40:54.4651310Z 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:40:54.4651424Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4651860Z /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:40:54.4651941Z return op(*args, **kwargs) 2022-12-01T10:40:54.4652000Z ok (0.156s) 2022-12-01T10:40:54.4652913Z 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:40:54.4653021Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4653464Z /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:40:54.4653536Z return op(*args, **kwargs) 2022-12-01T10:40:54.4654294Z /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:40:54.4654400Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4654851Z /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:40:54.4654933Z return op(*args, **kwargs) 2022-12-01T10:40:54.4655000Z ok (0.669s) 2022-12-01T10:40:54.4655199Z test_vmap_exhaustive_histogramdd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:40:54.4655372Z test_vmap_exhaustive_hsplit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-12-01T10:40:54.4655541Z test_vmap_exhaustive_hstack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.087s) 2022-12-01T10:40:54.4656432Z 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:40:54.4656544Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4657008Z /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:40:54.4657119Z return op(*args, **kwargs) 2022-12-01T10:40:54.4657172Z ok (0.059s) 2022-12-01T10:40:54.4657336Z test_vmap_exhaustive_i0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4658233Z 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:40:54.4658347Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4658777Z /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:40:54.4658858Z return op(*args, **kwargs) 2022-12-01T10:40:54.4658920Z ok (0.084s) 2022-12-01T10:40:54.4659812Z 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:40:54.4659927Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4660363Z /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:40:54.4660444Z return op(*args, **kwargs) 2022-12-01T10:40:54.4660506Z ok (0.085s) 2022-12-01T10:40:54.4661406Z 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:40:54.4661518Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4661952Z /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:40:54.4662028Z return op(*args, **kwargs) 2022-12-01T10:40:54.4662092Z ok (0.185s) 2022-12-01T10:40:54.4663001Z 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:40:54.4663143Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4663605Z /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:40:54.4663674Z return op(*args, **kwargs) 2022-12-01T10:40:54.4663739Z ok (0.062s) 2022-12-01T10:40:54.4664652Z 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:40:54.4664766Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4665216Z /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:40:54.4665296Z return op(*args, **kwargs) 2022-12-01T10:40:54.4666040Z /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:40:54.4666153Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4666598Z /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:40:54.4666683Z return op(*args, **kwargs) 2022-12-01T10:40:54.4666748Z ok (0.029s) 2022-12-01T10:40:54.4666941Z test_vmap_exhaustive_index_put_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.025s) 2022-12-01T10:40:54.4667133Z test_vmap_exhaustive_index_put_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.185s) 2022-12-01T10:40:54.4668043Z 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:40:54.4668154Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4668592Z /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:40:54.4668672Z return op(*args, **kwargs) 2022-12-01T10:40:54.4669435Z /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:40:54.4669572Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4670070Z /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:40:54.4670150Z return op(*args, **kwargs) 2022-12-01T10:40:54.4670214Z ok (0.711s) 2022-12-01T10:40:54.4670391Z test_vmap_exhaustive_index_select_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-12-01T10:40:54.4670560Z test_vmap_exhaustive_inner_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4670752Z test_vmap_exhaustive_int_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:40:54.4670948Z test_vmap_exhaustive_int_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:40:54.4671877Z 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:40:54.4671968Z return self.op(*args, **kwargs) 2022-12-01T10:40:54.4672701Z /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:40:54.4672815Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4673248Z /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:40:54.4673317Z return op(*args, **kwargs) 2022-12-01T10:40:54.4673382Z ok (0.114s) 2022-12-01T10:40:54.4673556Z test_vmap_exhaustive_isfinite_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:40:54.4674466Z 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:40:54.4674584Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4675036Z /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:40:54.4675115Z return op(*args, **kwargs) 2022-12-01T10:40:54.4675181Z ok (0.009s) 2022-12-01T10:40:54.4675402Z test_vmap_exhaustive_isinf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-12-01T10:40:54.4675573Z test_vmap_exhaustive_isnan_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-12-01T10:40:54.4675774Z test_vmap_exhaustive_isneginf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-12-01T10:40:54.4675938Z test_vmap_exhaustive_isposinf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-12-01T10:40:54.4676106Z test_vmap_exhaustive_isreal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:40:54.4676994Z 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:40:54.4677110Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4677548Z /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:40:54.4677629Z return op(*args, **kwargs) 2022-12-01T10:40:54.4677690Z ok (0.033s) 2022-12-01T10:40:54.4677902Z test_vmap_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:40:54.4678117Z test_vmap_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:40:54.4678322Z test_vmap_exhaustive_jiterator_binary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:40:54.4678544Z test_vmap_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:40:54.4678744Z test_vmap_exhaustive_jiterator_unary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:40:54.4678898Z test_vmap_exhaustive_kron_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:40:54.4679073Z test_vmap_exhaustive_kthvalue_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.079s) 2022-12-01T10:40:54.4680115Z 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:40:54.4680232Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4680669Z /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:40:54.4680750Z return op(*args, **kwargs) 2022-12-01T10:40:54.4680815Z ok (0.062s) 2022-12-01T10:40:54.4680982Z test_vmap_exhaustive_le_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.051s) 2022-12-01T10:40:54.4681883Z 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:40:54.4682086Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4682533Z /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:40:54.4682617Z return op(*args, **kwargs) 2022-12-01T10:40:54.4683354Z /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:40:54.4683469Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4683917Z /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:40:54.4684000Z return op(*args, **kwargs) 2022-12-01T10:40:54.4684065Z ok (0.128s) 2022-12-01T10:40:54.4684227Z test_vmap_exhaustive_lgamma_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:40:54.4684415Z test_vmap_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-12-01T10:40:54.4684602Z test_vmap_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-12-01T10:40:54.4684780Z test_vmap_exhaustive_linalg_cond_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:40:54.4684959Z test_vmap_exhaustive_linalg_cross_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.111s) 2022-12-01T10:40:54.4685137Z test_vmap_exhaustive_linalg_det_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-12-01T10:40:54.4685326Z test_vmap_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.097s) 2022-12-01T10:40:54.4685501Z test_vmap_exhaustive_linalg_eig_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-12-01T10:40:54.4685683Z test_vmap_exhaustive_linalg_eigh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:40:54.4685864Z test_vmap_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:40:54.4686045Z test_vmap_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:40:54.4686243Z test_vmap_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.049s) 2022-12-01T10:40:54.4686414Z test_vmap_exhaustive_linalg_inv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:40:54.4686592Z test_vmap_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-12-01T10:40:54.4687535Z 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:40:54.4687688Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4688166Z /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:40:54.4688249Z return op(*args, **kwargs) 2022-12-01T10:40:54.4688319Z ok (0.011s) 2022-12-01T10:40:54.4688506Z test_vmap_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:40:54.4689449Z 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:40:54.4689568Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4690012Z /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:40:54.4690080Z return op(*args, **kwargs) 2022-12-01T10:40:54.4690145Z ok (0.106s) 2022-12-01T10:40:54.4690325Z test_vmap_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.301s) 2022-12-01T10:40:54.4690517Z test_vmap_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.188s) 2022-12-01T10:40:54.4691428Z 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:40:54.4691540Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4691977Z /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:40:54.4692061Z return op(*args, **kwargs) 2022-12-01T10:40:54.4692126Z ok (0.051s) 2022-12-01T10:40:54.4693052Z 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:40:54.4693164Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4693612Z /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:40:54.4693728Z return op(*args, **kwargs) 2022-12-01T10:40:54.4693792Z ok (0.042s) 2022-12-01T10:40:54.4693969Z test_vmap_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.042s) 2022-12-01T10:40:54.4694180Z test_vmap_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.585s) 2022-12-01T10:40:54.4694365Z test_vmap_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.119s) 2022-12-01T10:40:54.4694549Z test_vmap_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.060s) 2022-12-01T10:40:54.4694731Z test_vmap_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.126s) 2022-12-01T10:40:54.4694929Z test_vmap_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-12-01T10:40:54.4695110Z test_vmap_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.063s) 2022-12-01T10:40:54.4695291Z test_vmap_exhaustive_linalg_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.141s) 2022-12-01T10:40:54.4695493Z test_vmap_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.103s) 2022-12-01T10:40:54.4695669Z test_vmap_exhaustive_linalg_pinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.044s) 2022-12-01T10:40:54.4695842Z test_vmap_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:40:54.4696091Z 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:40:54.4696266Z test_vmap_exhaustive_linalg_qr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.075s) 2022-12-01T10:40:54.4696449Z test_vmap_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-12-01T10:40:54.4696632Z test_vmap_exhaustive_linalg_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.058s) 2022-12-01T10:40:54.4696813Z test_vmap_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.076s) 2022-12-01T10:40:54.4697005Z test_vmap_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.400s) 2022-12-01T10:40:54.4697180Z test_vmap_exhaustive_linalg_svd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.539s) 2022-12-01T10:40:54.4697360Z test_vmap_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.052s) 2022-12-01T10:40:54.4697529Z test_vmap_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:40:54.4698494Z 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:40:54.4698600Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4699054Z /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:40:54.4699137Z return op(*args, **kwargs) 2022-12-01T10:40:54.4699203Z ok (0.019s) 2022-12-01T10:40:54.4700156Z 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:40:54.4700304Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4700753Z /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:40:54.4700839Z return op(*args, **kwargs) 2022-12-01T10:40:54.4700906Z ok (0.017s) 2022-12-01T10:40:54.4701831Z 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:40:54.4701950Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4702397Z /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:40:54.4702480Z return op(*args, **kwargs) 2022-12-01T10:40:54.4702547Z ok (0.130s) 2022-12-01T10:40:54.4702736Z test_vmap_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.229s) 2022-12-01T10:40:54.4702919Z test_vmap_exhaustive_linspace_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:40:54.4703092Z test_vmap_exhaustive_log10_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4703266Z test_vmap_exhaustive_log1p_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:40:54.4703436Z test_vmap_exhaustive_log2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4703603Z test_vmap_exhaustive_log_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4703785Z test_vmap_exhaustive_log_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:40:54.4703968Z test_vmap_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-12-01T10:40:54.4704148Z test_vmap_exhaustive_logaddexp2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:40:54.4704324Z test_vmap_exhaustive_logaddexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:40:54.4704493Z test_vmap_exhaustive_logcumsumexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:40:54.4704665Z test_vmap_exhaustive_logdet_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-12-01T10:40:54.4704846Z test_vmap_exhaustive_logical_and_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-12-01T10:40:54.4705018Z test_vmap_exhaustive_logical_not_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:40:54.4705192Z test_vmap_exhaustive_logical_or_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-12-01T10:40:54.4705369Z test_vmap_exhaustive_logical_xor_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-12-01T10:40:54.4705577Z test_vmap_exhaustive_logit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:40:54.4705771Z test_vmap_exhaustive_logspace_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:40:54.4705974Z test_vmap_exhaustive_logsumexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.054s) 2022-12-01T10:40:54.4706148Z test_vmap_exhaustive_long_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:40:54.4706348Z test_vmap_exhaustive_long_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:40:54.4706510Z test_vmap_exhaustive_lt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.051s) 2022-12-01T10:40:54.4706676Z test_vmap_exhaustive_lu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.083s) 2022-12-01T10:40:54.4707587Z 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:40:54.4707706Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4708147Z /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:40:54.4708229Z return op(*args, **kwargs) 2022-12-01T10:40:54.4708296Z ok (0.169s) 2022-12-01T10:40:54.4709201Z 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:40:54.4709316Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4709812Z /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:40:54.4709901Z return op(*args, **kwargs) 2022-12-01T10:40:54.4709968Z ok (0.094s) 2022-12-01T10:40:54.4710123Z test_vmap_exhaustive_mH_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:40:54.4710296Z test_vmap_exhaustive_mT_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:40:54.4710475Z test_vmap_exhaustive_masked_amax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.176s) 2022-12-01T10:40:54.4710651Z test_vmap_exhaustive_masked_amin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.176s) 2022-12-01T10:40:54.4710832Z test_vmap_exhaustive_masked_argmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.108s) 2022-12-01T10:40:54.4711012Z test_vmap_exhaustive_masked_argmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.108s) 2022-12-01T10:40:54.4711192Z test_vmap_exhaustive_masked_cumprod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-12-01T10:40:54.4711372Z test_vmap_exhaustive_masked_cumsum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-12-01T10:40:54.4712414Z 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:40:54.4712540Z return self.op(*args, **kwargs) 2022-12-01T10:40:54.4713288Z /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:40:54.4713404Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4713856Z /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:40:54.4713928Z return op(*args, **kwargs) 2022-12-01T10:40:54.4714663Z /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:40:54.4714776Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4715225Z /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:40:54.4715310Z return op(*args, **kwargs) 2022-12-01T10:40:54.4715377Z ok (0.157s) 2022-12-01T10:40:54.4715581Z test_vmap_exhaustive_masked_fill_functorch_Scalar_only_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.042s) 2022-12-01T10:40:54.4715768Z test_vmap_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.038s) 2022-12-01T10:40:54.4715955Z test_vmap_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.059s) 2022-12-01T10:40:54.4716140Z test_vmap_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.220s) 2022-12-01T10:40:54.4716317Z test_vmap_exhaustive_masked_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.234s) 2022-12-01T10:40:54.4716486Z test_vmap_exhaustive_masked_median_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.035s) 2022-12-01T10:40:54.4716665Z test_vmap_exhaustive_masked_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.902s) 2022-12-01T10:40:54.4716848Z test_vmap_exhaustive_masked_normalize_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.070s) 2022-12-01T10:40:54.4717026Z test_vmap_exhaustive_masked_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.177s) 2022-12-01T10:40:54.4717949Z 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:40:54.4718129Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4718609Z /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:40:54.4718698Z return op(*args, **kwargs) 2022-12-01T10:40:54.4719608Z /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:40:54.4719726Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4720181Z /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:40:54.4720266Z return op(*args, **kwargs) 2022-12-01T10:40:54.4720333Z ok (0.074s) 2022-12-01T10:40:54.4720519Z test_vmap_exhaustive_masked_select_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.048s) 2022-12-01T10:40:54.4720704Z test_vmap_exhaustive_masked_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.036s) 2022-12-01T10:40:54.4720887Z test_vmap_exhaustive_masked_softmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.037s) 2022-12-01T10:40:54.4721063Z test_vmap_exhaustive_masked_std_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.692s) 2022-12-01T10:40:54.4721236Z test_vmap_exhaustive_masked_sum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.174s) 2022-12-01T10:40:54.4721415Z test_vmap_exhaustive_masked_var_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.614s) 2022-12-01T10:40:54.4721584Z test_vmap_exhaustive_matmul_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.098s) 2022-12-01T10:40:54.4722509Z 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:40:54.4722624Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4723067Z /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:40:54.4723152Z return op(*args, **kwargs) 2022-12-01T10:40:54.4723217Z ok (0.018s) 2022-12-01T10:40:54.4723379Z test_vmap_exhaustive_max_binary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.058s) 2022-12-01T10:40:54.4723567Z test_vmap_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:40:54.4723758Z test_vmap_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4723931Z test_vmap_exhaustive_maximum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-12-01T10:40:54.4724098Z test_vmap_exhaustive_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.065s) 2022-12-01T10:40:54.4724342Z test_vmap_exhaustive_median_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-12-01T10:40:54.4724568Z test_vmap_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.083s) 2022-12-01T10:40:54.4724766Z test_vmap_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.081s) 2022-12-01T10:40:54.4724944Z test_vmap_exhaustive_min_binary_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.059s) 2022-12-01T10:40:54.4725116Z test_vmap_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:40:54.4725303Z test_vmap_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4725475Z test_vmap_exhaustive_minimum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-12-01T10:40:54.4725644Z test_vmap_exhaustive_mm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:40:54.4725811Z test_vmap_exhaustive_mode_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:40:54.4725984Z test_vmap_exhaustive_movedim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.122s) 2022-12-01T10:40:54.4726154Z test_vmap_exhaustive_msort_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4726317Z test_vmap_exhaustive_mul_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.118s) 2022-12-01T10:40:54.4726509Z test_vmap_exhaustive_multinomial_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.307s) 2022-12-01T10:40:54.4726662Z test_vmap_exhaustive_mv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:40:54.4726846Z test_vmap_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-12-01T10:40:54.4727034Z test_vmap_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-12-01T10:40:54.4727221Z test_vmap_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.048s) 2022-12-01T10:40:54.4727395Z test_vmap_exhaustive_nan_to_num_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4728302Z 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:40:54.4728418Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4728861Z /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:40:54.4728948Z return op(*args, **kwargs) 2022-12-01T10:40:54.4729016Z ok (0.058s) 2022-12-01T10:40:54.4729196Z test_vmap_exhaustive_nanmedian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-12-01T10:40:54.4730130Z 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:40:54.4730278Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4730769Z /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:40:54.4730852Z return op(*args, **kwargs) 2022-12-01T10:40:54.4731578Z /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:40:54.4731691Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4732138Z /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:40:54.4732222Z return op(*args, **kwargs) 2022-12-01T10:40:54.4732289Z ok (0.225s) 2022-12-01T10:40:54.4733184Z 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:40:54.4733298Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4733741Z /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:40:54.4733825Z return op(*args, **kwargs) 2022-12-01T10:40:54.4733892Z ok (0.050s) 2022-12-01T10:40:54.4734802Z 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:40:54.4734919Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4735361Z /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:40:54.4735444Z return op(*args, **kwargs) 2022-12-01T10:40:54.4735511Z ok (0.009s) 2022-12-01T10:40:54.4735686Z test_vmap_exhaustive_narrow_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:40:54.4735890Z test_vmap_exhaustive_native_batch_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:40:54.4736075Z test_vmap_exhaustive_native_layer_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.192s) 2022-12-01T10:40:54.4736244Z test_vmap_exhaustive_ne_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.051s) 2022-12-01T10:40:54.4737199Z 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:40:54.4737315Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4737755Z /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:40:54.4737844Z return op(*args, **kwargs) 2022-12-01T10:40:54.4737912Z ok (0.023s) 2022-12-01T10:40:54.4738089Z test_vmap_exhaustive_new_empty_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:40:54.4738293Z test_vmap_exhaustive_new_empty_strided_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:40:54.4738467Z test_vmap_exhaustive_new_full_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:40:54.4738625Z test_vmap_exhaustive_new_ones_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:40:54.4738799Z test_vmap_exhaustive_new_zeros_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:40:54.4739709Z 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:40:54.4739829Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4740268Z /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:40:54.4740353Z return op(*args, **kwargs) 2022-12-01T10:40:54.4740421Z ok (0.059s) 2022-12-01T10:40:54.4741486Z 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:40:54.4741572Z return op(*args, **kwargs) 2022-12-01T10:40:54.4741657Z expected failure (0.025s) 2022-12-01T10:40:54.4741860Z test_vmap_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:40:54.4742065Z test_vmap_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-12-01T10:40:54.4742263Z test_vmap_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-12-01T10:40:54.4742461Z test_vmap_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:40:54.4742682Z test_vmap_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.049s) 2022-12-01T10:40:54.4742912Z test_vmap_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.047s) 2022-12-01T10:40:54.4743107Z test_vmap_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.054s) 2022-12-01T10:40:54.4743298Z test_vmap_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.100s) 2022-12-01T10:40:54.4743489Z test_vmap_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.121s) 2022-12-01T10:40:54.4743676Z test_vmap_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.260s) 2022-12-01T10:40:54.4744609Z 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:40:54.4744728Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4745163Z /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:40:54.4745245Z return op(*args, **kwargs) 2022-12-01T10:40:54.4745311Z ok (0.281s) 2022-12-01T10:40:54.4745513Z test_vmap_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.034s) 2022-12-01T10:40:54.4745731Z test_vmap_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.111s) 2022-12-01T10:40:54.4745905Z test_vmap_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4746093Z test_vmap_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.170s) 2022-12-01T10:40:54.4746279Z test_vmap_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.616s) 2022-12-01T10:40:54.4746473Z test_vmap_exhaustive_nn_functional_conv2d_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:40:54.4746690Z test_vmap_exhaustive_nn_functional_conv2d_stride_depthwise_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-12-01T10:40:54.4746899Z test_vmap_exhaustive_nn_functional_conv2d_stride_groups_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:40:54.4747100Z test_vmap_exhaustive_nn_functional_conv2d_stride_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:40:54.4747313Z test_vmap_exhaustive_nn_functional_conv2d_stride_padding_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:40:54.4747525Z test_vmap_exhaustive_nn_functional_conv2d_stride_padding_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:40:54.4747713Z test_vmap_exhaustive_nn_functional_conv2d_stride_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:40:54.4747934Z test_vmap_exhaustive_nn_functional_conv2d_strided_padding_dilation_no_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:40:54.4748154Z test_vmap_exhaustive_nn_functional_conv2d_strided_padding_dilation_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:40:54.4748383Z test_vmap_exhaustive_nn_functional_conv2d_with_bias_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:40:54.4748609Z test_vmap_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.124s) 2022-12-01T10:40:54.4748805Z test_vmap_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.163s) 2022-12-01T10:40:54.4749003Z test_vmap_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.240s) 2022-12-01T10:40:54.4749206Z test_vmap_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.058s) 2022-12-01T10:40:54.4749401Z test_vmap_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.036s) 2022-12-01T10:40:54.4749591Z test_vmap_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.069s) 2022-12-01T10:40:54.4750610Z 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:40:54.4750789Z log_probs, targets, input_lengths, target_lengths, blank, _Reduction.get_enum(reduction), zero_infinity 2022-12-01T10:40:54.4750855Z ok (0.209s) 2022-12-01T10:40:54.4751050Z test_vmap_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.023s) 2022-12-01T10:40:54.4751256Z test_vmap_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.023s) 2022-12-01T10:40:54.4751464Z test_vmap_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.021s) 2022-12-01T10:40:54.4751649Z test_vmap_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4752623Z 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:40:54.4752820Z weight, input, offsets, scale_grad_by_freq, mode_enum, sparse, per_sample_weights, include_last_offset, padding_idx 2022-12-01T10:40:54.4753580Z /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:40:54.4753725Z torch.embedding_renorm_(weight.detach(), input, max_norm, norm_type) 2022-12-01T10:40:54.4753809Z expected failure (0.041s) 2022-12-01T10:40:54.4754017Z test_vmap_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.078s) 2022-12-01T10:40:54.4754220Z test_vmap_exhaustive_nn_functional_embedding_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-12-01T10:40:54.4754449Z test_vmap_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:40:54.4754705Z test_vmap_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.064s) 2022-12-01T10:40:54.4754940Z test_vmap_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4755157Z test_vmap_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:40:54.4756098Z 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:40:54.4756182Z if torch.any(var < 0): 2022-12-01T10:40:54.4756268Z expected failure (0.006s) 2022-12-01T10:40:54.4756455Z test_vmap_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-12-01T10:40:54.4756645Z test_vmap_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.069s) 2022-12-01T10:40:54.4756837Z test_vmap_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.107s) 2022-12-01T10:40:54.4757026Z test_vmap_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:40:54.4757215Z test_vmap_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4757408Z test_vmap_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4757586Z test_vmap_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:40:54.4757784Z test_vmap_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4757987Z test_vmap_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.038s) 2022-12-01T10:40:54.4758927Z 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:40:54.4759110Z return torch._C._nn.huber_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), delta) 2022-12-01T10:40:54.4759333Z ok (0.088s) 2022-12-01T10:40:54.4759533Z test_vmap_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-12-01T10:40:54.4759733Z test_vmap_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-12-01T10:40:54.4759944Z test_vmap_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:40:54.4760147Z test_vmap_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-12-01T10:40:54.4760347Z test_vmap_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-12-01T10:40:54.4760545Z test_vmap_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-12-01T10:40:54.4760735Z test_vmap_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-12-01T10:40:54.4761783Z 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:40:54.4761934Z reduced = torch.kl_div(input, target, reduction_enum, log_target=log_target) 2022-12-01T10:40:54.4762541Z /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:54.4762768Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:40:54.4762839Z ok (0.064s) 2022-12-01T10:40:54.4763029Z test_vmap_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.037s) 2022-12-01T10:40:54.4763224Z test_vmap_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.065s) 2022-12-01T10:40:54.4763414Z test_vmap_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-12-01T10:40:54.4763603Z test_vmap_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.081s) 2022-12-01T10:40:54.4763804Z test_vmap_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:40:54.4764000Z test_vmap_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:40:54.4764973Z 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:40:54.4765131Z return torch.margin_ranking_loss(input1, input2, target, margin, reduction_enum) 2022-12-01T10:40:54.4765199Z ok (0.167s) 2022-12-01T10:40:54.4766133Z 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:40:54.4766292Z return torch.max_pool1d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-12-01T10:40:54.4766345Z ok (1.913s) 2022-12-01T10:40:54.4766541Z test_vmap_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (2.711s) 2022-12-01T10:40:54.4767491Z 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:40:54.4767666Z return torch._C._nn.max_pool3d_with_indices(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-12-01T10:40:54.4768456Z /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:54.4768613Z return torch.max_pool3d(input, kernel_size, stride, padding, dilation, ceil_mode) 2022-12-01T10:40:54.4768680Z ok (1.312s) 2022-12-01T10:40:54.4769623Z 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:40:54.4769883Z return torch._C._nn.max_unpool2d(input.unsqueeze(-1), indices.unsqueeze(-1), output_size).squeeze(-1) 2022-12-01T10:40:54.4769954Z ok (0.556s) 2022-12-01T10:40:54.4770160Z test_vmap_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.085s) 2022-12-01T10:40:54.4771098Z 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:40:54.4771228Z return torch._C._nn.max_unpool2d(input, indices, output_size) 2022-12-01T10:40:54.4771295Z ok (1.150s) 2022-12-01T10:40:54.4771495Z test_vmap_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.136s) 2022-12-01T10:40:54.4772448Z 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:40:54.4772602Z return torch._C._nn.max_unpool3d(input, indices, output_size, _stride, padding) 2022-12-01T10:40:54.4772669Z ok (0.419s) 2022-12-01T10:40:54.4772866Z test_vmap_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.084s) 2022-12-01T10:40:54.4773037Z test_vmap_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4773232Z test_vmap_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-12-01T10:40:54.4773432Z test_vmap_exhaustive_nn_functional_mse_loss_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-12-01T10:40:54.4774386Z 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:40:54.4774543Z return torch._C._nn.multi_margin_loss(input, target, p, margin, weight, reduction_enum) 2022-12-01T10:40:54.4774610Z ok (0.016s) 2022-12-01T10:40:54.4775624Z 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:40:54.4775802Z return torch._C._nn.multilabel_margin_loss(input, target, reduction_enum) 2022-12-01T10:40:54.4775871Z ok (0.010s) 2022-12-01T10:40:54.4776082Z test_vmap_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:40:54.4776269Z test_vmap_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.190s) 2022-12-01T10:40:54.4776460Z test_vmap_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:40:54.4776659Z test_vmap_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.016s) 2022-12-01T10:40:54.4776855Z test_vmap_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.086s) 2022-12-01T10:40:54.4777036Z test_vmap_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-12-01T10:40:54.4777231Z test_vmap_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-12-01T10:40:54.4777428Z test_vmap_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-12-01T10:40:54.4778354Z 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:40:54.4778472Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4778909Z /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:40:54.4778995Z return op(*args, **kwargs) 2022-12-01T10:40:54.4779063Z ok (0.015s) 2022-12-01T10:40:54.4779260Z test_vmap_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4779456Z test_vmap_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4779653Z test_vmap_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.330s) 2022-12-01T10:40:54.4779839Z test_vmap_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.084s) 2022-12-01T10:40:54.4780011Z test_vmap_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:40:54.4780192Z test_vmap_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:40:54.4780391Z test_vmap_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:40:54.4780577Z test_vmap_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4780758Z test_vmap_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4781765Z 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:40:54.4781947Z return torch._C._nn.smooth_l1_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction), beta) 2022-12-01T10:40:54.4782017Z ok (0.028s) 2022-12-01T10:40:54.4782967Z 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:40:54.4783110Z return torch._C._nn.soft_margin_loss(input, target, reduction_enum) 2022-12-01T10:40:54.4783176Z ok (0.063s) 2022-12-01T10:40:54.4783365Z test_vmap_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:40:54.4783569Z test_vmap_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:40:54.4783758Z test_vmap_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:40:54.4783934Z test_vmap_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-12-01T10:40:54.4784124Z test_vmap_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:40:54.4784317Z test_vmap_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:40:54.4784510Z test_vmap_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:40:54.4785482Z 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:40:54.4785659Z return torch.triplet_margin_loss(anchor, positive, negative, margin, p, eps, swap, reduction_enum) 2022-12-01T10:40:54.4785731Z ok (0.055s) 2022-12-01T10:40:54.4785949Z test_vmap_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.057s) 2022-12-01T10:40:54.4786139Z test_vmap_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.478s) 2022-12-01T10:40:54.4786340Z test_vmap_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4786537Z test_vmap_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.021s) 2022-12-01T10:40:54.4786726Z test_vmap_exhaustive_nonzero_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.006s) 2022-12-01T10:40:54.4786881Z test_vmap_exhaustive_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.063s) 2022-12-01T10:40:54.4787054Z test_vmap_exhaustive_norm_fro_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:40:54.4787225Z test_vmap_exhaustive_norm_inf_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:40:54.4787432Z test_vmap_exhaustive_norm_nuc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:40:54.4787653Z test_vmap_exhaustive_normal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:40:54.4787853Z test_vmap_exhaustive_normal_number_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:40:54.4788038Z test_vmap_exhaustive_ones_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.001s) 2022-12-01T10:40:54.4788213Z test_vmap_exhaustive_ones_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:40:54.4788439Z test_vmap_exhaustive_ops_aten__new_zeros_with_same_feature_meta_functorchonly_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:40:54.4788622Z test_vmap_exhaustive_ops_aten_index_put_functorch_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.859s) 2022-12-01T10:40:54.4789562Z 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:40:54.4789640Z return self.op(*args, **kwargs) 2022-12-01T10:40:54.4790437Z /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:40:54.4790557Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4790994Z /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:40:54.4791078Z return op(*args, **kwargs) 2022-12-01T10:40:54.4791145Z ok (1.052s) 2022-12-01T10:40:54.4791316Z test_vmap_exhaustive_outer_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:40:54.4791511Z test_vmap_exhaustive_pca_lowrank_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:40:54.4791686Z test_vmap_exhaustive_permute_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.007s) 2022-12-01T10:40:54.4791862Z test_vmap_exhaustive_pinverse_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-12-01T10:40:54.4792019Z test_vmap_exhaustive_polar_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-12-01T10:40:54.4792977Z 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:40:54.4793092Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4793523Z /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:40:54.4793642Z return op(*args, **kwargs) 2022-12-01T10:40:54.4793711Z ok (0.029s) 2022-12-01T10:40:54.4793932Z test_vmap_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-12-01T10:40:54.4794127Z test_vmap_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-12-01T10:40:54.4794317Z test_vmap_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-12-01T10:40:54.4794506Z test_vmap_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.029s) 2022-12-01T10:40:54.4794677Z test_vmap_exhaustive_positive_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:40:54.4795576Z 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:40:54.4795692Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4796135Z /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:40:54.4796219Z return op(*args, **kwargs) 2022-12-01T10:40:54.4796273Z ok (0.059s) 2022-12-01T10:40:54.4796444Z test_vmap_exhaustive_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.052s) 2022-12-01T10:40:54.4797332Z 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:40:54.4797446Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4797878Z /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:40:54.4797962Z return op(*args, **kwargs) 2022-12-01T10:40:54.4798687Z /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:40:54.4798803Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4799365Z /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:40:54.4799449Z return op(*args, **kwargs) 2022-12-01T10:40:54.4799515Z ok (0.453s) 2022-12-01T10:40:54.4799685Z test_vmap_exhaustive_qr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.076s) 2022-12-01T10:40:54.4800688Z 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:40:54.4800803Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4801250Z /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:40:54.4801335Z return op(*args, **kwargs) 2022-12-01T10:40:54.4802063Z /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:40:54.4802164Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4802597Z /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:40:54.4802681Z return op(*args, **kwargs) 2022-12-01T10:40:54.4802746Z ok (0.218s) 2022-12-01T10:40:54.4802926Z test_vmap_exhaustive_rad2deg_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4803119Z test_vmap_exhaustive_rand_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:40:54.4803318Z test_vmap_exhaustive_randint_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:40:54.4803522Z test_vmap_exhaustive_randn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Test expects tensor input (0.001s) 2022-12-01T10:40:54.4803714Z test_vmap_exhaustive_randn_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:40:54.4803885Z test_vmap_exhaustive_ravel_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:40:54.4804040Z test_vmap_exhaustive_real_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:40:54.4804219Z test_vmap_exhaustive_reciprocal_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4805134Z 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:40:54.4805249Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4805696Z /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:40:54.4805825Z return op(*args, **kwargs) 2022-12-01T10:40:54.4805895Z ok (0.061s) 2022-12-01T10:40:54.4806889Z 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:40:54.4806982Z return self.op(*args, **kwargs) 2022-12-01T10:40:54.4807712Z /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:40:54.4807828Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4808263Z /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:40:54.4808346Z return op(*args, **kwargs) 2022-12-01T10:40:54.4809071Z /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:40:54.4809187Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4809620Z /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:40:54.4809703Z return op(*args, **kwargs) 2022-12-01T10:40:54.4809756Z ok (0.031s) 2022-12-01T10:40:54.4809932Z test_vmap_exhaustive_repeat_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.057s) 2022-12-01T10:40:54.4810120Z test_vmap_exhaustive_repeat_interleave_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4810300Z test_vmap_exhaustive_reshape_as_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.014s) 2022-12-01T10:40:54.4810474Z test_vmap_exhaustive_reshape_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-12-01T10:40:54.4810670Z test_vmap_exhaustive_resize__cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:40:54.4811647Z 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:40:54.4811771Z op=lambda x, other: torch.resize_as_(x.clone(), other), 2022-12-01T10:40:54.4812506Z /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:40:54.4812650Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4813113Z /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:40:54.4813199Z return op(*args, **kwargs) 2022-12-01T10:40:54.4813280Z expected failure (0.010s) 2022-12-01T10:40:54.4813448Z test_vmap_exhaustive_resolve_conj_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:40:54.4813627Z test_vmap_exhaustive_resolve_neg_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:40:54.4813796Z test_vmap_exhaustive_roll_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.069s) 2022-12-01T10:40:54.4813970Z test_vmap_exhaustive_rot90_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.096s) 2022-12-01T10:40:54.4814139Z test_vmap_exhaustive_round_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:40:54.4814325Z test_vmap_exhaustive_round_decimals_0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4814504Z test_vmap_exhaustive_round_decimals_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4814692Z test_vmap_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4814845Z test_vmap_exhaustive_rsqrt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4815013Z test_vmap_exhaustive_rsub_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.033s) 2022-12-01T10:40:54.4815930Z 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:40:54.4816048Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4816493Z /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:40:54.4816578Z return op(*args, **kwargs) 2022-12-01T10:40:54.4816647Z ok (0.528s) 2022-12-01T10:40:54.4817561Z 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:40:54.4817678Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4818116Z /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:40:54.4818200Z return op(*args, **kwargs) 2022-12-01T10:40:54.4818978Z /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:40:54.4819117Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4819565Z /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:40:54.4819648Z return op(*args, **kwargs) 2022-12-01T10:40:54.4820382Z /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:40:54.4820500Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4820940Z /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:40:54.4821021Z return op(*args, **kwargs) 2022-12-01T10:40:54.4821747Z /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:40:54.4821861Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4822308Z /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:40:54.4822389Z return op(*args, **kwargs) 2022-12-01T10:40:54.4822457Z ok (0.839s) 2022-12-01T10:40:54.4823397Z 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:40:54.4823512Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4823963Z /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:40:54.4824049Z return op(*args, **kwargs) 2022-12-01T10:40:54.4824794Z /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:40:54.4824939Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4825406Z /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:40:54.4825491Z return op(*args, **kwargs) 2022-12-01T10:40:54.4825558Z ok (0.453s) 2022-12-01T10:40:54.4825751Z test_vmap_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.452s) 2022-12-01T10:40:54.4825927Z test_vmap_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.483s) 2022-12-01T10:40:54.4826112Z test_vmap_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.453s) 2022-12-01T10:40:54.4826301Z test_vmap_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.452s) 2022-12-01T10:40:54.4826486Z test_vmap_exhaustive_searchsorted_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.540s) 2022-12-01T10:40:54.4827432Z 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:40:54.4827547Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4827996Z /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:40:54.4828086Z return op(*args, **kwargs) 2022-12-01T10:40:54.4828152Z ok (0.157s) 2022-12-01T10:40:54.4828345Z test_vmap_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.148s) 2022-12-01T10:40:54.4828516Z test_vmap_exhaustive_select_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4828700Z test_vmap_exhaustive_select_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:40:54.4828853Z test_vmap_exhaustive_sgn_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:40:54.4829038Z test_vmap_exhaustive_short_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:40:54.4829238Z test_vmap_exhaustive_short_functorch_no_channels_last_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:40:54.4829414Z test_vmap_exhaustive_sigmoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-12-01T10:40:54.4829582Z test_vmap_exhaustive_sign_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:40:54.4829753Z test_vmap_exhaustive_signbit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-12-01T10:40:54.4829976Z test_vmap_exhaustive_sin_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:40:54.4830146Z test_vmap_exhaustive_sinc_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4830298Z test_vmap_exhaustive_sinh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:40:54.4830471Z test_vmap_exhaustive_slice_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4830688Z test_vmap_exhaustive_slice_scatter_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.057s) 2022-12-01T10:40:54.4830858Z test_vmap_exhaustive_softmax_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-12-01T10:40:54.4831073Z test_vmap_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:40:54.4831242Z test_vmap_exhaustive_sort_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.133s) 2022-12-01T10:40:54.4831445Z test_vmap_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:40:54.4832379Z 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:40:54.4832495Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4832941Z /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:40:54.4833023Z return op(*args, **kwargs) 2022-12-01T10:40:54.4833089Z ok (0.006s) 2022-12-01T10:40:54.4834021Z 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:40:54.4834139Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4834584Z /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:40:54.4834667Z return op(*args, **kwargs) 2022-12-01T10:40:54.4834718Z ok (0.005s) 2022-12-01T10:40:54.4835647Z 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:40:54.4835766Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4836209Z /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:40:54.4836294Z return op(*args, **kwargs) 2022-12-01T10:40:54.4836363Z ok (0.005s) 2022-12-01T10:40:54.4837329Z 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:40:54.4837471Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4837917Z /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:40:54.4838002Z return op(*args, **kwargs) 2022-12-01T10:40:54.4838067Z ok (0.005s) 2022-12-01T10:40:54.4838997Z 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:40:54.4839113Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4839677Z /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:40:54.4839761Z return op(*args, **kwargs) 2022-12-01T10:40:54.4839828Z ok (0.005s) 2022-12-01T10:40:54.4840826Z 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:40:54.4840941Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4841406Z /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:40:54.4841489Z return op(*args, **kwargs) 2022-12-01T10:40:54.4841541Z ok (0.030s) 2022-12-01T10:40:54.4842533Z 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:40:54.4842648Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4843109Z /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:40:54.4843250Z return op(*args, **kwargs) 2022-12-01T10:40:54.4843316Z ok (0.030s) 2022-12-01T10:40:54.4843740Z 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:40:54.4844130Z 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:40:54.4844311Z test_vmap_exhaustive_special_entr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:40:54.4844494Z test_vmap_exhaustive_special_erfcx_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:40:54.4845477Z 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:40:54.4845601Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4846059Z /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:40:54.4846141Z return op(*args, **kwargs) 2022-12-01T10:40:54.4846207Z ok (0.030s) 2022-12-01T10:40:54.4847183Z 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:40:54.4847297Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4847760Z /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:40:54.4847842Z return op(*args, **kwargs) 2022-12-01T10:40:54.4847895Z ok (0.030s) 2022-12-01T10:40:54.4848078Z test_vmap_exhaustive_special_i0e_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:40:54.4848259Z test_vmap_exhaustive_special_i1_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:40:54.4848436Z test_vmap_exhaustive_special_i1e_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:40:54.4849409Z 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:40:54.4849523Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4850029Z /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:40:54.4850139Z return op(*args, **kwargs) 2022-12-01T10:40:54.4850206Z ok (0.030s) 2022-12-01T10:40:54.4850590Z 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:40:54.4851512Z 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:40:54.4851628Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4852073Z /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:40:54.4852155Z return op(*args, **kwargs) 2022-12-01T10:40:54.4852221Z ok (0.005s) 2022-12-01T10:40:54.4853182Z 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:40:54.4853298Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4853737Z /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:40:54.4853820Z return op(*args, **kwargs) 2022-12-01T10:40:54.4853886Z ok (0.005s) 2022-12-01T10:40:54.4854856Z 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:40:54.4854975Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4855430Z /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:40:54.4855512Z return op(*args, **kwargs) 2022-12-01T10:40:54.4855580Z ok (0.005s) 2022-12-01T10:40:54.4856544Z 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:40:54.4856720Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4857175Z /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:40:54.4857260Z return op(*args, **kwargs) 2022-12-01T10:40:54.4857325Z ok (0.005s) 2022-12-01T10:40:54.4858287Z 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:40:54.4858404Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4858850Z /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:40:54.4858933Z return op(*args, **kwargs) 2022-12-01T10:40:54.4859000Z ok (0.005s) 2022-12-01T10:40:54.4859168Z test_vmap_exhaustive_special_ndtr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:40:54.4859352Z test_vmap_exhaustive_special_ndtri_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:40:54.4859566Z test_vmap_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-12-01T10:40:54.4860549Z 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:40:54.4860665Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4861133Z /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:40:54.4861220Z return op(*args, **kwargs) 2022-12-01T10:40:54.4861289Z ok (0.006s) 2022-12-01T10:40:54.4862276Z 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:40:54.4862390Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4862910Z /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:40:54.4862994Z return op(*args, **kwargs) 2022-12-01T10:40:54.4863060Z ok (0.005s) 2022-12-01T10:40:54.4863460Z 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:40:54.4863859Z 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:40:54.4864251Z 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:40:54.4864650Z 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:40:54.4865617Z 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:40:54.4865729Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4866192Z /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:40:54.4866277Z return op(*args, **kwargs) 2022-12-01T10:40:54.4866329Z ok (0.005s) 2022-12-01T10:40:54.4866515Z test_vmap_exhaustive_special_xlog1py_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.028s) 2022-12-01T10:40:54.4866699Z test_vmap_exhaustive_special_zeta_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.030s) 2022-12-01T10:40:54.4866871Z test_vmap_exhaustive_split_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:40:54.4867051Z test_vmap_exhaustive_split_list_args_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4867233Z test_vmap_exhaustive_split_with_sizes_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4867402Z test_vmap_exhaustive_sqrt_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.004s) 2022-12-01T10:40:54.4868299Z 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:40:54.4868413Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4868853Z /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:40:54.4868971Z return op(*args, **kwargs) 2022-12-01T10:40:54.4869025Z ok (0.009s) 2022-12-01T10:40:54.4869236Z test_vmap_exhaustive_squeeze_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-12-01T10:40:54.4869410Z test_vmap_exhaustive_stack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.037s) 2022-12-01T10:40:54.4869578Z test_vmap_exhaustive_std_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-12-01T10:40:54.4869751Z test_vmap_exhaustive_std_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-12-01T10:40:54.4870706Z 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:40:54.4870811Z normalized, onesided, return_complex) 2022-12-01T10:40:54.4870880Z ok (0.024s) 2022-12-01T10:40:54.4871786Z 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:40:54.4871903Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4872348Z /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:40:54.4872436Z return op(*args, **kwargs) 2022-12-01T10:40:54.4872502Z ok (0.150s) 2022-12-01T10:40:54.4872657Z test_vmap_exhaustive_sum_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-12-01T10:40:54.4872834Z test_vmap_exhaustive_sum_to_size_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.039s) 2022-12-01T10:40:54.4872998Z test_vmap_exhaustive_svd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.548s) 2022-12-01T10:40:54.4873194Z test_vmap_exhaustive_svd_lowrank_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:40:54.4873365Z test_vmap_exhaustive_symeig_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.019s) 2022-12-01T10:40:54.4873531Z test_vmap_exhaustive_t_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-12-01T10:40:54.4873716Z test_vmap_exhaustive_take_along_dim_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-12-01T10:40:54.4874609Z 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:40:54.4874724Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4875159Z /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:40:54.4875285Z return op(*args, **kwargs) 2022-12-01T10:40:54.4875351Z ok (0.072s) 2022-12-01T10:40:54.4875533Z test_vmap_exhaustive_tan_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.005s) 2022-12-01T10:40:54.4875705Z test_vmap_exhaustive_tanh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.006s) 2022-12-01T10:40:54.4875902Z test_vmap_exhaustive_tensor_split_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:40:54.4876078Z test_vmap_exhaustive_tensordot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4876247Z test_vmap_exhaustive_tile_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.077s) 2022-12-01T10:40:54.4876430Z test_vmap_exhaustive_to_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:40:54.4877398Z 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:40:54.4877505Z op=lambda x, *args: x.to_sparse(*args), 2022-12-01T10:40:54.4877589Z expected failure (0.011s) 2022-12-01T10:40:54.4877758Z test_vmap_exhaustive_topk_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.031s) 2022-12-01T10:40:54.4877914Z test_vmap_exhaustive_trace_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.003s) 2022-12-01T10:40:54.4878092Z test_vmap_exhaustive_transpose_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.065s) 2022-12-01T10:40:54.4878261Z test_vmap_exhaustive_trapezoid_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.026s) 2022-12-01T10:40:54.4878433Z test_vmap_exhaustive_trapz_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:40:54.4878617Z test_vmap_exhaustive_triangular_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.050s) 2022-12-01T10:40:54.4879612Z 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:40:54.4879729Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4880163Z /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:40:54.4880253Z return op(*args, **kwargs) 2022-12-01T10:40:54.4880320Z ok (0.026s) 2022-12-01T10:40:54.4881211Z 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:40:54.4881323Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4881755Z /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:40:54.4881924Z return op(*args, **kwargs) 2022-12-01T10:40:54.4881992Z ok (0.026s) 2022-12-01T10:40:54.4882158Z test_vmap_exhaustive_true_divide_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.064s) 2022-12-01T10:40:54.4883045Z 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:40:54.4883159Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4883598Z /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:40:54.4883681Z return op(*args, **kwargs) 2022-12-01T10:40:54.4883750Z ok (0.008s) 2022-12-01T10:40:54.4883922Z test_vmap_exhaustive_unbind_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.046s) 2022-12-01T10:40:54.4884098Z test_vmap_exhaustive_unflatten_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.017s) 2022-12-01T10:40:54.4884270Z test_vmap_exhaustive_unfold_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.038s) 2022-12-01T10:40:54.4884460Z test_vmap_exhaustive_uniform_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:40:54.4884665Z test_vmap_exhaustive_unique_consecutive_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:40:54.4884841Z test_vmap_exhaustive_unique_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:40:54.4885018Z test_vmap_exhaustive_unsqueeze_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.025s) 2022-12-01T10:40:54.4885183Z test_vmap_exhaustive_var_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.015s) 2022-12-01T10:40:54.4885357Z test_vmap_exhaustive_var_mean_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.020s) 2022-12-01T10:40:54.4886242Z 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:40:54.4886357Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4886795Z /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:40:54.4886880Z return op(*args, **kwargs) 2022-12-01T10:40:54.4886950Z ok (0.004s) 2022-12-01T10:40:54.4887152Z test_vmap_exhaustive_view_as_complex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:40:54.4887327Z test_vmap_exhaustive_view_as_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:40:54.4887496Z test_vmap_exhaustive_view_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.034s) 2022-12-01T10:40:54.4887685Z test_vmap_exhaustive_vsplit_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-12-01T10:40:54.4887883Z test_vmap_exhaustive_vstack_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.099s) 2022-12-01T10:40:54.4888055Z test_vmap_exhaustive_where_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.032s) 2022-12-01T10:40:54.4888958Z 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:40:54.4889072Z batched_outputs = func(*batched_inputs, **kwargs) 2022-12-01T10:40:54.4889520Z /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:40:54.4889608Z return op(*args, **kwargs) 2022-12-01T10:40:54.4889676Z ok (0.082s) 2022-12-01T10:40:54.4889846Z test_vmap_exhaustive_zero__cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.009s) 2022-12-01T10:40:54.4890034Z test_vmap_exhaustive_zeros_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.001s) 2022-12-01T10:40:54.4890211Z test_vmap_exhaustive_zeros_like_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:40:54.4890396Z test_vmap_linalg_failure_1D_input_linalg_cholesky_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.023s) 2022-12-01T10:40:54.4890591Z test_vmap_linalg_failure_1D_input_linalg_cholesky_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:40:54.4890782Z test_vmap_linalg_failure_1D_input_linalg_cond_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4890976Z test_vmap_linalg_failure_1D_input_linalg_cross_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.018s) 2022-12-01T10:40:54.4891166Z test_vmap_linalg_failure_1D_input_linalg_det_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.024s) 2022-12-01T10:40:54.4891364Z test_vmap_linalg_failure_1D_input_linalg_det_singular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.113s) 2022-12-01T10:40:54.4891550Z test_vmap_linalg_failure_1D_input_linalg_eig_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.012s) 2022-12-01T10:40:54.4892524Z 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:40:54.4892619Z return self.op(*args, **kwargs) 2022-12-01T10:40:54.4892686Z ok (0.018s) 2022-12-01T10:40:54.4892881Z test_vmap_linalg_failure_1D_input_linalg_eigvals_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:40:54.4893072Z test_vmap_linalg_failure_1D_input_linalg_eigvalsh_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:40:54.4893265Z test_vmap_linalg_failure_1D_input_linalg_householder_product_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.067s) 2022-12-01T10:40:54.4893451Z test_vmap_linalg_failure_1D_input_linalg_inv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.013s) 2022-12-01T10:40:54.4893690Z test_vmap_linalg_failure_1D_input_linalg_inv_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.011s) 2022-12-01T10:40:54.4894704Z 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:40:54.4894798Z return self.op(*args, **kwargs) 2022-12-01T10:40:54.4894866Z ok (0.016s) 2022-12-01T10:40:54.4895064Z test_vmap_linalg_failure_1D_input_linalg_ldl_factor_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:40:54.4895271Z test_vmap_linalg_failure_1D_input_linalg_ldl_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:40:54.4895460Z test_vmap_linalg_failure_1D_input_linalg_lstsq_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.112s) 2022-12-01T10:40:54.4895665Z test_vmap_linalg_failure_1D_input_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.112s) 2022-12-01T10:40:54.4896617Z 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:40:54.4896708Z return self.op(*args, **kwargs) 2022-12-01T10:40:54.4896773Z ok (0.058s) 2022-12-01T10:40:54.4897752Z 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:40:54.4897842Z return self.op(*args, **kwargs) 2022-12-01T10:40:54.4897908Z ok (0.074s) 2022-12-01T10:40:54.4898090Z test_vmap_linalg_failure_1D_input_linalg_lu_factor_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.043s) 2022-12-01T10:40:54.4898282Z test_vmap_linalg_failure_1D_input_linalg_lu_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.222s) 2022-12-01T10:40:54.4898479Z test_vmap_linalg_failure_1D_input_linalg_matrix_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.229s) 2022-12-01T10:40:54.4898679Z test_vmap_linalg_failure_1D_input_linalg_matrix_power_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.043s) 2022-12-01T10:40:54.4898873Z test_vmap_linalg_failure_1D_input_linalg_matrix_rank_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.077s) 2022-12-01T10:40:54.4899078Z test_vmap_linalg_failure_1D_input_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:40:54.4899282Z test_vmap_linalg_failure_1D_input_linalg_multi_dot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:40:54.4899485Z test_vmap_linalg_failure_1D_input_linalg_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:40:54.4899710Z test_vmap_linalg_failure_1D_input_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:40:54.4899884Z test_vmap_linalg_failure_1D_input_linalg_pinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.027s) 2022-12-01T10:40:54.4900113Z test_vmap_linalg_failure_1D_input_linalg_pinv_hermitian_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.010s) 2022-12-01T10:40:54.4900399Z 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:40:54.4900587Z test_vmap_linalg_failure_1D_input_linalg_qr_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.054s) 2022-12-01T10:40:54.4900784Z test_vmap_linalg_failure_1D_input_linalg_slogdet_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.022s) 2022-12-01T10:40:54.4900974Z test_vmap_linalg_failure_1D_input_linalg_solve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.045s) 2022-12-01T10:40:54.4901163Z test_vmap_linalg_failure_1D_input_linalg_solve_ex_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.038s) 2022-12-01T10:40:54.4901367Z test_vmap_linalg_failure_1D_input_linalg_solve_triangular_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.252s) 2022-12-01T10:40:54.4901554Z test_vmap_linalg_failure_1D_input_linalg_svd_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.521s) 2022-12-01T10:40:54.4901741Z test_vmap_linalg_failure_1D_input_linalg_svdvals_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.064s) 2022-12-01T10:40:54.4901918Z test_vmap_linalg_failure_1D_input_linalg_tensorinv_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-12-01T10:40:54.4902111Z test_vmap_linalg_failure_1D_input_linalg_tensorsolve_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.002s) 2022-12-01T10:40:54.4902318Z test_vmap_linalg_failure_1D_input_linalg_vander_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:40:54.4902522Z test_vmap_linalg_failure_1D_input_linalg_vecdot_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.003s) 2022-12-01T10:40:54.4902736Z test_vmap_linalg_failure_1D_input_linalg_vector_norm_cpu_float32 (__main__.TestVmapOperatorsOpInfoCPU) ... expected failure (0.002s) 2022-12-01T10:40:54.4902911Z test_vmap_multi_dot_failure_1D_input_cpu (__main__.TestVmapOperatorsOpInfoCPU) ... ok (0.008s) 2022-12-01T10:40:54.4902922Z 2022-12-01T10:40:54.4903127Z ---------------------------------------------------------------------- 2022-12-01T10:40:54.4903207Z Ran 1811 tests in 86.428s 2022-12-01T10:40:54.4903213Z 2022-12-01T10:40:54.4903312Z OK (skipped=39, expected failures=223) 2022-12-01T10:40:54.4903317Z 2022-12-01T10:40:54.4903403Z Generating XML reports... 2022-12-01T10:40:54.4903698Z Generated XML report: test-reports/python-unittest/functorch.test_vmap/TEST-TestRandomnessCPU-20221201103927.xml 2022-12-01T10:40:54.4904025Z Generated XML report: test-reports/python-unittest/functorch.test_vmap/TEST-TestTransformFailureCPU-20221201103927.xml 2022-12-01T10:40:54.4904305Z Generated XML report: test-reports/python-unittest/functorch.test_vmap/TEST-TestVmapAPI-20221201103927.xml 2022-12-01T10:40:54.4904640Z Generated XML report: test-reports/python-unittest/functorch.test_vmap/TEST-TestVmapBatchedGradientCPU-20221201103927.xml 2022-12-01T10:40:54.4904943Z Generated XML report: test-reports/python-unittest/functorch.test_vmap/TEST-TestVmapOperators-20221201103927.xml 2022-12-01T10:40:54.4905272Z Generated XML report: test-reports/python-unittest/functorch.test_vmap/TEST-TestVmapOperatorsOpInfoCPU-20221201103927.xml 2022-12-01T10:40:54.4905277Z 2022-12-01T10:40:54.4905674Z ##[endgroup] 2022-12-01T10:40:54.4905979Z FINISHED PRINTING LOG FILE of functorch/test_vmap (/var/lib/jenkins/workspace/test/test-reports/functorch-test_vmap_ki5s7g0p) 2022-12-01T10:40:54.4905984Z 2022-12-01T10:40:54.6430512Z Prepare all required actions 2022-12-01T10:40:54.6430829Z Getting action download info 2022-12-01T10:40:54.8666843Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-12-01T10:40:54.8667050Z with: 2022-12-01T10:40:54.8667441Z github-token: *** 2022-12-01T10:40:54.8667613Z env: 2022-12-01T10:40:54.8667773Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:40:54.8667957Z ##[endgroup] 2022-12-01T10:40:54.8711933Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-12-01T10:40:54.8712167Z with: 2022-12-01T10:40:54.8712330Z shell: bash 2022-12-01T10:40:54.8712491Z timeout_minutes: 10 2022-12-01T10:40:54.8712669Z max_attempts: 5 2022-12-01T10:40:54.8712851Z retry_wait_seconds: 30 2022-12-01T10:40:54.8713237Z 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:40:54.8713649Z polling_interval_seconds: 1 2022-12-01T10:40:54.8713845Z warning_on_retry: true 2022-12-01T10:40:54.8714020Z continue_on_error: false 2022-12-01T10:40:54.8714194Z env: 2022-12-01T10:40:54.8714359Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:40:54.8714663Z GITHUB_TOKEN: *** 2022-12-01T10:40:54.8714837Z ##[endgroup] 2022-12-01T10:40:55.1136083Z 2022-12-01T10:40:55.1141584Z ##[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:40:55.1184955Z + python3 -m pip install requests==2.26.0 2022-12-01T10:40:55.3380142Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:40:55.3622532Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-12-01T10:40:55.3756032Z 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:40:55.3776167Z 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:40:55.3784365Z 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:40:55.3796152Z 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:40:55.5720331Z ++ python3 .github/scripts/get_workflow_job_id.py 3591403534 i-0a9c796924e12f464 2022-12-01T10:40:59.0305977Z + GHA_WORKFLOW_JOB_ID=9818326243 2022-12-01T10:40:59.0306791Z + echo '::set-output name=job-id::9818326243' 2022-12-01T10:40:59.0314792Z ##[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:40:59.1209837Z Command completed after 1 attempt(s). 2022-12-01T10:40:59.1210239Z 2022-12-01T10:40:59.1212000Z ##[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:40:59.1313381Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-12-01T10:40:59.1313622Z kill "$MONITOR_SCRIPT_PID" 2022-12-01T10:40:59.1379285Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:40:59.1379513Z env: 2022-12-01T10:40:59.1379689Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:40:59.1379876Z MONITOR_SCRIPT_PID: 21572 2022-12-01T10:40:59.1380062Z ##[endgroup] 2022-12-01T10:40:59.1471032Z Prepare all required actions 2022-12-01T10:40:59.1471274Z Getting action download info 2022-12-01T10:40:59.3820865Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-12-01T10:40:59.5429582Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-12-01T10:40:59.5429981Z with: 2022-12-01T10:40:59.5430213Z file-suffix: test-functorch-1-1-linux.2xlarge_9818326243 2022-12-01T10:40:59.5430424Z env: 2022-12-01T10:40:59.5430599Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:40:59.5430785Z ##[endgroup] 2022-12-01T10:40:59.5454193Z ##[group]Run # Remove any previous test jsons if they exist 2022-12-01T10:40:59.5454474Z # Remove any previous test jsons if they exist 2022-12-01T10:40:59.5454701Z rm -f test-jsons-*.zip 2022-12-01T10:40:59.5454944Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-12-01T10:40:59.5465611Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:40:59.5465862Z env: 2022-12-01T10:40:59.5466040Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:40:59.5466278Z FILE_SUFFIX: test-functorch-1-1-linux.2xlarge_9818326243 2022-12-01T10:40:59.5466506Z ##[endgroup] 2022-12-01T10:40:59.5676598Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-12-01T10:40:59.5703666Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-12-01T10:40:59.5709627Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2022-12-01T10:40:59.5711242Z adding: test/.pytorch-slow-tests.json (deflated 76%) 2022-12-01T10:40:59.5720064Z adding: test/.pytorch-disabled-tests.json (deflated 86%) 2022-12-01T10:40:59.5738936Z ##[group]Run # Remove any previous test reports if they exist 2022-12-01T10:40:59.5739234Z # Remove any previous test reports if they exist 2022-12-01T10:40:59.5739471Z rm -f test-reports-*.zip 2022-12-01T10:40:59.5739721Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-12-01T10:40:59.5749641Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:40:59.5749942Z env: 2022-12-01T10:40:59.5750118Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:40:59.5750356Z FILE_SUFFIX: test-functorch-1-1-linux.2xlarge_9818326243 2022-12-01T10:40:59.5750595Z ##[endgroup] 2022-12-01T10:40:59.5820087Z adding: test/test-reports/python-unittest/functorch.test_control_flow/TEST-TestControlFlow-20221201100445.xml (deflated 41%) 2022-12-01T10:40:59.5820702Z adding: test/test-reports/python-unittest/functorch.test_control_flow/TEST-TestControlFlowTraced-20221201100445.xml (deflated 74%) 2022-12-01T10:40:59.5821857Z adding: test/test-reports/python-unittest/functorch.test_aotdispatch/TEST-TestAOTAutograd-20221201100446.xml (deflated 70%) 2022-12-01T10:40:59.5823067Z adding: test/test-reports/python-unittest/functorch.test_aotdispatch/TEST-TestAOTModuleSimplified-20221201100446.xml (deflated 54%) 2022-12-01T10:40:59.5854383Z adding: test/test-reports/python-unittest/functorch.test_aotdispatch/TEST-TestEagerFusionOpInfoCPU-20221201100446.xml (deflated 94%) 2022-12-01T10:40:59.5855527Z adding: test/test-reports/python-unittest/functorch.test_aotdispatch/TEST-TestPartitioning-20221201100446.xml (deflated 67%) 2022-12-01T10:40:59.5856559Z adding: test/test-reports/python-unittest/functorch.test_aotdispatch/TEST-TestPythonKeyCPU-20221201100446.xml (deflated 76%) 2022-12-01T10:40:59.5857515Z adding: test/test-reports/python-unittest/functorch.test_dims/TEST-TestMin-20221201100448.xml (deflated 83%) 2022-12-01T10:40:59.5858497Z adding: test/test-reports/python-unittest/functorch.test_dims/TEST-TestMinFunctorchOnly-20221201100448.xml (deflated 87%) 2022-12-01T10:40:59.5859601Z adding: test/test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestComposabilityCPU-20221201100501.xml (deflated 85%) 2022-12-01T10:40:59.5860757Z adding: test/test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestExamplesCorrectnessCPU-20221201100501.xml (deflated 75%) 2022-12-01T10:40:59.5862004Z adding: test/test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestFunctionalizeCPU-20221201100501.xml (deflated 82%) 2022-12-01T10:40:59.5863127Z adding: test/test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestGradTransformCPU-20221201100501.xml (deflated 91%) 2022-12-01T10:40:59.5864264Z adding: test/test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestHessianCPU-20221201100501.xml (deflated 68%) 2022-12-01T10:40:59.5865306Z adding: test/test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestJacCPU-20221201100501.xml (deflated 93%) 2022-12-01T10:40:59.5866308Z adding: test/test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestJvpCPU-20221201100501.xml (deflated 87%) 2022-12-01T10:40:59.5867356Z adding: test/test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestMakeFunctional-20221201100501.xml (deflated 79%) 2022-12-01T10:40:59.5868449Z adding: test/test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestSliceArgnums-20221201100501.xml (deflated 80%) 2022-12-01T10:40:59.5869600Z adding: test/test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestVmapJvpInplaceViewCPU-20221201100501.xml (deflated 74%) 2022-12-01T10:40:59.5870809Z adding: test/test-reports/python-unittest/functorch.test_eager_transforms/TEST-TestVmapOfGradCPU-20221201100501.xml (deflated 74%) 2022-12-01T10:40:59.5871973Z adding: test/test-reports/python-unittest/functorch.test_functionalize/TEST-FunctionalizeTestAOTAutograd-20221201100509.xml (deflated 75%) 2022-12-01T10:40:59.5873174Z adding: test/test-reports/python-unittest/functorch.test_functionalize/TEST-FunctionalizeTestPartitioning-20221201100509.xml (deflated 71%) 2022-12-01T10:40:59.5874294Z adding: test/test-reports/python-unittest/functorch.test_memory_efficient_fusion/TEST-NoChangeTestCase-20221201100513.xml (deflated 69%) 2022-12-01T10:40:59.5875378Z adding: test/test-reports/python-unittest/functorch.test_memory_efficient_fusion/TEST-RandomOpTestCase-20221201100513.xml (deflated 40%) 2022-12-01T10:40:59.5876449Z adding: test/test-reports/python-unittest/functorch.test_memory_efficient_fusion/TEST-ReduceTestCase-20221201100513.xml (deflated 81%) 2022-12-01T10:40:59.5877583Z adding: test/test-reports/python-unittest/functorch.test_memory_efficient_fusion/TEST-TestMemoryEfficientOpAuthoring-20221201100513.xml (deflated 83%) 2022-12-01T10:40:59.5878626Z adding: test/test-reports/python-unittest/functorch.test_minifier/TEST-TestMinifier-20221201100516.xml (deflated 92%) 2022-12-01T10:40:59.5881855Z adding: test/test-reports/python-unittest/functorch.test_vmap/TEST-TestRandomnessCPU-20221201103927.xml (deflated 96%) 2022-12-01T10:40:59.5882924Z adding: test/test-reports/python-unittest/functorch.test_vmap/TEST-TestTransformFailureCPU-20221201103927.xml (deflated 82%) 2022-12-01T10:40:59.5884601Z adding: test/test-reports/python-unittest/functorch.test_vmap/TEST-TestVmapAPI-20221201103927.xml (deflated 84%) 2022-12-01T10:40:59.5886105Z adding: test/test-reports/python-unittest/functorch.test_vmap/TEST-TestVmapBatchedGradientCPU-20221201103927.xml (deflated 83%) 2022-12-01T10:40:59.5888956Z adding: test/test-reports/python-unittest/functorch.test_vmap/TEST-TestVmapOperators-20221201103927.xml (deflated 92%) 2022-12-01T10:40:59.5924765Z adding: test/test-reports/python-unittest/functorch.test_vmap/TEST-TestVmapOperatorsOpInfoCPU-20221201103927.xml (deflated 94%) 2022-12-01T10:40:59.5986827Z adding: test/test-reports/python-pytest/functorch.test_ops/functorch.test_ops-eaaafd081c820114.xml (deflated 94%) 2022-12-01T10:40:59.6049181Z adding: test/test-reports/python-pytest/functorch.test_ops/functorch.test_ops-1e81c5d87524af08.xml (deflated 94%) 2022-12-01T10:40:59.6050057Z adding: test/test-reports/python-pytest/functorch.test_ops/functorch.test_ops-3c78c9b0a6439b85.xml (deflated 89%) 2022-12-01T10:40:59.6068035Z ##[group]Run # Remove any previous test reports if they exist 2022-12-01T10:40:59.6068387Z # Remove any previous test reports if they exist 2022-12-01T10:40:59.6068625Z rm -f usage-log-*.zip 2022-12-01T10:40:59.6068904Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-12-01T10:40:59.6069198Z # so check to see if the file exists first 2022-12-01T10:40:59.6069466Z if [ -f 'usage_log.txt' ]; then 2022-12-01T10:40:59.6069710Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-12-01T10:40:59.6070027Z fi 2022-12-01T10:40:59.6080121Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:40:59.6080338Z env: 2022-12-01T10:40:59.6080514Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:40:59.6080754Z FILE_SUFFIX: test-functorch-1-1-linux.2xlarge_9818326243 2022-12-01T10:40:59.6080988Z ##[endgroup] 2022-12-01T10:40:59.6280486Z adding: usage_log.txt (deflated 98%) 2022-12-01T10:40:59.6322696Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:40:59.6322910Z with: 2022-12-01T10:40:59.6323100Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:40:59.6323320Z retention-days: 14 2022-12-01T10:40:59.6323511Z if-no-files-found: warn 2022-12-01T10:40:59.6323694Z path: test-jsons-*.zip 2022-12-01T10:40:59.6323874Z name: artifact 2022-12-01T10:40:59.6324053Z s3-bucket: gha-artifacts 2022-12-01T10:40:59.6324233Z region: us-east-1 2022-12-01T10:40:59.6324394Z env: 2022-12-01T10:40:59.6324562Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:40:59.6324732Z ##[endgroup] 2022-12-01T10:40:59.9697024Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:40:59.9697493Z With the provided path, there will be 1 file uploaded 2022-12-01T10:40:59.9697772Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:40:59.9704501Z Starting upload of test-jsons-test-functorch-1-1-linux.2xlarge_9818326243.zip 2022-12-01T10:41:00.0671921Z Finished upload of test-jsons-test-functorch-1-1-linux.2xlarge_9818326243.zip 2022-12-01T10:41:00.0834040Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:41:00.0834387Z with: 2022-12-01T10:41:00.0834720Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:41:00.0834998Z retention-days: 14 2022-12-01T10:41:00.0835193Z if-no-files-found: error 2022-12-01T10:41:00.0835397Z path: test-reports-*.zip 2022-12-01T10:41:00.0835579Z name: artifact 2022-12-01T10:41:00.0835756Z s3-bucket: gha-artifacts 2022-12-01T10:41:00.0835943Z region: us-east-1 2022-12-01T10:41:00.0836145Z env: 2022-12-01T10:41:00.0836373Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:41:00.0836554Z ##[endgroup] 2022-12-01T10:41:00.4156956Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:41:00.4157455Z With the provided path, there will be 1 file uploaded 2022-12-01T10:41:00.4157719Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:41:00.4164696Z Starting upload of test-reports-test-functorch-1-1-linux.2xlarge_9818326243.zip 2022-12-01T10:41:00.5787985Z Finished upload of test-reports-test-functorch-1-1-linux.2xlarge_9818326243.zip 2022-12-01T10:41:00.5926946Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:41:00.5927163Z with: 2022-12-01T10:41:00.5927355Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:41:00.5927580Z retention-days: 14 2022-12-01T10:41:00.5927788Z if-no-files-found: ignore 2022-12-01T10:41:00.5927976Z path: usage-log-*.zip 2022-12-01T10:41:00.5928156Z name: artifact 2022-12-01T10:41:00.5928335Z s3-bucket: gha-artifacts 2022-12-01T10:41:00.5928509Z region: us-east-1 2022-12-01T10:41:00.5928672Z env: 2022-12-01T10:41:00.5928838Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:41:00.5929004Z ##[endgroup] 2022-12-01T10:41:00.9235407Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:41:00.9235818Z With the provided path, there will be 1 file uploaded 2022-12-01T10:41:00.9236081Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:41:00.9243244Z Starting upload of usage-log-test-functorch-1-1-linux.2xlarge_9818326243.zip 2022-12-01T10:41:01.0182068Z Finished upload of usage-log-test-functorch-1-1-linux.2xlarge_9818326243.zip 2022-12-01T10:41:01.0324867Z ##[group]Run set -x 2022-12-01T10:41:01.0325069Z set -x 2022-12-01T10:41:01.0325279Z python3 -m pip install -r requirements.txt 2022-12-01T10:41:01.0325604Z python3 -m pip install boto3==1.19.12 2022-12-01T10:41:01.0325899Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T10:41:01.0337032Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:41:01.0337240Z env: 2022-12-01T10:41:01.0337425Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:41:01.0337633Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T10:41:01.0337819Z BRANCH: pull/89997 2022-12-01T10:41:01.0338006Z TEST_CONFIG: functorch 2022-12-01T10:41:01.0338192Z SHARD_NUMBER: 1 2022-12-01T10:41:01.0338394Z BUILD_ENVIRONMENT: linux-focal-py3.7-gcc7 2022-12-01T10:41:01.0338615Z PR_NUMBER: 89997 2022-12-01T10:41:01.0338807Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T10:41:01.0339006Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T10:41:01.0339274Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:41:01.0339479Z TAG: 2022-12-01T10:41:01.0339631Z WORKFLOW_ID: 3591403534 2022-12-01T10:41:01.0339955Z GITHUB_TOKEN: *** 2022-12-01T10:41:01.0340151Z GHA_WORKFLOW_JOB_ID: 9818326243 2022-12-01T10:41:01.0340326Z ##[endgroup] 2022-12-01T10:41:01.0365953Z + python3 -m pip install -r requirements.txt 2022-12-01T10:41:01.2432876Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:41:01.2742067Z 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:41:01.2767953Z 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:41:01.2775923Z 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:41:01.2785602Z 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:41:01.3149759Z 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:41:01.3158541Z 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:41:01.3235324Z 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:41:01.3243395Z 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:41:01.3438978Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (49.1.3) 2022-12-01T10:41:01.3605213Z 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:41:01.3613752Z 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:41:01.3619656Z 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:41:01.3629401Z 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:41:01.3650318Z 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:41:01.3666187Z 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:41:01.3676616Z 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:41:01.3924253Z 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:41:01.3942100Z 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:41:01.3950781Z 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:41:01.3962496Z 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:41:01.3981430Z 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:41:01.4136236Z 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:41:01.4961430Z + python3 -m pip install boto3==1.19.12 2022-12-01T10:41:01.7011027Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:41:01.7225793Z Requirement already satisfied: boto3==1.19.12 in /home/ec2-user/.local/lib/python3.7/site-packages (1.19.12) 2022-12-01T10:41:01.7274157Z 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:41:01.7315543Z 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:41:01.7347577Z 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:41:01.7360325Z 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:41:01.7380094Z 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:41:01.7533022Z 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:41:01.9354166Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T10:41:14.4074263Z [scribe] Scribe access token not provided, sending report via boto3... 2022-12-01T10:41:14.4074690Z 2022-12-01T10:41:14.4075101Z ----- Historic stats comparison result ------ 2022-12-01T10:41:14.4075369Z 2022-12-01T10:41:14.4075611Z job: linux-focal-py3.7-gcc7 2022-12-01T10:41:14.4076047Z commit: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:41:14.4076322Z 2022-12-01T10:41:14.4076576Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-12-01T10:41:14.4076899Z 2022-12-01T10:41:14.4077019Z : (master) 2022-12-01T10:41:14.4077316Z | 2022-12-01T10:41:14.4077680Z | * c13d400bff (HEAD) total time 3850.55s 2022-12-01T10:41:14.4078026Z | | 2022-12-01T10:41:14.4078320Z | : (59 commits) 2022-12-01T10:41:14.4078624Z |/ 2022-12-01T10:41:14.4079558Z * 67eb2d5952 (base) 12 reports, total time 2500.30s ± 1654.93s 2022-12-01T10:41:14.4080155Z * 1c5ca724f4 6 reports, total time 2466.99s ± 1724.34s 2022-12-01T10:41:14.4080718Z * 9d6109c4b0 6 reports, total time 2484.54s ± 1728.75s 2022-12-01T10:41:14.4081562Z * 736adc0808 6 reports, total time 2481.20s ± 1744.38s 2022-12-01T10:41:14.4082114Z * a348975e00 6 reports, total time 2497.04s ± 1746.31s 2022-12-01T10:41:14.4082663Z * db13049b88 6 reports, total time 2514.30s ± 1779.23s 2022-12-01T10:41:14.4083296Z * d07b85393a 6 reports, total time 2478.62s ± 1754.66s 2022-12-01T10:41:14.4083858Z * ac25c210e5 6 reports, total time 2568.96s ± 1821.46s 2022-12-01T10:41:14.4084405Z * 2355b6256b 6 reports, total time 2536.34s ± 1800.59s 2022-12-01T10:41:14.4086466Z * 4f95f7ae9b 6 reports, total time 2504.50s ± 1759.28s 2022-12-01T10:41:14.4086843Z | 2022-12-01T10:41:14.4087122Z : 2022-12-01T10:41:14.4087302Z 2022-12-01T10:41:14.4087513Z Removed (across 867 suites) 0 tests, totaling 0.00s 2022-12-01T10:41:14.4087972Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-12-01T10:41:14.4088440Z Added (across 33 suites) 12295 tests, totaling +3850.55s 2022-12-01T10:41:14.4698508Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2022-12-01T10:41:14.4698745Z with: 2022-12-01T10:41:14.4698899Z env: 2022-12-01T10:41:14.4699069Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:41:14.4699256Z ##[endgroup] 2022-12-01T10:41:14.4714203Z ##[group]Run set -eou pipefail 2022-12-01T10:41:14.4714431Z set -eou pipefail 2022-12-01T10:41:14.4714609Z  2022-12-01T10:41:14.4714842Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-12-01T10:41:14.4715078Z for _ in $(seq 1440); do 2022-12-01T10:41:14.4715295Z  # Break if no ssh session exists anymore 2022-12-01T10:41:14.4715511Z  if [ "$(who)" = "" ]; then 2022-12-01T10:41:14.4715679Z  break 2022-12-01T10:41:14.4715844Z  fi 2022-12-01T10:41:14.4716010Z  echo "." 2022-12-01T10:41:14.4716167Z  sleep 5 2022-12-01T10:41:14.4716331Z done 2022-12-01T10:41:14.4727810Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:41:14.4728019Z env: 2022-12-01T10:41:14.4728192Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:41:14.4728379Z ##[endgroup] 2022-12-01T10:41:14.4752589Z Holding runner for 2 hours until all ssh sessions have logged out 2022-12-01T10:41:14.4790679Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T10:41:14.4790995Z # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T10:41:14.4791245Z # shellcheck disable=SC2046 2022-12-01T10:41:14.4791467Z docker stop $(docker ps -q) || true 2022-12-01T10:41:14.4791679Z # Prune all of the docker images 2022-12-01T10:41:14.4791891Z docker system prune -af 2022-12-01T10:41:14.4802325Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:41:14.4802528Z env: 2022-12-01T10:41:14.4802704Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:41:14.4802889Z ##[endgroup] 2022-12-01T10:41:14.8516771Z 83d39aaab293 2022-12-01T10:41:15.8531771Z Deleted Containers: 2022-12-01T10:41:15.8532108Z 83d39aaab2933d542df438917f81d94b303c5351051e624580e974c9f552b0f5 2022-12-01T10:41:15.8532274Z 2022-12-01T10:41:20.9053610Z Deleted Images: 2022-12-01T10:41:20.9054397Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:41:20.9055132Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7@sha256:7d4daa1530ad815417dd92428a12643a4a8b0e93e820e2eb2d4e8818a4e57ba2 2022-12-01T10:41:20.9055731Z deleted: sha256:e8be7981a8238969daaef272b84b69737c5858187c9b10870da76dec899f6864 2022-12-01T10:41:20.9056078Z deleted: sha256:dd542825775450ac98a8f341e744c9b998cf9f91f0b678b696bdfdcc8197900b 2022-12-01T10:41:20.9056423Z deleted: sha256:c2f995bd392fa39048aba9ecdbe2ce96fb0da354f391973cab978f1fdc1bafe9 2022-12-01T10:41:20.9056769Z deleted: sha256:0ba22d6d32aea10bff37a734be2eabf0ca45365a8c84009c11c72697bbeb57ac 2022-12-01T10:41:20.9057154Z deleted: sha256:1641ef8553a9d06a751fe1c9fa58edae658b58be5e4452cf0e6c22fe7e9e9f7a 2022-12-01T10:41:20.9057488Z deleted: sha256:6fe08b57b8677fadf24df12c30c6b075caa4e95cff1e8121398e7712e7cc816b 2022-12-01T10:41:20.9057967Z deleted: sha256:b535a07f21c50706835dc1c6a9f6134e10f492c0a72ef3edd3d61eb8b057318a 2022-12-01T10:41:20.9058280Z deleted: sha256:ad51a4c1d9f796ae822ae9448a0439daec4dc5352ab73405d5170d8320d6569b 2022-12-01T10:41:20.9058616Z deleted: sha256:cc3572e58e1eadfed379b3421fc485a2fec838dbe2f03f9482a844387875539b 2022-12-01T10:41:20.9058934Z deleted: sha256:f31159505662112f25c640d83a5486c60dcea9996cfac1468ae7b74838077420 2022-12-01T10:41:20.9059244Z deleted: sha256:5d54ecd58fecab272c8614e2c443272f47c9245eaf4b5be502820db913ddd776 2022-12-01T10:41:20.9059573Z deleted: sha256:e8fcb42d7c24a5f6cd663f59d8fd82a2ad892e66046dc0d36ee4bdadf1282b52 2022-12-01T10:41:20.9059910Z deleted: sha256:934da62f4ce129178b2355504cdb61701bffc48d1bcf3b1ce0ca6e4c89bdfa31 2022-12-01T10:41:20.9060299Z deleted: sha256:8dccdf71b42bc4d3717c42c3d96812509d1a909bebd7848d0ddae3cc40170990 2022-12-01T10:41:20.9060854Z deleted: sha256:d7cb3c132d871b52eaf2533cfbc7ebca30405eff1b313986ce565b057fca56d8 2022-12-01T10:41:20.9061205Z deleted: sha256:a5fa381fecd94b52ee79c5c4ce30770402b16f7ee3dc77f7f1dccb386626b1ae 2022-12-01T10:41:20.9061550Z deleted: sha256:de8b14689d2a8b030e41a969f6faf30e9dee1048aac1c5d9a38a911b6af1ccca 2022-12-01T10:41:20.9061895Z deleted: sha256:ddcc5d19eb58848e898aedcc3a221bc40ebba2752ba3b7bd50babd76c1e225ae 2022-12-01T10:41:20.9062220Z deleted: sha256:a67b9c1632db819366358a5052f33ed59ff1e1cd03e0cc15e82d8c89a9417b97 2022-12-01T10:41:20.9062554Z deleted: sha256:a5fc4c6c0aaad2d5fcd0d4cc4cf194a8892115d9e7faf6c578e4826937a72d34 2022-12-01T10:41:20.9062877Z deleted: sha256:f33cf9181261127561bc276f483d4f9927a63395c4343028c589ac8905dd0cd7 2022-12-01T10:41:20.9063166Z deleted: sha256:4364081b1a5daf042c41fa0b07d65e0488c3a988dcea07cec40851d8bb481c01 2022-12-01T10:41:20.9063500Z deleted: sha256:2c4beb5d46c3bdc6af376c4a784f3ea2032feda5143dc9b56be143568b8d71cd 2022-12-01T10:41:20.9063814Z deleted: sha256:3e002fe51ea8377736f778797676c87d37546763f35bc5f14a32121200c634ae 2022-12-01T10:41:20.9064117Z deleted: sha256:d1e577d22ad4a397fc4186062a6a2fbb898c4fb7c325794f0760c084ac4e6831 2022-12-01T10:41:20.9064407Z deleted: sha256:0781305ea794027575e6910f20b6c90cc225056d0112fa7f36ac8008431f5791 2022-12-01T10:41:20.9064701Z deleted: sha256:79f50ef439b6855c9ca6d4be55467b692799f788388447976d8aab0a26d805f4 2022-12-01T10:41:20.9065013Z deleted: sha256:fcfdd0674d63c370d31701118409d5e8b4d9b5eaa36b410f032f5fccf29e4f11 2022-12-01T10:41:20.9065320Z deleted: sha256:c868e869e0efb64e8a908cf5a276657da1190183a5aa433a72e1fda6313e8841 2022-12-01T10:41:20.9065643Z deleted: sha256:0ac36be062e7b703a8ffa26b178cc9dd7c19c377bd781f6a369d50516bdca8cb 2022-12-01T10:41:20.9065965Z deleted: sha256:6c9628b9c75a72926209bea0ff44fb2efe306ecb21d57908bb514b1d81b5de8e 2022-12-01T10:41:20.9066301Z deleted: sha256:07c5d0507acce428b3637d5f713aed3fc6dd2dfad749e1961ec04f85d2a3e395 2022-12-01T10:41:20.9066620Z deleted: sha256:278ae5d4c6743b99236e1f2e5df4c346df5f068fa1bce0ba227861042971d612 2022-12-01T10:41:20.9066949Z deleted: sha256:d53c6cc3bfa4330c26ff3a73093bf35a7f28e7fc824782cfc1e00fcbc0390574 2022-12-01T10:41:20.9067284Z deleted: sha256:0a926d106d3065ecc114c8690aee4bab27d4f64ee81c96f90c4daf7a3c03fe7f 2022-12-01T10:41:20.9067595Z deleted: sha256:ab29088e02867cf532a2e8cfa0e1b0a1d13b428459232c7b1a4bfe961fd5a511 2022-12-01T10:41:20.9068076Z deleted: sha256:985cef3ba9e1ea2ed2249284a7478858f8463282738122494ab18c65fbbb7c7d 2022-12-01T10:41:20.9068398Z deleted: sha256:67ca28cabbfd7a80760061b52dbcfe8f5401b867526206d76c710a11cf9ab38e 2022-12-01T10:41:20.9068720Z deleted: sha256:2c9d0b64a3450004672e73e7ace7bc49da29654fd1d603ecf96e9161708726a3 2022-12-01T10:41:20.9069035Z deleted: sha256:efb1cb2fb03e227ccaa27426fae8f80bf1c082d14632685fff079b0c20111d3b 2022-12-01T10:41:20.9069358Z deleted: sha256:2bc3f10f3904b8fff87213a8a2325ab12e4048c0a19247b3d82886066b37a60d 2022-12-01T10:41:20.9069683Z deleted: sha256:adf0c04002f67cf46889421aed44a0e23618d009f3bbfb6aa94e3fced3cdb131 2022-12-01T10:41:20.9070045Z deleted: sha256:5b43511c57d66e58ff42011707835b8cc6971ed316454cfd950e0a5a12138631 2022-12-01T10:41:20.9070359Z deleted: sha256:ad9d96076f7f0bce4820b7828780dbf5328c1c45b9b6c93cfc21fa6c78e66765 2022-12-01T10:41:20.9070767Z deleted: sha256:545999a778d60ca8c6f4e76973a1c707cc626147f1e4d83eebbad6a57101cce0 2022-12-01T10:41:20.9071077Z deleted: sha256:cfcad11f69b44005150106d3108821c82a41765afbeb809208c1e0f49d5b6135 2022-12-01T10:41:20.9071397Z deleted: sha256:f7c8d5bcafe4ebe33f704b703a618803e7ade038c4cef7b4c3b520e9a100cd53 2022-12-01T10:41:20.9071735Z deleted: sha256:4bad106558a8cdd7564af2e1486b545ff1018677d73a8dcb029ecea2ad5afa9a 2022-12-01T10:41:20.9072056Z deleted: sha256:b01943462df81aa35c0f222112f8a7a13b09ec19be40907c2a81fded5e894e14 2022-12-01T10:41:20.9072368Z deleted: sha256:74a161fbdc63f2caa195797d69cca089d2f2ec781d7e7dc78fac88f57c610741 2022-12-01T10:41:20.9072760Z deleted: sha256:d94fdd2bb4227aed66703d740136d3bba2d45ac1c65930624fc2e7ab50021822 2022-12-01T10:41:20.9073086Z deleted: sha256:b348cd6909427063b9b36464ac9e6edb7d42ade2f164c5a98ee3ec37b1074e72 2022-12-01T10:41:20.9073405Z deleted: sha256:0fba67987a5ab74fca03bb2b1d623325a4c40e0e42a74379322b082612b8b445 2022-12-01T10:41:20.9073704Z deleted: sha256:030e74143974068ec1ab10e03d50f82455d36264aa70c98bd0fad278e4425d28 2022-12-01T10:41:20.9074025Z deleted: sha256:b7fcb4ae2181c6c159bcc2f4c7b624150a8245dbdeee9d8601d008b5cd8be8fd 2022-12-01T10:41:20.9074344Z deleted: sha256:4472f94e146cc542a9111182b122e9a9c93a8f7022a48ce3c94b600be8fcdfaa 2022-12-01T10:41:20.9074651Z deleted: sha256:33bc8c1ba43ca724221fd1a8c992a420b1d8de4c85372defdc409e5c88c005b9 2022-12-01T10:41:20.9074976Z deleted: sha256:7070a4ad8ac000d6910f8bab3e00671f9ea4e7094064da08eb1892332166b92d 2022-12-01T10:41:20.9075286Z deleted: sha256:b40ed86654e59e1012e1716d5384910f8c3bb58274b7b00fca564a53e9897ba3 2022-12-01T10:41:20.9075592Z 2022-12-01T10:41:20.9078140Z Total reclaimed space: 6.695GB 2022-12-01T10:41:20.9141864Z Post job cleanup. 2022-12-01T10:41:20.9173416Z Post job cleanup. 2022-12-01T10:41:21.0187339Z [command]/usr/bin/git version 2022-12-01T10:41:21.0231469Z git version 2.37.1 2022-12-01T10:41:21.0268455Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/558b8736-2229-4683-8f14-27a8f39a46d1' before making global git config changes 2022-12-01T10:41:21.0268878Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:41:21.0272595Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:41:21.0307103Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:41:21.0336387Z [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:41:21.0611634Z Entering 'android/libs/fbjni' 2022-12-01T10:41:21.0647497Z Entering 'third_party/FP16' 2022-12-01T10:41:21.0681214Z Entering 'third_party/FXdiv' 2022-12-01T10:41:21.0714951Z Entering 'third_party/NNPACK' 2022-12-01T10:41:21.0748867Z Entering 'third_party/QNNPACK' 2022-12-01T10:41:21.0784430Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:41:21.0818391Z Entering 'third_party/XNNPACK' 2022-12-01T10:41:21.0862154Z Entering 'third_party/benchmark' 2022-12-01T10:41:21.0895507Z Entering 'third_party/cpuinfo' 2022-12-01T10:41:21.0929777Z Entering 'third_party/cub' 2022-12-01T10:41:21.0963657Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:41:21.1002774Z Entering 'third_party/cutlass' 2022-12-01T10:41:21.1042078Z Entering 'third_party/eigen' 2022-12-01T10:41:21.1077595Z Entering 'third_party/fbgemm' 2022-12-01T10:41:21.1112350Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:41:21.1144596Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:41:21.1177152Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:41:21.1210350Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:41:21.1244489Z Entering 'third_party/flatbuffers' 2022-12-01T10:41:21.1279676Z Entering 'third_party/fmt' 2022-12-01T10:41:21.1312676Z Entering 'third_party/foxi' 2022-12-01T10:41:21.1345903Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:41:21.1379622Z Entering 'third_party/gloo' 2022-12-01T10:41:21.1413324Z Entering 'third_party/googletest' 2022-12-01T10:41:21.1447478Z Entering 'third_party/ideep' 2022-12-01T10:41:21.1480423Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:41:21.1514752Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:41:21.1553501Z Entering 'third_party/ios-cmake' 2022-12-01T10:41:21.1587294Z Entering 'third_party/ittapi' 2022-12-01T10:41:21.1620734Z Entering 'third_party/kineto' 2022-12-01T10:41:21.1654197Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:41:21.1688124Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:41:21.1722091Z Entering 'third_party/nccl/nccl' 2022-12-01T10:41:21.1754942Z Entering 'third_party/neon2sse' 2022-12-01T10:41:21.1787444Z Entering 'third_party/nlohmann' 2022-12-01T10:41:21.1822809Z Entering 'third_party/onnx' 2022-12-01T10:41:21.1867670Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:41:21.1902118Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:41:21.1938285Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:41:21.1971512Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:41:21.2008183Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:41:21.2042460Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:41:21.2075772Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:41:21.2112868Z Entering 'third_party/pocketfft' 2022-12-01T10:41:21.2145977Z Entering 'third_party/protobuf' 2022-12-01T10:41:21.2182943Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:41:21.2215639Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:41:21.2250526Z Entering 'third_party/psimd' 2022-12-01T10:41:21.2285428Z Entering 'third_party/pthreadpool' 2022-12-01T10:41:21.2318198Z Entering 'third_party/pybind11' 2022-12-01T10:41:21.2352152Z Entering 'third_party/python-enum' 2022-12-01T10:41:21.2386076Z Entering 'third_party/python-peachpy' 2022-12-01T10:41:21.2418655Z Entering 'third_party/python-six' 2022-12-01T10:41:21.2452199Z Entering 'third_party/sleef' 2022-12-01T10:41:21.2485872Z Entering 'third_party/tbb' 2022-12-01T10:41:21.2521399Z Entering 'third_party/tensorpipe' 2022-12-01T10:41:21.2554896Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:41:21.2588030Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:41:21.2620474Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:41:21.2654043Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:41:21.2688028Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:41:21.2724104Z Entering 'third_party/zstd' 2022-12-01T10:41:21.2770253Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:41:21.2795538Z http.https://github.com/.extraheader 2022-12-01T10:41:21.2803006Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-12-01T10:41:21.2842670Z [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:41:21.3088979Z Entering 'android/libs/fbjni' 2022-12-01T10:41:21.3107868Z http.https://github.com/.extraheader 2022-12-01T10:41:21.3141023Z Entering 'third_party/FP16' 2022-12-01T10:41:21.3160670Z http.https://github.com/.extraheader 2022-12-01T10:41:21.3193380Z Entering 'third_party/FXdiv' 2022-12-01T10:41:21.3213913Z http.https://github.com/.extraheader 2022-12-01T10:41:21.3244271Z Entering 'third_party/NNPACK' 2022-12-01T10:41:21.3263942Z http.https://github.com/.extraheader 2022-12-01T10:41:21.3295885Z Entering 'third_party/QNNPACK' 2022-12-01T10:41:21.3316062Z http.https://github.com/.extraheader 2022-12-01T10:41:21.3349887Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:41:21.3369124Z http.https://github.com/.extraheader 2022-12-01T10:41:21.3401550Z Entering 'third_party/XNNPACK' 2022-12-01T10:41:21.3421664Z http.https://github.com/.extraheader 2022-12-01T10:41:21.3467075Z Entering 'third_party/benchmark' 2022-12-01T10:41:21.3487425Z http.https://github.com/.extraheader 2022-12-01T10:41:21.3522324Z Entering 'third_party/cpuinfo' 2022-12-01T10:41:21.3541496Z http.https://github.com/.extraheader 2022-12-01T10:41:21.3573749Z Entering 'third_party/cub' 2022-12-01T10:41:21.3593972Z http.https://github.com/.extraheader 2022-12-01T10:41:21.3625909Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:41:21.3646138Z http.https://github.com/.extraheader 2022-12-01T10:41:21.3676899Z Entering 'third_party/cutlass' 2022-12-01T10:41:21.3696778Z http.https://github.com/.extraheader 2022-12-01T10:41:21.3728368Z Entering 'third_party/eigen' 2022-12-01T10:41:21.3748039Z http.https://github.com/.extraheader 2022-12-01T10:41:21.3782361Z Entering 'third_party/fbgemm' 2022-12-01T10:41:21.3801672Z http.https://github.com/.extraheader 2022-12-01T10:41:21.3827753Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:41:21.3846413Z http.https://github.com/.extraheader 2022-12-01T10:41:21.3872240Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:41:21.3892702Z http.https://github.com/.extraheader 2022-12-01T10:41:21.3926449Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:41:21.3945631Z http.https://github.com/.extraheader 2022-12-01T10:41:21.3975548Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:41:21.3995388Z http.https://github.com/.extraheader 2022-12-01T10:41:21.4028198Z Entering 'third_party/flatbuffers' 2022-12-01T10:41:21.4047500Z http.https://github.com/.extraheader 2022-12-01T10:41:21.4075266Z Entering 'third_party/fmt' 2022-12-01T10:41:21.4094906Z http.https://github.com/.extraheader 2022-12-01T10:41:21.4124655Z Entering 'third_party/foxi' 2022-12-01T10:41:21.4144583Z http.https://github.com/.extraheader 2022-12-01T10:41:21.4170404Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:41:21.4190097Z http.https://github.com/.extraheader 2022-12-01T10:41:21.4220383Z Entering 'third_party/gloo' 2022-12-01T10:41:21.4239777Z http.https://github.com/.extraheader 2022-12-01T10:41:21.4266026Z Entering 'third_party/googletest' 2022-12-01T10:41:21.4287234Z http.https://github.com/.extraheader 2022-12-01T10:41:21.4313350Z Entering 'third_party/ideep' 2022-12-01T10:41:21.4334244Z http.https://github.com/.extraheader 2022-12-01T10:41:21.4359347Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:41:21.4378600Z http.https://github.com/.extraheader 2022-12-01T10:41:21.4406392Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:41:21.4430827Z http.https://github.com/.extraheader 2022-12-01T10:41:21.4469004Z Entering 'third_party/ios-cmake' 2022-12-01T10:41:21.4489816Z http.https://github.com/.extraheader 2022-12-01T10:41:21.4515568Z Entering 'third_party/ittapi' 2022-12-01T10:41:21.4534698Z http.https://github.com/.extraheader 2022-12-01T10:41:21.4560672Z Entering 'third_party/kineto' 2022-12-01T10:41:21.4580274Z http.https://github.com/.extraheader 2022-12-01T10:41:21.4614419Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:41:21.4633852Z http.https://github.com/.extraheader 2022-12-01T10:41:21.4663337Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:41:21.4682677Z http.https://github.com/.extraheader 2022-12-01T10:41:21.4716312Z Entering 'third_party/nccl/nccl' 2022-12-01T10:41:21.4736220Z http.https://github.com/.extraheader 2022-12-01T10:41:21.4762274Z Entering 'third_party/neon2sse' 2022-12-01T10:41:21.4782211Z http.https://github.com/.extraheader 2022-12-01T10:41:21.4808580Z Entering 'third_party/nlohmann' 2022-12-01T10:41:21.4827750Z http.https://github.com/.extraheader 2022-12-01T10:41:21.4855694Z Entering 'third_party/onnx' 2022-12-01T10:41:21.4876041Z http.https://github.com/.extraheader 2022-12-01T10:41:21.4912325Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:41:21.4931571Z http.https://github.com/.extraheader 2022-12-01T10:41:21.4964609Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:41:21.4984193Z http.https://github.com/.extraheader 2022-12-01T10:41:21.5022898Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:41:21.5042834Z http.https://github.com/.extraheader 2022-12-01T10:41:21.5067345Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:41:21.5086013Z http.https://github.com/.extraheader 2022-12-01T10:41:21.5122115Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:41:21.5140814Z http.https://github.com/.extraheader 2022-12-01T10:41:21.5167438Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:41:21.5186103Z http.https://github.com/.extraheader 2022-12-01T10:41:21.5218142Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:41:21.5236993Z http.https://github.com/.extraheader 2022-12-01T10:41:21.5275840Z Entering 'third_party/pocketfft' 2022-12-01T10:41:21.5294806Z http.https://github.com/.extraheader 2022-12-01T10:41:21.5324769Z Entering 'third_party/protobuf' 2022-12-01T10:41:21.5344595Z http.https://github.com/.extraheader 2022-12-01T10:41:21.5374217Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:41:21.5393023Z http.https://github.com/.extraheader 2022-12-01T10:41:21.5424284Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:41:21.5444179Z http.https://github.com/.extraheader 2022-12-01T10:41:21.5480291Z Entering 'third_party/psimd' 2022-12-01T10:41:21.5499354Z http.https://github.com/.extraheader 2022-12-01T10:41:21.5531411Z Entering 'third_party/pthreadpool' 2022-12-01T10:41:21.5550923Z http.https://github.com/.extraheader 2022-12-01T10:41:21.5577147Z Entering 'third_party/pybind11' 2022-12-01T10:41:21.5596390Z http.https://github.com/.extraheader 2022-12-01T10:41:21.5622256Z Entering 'third_party/python-enum' 2022-12-01T10:41:21.5641938Z http.https://github.com/.extraheader 2022-12-01T10:41:21.5667752Z Entering 'third_party/python-peachpy' 2022-12-01T10:41:21.5687163Z http.https://github.com/.extraheader 2022-12-01T10:41:21.5723088Z Entering 'third_party/python-six' 2022-12-01T10:41:21.5743198Z http.https://github.com/.extraheader 2022-12-01T10:41:21.5775081Z Entering 'third_party/sleef' 2022-12-01T10:41:21.5794782Z http.https://github.com/.extraheader 2022-12-01T10:41:21.5820663Z Entering 'third_party/tbb' 2022-12-01T10:41:21.5839901Z http.https://github.com/.extraheader 2022-12-01T10:41:21.5872849Z Entering 'third_party/tensorpipe' 2022-12-01T10:41:21.5892537Z http.https://github.com/.extraheader 2022-12-01T10:41:21.5924871Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:41:21.5943632Z http.https://github.com/.extraheader 2022-12-01T10:41:21.5970098Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:41:21.5988895Z http.https://github.com/.extraheader 2022-12-01T10:41:21.6014925Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:41:21.6033916Z http.https://github.com/.extraheader 2022-12-01T10:41:21.6063922Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:41:21.6083859Z http.https://github.com/.extraheader 2022-12-01T10:41:21.6109443Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:41:21.6128813Z http.https://github.com/.extraheader 2022-12-01T10:41:21.6157241Z Entering 'third_party/zstd' 2022-12-01T10:41:21.6177195Z http.https://github.com/.extraheader 2022-12-01T10:41:21.6409073Z Cleaning up orphan processes